Need Alsa update guide to get my sound work.

I’m using 11.1 KDE4.2.1 x86-64. With Mr oldcpu guide,one should send 6 command to update alsa,can u provide that 6 command? Thanks!

Outcome of rpm -qa | grep alsa :
alsa-oss-1.0.17-1.43
alsa-utils-1.0.18-6.4
alsa-1.0.18-8.9
alsa-oss-32bit-1.0.17-1.37
alsa-firmware-1.0.17-1.51
alsa-plugins-1.0.18-6.13

Outcome of rpm -qa | grep pulse :
libxine1-pulse-1.1.15-20.8
libpulse0-0.9.12-9.5

Outcome of rpm -q libasound2 :
libasound2-1.0.18-8.9

Outcome of uname -a :
Linux linux-chqz 2.6.27.19-3.2-default #1 SMP 2009-02-25 15:40:44 +0100 x86_64 x86_64 x86_64 GNU/Linux

Outcome of cat /etc/modprobe.d/sound :
options snd slots=snd-hda-intel,snd-hda-intel

5Dex.L2mrBVOSK42:SBx00 Azalia (Intel HDA)

alias snd-card-0 snd-hda-intel

l4dC.vfAxXUx5zd4:RS780 Azalia controller

alias snd-card-1 snd-hda-intel
:slight_smile:

OK, first let me say that I typically do NOT recommend updating alsa, unless one has a good reason. Just saying one wants the latest and greatest, is in the case of alsa for 11.1, not a sufficient reason.

But I’ll assume you have a good reason :slight_smile: ( … maybe I recommended it in another thread? … I can’t recall, and I’m in a rush with no time to search … ) … I assume you would have referenced the other thread if there was one ? Right ? I am surprised NOT to see alsa-plugins-pulse on your RPM list, so I am pretty certain you are not telling me something, and so I will make no assertions as to whether your alsa update will work.

Ok, reference your question, the reference for updating is here (and note in YOUR CASE this is just in reply to your question, but not intended to give guidance for an audio problem) : Alsa-update - openSUSE

For your kernel and your alsa rpms, the six commands (to be sent with root permissions, in sequence, one at a time, with your PC connected to the internet) are:

zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia
zypper install alsa alsa-oss alsa-oss-32bit alsa-plugins alsa-utils alsa-tools alsa-firmware libasound2
zypper rr multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1_Update/ multimedia
zypper install alsa-driver-kmp-default
zypper rr multimedia

You must reboot your PC after that update, to unload the old sound kernel modules and load the new.

Got my sound work,crispy & loud. Thanks bro. :slight_smile: