View Single Post
  #4 (permalink)  
Old 29-May-2008, 10:47
oldcpu
Guest
 
Posts: n/a
Default

Quote:
my system info :
OS: Linux 2.6.22.5-31-default i686
System: openSUSE 10.3 (i586)
KDE: 3.5.7 "release 72"[/b]
Ok, thanks. .... Its clear you have not updated your kernel yet (with the latest security updates).

Quote:
cat /proc/asound/cards
- 0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xc0000000 irq 10[/b]
This shows much less detail than I expected. This makes me think an update to alsa 1.0.16 may be needed.

Quote:
a strange thing is happening... i installed alsa driver 1.0.16 (driver,lib,oss,utils)

but rpm -qa | grep alsa is showing 1.0.14...

i installed by commands...

./configure && make && sudo make install [/b]
This could be your problem. You have a mix of openSUSE-10.3 rpms for 1.0.14 of alsa, mixed in with 1.0.16 custom compiled rpms. Which means you have a hodge podge of libraries .....

I recommend you go back to the directory where you typed "./configure && make && sudo make install " and type "make uninstall" and REMOVE 1.0.16 of alsa.

Then install it from rpms instead with these commands with your PC connected to the internet, from an xterm/konsole with root permissions. I recommend you copy and paste this to avoid syntax errors:
Code:
zypper install alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins libasound2
rpm -qa | grep alsa
cat /etc/modprobe.d/sound
</span>
and post the output URLs provided to you by running the two diagnostic scripts from the openSUSE audio troubleshooting guide:
http://en.opensuse.org/SDB:AudioTroublesho...led_information