LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ASUS G1s A1 - Sound/ALSA doesn't works (https://www.linuxquestions.org/questions/linux-hardware-18/asus-g1s-a1-sound-alsa-doesnt-works-591986/)

mercadodiego 10-15-2007 12:31 PM

ASUS G1s A1 - Sound/ALSA doesn't works
 
Hi !

I tried to configure the sound at ALSA without any good result on my ASUS G1s-A1.

This laptop has the Intel HD Audio Controller and I set it as built-in on kernel 2.6.22-gentoo-r5

Code:

# dmesg |egrep -i 'irq.*23|sound|alsa'

Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 2007 UTC).
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 23
ALSA device list:
  #0: HDA Intel at 0xfebf8000 irq 23

It seems that everything works fine, but then I don't hear any sound while is reproducing it on a player.

Please, help me !! It's unpleasant not have any sound :(

Thx,
Diego

ghostdancer 10-17-2007 10:44 AM

Most likely you need to add option "model" for your sound module. To know the exact model can be tricky, since there are quite a few. Check the kernel Documentation/sound/alsa/ALSA-Configuration.txt for more details.

You can also try the latest ALSA (I heard a new version has been released), maybe it will solve your problem.

javinovich 11-16-2007 01:05 PM

Hi,

Have you solved your problem?

I didn't have problem with mine so it could help if you compare my config

My dmesg

javich@javichnotebook:/etc/modprobe.d $ dmesg |egrep -i 'irq.*23|sound|alsa'
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfebff000
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000dc00
ALSA sound/pci/hda/hda_intel.c:554: hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x002b8000


My /etc/modprobe.d/sound


options snd-hda-intel enable=1 index=0
# u1Nb.ULiNFUWt9WF:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel


I'm running alsa-1.0.14-31 on openSuSE 10.3 but has worked fine with 10.2 also.

BTW alsa documentation afaik tells you sound volume is off by default so you must use a mixer to turn volume up. have you tried using a mixer to test your sound??

Regards,
Javier

mercadodiego 11-16-2007 01:21 PM

Thanks anyway...
 
Oh yes,

I solved time before. Thanks anyway for the information.

Diego

Quote:

Originally Posted by javinovich (Post 2961240)
Hi,

Have you solved your problem?

I didn't have problem with mine so it could help if you compare my config

My dmesg

javich@javichnotebook:/etc/modprobe.d $ dmesg |egrep -i 'irq.*23|sound|alsa'
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfebff000
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000dc00
ALSA sound/pci/hda/hda_intel.c:554: hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x002b8000


My /etc/modprobe.d/sound


options snd-hda-intel enable=1 index=0
# u1Nb.ULiNFUWt9WF:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel


I'm running alsa-1.0.14-31 on openSuSE 10.3 but has worked fine with 10.2 also.

BTW alsa documentation afaik tells you sound volume is off by default so you must use a mixer to turn volume up. have you tried using a mixer to test your sound??

Regards,
Javier



All times are GMT -5. The time now is 02:26 PM.