Try working your way through the openSUSE audio troubleshooting guide: SDB:AudioTroubleshooting - openSUSE
in particular, ensure you have alsa-firmware installed, reboot, and test your sound.
Could you provide the output of the following commands typed in a gnome terminal or kde konsole:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/soundbased on that, and the output of the diagnostic script, I may be able to make a recommendation. … (for one thing, it appears you did not completely update your alsa version, although that is a step in the troubleshooting guide, and you noted you had followed every step).
OK, when testing your sound functionality, please copy and paste the following into a gnome terminal or a kde konsole: speaker-test -c2 -l5 -twavyou should hear a lady’s voice saying ‘FRONT LEFT’, ‘FRONT RIGHT’ five times.
If you do not, then in your case update your alsa. You can do that by following the guidance here: Alsa-update - openSUSE which in your case means open a gnome terminal or kde konsole, then type “su” (no quotes - enter root password when prompted ) and with your pc connected to the internet copy and paste the following six commands in sequence (one at a time):
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.1/ multimedia
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1/ multimedia
zypper install alsa-driver-kmp-pae
zypper rr multimedia
and then restart your pc and test your audio. check your mixer. use the speaker test I recommended above. Note I selected the commands for the pae kernel, which is what your PC has installed.
OK, please run the diagnostic script again, so I can check your PC configuration. Type in a gnome-terminal or kde konsole:
/usr/sbin/alsa-info.sh
also, I would like to do a quality check on what you installed. Please post here the output of typing the following in a konsole:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
PLEASE TRY to follow my directions. I just checked again, and you installed MANY more apps than I told you too. Installing extra apps is the WRONG POLICY in Linux. It may work in Windows but it is NOT the Linux way.
I highlighted in red the apps you should remove. Remove those, restart your PC and test your sound with the speaker-test that I recommended.
I run wincfg because I wanted to test wine stuff and I get this error when I launch winecfg
GillouX@linux-suow:~> winecfg
err:alsa:ALSA_CheckSetVolume Could not find ‘PCM Playback Volume’ element
err:alsa:ALSA_CheckSetVolume Could not find ‘PCM Playback Volume’ element
fixme:mixer:ALSA_MixerInit No master control found on ATI IXP Modem, disabling mixer
and within Wine it says that I dont have drivers installed for the sound
I do not use windows applications with audio, so I can not help you with windows applications running under wine. I never use winecfg. I’m not a believer in using that application.
Please use the speaker-test I recommended to establish if you have basic sound. Ensure you move both PCM and master volume up to high levels (95% or so) when testing for basic sound. Once you have basic sound, back off on those volumes to lower levels to remove distortion.
Then after you have your basic sound functioning, post here and I can provide some suggestions on how to setup your Software Package Management with an appropriate set of repositories (only OSS, non-OSS, Update and Packman and no others) so that you can install codecs and media players that function properly under Linux.
please run again, and provide again the URL provided by running the following with your PC connected to the internet:
/usr/sbin/alsa-info.shthat will show me your mixer. Often I find a mistake in the mixer configuration.
Note, with your headphones plugged in, your speakers SHOULD be muted.