|
| |||||||||
| Tags: linux |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Configuring Linux to support sound Installation Configuring Linux to support sound involves the following steps:
If sndconfig fails, you are using another Linux distribution, or you want to follow the manual method in order to better understand what you are doing, then the next sections will cover each of these steps in detail. |
|
#2
| ||||
| ||||
| Installing the Sound Card Installing the Sound Card Follow the manufacturer's instructions for installing the hardware or have your dealer perform the installation. Older sound cards usually have switch or jumper settings for IRQ, DMA channel, etc; note down the values used. If you are unsure, use the factory defaults. Try to avoid conflicts with other devices (e.g. ethernet cards, SCSI host adaptors, serial and parallel ports) if possible. Usually you should use the same I/O port, IRQ, and DMA settings that work under DOS. In some cases though (particularly with PnP cards) you may need to use different settings to get things to work under Linux. Some experimentation may be needed. |
|
#3
| ||||
| ||||
| Configuring Plug and Play Configuring Plug and Play Most sound cards now use the Plug and Play protocol to configure settings for i/o addresses, interrupts, and DMA channels. If you have one of the older sound cards that uses fixed settings or jumpers, then you can skip this section. As of version 2.2 Linux does not yet have full Plug and Play support in the kernel. The preferred solution is to use the isapnp tools which ship with most Linux distributions (or you can download them from Red Hat's web site http://www.redhat.com. First check the documentation for your Linux distribution. It may already have Plug and Play support set up for you or it may work slightly differently than described here. If you need to configure it yourself,the details can be found in the man pages for the isapnp tools. Briefly the process you would normally follow is:
If you use the card under DOS, you can use the icu utility that comes with SoundBlaster16 PnP cards to configure it under DOS, then soft boot into Linux using the LOADLIN program. Again, make sure DOS and Linux use the same card setup parameters. A few of the sound card drivers include the necessary software to initialize Plug and Play for the card. Check the documentation for that card's driver for details. |
|
#4
| ||||
| ||||
| Configuring the Kernel Configuring the Kernel When initially installing Linux you likely used a precompiled kernel. These kernels often do not provide sound support. It is best to recompile the kernel yourself with the drivers you need. You may also want to recompile the kernel in order to upgrade to a newer version or to free up memory resources by minimizing the size of the kernel. Later, when your sound card is working, you may wish to rebuild the kernel sound drivers as modules. The Linux Kernel HOWTO should be consulted for the details of building a kernel. I will just mention here some issues that are specific to sound cards. If you have never configured the kernel for sound support before it is a good idea to read the relevant documentation included with the kernel sound drivers, particularly information specific to your card type. The files can be found in the kernel documentation directory, usually installed in /usr/src/linux/Documentation/sound. If this directory is missing you likely either have a very old kernel version or you have not installed the kernel source code. Follow the usual procedure for building the kernel. There are currently three interfaces to the configuration process. A graphical user interface that runs under X11 can be invoked using make xconfig. A menu-based system that only requires text displays is available as make menuconfig. The original method, using make config, offers a simple text-based interface. When configuring the kernel there will be many choices for selecting the type of sound card you have and the driver options to use. The on-line help within the configuration tool should provide an explanation of what each option is for. Select the appropriate options to the best of your knowledge. After configuring the options you should compile and install the new kernel as per the Kernel HOWTO. |
|
#5
| ||||
| ||||
| Creating the Device Files Creating the Device Files For proper operation, device file entries must be created for the sound devices. These are normally created for you during installation of your Linux system. A quick check can be made using the command listed below. If the output is as shown (the date stamp will vary) then the device files are almost certainly okay. Quote:
In rare cases, if you believe the device files are wrong, you can recreate them. Most Linux distributions have a /dev/MAKEDEV script which can be used for this purpose. |
|
#6
| ||||
| ||||
| Booting Linux and Testing the Installation Booting Linux and Testing the Installation You should now be ready to boot the new kernel and test the sound drivers. Follow your usual procedure for installing and rebooting the new kernel (keep the old kernel around in case of problems, of course). During booting, check for a message such as the following on powerup (if they scroll by too quickly to read, you may be able to retrieve them with the dmesg command): Quote:
Note that the above messages are not displayed when using loadable sound driver module (unless you enable it, e.g. using insmod sound trace_init=1). When the sound driver is linked into the kernel, the Sound initialization started and Sound initialization complete messages should be displayed. If they are not printed, it means that there is no sound driver present in the kernel. In this case you should check that you actually installed the kernel you compiled when enabling the sound driver. If nothing is printed between the Sound initialization started and the Sound initialization complete lines, it means that no sound devices were detected. Most probably it means that you don't have the correct driver enabled, the card is not supported, the I/O port is bad or that you have a PnP card that has not been configured. The driver may also display some error messages and warnings during boot. Watch for these when booting the first time after configuring the sound driver. Next you should check the device file /dev/sndstat. Reading the sound driver status device file should provide additional information on whether the sound card driver initialized properly. Sample output should look something like this: Quote:
If lines in the "Card config:" section of /dev/sndstat are listed inside parentheses (such as "(SoundBlaster at 0x220 irq 5 drq 1,5)"), it means that this device was configured but not detected. Now you should be ready to play a simple sound file. Get hold of a sound sample file, and send it to the sound device as a basic check of sound output, e.g. Quote:
Note that, in general, using cat is not the proper way to play audio files, it's just a quick check. You'll want to get a proper sound player program (described later) that will do a better job. This command will work only if there is at least one device listed in the audio devices section of /dev/sndstat. If the audio devices section is empty you should check why the device was not detected. If the above commands return "I/O error", you should look at the end of the kernel messages listed using the "dmesg" command. It's likely that an error message is printed there. Very often the message is "Sound: DMA (output) timed out - IRQ/DRQ config error?". The above message means that the driver didn't get the expected interrupt from the sound card. In most cases it means that the IRQ or the DMA channel configured to the driver doesn't work. The best way to get it working is to try with all possible DMAs and IRQs supported by the device. Another possible reason is that the device is not compatible with the device the driver is configured for. This is almost certainly the case when a supposedly "SoundBlaster (Pro/16) compatible" sound card doesn't work with the SoundBlaster driver. In this case you should try to find out the device your sound card is compatible with (by posting to the comp.os.linux.hardware newsgroup, for example). Some sample sound files can be obtained from ftp://tsx-11.mit.edu/pub/linux/packa...data-0.1.tar.Z Now you can verify sound recording. If you have sound input capability, you can do a quick test of this using commands such as the following: Quote:
If these tests pass, you can be reasonably confident that the sound D/A and A/D hardware and software are working. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Configuring Linux to support sound" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing and Configuring NIS in Linux | Xiomar | Tips & Tweaks | 3 | 13-11-2010 05:44 AM |
| Configuring your webcam to work under Linux | PWallace | Hardware Peripherals | 4 | 29-10-2010 08:58 AM |
| Configuring ssl with fetchmail in linux | Chilton | Networking & Security | 3 | 07-04-2010 08:25 PM |
| Configuring ethernet in linux | BansiJI | Operating Systems | 4 | 18-03-2010 11:25 PM |
| Linux doesn't support AIM sound ? | Asaph | Operating Systems | 3 | 18-03-2009 02:46 PM |