Hya,
This post for the following penguins:
Debian lenny
Kernel 2.6.21.x or 2.6.22.x,
sound chip is ATI SB450 HD audio with Realtek ALC851 chipset,
Toshiba laptop,
and
alsamixer shows zero master volume, (and NOT adjustable, thus no sound).
Solution is
run alsaconf (etch version, not lenny version)
and
pass parameter to
Code:
modprobe snd-hda-intel model=auto
Background is:
ALSA works with 2.6.20 kernel, without any tweak.
ALSA does not work with 2.6.21/2.
Read following page with changes with 2.6.21.x (ALC861 with Toshiba)
http://kernelnewbies.org/Linux_2_6_2...0d1829548aeb1c
Read ALSA-Configuration.txt in kernel source
However, neither of following works
Code:
modprobe snd-hda-intel
modprobe snd-hda-intel model=toshiba
It was confusing.
Happy Penguins!