User login |
User's Frequently Asked Questions
We also produce 32-bit x86 builds of the 64 Studio distribution for legacy hardware and embedded devices - see the Downloads page. The package selection is exactly the same as the 64-bit version, so when you do replace your PC hardware, you should have a smooth upgrade path. No, it's just that Nero 6's default settings don't seem to be compatible with ISO images which are too large for CD-R, i.e. greater than 700MB. Here's what to do: 1. Open the "Nero Burning Rom" application. This is the main application, not the smartstart dialogue box. If you do not have access to a Linux box to burn the DVD, or a copy of Nero for Windows, we've had a report that MagicISO for Windows can burn 64 Studio DVD images correctly. You can browse the latest default package list directly on our development site. Even quite old PCs will work with the 32-bit version, but we believe less than 256MB RAM and a Pentium II would be a false economy. Something like a Pentium IV with 512MB RAM works well enough for most tasks. If you need high performance, we would recommend the 64-bit version and an AMD64 dual core or dual processor system with at least 1GB RAM. The flashplugin-nonfree package downloads a copy of the Flash player from Adobe. Normally this isn't a problem, but it may be triggering a network chipset driver bug in the 2.6.21-RT kernel. Try disconnecting the network cable during installation, so that the install can complete. Then install a standard Debian kernel package from a USB key or other media, and see if the freeze-up problem goes away. Debian compatibility Yes indeed, that's part of the design of the distro. For versions up to and including 2.0, you need to enable a repository like the following: deb ftp://ftp.uk.debian.org/debian/ stable main in /etc/apt/sources.list.d/64studio.list where 'uk' is your local Debian mirror, listed here: http://www.debian.org/mirror/list Of course you can use a secondary or local Debian mirror instead, which could be even faster. Yes, by changing your apt sources to the 64 Studio stable or testing branches - see the upgrade page for details. You'll also need to import the 64 Studio key into your keyring: wget -q -O - http://trac.64studio.com/64studio/browser/64studio/trunk/apt/key?format=raw|apt-key add - Unlike typical desktop installs of Debian, the SSH daemon is installed by default. However, sshd is not actually running unless you activate it, under Desktop -> Administration -> Services on the Gnome 'footprint' menu. Codec questions Like many multimedia codecs, MP3 and other MPEG formats are patent-encumbered and subject to royalties - even when the encoder or decoder are free software. In addition, the GPL says you cannot take out a patent licence for GPL'd code unless the patent licence is fully GPL compatible (this is very unlikely to be the case). So far, it seems like the best solution to this thorny problem is to use the LGPL Gstreamer framework with Fluendo's patent-licenced plugins. We include a licenced copy of Fluendo's MP3 plugin in 64 Studio, which allows MP3 playback in the Totem media player. However, not all Linux applications support GStreamer plugins. Now you know why we like the free Ogg family of codecs produced by http://www.xiph.org so much. The libmad package in 64 Studio is a dummy package, due to software patents on the MP3 format (as explained above). You should install the libmad package from Etch if you intend to run applications which need this library. Audio interfaces Yes, some users have FireWire audio working on their 64 Studio boxes. See this page for a list of supported devices: http://freebob.sourceforge.net/index.php/List_of_Working_Setups However, we didn't include the FreeBoB driver in the 64 Studio 1.0 release, so you'll need to get the 2.0 release or later to have your FireWire interface working out of the box. As root, add lines like these to the end of your /etc/modprobe.d/alsa-base file: alias snd-card-0 snd-emu10k1 options snd-emu10k1 index=0 alias snd-card-1 snd-rme9652 options snd-rme9652 index=1 alias snd-card-2 snd-usb-audio options snd-usb-audio index=2 In this example, a Creative Labs Audigy is set to card 0 for normal file playback, an RME Hammerfall is card 1 for jackd, and a USB midi connector is card 2. USB audio interfaces can act strangely when set to 2 periods/buffer, the usual default for PCI sound cards or onboard chipsets. In Jack Control, please set Periods/Buffer to 3 and Frames/Period to a fairly high figure, say 256 or 512. Then try lower Frames/Period settings until you reach the lower latency limits of your system. If you don't need full duplex, setting Jack to Playback Only or Capture Only will improve performance. nVidia driver questions There are currently three nVidia module packages in the stable APT repository. Which one to use depends on the model of your video card: Replace -amd64 with -486 for the 32-bit versions. The first is the newest nvidia module (version 1.0.9755), which works on newer hardware but is not backward compatible. The other two are the legacy modules which work with "older" hardware. You'll have to install the relevant Xorg module as well: If you're unsure which legacy driver to use, there's a list of card model numbers which relate to each driver package at http://www.nvidia.com/object/IO_32667.html Once you've got these packages installed, you need to specify: Driver "nvidia" instead of: Driver "nv" in your /etc/X11/xorg.conf file, otherwise the binary driver won't be loaded. As explained above, nVidia has now split its Linux driver so that the default install only supports the newer video cards. Please try the alternative modules: nvidia-kernel-legacy-96xx or nvidia-kernel-legacy-71xx depending on the model number of your card. You probably need to delete some out-of-date symlinks for libGL under the /usr/lib/ directory. Applications Probably you have some kind of permissions, groups or device ownership problem. In a terminal, run: $ sudo gcdmaster and check the Configure Devices window again. You should now be able to write down the settings, then manually add them when running Gnome CD Master as a normal user. But check your users and groups too. Printing The most likely cause is a blocked inkjet nozzle. Make sure you have the escputil package installed, then run a nozzle check: $ sudo escputil -n -r /dev/usb/lp0 ...assuming your Epson Stylus printer is the first USB printer. If not, use the appropriate printer device name. Should you discover colours are missing from the nozzle check pattern, run a head clean: $ sudo escputil -c -r /dev/usb/lp0 Then run the nozzle check again. You may need to do the head clean a couple of times to get printing to work perfectly. |
Search this site:In the forums:Today's poll:What format would you prefer for downloading 64 Studio? (Register or log in to vote) DVD install image 38% DVD live image with install option 42% I don't have a DVD burner so I have to use CD-R 14% I installed version 0.1 and only used apt since :-) 5% Total votes: 130 |
Commercial DVD's will not play
Have downloaded and installed libdvdcss and libdvdcss2 (both with dependency files listed by Synaptic); however, I still cannot play DVD's! Uninstalled Totem. Downloaded and installed VLC Video Player (plus dependencies)... ditto -- can't play any commercial DVD.
New to Linux. Really like 64 Studio's look and feel. Definitely need help getting DVD's to play!!!
Legal problems
For legal reasons we do not ship any DVD decryption software, and neither does Debian, so you must have got these libraries from a third-party site. Try the gxine and libdvdread3 packages from Debian Etch. These should play an unscrambled DVD (Region 0).
inskape
When I use Inskape I can't use all its funkcions. It tells me to download PyXML. Where? I am a bigginer in Linux and I am not able to compile it.
PyXML is called python-xml in Debian
You need the python-xml package from Etch. You can install this package via Synaptic if you enable the Etch repository and reload.
Enable Nvidia Driver AGP FastWrite and Side Band Addres
First check if your NVIDIA card supports "fast writes" & "side band addressing" open a terminal and type the following command: "cat /proc/driver/nvidia/agp/card" which should give you something like this:
Fast Writes: Supported
SBA: Supported
AGP Rates: 4x 2x 1x
Registers: 0x1f000217:0x1f000314
If supported, then edit the file '/etc/modprobe.d/nvidia-kernel-nkc' and add the following line at the end of the file:
"options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1" and then reboot. To check if you have succeeded execute the command in a terminal: "cat /proc/driver/nvidia/agp/status"
Status: Enabled
Driver: AGPGART
AGP Rate: 4x
Fast Writes: Enabled
SBA: Enabled
Source: "http://gentoo-wiki.com/HARDWARE_Nvidia_Driver_AGP_FastWrite_and_Side_Band_Addressing"