Quote:
Originally Posted by 10milaan
I have no Sound. (no proper driver)
The onboard SoundCard = HD Audio Codec from Realtek.
I have Downloaded the Linux drivers.
But there is no installing instruction on the Site.
And my experiments are not a succes.
|
No need typically to download linux drivers. Your openSUSE comes with alsa sound drivers, and typically all that is needed is to configure those.
Try working your way through the openSUSE audio troubleshooting guide:
SDB:AudioTroubleshooting - openSUSE
To test if your sound is working, I recommend you try copy and pasting the following into a gnome-terminal or a kde konsole:
speaker-test -Dplug:front -c2 -l5 -twav
you should hear a lady's voice saying "front-left", "front-right" five times.
If that does not work, then to provide more information, with your PC connected to the internet copy and paste the following into a gnome-terminal or konsole:
Code:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh
When the script completes it will pass you a URL. Please post that URL here.
Also, please copy and paste the following into a gnome-terminal or konsole and post the output here.
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound
Once I have that information, I believe I may be able to provide helpful recommendation(s).