Codec: IDT 92HD75B3X5 - STAC92xx Analog [STAC92xx Analog] Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) - sound not working on HP dv6 1330 in Ubuntu 9.10 - using ALSA driver v1.0.22.1

Asked by Amit

The sound doesn't work at all although I can see the volume control. I have also added these lines to the end of /etc/modprobe.d/alsa-base.conf
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-dv5
options snd-hda-intel enable_msi=1

Here is the output for some of the commands:

sudo lshw -C sound;
  *-multimedia
       description: Audio device
       product: R700 Audio Device [Radeon HD 4000 Series]
       vendor: ATI Technologies Inc
       physical id: 0.1
       bus info: pci@0000:01:00.1
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm pciexpress msi bus_master cap_list
       configuration: driver=HDA Intel latency=0
       resources: irq:33 memory:da010000-da013fff
  *-multimedia
       description: Audio device
       product: 82801I (ICH9 Family) HD Audio Controller
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:00:1b.0
       version: 03
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=HDA Intel latency=0
       resources: irq:32 memory:da100000-da103fff
-----------------------------------------------------------------------------------------
cat /dev/sndstat;
Sound Driver:3.8.1a-980706 (ALSA v1.0.22.1 emulation code)
Kernel: Linux agarwal-laptop 2.6.31-21-generic #59-Ubuntu SMP Wed Mar 24 07:28:56 UTC 2010 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA Intel at 0xda100000 irq 32
HDA ATI HDMI at 0xda010000 irq 33

Audio devices:
0: STAC92xx Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers:
0: IDT 92HD75B3X5
1: ATI R6xx HDMI
-----------------------------------------------------------------------------------------
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 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
-----------------------------------------------------------------------------------------
cat /proc/asound/cards
 0 [Intel ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xda100000 irq 32
 1 [HDMI ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xda010000 irq 33
-----------------------------------------------------------------------------------------
cat /proc/asound/card0/codec#* | grep Codec
Codec: IDT 92HD75B3X5
-----------------------------------------------------------------------------------------

lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
01:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 Series]
-----------------------------------------------------------------------------------------
lsmod | grep snd
snd_hda_codec_atihdmi 3388 1
snd_hda_codec_idt 56068 1
snd_seq_dummy 2752 0
snd_hda_intel 25696 4
snd_hda_codec 84384 3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 7392 1 snd_hda_codec
snd_pcm_oss 37312 0
snd_mixer_oss 16220 1 snd_pcm_oss
snd_pcm 76416 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_oss 29280 0
snd_seq_midi 6624 0
snd_rawmidi 22336 1 snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 51088 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 21540 2 snd_pcm,snd_seq
snd_seq_device 7208 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 61188 21 snd_hda_codec_idt,snd_seq_dummy,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 7264 1 snd
snd_page_alloc 9060 2 snd_hda_intel,snd_pcm
-----------------------------------------------------------------------------------------
cat /proc/asound/modules
 0 snd_hda_intel
 1 snd_hda_intel
-----------------------------------------------------------------------------------------
ls -lart /dev/snd/
total 0
crw-rw----+ 1 root audio 116, 33 2010-05-13 09:28 timer
crw-rw----+ 1 root audio 116, 1 2010-05-13 09:28 seq
crw-rw----+ 1 root audio 116, 36 2010-05-13 09:28 hwC1D0
crw-rw----+ 1 root audio 116, 32 2010-05-13 09:28 controlC1
crw-rw----+ 1 root audio 116, 4 2010-05-13 09:28 hwC0D0
crw-rw----+ 1 root audio 116, 0 2010-05-13 09:28 controlC0
drwxr-xr-x 2 root root 80 2010-05-13 09:28 by-path
drwxr-xr-x 3 root root 240 2010-05-13 09:28 .
crw-rw----+ 1 root audio 116, 16 2010-05-13 09:29 pcmC0D0p
crw-rw----+ 1 root audio 116, 24 2010-05-13 09:29 pcmC0D0c
crw-rw----+ 1 root audio 116, 51 2010-05-13 09:30 pcmC1D3p
drwxr-xr-x 17 root root 3880 2010-05-13 09:36 ..
-----------------------------------------------------------------------------------------
arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 2/2
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1

Kind Regards,
Amit

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please follow step 1 from

https://help.ubuntu.com/community/SoundTroubleshootingProcedure

to upgrade all 3 ALSA components to the same new ALSA driver version, which is v1.0.23

If sound still does not work (test both headphones and speakers!) using ALSA v1.0.23, please try this procedure:

a) Open a terminal and edit /etc/modprobe.d/alsa-base.conf as follows:

gksudo gedit /etc/modprobe.d/alsa-base.conf

When the file is open, add the following 3 lines to the end of the file after "options snd-pcsp index=-2"

options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-m4

REMOVE the following 2 lines:

options snd-hda-intel model=hp-dv5
options snd-hda-intel enable_msi=1

b) Save change to file /etc/modprobe.d/alsa-base.conf , reboot and retest sound using headphones AND speakers

Regards,

Mark

Revision history for this message
Amit (agarwalamit081) said :
#2

Dear Mark,
I tried the above procedure and it worked but then my internet went off. I already struggled last week to get it working
https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/93476

For my internet I need to do a "sudo modprobe b43" each time I boot my system.
And after the above procedure for sound: I can have only one: either the sound or my WiFi :)

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#3

Please set the status of this thread to "solved" because the sound issue has now been resolved. This sound issue has NOTHING to do with the wireless issue you are having... I have given a suggestion for your wireless issue in the following thread:

https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/93476

To summarize: your wireless is not working correctly, because you are using the wrong driver. You should use the bcmwl-kernel-source driver instead of the b43 driver.

Please close this thread.

Revision history for this message
Amit (agarwalamit081) said :
#4

Thanks Mark Rijckenberg, that solved my question.