Hi!

On Son, 05 Mai 2002 00:23:28 Matthias Debus wrote:

> since last initscripts update, i can't hear any sound of my alsa modules.

replace the following in line 78 of /etc/init.d/alsa:

if /sbin/modprobe snd-$line >/dev/null 2>&1; then

with:

if /sbin/modprobe snd-$desc >/dev/null 2>&1; then

And make sure you have latest alsa-utils.

-- 
   Michael Reinsch <[EMAIL PROTECTED]>                       http://mr.uue.org
------------------------------------------------------------------------

Reply via email to