Laptop: Dell Precision M4400
openSUSE version: 11.1 RC1
Audio device: Intel Corp 82801I (ICH9 Family)
Audio codec: IDT 92HD71B7X
“The audio playback device HDA Intel (STAC92xx Analog) does not work. Falling back to default.”
I have installed the latest ALSA scripts, firmware, tools, etc. available as of 2008-12-14. When I try to install the ALSA drivers via YaST2 and zypper, I get the following failure messages:
YaST2 Warning: “nothing provides kernel(default:kernel) = 804b868b3ec81a71 needed by alsa-driver-kmp-default-1.0.18.20081212_2.6.27.7_9.1-2.1.x86_64”
D7BFKQH1:~ # zypper install alsa-driver-kmp-default
Building repository ‘ALSA driver kernel modules (openSUSE_11.1)’ cache [done]
Loading repository data…
Reading installed packages…
Resolving package dependencies…
Problem: nothing provides kernel(default:kernel_irq) = df201a335477d689 needed by alsa-driver-kmp-default-1.0.18.20081212_2.6.27.7_9.1-2.1.i586
Solution 1: do not ask to install a solvable providing alsa-driver-kmp-default
(Not sure why zypper is trying to install the i586 version; perhaps a command switch I failed to provide?)
I tried to compile the ALSA kernel module drivers manually, but that was unproductive as well. ‘./configure’ appears to run successfully, but ‘make’ fails almost immediately.
In order to provide more useful detail, have run some commands that appear in other threads on this forum; the output appears below. In addition, I have run the ‘bash alsa-info.sh’ script; output may be found at the following address:
http://www.alsa-project.org/db/?f=5e0d9a40e8a594efec8e7dc33eb7fbcd0533c2be
D7BFKQH1:~ # rpm -qa | grep alsa
alsa-1.0.18.git20081212-1.1
alsa-devel-1.0.18.git20081212-1.1
alsa-firmware-1.0.17.git20081202-2.3
alsa-tools-1.0.18.git20081201-1.5
alsa-oss-1.0.17.git20080715-2.7
alsa-oss-32bit-1.0.17.git20080715-2.7
alsa-plugins-1.0.18.git20081122-1.9
alsa-plugins-pulse-1.0.18.git20081122-1.9
alsa-tools-devel-1.0.18.git20081201-1.5
alsa-tools-gui-1.0.18.git20081201-1.5
alsa-utils-1.0.18.git20081122-1.7
D7BFKQH1:~ # rpm -qa | grep pulse
alsa-plugins-pulse-1.0.18.git20081122-1.9
libpulse0-0.9.12-8.6
libpulsecore4-0.9.12-8.6
libpulse-browse0-0.9.12-8.6
libpulse-mainloop-glib0-0.9.12-8.6
libxine1-pulse-1.1.15-44.pm.2
pulseaudio-0.9.12-8.6
pulseaudio-esound-compat-0.9.12-8.6
pulseaudio-utils-0.9.12-8.6
vlc-beta-aout-pulse-1.0.0-2008121001.1
D7BFKQH1:~ # rpm -q libasound2
libasound2-1.0.18.git20081212-1.1
D7BFKQH1:~ # uname -a
Linux D7BFKQH1 2.6.27.7-4-default #1 SMP 2008-11-25 00:02:37 +0100 x86_64 x86_64 x86_64 GNU/Linux
D7BFKQH1:~ # cat /etc/modprobe.d/sound
options snd-hda-intel model=dell-m4-1 enable=1 index=0
Intel Corporation 82801H (ICH9 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
I can try to provide additional information, if needed. I’m also willing to try additional procedures not already covered at SDB:AudioTroubleshooting.
Thanks much for any assistance that can be rendered.