if what marakaid said doesn't work:
Firstly - are you in the audio group? (not sure if it's the default for ubuntu or not)
Secondly - try
and post the results; if you get nothing say so.Code:lsmod | grep snd_virtuoso
http://www.alsa-project.org/main/ind...ClemensLadisch
The support for Xonar DX was added after Alsa 1.0.16, maybe you could not avoid compiling afterall.
if what marakaid said doesn't work:
Firstly - are you in the audio group? (not sure if it's the default for ubuntu or not)
Secondly - try
and post the results; if you get nothing say so.Code:lsmod | grep snd_virtuoso
Last edited by Aradreth; 05-13-2008 at 02:55 PM.
Well that explains it.
then run alsamixer and make sure nothing is muted and try to play a wav fileCode:sudo modprobe snd-virtuoso
edit: any audio file you should do really.
edit2: incase you are wondering the command I gave you should have printed something like:
snd_virtuoso 8324 3
snd_oxygen_lib 29184 1 snd_virtuoso
snd 61000 16 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_ virtuoso,snd_oxygen_lib,snd_pcm,snd_timer,snd_mpu4 01_uart,snd_rawmidi,snd_seq_device
if the driver had been loaded and functioning correctly.
Last edited by Aradreth; 05-13-2008 at 03:04 PM.
nothing printed at all after the command
ok still nothing/ no sound but I do see this after the sudo modprobe snd-virtuoso command
snd_virtuoso 10564 0
snd_oxygen_lib 34176 1 snd_virtuoso
snd 70856 16 snd_virtuoso,snd_oxygen_lib,snd_mpu401_uart,snd_hd a_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwde p,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,sn d_timer,snd_seq_device
hmm ok I think that I just might try to reinstall Ubuntu and see if it well get this working but for some reason I don't think that it will
EDIT: Oh wow it just occurred to me, do you have onboard audio as well (does it work)?
Edit2: Don't give up quite yet; the driver is loaded now it's just muted/needs a reboot I think (after doing point 1 and 2 on my list)
edit3: you do have onboard audio; could you give that a try? (snd_hda_intel is a common onboard audio driver)
Tryin the shell if nothing is printed then the sound is probably just muted. (might be to do with pulseaudio)Code:aplay -l
try alsamixer once more just incase if it still doesn't work
1-and add snd-virtuoso to the bottom of the file.Code:sudo nano /etc/modules
2 -if your user name isn't there (audio/pulse repectively) doCode:grep 'audio' /etc/group grep 'pulse' /etc/group(if you are just missing one only use the one missing)Code:sudo gpasswd -a username audio pulse
3 - see if there is a file called asound.conf in the /etc/ directory if not
and addCode:nano ~/.asoundrc
reboot and then check the sound isn't muted and try playing a sound.Code:pcm.pulse { type pulse } ctl.pulse { type pulse } pcm.!default { type pulse } ctl.!default { type pulse }
Last edited by Aradreth; 05-13-2008 at 03:58 PM.
ok I do have onboard sound and it does work I just turned it off via bios
and this is the outcome ofthen I addedCode:aplay -l **** List of PLAYBACK Hardware Devices **** card 0: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0to the end of the sudo nano /etc/modulesCode:snd-virtuoso
the output of grep 'audio' /etc/group
I had toaudio:x:29ulse,dallas
'pulse' /etc/group
audio:x:29ulse,dallas
pulse:x:116:
pulse-access:x:117:
pulse-rt:x:118:and addCode:nano ~/.asoundrc
the I rebooted but still no sound . now does my name have to be at the end of these also pulse:x:116:Code:pcm.pulse { type pulse } ctl.pulse { type pulse } pcm.!default { type pulse } ctl.!default { type pulse }
pulse-access:x:117:
pulse-rt:x:118: ?
Last edited by Paroxysm; 05-13-2008 at 04:35 PM.