prob. : no sound with SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog] card in compaq cq45-112 laptop

Asked by shashi

hi,
i have compaq "cq45-112 au" laptop,i had installed ubuntu 8.10 32-bit on it,but it's not supporting the sound card.
discription:
                 mahesh@shashikant-pc:~$ aplay -l

                 **** List of PLAYBACK Hardware Devices ****
                 card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
                Subdevices: 1/1
                Subdevice #0: subdevice #0
                card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
                Subdevices: 1/1
                Subdevice #0: subdevice #0
then,with
           mahesh@shashikant-pc:~$ lspci -v | less

         00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
        Subsystem: Hewlett-Packard Company Device 30fb
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at 92500000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

can any one tell me how to solve this, please soon, i have only one os on my laptop............

Mahesh Shaw
II year student
SASTRA UNIVERSITY
THANJAVUR-613402
INDIA
Mob.: +91-97878-52586

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
argordmel
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Paulius Sladkevičius @ hbee (komsas) said :
#1

Same problem for me with same sound card (hp pavilion dv5-1010en, ubuntu 8.10 32bit).

Revision history for this message
Craig Barnes (cjbarnes18) said :
#2

I have the same on a Dell Studio 17,

~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

~$ sudo lspci -v
...
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
        Subsystem: Dell Device 0256
        Flags: bus master, fast devsel, latency 0, IRQ 21
        Memory at f6dfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [130] Root Complex Link <?>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel
...

Revision history for this message
Craig Barnes (cjbarnes18) said :
#3
Revision history for this message
shashi (mahesh25sastra) said :
#4

one of my friend told me about some 'backport package' in ubuntu could any one confirm it?
i am in need of confirmation. i cannot format system again again...........

Revision history for this message
shashi (mahesh25sastra) said :
#5

i still need an answer

Revision history for this message
Paulius Sladkevičius @ hbee (komsas) said :
#6

In linux word I don't have a lot experience, but I did some search and found how to make sound work with this sound card.
I have hp pavilion dv5-1010en with Ubuntu 8.10 32bit, kernel: 2.6.27-9-generic.

Firstly I "Update to the Latest Version of ALSA"
https://help.ubuntu.com/community/HdaIntelSoundHowto#Update%20to%20the%20Latest%20Version%20of%20ALSA

Then: "Manually Specify Module Parameters" of my sound card. Everything is here:
https://help.ubuntu.com/community/HdaIntelSoundHowto#Manually%20Specify%20Module%20Parameters
I found somewhere that model=hp-m4 works, so I used it.
I add in /etc/modprobe.d/alsa-base this line: options snd_hda_intel model=hp-m4 enable_msi=1. Without enable_msi=1 I think it will work too.

And in the end I found that this can help to enable sound. So I add it to /etc/modules:
http://ubuntuforums.org/showthread.php?t=570442#3

Now I have sound, but have problems with headphone output. It don't work. ;/ If you need some additional information be free to ask.

Some info:

lspci -v

00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
 Subsystem: Hewlett-Packard Company Device 3600
 Flags: bus master, slow devsel, latency 64, IRQ 16
 Memory at d2400000 (64-bit, non-prefetchable) [size=16K]
 Capabilities: <access denied>
 Kernel driver in use: HDA Intel
 Kernel modules: snd-hda-intel

01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
 Subsystem: Hewlett-Packard Company Device 3600
 Flags: bus master, fast devsel, latency 0, IRQ 217
 Memory at d2310000 (32-bit, non-prefetchable) [size=16K]
 Capabilities: <access denied>
 Kernel driver in use: HDA Intel
 Kernel modules: snd-hda-intel

aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

cat /proc/asound/card0/codec#* | grep Codec
Codec: IDT 92HD71B7X

arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 2/2
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1

Revision history for this message
Paulius Sladkevičius @ hbee (komsas) said :
#7

With new kernel 2.6.27-11-generic everything works fine.

Revision history for this message
Craig Barnes (cjbarnes18) said :
#8

I find that if headphone jack is inserted speakers stop and Headphones work fine, however the 'Headphone as line out' switch is no longer available.

In Kernel 2.6.27-7-generic this allowed sound through speakers and jack with different volume setting using the 'headphone' and 'front' sliders which was quite nice. This version did not however work with the 2nd output jack using the 'surround' slider.

This all worked fine in Hardy, what happened??? :-(

Revision history for this message
Best argordmel (argordmel) said :
#9

Hello!!!

This is my first comment.

I have compaq "cq45-115 LA" laptop,i had installed ubuntu 8.04 32-bit on it,but it's not supporting the sound card.
discription:

argordmel@argordmel-laptop:~$ cat /proc/asound/card0/codec#* | grep Codec
Codec: IDT 92HD71B7X
Codec: Generic 11c1 ID 1040

I have updated the ALSA in this post: http://ubuntuforums.org/showthread.php?p=6589810 but generates an interrupt to shut down.

This is my blog - in Spanish - http://zdes.wordpress.com

Bye and greetings from somewhere in Colombia!!!

Revision history for this message
Dhruva Sagar (dhruva-sagar) said :
#10

Were you able to solve your problem??
I am having the same laptop and the same problem, I have been working for 2 days continously trying everything I find on the internet...but still there is no sound at all.

Revision history for this message
argordmel (argordmel) said :
#11

Hi.

The solution I posted in my blog: http://zdes.wordpress.com/2009/04/16/solucionado-sin-sonido-en-jaunty-jackalope/ - in Spanish - but even so you can translate with google.

Turning off the computer generates an interruption - a crack - but the sound is generally very good

This solution is also for Hardy - update -, Ibex and Jaunty.

Bye and greetings from somewhere in Colombia!!!

Revision history for this message
GZ Expat (gzexpat) said :
#12

Is there any chance you could send me you solution from your blog. I am in China and many wordpress blogs are blocked and I cannot see.

I have a Compaq CQ-61 and have tried nearly every possible solution posted with little success. I can definitely see my sound card working (through PulseAudio) but I get no sound from speakers or headphones...nothing.

Thanks in advance for your help.

Revision history for this message
shashi (mahesh25sastra) said :
#13

Thanks argordmel, that solved my question.