I recently moved my computer, and after I set my speakers up again, I've had problems with outputting sound on them. It just doesn't work.
The sound card is a Asus Xonar DX. I'm running Ubuntu 15.04 with Gnome. Kernel 3.16.0-31-generic
.
I get sound on it by running aplay -l
, and running aplay -D plughw:2,0 /usr/share/sounds/alsa/Front_Center.wav
where 2,0
represents sound card and device respectively:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD1989B Analog [AD1989B Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD1989B Digital [AD1989B Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: AD1989B Alt Analog [AD1989B Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: DX [Xonar DX], device 0: Multichannel [Multichannel]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: DX [Xonar DX], device 1: Digital [Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
This should mean that the device is connected and working, but that the problem is with sound settings?
Thanks for all help, it is greatly appreciated!
EDIT: I've tried a clean install of Ubuntu Gnoem 15.04. I still have the problem. Seems it is with Pulseaudio, that it is impossible to choose my audio device with it for some reason.
EDIT2: Thought maybe it was the infamous randomsound-issue, but found that it's not.