--- alsasound 2004-11-14 18:33:22.000000000 -0800 +++ /etc/init.d/alsasound 2004-11-14 18:11:58.000000000 -0800 @@ -50,7 +50,7 @@ load_modules() { # List of drivers for each card. - DRIVERS="$(modprobe -c | grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | awk '{print $3}')" + DRIVERS="$(modprobe -c | grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | awk '{print $2}')" # Fall back on the automated aliases if we don't have ALSA configured properly... if [ -z "${DRIVERS}" ] && ! ([ -d /proc/asound ] && [ -z "$(grep ' no soundcards ' /proc/asound/cards)" ]); then