I just upgraded to opensuse 11.1 with KDE 4.1.3. The gstreamer phonon backend provided no sound so I had to install the xine backend. However, now I am only getting sound from my headphones. When I don’t use headphones, the laptop internal speakers do not play sound at all. How do I fix this?
My alsa-info.sh output is here:http://www.alsa-project.org/db/?f=f142ce218eb05b87eea84d96de92621c3b20fdcd
“rpm -qa | grep alsa” returns:
alsa-utils-1.0.18-6.4
alsa-1.0.18-8.7
alsa-plugins-1.0.18-6.12
alsa-plugins-pulse-1.0.18-6.12
alsa-oss-1.0.17-1.37
“rpm -qa | grep pulse” returns:
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
libxine1-pulse-1.1.15-44.pm.2
libpulse0-0.9.12-9.6
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.18-6.12
pulseaudio-module-jack-0.9.12-9.6
“rpm -q libasound2” returns:
libasound2-1.0.18-8.7
“uname -a” returns:
Linux linux-b3g9 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux
“cat /etc/modprobe.d/sound” returns:
options snd slots=snd-hda-intel
# u1Nb.uI7Vp9nVK5B:82801I (ICH9 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
“cat /proc/interrupts” returns:
CPU0 CPU1
0: 1012455 1013994 IO-APIC-edge timer
1: 1618 1553 IO-APIC-edge i8042
8: 1 0 IO-APIC-edge rtc0
9: 1221 1118 IO-APIC-fasteoi acpi
12: 63 60 IO-APIC-edge i8042
16: 2359 2367 IO-APIC-fasteoi uhci_hcd:usb1, uhci_hcd:usb6, ohci1394, jmb38x_ms:slot0, mmc0, nvidia
18: 0 0 IO-APIC-fasteoi uhci_hcd:usb7
19: 1 0 IO-APIC-fasteoi ehci_hcd:usb3, uhci_hcd:usb5
20: 25437 25986 IO-APIC-fasteoi uhci_hcd:usb4, ehci_hcd:usb8
21: 0 0 IO-APIC-fasteoi uhci_hcd:usb2
22: 26997 25993 IO-APIC-fasteoi HDA Intel
214: 17225 16538 PCI-MSI-edge iwlagn
215: 0 0 PCI-MSI-edge eth0
216: 23088 22325 PCI-MSI-edge ahci
NMI: 0 0 Non-maskable interrupts
LOC: 523721 874701 Local timer interrupts
RES: 120229 95958 Rescheduling interrupts
CAL: 714 425 function call interrupts
TLB: 476 493 TLB shootdowns
TRM: 0 0 Thermal event interrupts
SPU: 0 0 Spurious interrupts
ERR: 0
MIS: 0
I hope this helps in solving my problem.