# cd /tmp/alsa-driver-0.5.12a
# ./configure
# make install
.
.
ALSA modules were sucessfully compiled.
mkdir -p /lib/modules/2.4.18-3/misc
rm -f /lib/modules/2.4.18-3/misc/snd*.o /lib/modules/2.4.18-3/misc/persist.o
/lib/modules/2.4.18-3/misc/isapnp.o
cp modules/*.o /lib/modules/2.4.18-3/misc
.
.
WARNING!!! The mixer channels for the ALSA driver are muted by default!!!
**************************************************************************
You would use some ALSA or OSS mixer to set the appropriate volume.
# cd /tmp/alsa-lib-0.5.10b
# ./configure
# make install
# cd /tmp/alsa-utils-0.5.10
# ./configure
# make install
|