See also Section 8.2
ALSA, which stands for Advanced Linux Sound Architecture, is a suite of hardware drivers, libraries and utilities that provides audio and MIDI functionality for the Linux operating system. For specific configuration needs, consult the ALSA Wiki in Links and Guides.
People wishing to play back video and audio files in proprietary formats will need to install these packages:
w32codecs libdvdcss2
These are available through Synaptic after checking the box next to this repository (see Section 7.1):
deb http://www.debian-multimedia.org etch main
NOTE: The use of these packages is illegal in some countries, so please check your local restrictions before installing.
Install multimedia codecs & libdvdcss in Debian Etch:
http://linuxhelp.blogspot.com/2007/04/install-multimedia-codecs-libdvdcss-in.html
Kmix is the recommended way to adjust your sound.
NOTE: you cannot play an audio CD by clicking on the CD-ROM icon on the desktop. You must use an installed player (see Section 8.2).
KsCD is KDE's lightweight CD player for MEPIS Linux, but it needs to be configured in order produce sound:
You can control KDE system-wide sound settings by following these steps:
Before you start, you will need to know what sound card you have. Open a terminal by clicking KMenu --> System --> Konsole, and enter this line:
lspci | grep -i audio
This command asks that all devices be listed that contain the word “audio” in their description, and the output will tell you your card manufacturer and model. Here is an example of output:
0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R)
With this information, you can use the MEPIS Wiki sound driver database found under Links and Guides to track down more information and help, or turn to other resources linked below. In rare cases, you may have to load a module for your card following the directions linked below.
NOTE: Many of the drivers do not include the snd- prefix; you will need to add that to get the actual module name.