--- autoconfig_src 2005-01-30 11:30:11.000000000 +0000 +++ autoconfig 2005-01-30 11:54:54.000000000 +0000 @@ -153,6 +153,9 @@ ebegin " ${WARN}${SOUND_FULLNAME}" [ -n "${SOUND_DRIVER}" ] ebegin ${WARN}" driver = ${SOUND_DRIVER}"${HILITE} + if [ "${HOTPLUG}" = "yes" ]; then + [ -x /etc/init.d/alsasound ] && /etc/init.d/alsasound start + if [ -d /proc/asound/card0 ] && [ -x /usr/bin/amixer ]; then amixer scontrols > /etc/amixer if [ -n "`grep Master /etc/amixer`" ] @@ -182,6 +185,7 @@ amixer -q set Capture unmute >/dev/null 2>&1 fi fi + fi fi