On Wed, 14 Nov 2007 the mental interface of Frans Pop told: > Package: alsa-utils > Version: 1.0.15-1 > Severity: minor > > In response to a kernel bug report where I mentioned that I got some > errors on boot when switching from a 2.6.23 to a 2.6.24-rc kernel, an > upstream alsa developer indicated that those errors could be avoided by > using the -F option in the init scripts. > The errors were because of changes in the available controls. > > Please consider adding that option in /etc/init.d/alsa-utils: > - if MSG="$(alsactl restore $CARD 2>&1 >/dev/null)" && [ ! "$MSG" ] ; then > + if MSG="$(alsactl -F restore $CARD 2>&1 >/dev/null)" && [ ! "$MSG" > ] ; then > > For details, please see: > http://bugzilla.kernel.org/show_bug.cgi?id=9374
Hmm, I can't reproduce that behaviour. Linux version 2.6.24-rc2-frodo ([EMAIL PROTECTED]) ii alsa-utils 1.0.15-1 00:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08) Using kmix tweaking Master works perfect. It seems to be a driver bug? Elimar -- On the keyboard of life you have always to keep a finger at the escape key;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

