Hello everyone!
A week ago I bought an HP Pavilion dv7-1160er notebook. Most of features work correctly but I can’t revive my sound card. I know it is OK because it functions perfectly under Windows Vista. I’ve read related posts but they haven’t helped me (maybe I’m so stupid :’( ).
That’s the information I’ve collected using recommendations from other threads:
http://www.alsa-project.org/db/?f=2be73b44578a676c60d820eae5bf873ab95dee11
# lspci | grep -i intel | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
My /etc/modprobe.d/sound file (after playing with it):
# cat /etc/modprobe.d/sound
alias sound-slot-0 snd-hda-intel
options snd slots=snd-hda-intel
options snd-hda-intel model=hp-m4
alias snd-card-0 snd-hda-intel
Sound modules are loaded in memory:
# lsmod | grep -i snd
snd_pcm_oss 42476 0
snd_mixer_oss 14720 1 snd_pcm_oss
snd_seq 52256 0
snd_seq_device 7336 1 snd_seq
snd_hda_codec_nvhdmi 2980 1
snd_hda_codec_idt 51608 1
snd_hda_intel 25032 0
snd_hda_codec 70952 3 snd_hda_codec_nvhdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 7172 1 snd_hda_codec
snd_pcm 75844 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 19724 2 snd_seq,snd_pcm
snd 62348 11 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_codec_nvhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 6660 1 snd
snd_page_alloc 8452 2 snd_hda_intel,snd_pcm
# uname -a
Linux linux-65em 2.6.27.19-3.2-pae #1 SMP 2009-02-25 15:40:44 +0100 i686 i686 i386 GNU/Linux
linux-65em:/home/midgop # rpm -qa | grep alsa
alsa-utils-1.0.19.git20090221-1.2
alsa-plugins-1.0.19.git20090224-1.3
alsa-oss-1.0.17.git20080715-2.21
alsa-1.0.19.git20090224-1.1
alsa-tools-1.0.19.git20090120-1.12
alsa-plugins-pulse-1.0.19.git20090224-1.3
alsa-driver-kmp-pae-1.0.19.20090301_2.6.27.19_3.2-1.1
alsa-firmware-1.0.19.git20090120-1.1
linux-65em:/home/midgop # rpm -qa | grep pulse
pulseaudio-module-zeroconf-0.9.12-9.6
libpulsecore4-0.9.12-9.6
libpulse-browse0-0.9.12-9.6
pulseaudio-utils-0.9.12-9.6
pulseaudio-module-x11-0.9.12-9.6
pulseaudio-module-bluetooth-0.9.12-9.6
pulseaudio-module-lirc-0.9.12-9.6
libpulse0-0.9.12-9.6
libxine1-pulse-1.1.15-20.8
pulseaudio-0.9.12-9.6
pulseaudio-esound-compat-0.9.12-9.6
libpulse-mainloop-glib0-0.9.12-9.6
alsa-plugins-pulse-1.0.19.git20090224-1.3
pulseaudio-module-jack-0.9.12-9.6
linux-65em:/home/midgop # rpm -q libasound2
libasound2-1.0.19.git20090224-1.1
If the sound works I’ll erase Vista with less pity
Thank you!
P.S/ Sorry for my awful English.