LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   No sound -- 2.6.21/2 and ALSA (ATI SB450 HD audio/ Realtek ALC861 on Toshiba) (https://www.linuxquestions.org/questions/debian-26/no-sound-2-6-21-2-and-alsa-ati-sb450-hd-audio-realtek-alc861-on-toshiba-585577/)

kaz2100 09-18-2007 10:48 AM

No sound -- 2.6.21/2 and ALSA (ATI SB450 HD audio/ Realtek ALC861 on Toshiba)
 
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!

t0bias 09-21-2007 03:59 AM

just a guess,
but did you also try not to use the kernel-based drivers
but the software alsa-driver? some time ago it worked
for me this way with a similar problem.

greez,

toby

kaz2100 09-21-2007 09:02 AM

Hya,

I did only kernel based driver.

I have not tried any other. It is working, so at present, I need to do something else.

Happy Penguins!

kaz2100 09-25-2007 06:41 PM

Hya,

This trick does not work with etch. I have not figured out how to yet.

Happy Penguins!


Edit
The way to find if it works is that alsamixer has master volume bar and it is adjustable.

kaz2100 09-28-2007 06:48 PM

Hya,

I do not know what I did. However, I traced what I did and tried to find out the problem. It is working as #1 on etch also.

Happy Penguins!

toxigenicpoem 10-23-2007 06:48 PM

to /etc/modprobe.d/aliases add this line

alias snd-card-0 snd-hda-intel

to /etc/modprobe.d/alsa-base add this line

options snd-hda-intel enable=1 index=0


All times are GMT -5. The time now is 12:25 PM.