no sound

I reinstalled opensuse 11 and I have know sound. this isnt a surprise because my sound card using the OSS driver which I am wanting to avoid this time around. So I went to Matrix:Vendor-Asus - AlsaProject checked on my driver but noticed that that My sound card ( Xonar DX ) requires ALSA 1.0.18rc3 or kernel 2.6.26.4 , I cannot find the that alsa driver at least that version that I can install. SO I guess I have to update the Kernal.
after I update the kernal do I have to reinstall my fglrx drivers?

ok so I found the drivers and installed them but my sound card still isn’t working.
I have followed these instructions Alsa-update - openSUSE, SDB:AudioTroubleshooting - openSUSE
then I used this manual to install the newest drivers Matrix:Module-virtuoso - AlsaProject, this is the output of tsalsa tsalsa.txt - nopaste.com (beta),

here are some more outputs

rpm -qa | grep alsa
alsa-plugins-32bit-1.0.16-57.1
alsa-utils-1.0.17.git20080820-1.1
alsa-firmware-1.0.17.git20080617-2.1
alsa-plugins-pulse-1.0.16-57.1
alsa-plugins-jack-1.0.16-57.1
alsa-tools-1.0.17.git20080715-1.10
alsa-oss-32bit-1.0.15-48.1
alsa-devel-1.0.17.git20080910-1.1
alsa-driver-kmp-default-1.0.16.20080920_2.6.25.5_1.1-1.1
alsa-patch-bay-1.0.0-0.pm.2
alsa-plugins-pulse-32bit-1.0.16-57.1
alsa-oss-1.0.15-48.1
alsa-plugins-1.0.16-57.1
alsa-plugins-jack-32bit-1.0.16-57.1
alsa-1.0.17.git20080910-1.1
**
rpm -qa | grep pulse**
pulseaudio-esound-compat-0.9.11-27.1
libpulse0-0.9.11-27.1
pulseaudio-module-zeroconf-0.9.11-27.1
alsa-plugins-pulse-1.0.16-57.1
libpulse-browse0-0.9.11-27.1
libpulse-mainloop-glib0-0.9.11-27.1
pulseaudio-utils-0.9.11-27.1
pulseaudio-module-gconf-0.9.11-27.1
libpulsecore4-0.9.11-27.1
pulseaudio-0.9.11-27.1
pulseaudio-module-lirc-0.9.11-27.1
gstreamer-0_10-pulse-0.9.5-54.1
vlc-aout-pulse-0.9.2-8.2
alsa-plugins-pulse-32bit-1.0.16-57.1
pulseaudio-module-x11-0.9.11-27.1
libpulse0-32bit-0.9.11-27.1
pulseaudio-module-bluetooth-0.9.11-27.1

rpm -q libasound2
libasound2-1.0.17.git20080910-1.1
**
uname -a**
Linux linux-br0b 2.6.25.16-0.1-default #1 SMP 2008-08-21 00:34:25 +0200 x86_64 x86_64 x86_64 GNU/Linux
**
cat /etc/modprobe.d/sound**
options snd slots=snd-oxygen,snd-hda-intel,snd-hda-intel

rChK.hJ2fTVR7hHD:CMI8788 [Oxygen HD Audio]

alias snd-card-0 snd-oxygen

NXNs.twyDH0toT34:Radeon HD 3870 Audio device

alias snd-card-1 snd-hda-intel

speaker-test -Dplug:front -c2 -l5 -twav

just sends out errors which just keeps looping

ALSA lib pcm.c:2202:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
Playback open error: -2,No such file or directory
ALSA lib pcm.c:2202:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front

here is** dmesg > dmesg.txt**
general pastebin - Someone - post number 1208086

modprobe snd-card-virtuoso
FATAL: Module snd_card_virtuoso not found.

and I have played around with different combinations /etc/modprobe.d/sound file

the finally I renamed the /etc/modprobe.d/sound file and then did su -c ‘modprobe snd-virtuoso’ again and this time
it came back with know errors . not sure what that means and I hope that someone here can help me out

Wrong section Moved to Multimedia

Andy

Oops sorry about that

I am wondering how I report this to opensuse or novel because there should be a way for this to work according to the guide. unless I have to totally uninstall all alsa then just install what the guide says.

Well, I confess to having written the guide, but I don’t have your sound hardware, and hence its difficult for me to make suggestions wrt to the many things I would try. I do note there is supposed to be support for your hardware in the latest alsa.

You could raise a bug report, you could find guidance to do so here for openSUSE:
Submitting Bug Reports - openSUSE

and here for alsa:
https://bugtrack.alsa-project.org/alsa-bug/login_page.php

ok I did it again reinstalled and this time I am trying from the very begining
I am getting errors from “./configure --with-cards=virtuoso --with-sequencer=yes ; make ; make install”
ok everything is ok until this point on

checking for directory with kernel source... ./configure: line 4734: cd: /lib/modules/2.6.25.16-0.1-default/source: No such file or directory
/lib/modules/2.6.25.16-0.1-default/source
checking for directory with kernel build... /lib/modules/2.6.25.16-0.1-default/build
checking for kernel linux/version.h... no
The file /include/linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.25.16-0.1-default/source).
make all-deps
make[1]: Entering directory `/usr/src/alsa/alsa-driver-1.0.18rc3'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.18rc3'

Please, run the configure script as first...

if  -L /include/sound ]; then \
                rm -f /include/sound; \
                ln -sf /usr/src/alsa/alsa-driver-1.0.18rc3/include/sound /include/sound; \
        else \
                rm -rf /include/sound; \
                install -d -m 755 -g root -o root /include/sound; \
                for f in include/sound/*.h; do \
                        install -m 644 -g root -o root $f /include/sound; \
                done \
        fi
install: cannot stat `include/sound/*.h': No such file or directory
make: *** [install-headers] Error 1

ok after reading this over a few times I figured out that I needed the kernel source.
now I am stuck again here

mkdir -p /lib/modules/2.6.25.16-0.1-default/kernel/sound/acore
cp snd-page-alloc.ko snd-pcm.ko snd-rawmidi.ko snd-timer.ko snd.ko /lib/modules/2.6.25.16-0.1-default/kernel/sound/acore
cp: cannot stat `snd-page-alloc.ko': No such file or directory
cp: cannot stat `snd-pcm.ko': No such file or directory
cp: cannot stat `snd-rawmidi.ko': No such file or directory
cp: cannot stat `snd-timer.ko': No such file or directory
cp: cannot stat `snd.ko': No such file or directory
make[1]: *** [modules_install] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.18rc3/acore'
make: *** [install-modules] Error 1

I thought that it was asking for modules so I installed the modules from yast but that didn’t fix the problem