Re: [Alsa-user] no sound in Asus A6 laptop (HDA-Intel)
Brought to you by:
perex
|
From: psalazar <aps...@ma...> - 2005-09-07 15:58:38
|
> > I downgraded alsa-lib to 1.0.9 plus alsa-driver to 1.0.9b and alsa-utils > > to 1.0.9a. The alsamixer runs now OK in kernel 2.6.13 (no message > > error), but I returned to my previous scenario: ok but no sound. > > Try to pass the module option "model=asus" to snd-hda-intel. > Done. alias snd-card-0 snd-hda-intel options snd-card-0 index=0 options snd-hda-intel index=0 model=asus Still not working. :-( How should I know if the option has made effect? I have no special log in modprobe: Sep 7 16:50:16 undertaker kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11 BTW, in dmesg I noticed that the message: hda_codec: Unknown model for ALC880, trying auto-probe from BIOS... hda_codec: num_steps = 0 for NID=0x8 is no longer present but I think it's because the downgrade and nothing about the "model=asus" option. It's becoming hard solving this issue... Do you think it could be a misconfiguration of alsa.conf or something like that? Is there any way to test my sound card in low level (cat /dev/urandom > /dev/xxx) ? Regards, Pedro Salazar. |