No sound on HP dv6-1323el

No sound on HP dv6-1323el

Postby stblack » Jul 28th, '12, 10:56

Hi,
I am using Mageia 2 x86_64 and almost all it's good, exept for audio.
No sound at all from the speakers, only from the earphone connected.
As you can see from the lspci I have two audio devices(Intel ICH9 and ATI), and tried several
1) I tried disabling the ATI
2) I tried disable pulseaudio
3) Boot from live Mageia 2, no sound at all

That's configuration:
Code: Select all
bash-4.2$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port [8086:2a41] (rev 07)
00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 03)
00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 03)
00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 03)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 [8086:2942] (rev 03)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 [8086:2946] (rev 03)
00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 03)
00:1c.5 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 [8086:294a] (rev 03)
00:1d.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03)
00:1d.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03)
00:1d.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03)
00:1d.3 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 03)
00:1d.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93)
00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M LPC Interface Controller [8086:2919] (rev 03)
00:1f.2 SATA controller [0106]: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] [8086:2929] (rev 03)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 03)
00:1f.6 Signal processing controller [1180]: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem [8086:2932] (rev 03)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M96 [Mobility Radeon HD 4650] [1002:9480]
01:00.1 Audio device [0403]: ATI Technologies Inc RV710/730 HDMI Audio [Radeon HD 4000 series] [1002:aa38]
02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)
06:00.0 FireWire (IEEE 1394) [0c00]: JMicron Technology Corp. IEEE 1394 Host Controller [197b:2380]
06:00.1 System peripheral [0880]: JMicron Technology Corp. SD/MMC Host Controller [197b:2382]
06:00.2 SD Host controller [0805]: JMicron Technology Corp. Standard SD Host Controller [197b:2381]
06:00.3 System peripheral [0880]: JMicron Technology Corp. MS Host Controller [197b:2383]
06:00.4 System peripheral [0880]: JMicron Technology Corp. xD Host Controller [197b:2384]

bash-4.2$ lspcidrake -v | fgrep -i AUDIO
snd_hda_intel   : ATI Technologies Inc|RV710/730 HDMI Audio [Radeon HD 4000 series] (vendor:1002 device:aa38 subv:103c subd:3628)
snd_hda_intel   : Intel Corporation|82801I (ICH9 Family) HD Audio Controller (vendor:8086 device:293e subv:103c subd:3628) (rev: 03)

bash-4.2$ grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_hda_intel
alias sound-slot-1 unknown

bash-4.2$ /sbin/lsmod |grep snd
snd_hda_codec_hdmi     36158  1
snd_hda_codec_idt      70197  1
snd_hda_intel          33293  4
snd_hda_codec         126641  3 snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi
snd_hwdep              17659  1 snd_hda_codec
snd_pcm               100893  3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
snd_page_alloc         18484  2 snd_pcm,snd_hda_intel
snd_timer              29532  1 snd_pcm
snd                    82658  15 snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi
soundcore              15047  1 snd

bash-4.2$ aumix -q
aumix:  errore nell'apertura del mixer: File o directory non esistente

bash-4.2$ /sbin/fuser -v /dev/dsp
Il file indicato /dev/dsp non esiste.


Thanks for all that could support me
Stblack
stblack
 
Posts: 10
Joined: Apr 11th, '11, 11:29

Re: No sound on HP dv6-1323el

Postby tom_ » Jul 29th, '12, 17:55

Hi,
I have your same Intel hardware but I haven't your other sound card installed

I have no audio problem with PulseAudio,
and my configuration is very similar to your,
so if try to copy mime configuration it could work

There is a pulseaudio task in
menu->Sound & Video->Pulseaudio volume control

I'm using:
tab configuration -> Analog stereo duplex

output devices -> speaker (choose "all output devices" in the lower part of the form)
and be sure they are not muted
(use the first of the 3 buttons in top right corner)
tom_
 
Posts: 423
Joined: Sep 3rd, '11, 12:26
Location: Porto Ercole, Italy


Return to Sound

Who is online

Users browsing this forum: No registered users and 1 guest

cron