View Single Post
  #5 (permalink)  
Old 17-Nov-2008, 15:53
oldcpu's Avatar
oldcpu oldcpu is online now
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 9,992
oldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputationoldcpu has great reputation
Default Re: Realtek HD Sound Driver Install

Quote:
Originally Posted by 10milaan View Post
Thanks. That shows your video card is not recognized.
http://www.alsa-project.org/db/?f=be...312b31c76cabf2

Could you copy and pasting the following to a kde konsole or a gnome-terminal:
dmesg > dmesg.txt && curl -F file=@dmesg.txt nopaste.com/a
That will give you a URL. Please post the output URL here.

Then after that, try updating your alsa. Please with your PC connected to the internet, open a gnome-terminal or kde konsole, and type "su" (no quotes - enter root password when prompted for a password), and then copy and paste into that terminal the following commands, one line at a time:
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio/openSUSE_11.0/ multimedia
Code:
zypper install alsa alsa-oss alsa-oss-32bit alsa-plugins alsa-utils alsa-tools alsa-firmware libasound2
Code:
zypper rr multimedia
Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.0_Update/ multimedia
Code:
zypper install alsa-driver-kmp-default
Code:
zypper rr multimedia
Then reboot your PC, and test your sound. Check your mixer.

If sound is still not working, please post run the diagnostic script again.

Please also confirm you have sound switched ON in your PC's BIOS.
Reply With Quote