# HG changeset patch # User Pascal Bellard # Date 1205683050 -3600 # Node ID d2ef967dc1392b6530e00fc96427dca2eed29bb8 # Parent 2a047edd09f09a692014924ae65161de43f26f09 hwconf: sound= => load kernel module diff -r 2a047edd09f0 -r d2ef967dc139 etc/init.d/hwconf.sh --- a/etc/init.d/hwconf.sh Sat Mar 15 21:52:45 2008 +0100 +++ b/etc/init.d/hwconf.sh Sun Mar 16 16:57:30 2008 +0100 @@ -26,6 +26,7 @@ echo "Sound configuration is disable from cmdline...";; *) echo "Using sound kernel module $DRIVER..." + modprobe snd-$DRIVER echo "snd-$DRIVER" > /var/lib/sound-card-driver;; esac elif [ ! -f /var/lib/sound-card-driver ]; then