AmigaOne - Linux - Installing Debian Packages
|
This section assumes you have successfully installed Debian Linux and are ready to configure your system. If you have only
installed Woody, then much of this will be new to you. However, if you have installed Sarge, you will have
already been thru some of this before in order to install Sarge.
More about the Linux Distro
Woody
Sarge
Cataloguing the Packages
Woody
The next step is to install a program called "Aptitude", so again from the shell while logged on as root, type apt-get install aptitude followed by <Enter>. You will then be asked to insert a specific CD in the drive (binary 1 or disk 1 in this case) and press <Enter>. This will install aptitude onto your system.
Sarge
What Packages are Available? Having catalogued the packages it would be nice to know what packages you have available, what has been installed and so on. For this, you can either log on as root, open a shell and type aptitude followed by <Enter>, or you can select it from KDE (Debian Menu > Apps > System > aptitude) which will open a shell for you and run aptitude. You will see a categorised database of software products that are installed, not installed etc. Use the Enter key to open any section, and use the cursor keys to scroll down if nothing appears to have happened (the open can occur outside the visible screen area.) Also take time to read the available options at the top of the screen including how to exit from the program. Recommended Packages to Install Woody
Getting the Sound Card Working (needs disk 2)
snd-mixer-oss snd-pcm-oss If you have the Ectiva EV1938 or EMU10k1 chipsets you must use the ALSA drivers if you are running the 2.4.22 kernel or later, and if you are running an older version you should upgrade to the latest kernel as soon as possible. To activate the Ectiva EV1938 drivers, type modprobe snd-ens1371 and press Enter, followed by modprobe snd-pcm-oss and again press Enter, using the same shell as above. To activate the EMU10k1 drivers, type modprobe snd-emu10k1 and press Enter, followed by modprobe snd-pcm-oss and again press Enter, using the same shell as above. This will load the required modules, however they may no longer be there after you reboot. From the root user you must edit the modules file and add the module names to the end of the existing file as shown above, for example: The final step is to turn up the volume so that you can hear it - if left at the default of "0" you will not hear a thing (a common problem!). To do this you can either type aumix -v100 -w50 -i100 -c100 followed by Enter, type aumix followed by Enter and use the GUI options or select aumix from the Multimedia/Debian menu from within KDE, where "v" refers to Vol, "w" refers to Pcm, "i" refers to Line, and "c" refers to CD. Personally I prefer the GUI option but don't forget to save the changes before exiting so that they become permanently set. Now while this might be fine for the root user, no other user will be able to use aumix at this time for security reasons. Logged on as root user type chmod 666 /dev/dsp and press Enter, then type chmod 666 /dev/mixer and press Enter.
Sarge
Getting the Sound Card Working (needs disk 2)
snd-mixer-oss snd-pcm-oss If you have the Ectiva EV1938 or EMU10k1 chipsets you must use the ALSA drivers if you are running the 2.4.22 kernel or later, and if you are running an older version you should upgrade to the latest kernel as soon as possible. To activate the Ectiva EV1938 drivers, type modprobe snd-ens1371 and press Enter, followed by modprobe snd-pcm-oss and again press Enter, using the same shell as above. To activate the EMU10k1 drivers, type modprobe snd-emu10k1 and press Enter, followed by modprobe snd-pcm-oss and again press Enter, using the same shell as above. This will load the required modules, however they may no longer be there after you reboot. From the root user you must edit the modules file and add the module names to the end of the existing file as shown above, for example: The final step is to turn up the volume so that you can hear it - if left at the default of "0" you will not hear a thing (a common problem!). To do this you can either type aumix -v100 -w50 -i100 -c100 followed by Enter, type aumix followed by Enter and use the GUI options or select aumix from the Multimedia/Debian menu from within KDE, where "v" refers to Vol, "w" refers to Pcm, "i" refers to Line, and "c" refers to CD. Personally I prefer the GUI option but don't forget to save the changes before exiting so that they become permanently set. Now while this might be fine for the root user, no other user will be able to use aumix at this time for security reasons. Logged on as root user type chmod 666 /dev/dsp and press Enter, then type chmod 666 /dev/mixer and press Enter. Disclaimer: Amiga Auckland have prepared the above information for the use of its members based on our experiences and as such is subject to revision at any time. Amiga Auckland cannot guarantee any of the information and cannot be held accountable for any issues that may result from using it. |