slitaz-boot-scripts rev 77 2.2

hwconf.sh: setmixer is in /usr/sbin
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 11 00:45:08 2008 +0200 (2008-05-11)
parents def856d355bd
children d51e56f02d29
files etc/init.d/hwconf.sh
line diff
     1.1 --- a/etc/init.d/hwconf.sh	Mon May 05 23:10:15 2008 +0200
     1.2 +++ b/etc/init.d/hwconf.sh	Sun May 11 00:45:08 2008 +0200
     1.3 @@ -72,7 +72,7 @@
     1.4  # Sound card my already be detected by PCI-detect.
     1.5  elif [ -d /proc/asound ]; then
     1.6  	cp /proc/asound/modules /var/lib/sound-card-driver
     1.7 -	/usr/bin/setmixer
     1.8 +	/usr/sbin/setmixer
     1.9  # Start soundconf to config driver and load module for Live mode
    1.10  # if not yet detected.
    1.11  elif [ ! -f /var/lib/sound-card-driver ]; then