
Originally Posted by
jjenkins2000
made changes....no sound., and lost PCM.
Changed back. I noticed I can't un-mute master PCM in Kmix.
OK, ... I have another suggestion. I note your laptop has a IDT 92HD75B2X5 hardware audio codec, which is pretty new. You could try updating to the very latest, cutting edge version of alsa.
openSUSE-11.1 does not quite have the latest alsa version, although it is a fairly new version. To install the very latest alsa version, send (copy and paste) the following six zypper commands in sequence in a konsole or gnome terminal with root permissions (ie type 'su' and enter root password) with your PC connected to the internet:
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia
Code:
zypper install alsa alsa-utils alsa-tools alsa-plugins alsa-firmware libasound2
Code:
zypper rr multimedia
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1/ multimedia
Code:
zypper install alsa-driver-kmp-default
Code:
zypper rr multimedia
and then reboot your PC and test your sound. Try that with, and with out, the update to the /etc/modprobe.d/sound file.
My reference for the above updating commands is here:
Alsa-update - openSUSE
Good luck.
Bookmarks