Next Up Previous Contents Index
Configuring Your Red Hat Linux System For Sound

6.4 Configuring Your Red Hat Linux System For Sound

By default, the only sound you'll hear out of your newly-installed Red Hat Linux system is the ordinary, boring, default beep. If your computer system has sound hardware, chances are you can make it work under Red Hat Linux. In some cases (particularly with non-Intel systems) sucessfully getting sound support to work requires a kernel rebuild. However, most of the time it's possible to use the modular sound drivers.

6.4.1 Modular Sound Drivers

[Intel Systems: Modular sound support is only supported for Intel-compatible systems.]

In Red Hat Linux 5.1, the standard OSS/Free sound drivers have been modified to be completely modular. This allows for such things as loading and unloading of the various sound drivers without recompiling the kernel tree or rebooting. The work was performed by Alan Cox and was sponsored by Red Hat Software, Inc.

For additional information, please consult the README files in the rhsound documentation directory (/usr/doc/rhsound*). The latest information can always be found at
ftp://ftp.redhat.com/pub/sound/.

If you have any issues concerning the modular sound drivers, please send mail to
[email protected]. There is also a mailing list associated with the modular sound drivers
([email protected]). To subscribe, send mail to
[email protected] with "subscribe" as the subject line.

6.4.1.1 Supported Sound Cards

At present, only the following sound cards are recognized by the modular sound drivers:

6.4.2 Sound Card Configuration Tool

Also included in Red Hat Linux 5.1 is sndconfig, a screen-oriented utility that can properly configure modular sound card drivers.

There are a few things that you should know about sndconfig:

Plug and Play Aware -- sndconfig is able to detect and configure Plug and Play sound cards such as the Sound Blaster 16 PnP. Please note, however, that the present version of sndconfig creates a new version of the file
/etc/isapnp.conf with only the sound card's settings uncommented. Therefore, if you have other Plug and Play devices on your system, you must do one of two things:

  • You can manually add your sound card's PnP information to your existing
    /etc/isapnp.conf, and run sndconfig using the --noprobe option.

  • You can run sndconfig without the --noprobe option, and uncomment the configuration information for your other PnP cards in the
    /etc/isapnp.conf file created by sndconfig.

In any case, note that sndconfig saves your original /etc/isapnp.conf file as
/etc/isapnp.conf.bak.

  • Modifies /etc/conf.modules -- sndconfig modifies the module configuration file
    /etc/conf.modules by adding information about the module options required for your sound card. Note that sndconfig saves your original /etc/conf.modules file as
    /etc/conf.modules.bak.

  • To set up your sound card, run /usr/sbin/sndconfig. Note that you must be root in order to run sndconfig. After an initial screen, you'll be asked to select the type of sound card you have (See Figure 49).

    Figure 49: Selecting Sound Card Type

    After selecting your sound card, you'll see a screen similar to the one in Figure 50. Here is where you can specify the settings for your sound card. Using the [Tab] key, select a field. Then use the arrow keys to select the desired setting for that field. When finished, select Ok, and press [Space].

    Figure 50: Configuring Sound Card

    After this screen, you may see an informational dialog box saying that /etc/conf.modules already exists. select Ok and press [Space] to continue.

    Finally, sndconfig will attempt to play a sound sample to verify proper configuration of your sound card. If you can hear the sound sample (make sure the speaker volume is turned up), you're done!


    Next Up Previous Contents Index