Installation of ALSA Driver
Before installing the ALSA
drivers note that in your
kernel configuration you should have Sound Card Support
(CONFIG_SOUND) enabled but nothing else in
the Sound menu (with the possible exception of TV Card Mixer support. In
particular you should not have OSS Sound
Modules enabled as this will cause problems when loading the
ALSA driver modules.
Because ALSA drivers
are kernel modules, they must be compiled with the same compiler the kernel has
used.
Install ALSA Driver using
the following commands as a template:
CC=/opt/gcc-2.95.3/bin/gcc ./configure \
--with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound \
--with-kernel=/lib/modules/`uname -r`/build \
--with-sequencer=yes \
--with-oss=yes \
--with-isapnp=no \
--with-cards=all &&
make &&
make install
If this is the first time you have installed the
ALSA drivers, you
will need to create the /dev entries
using the script provided in the
ALSA Driver source
tree:
./snddevices