Hi,
First of all, let me refer to the thread I opened the 7th of November 2014:
I managed with your help to get sound to hdmi working in xbmc (not in kde, but in this htpc that’s not too important).
To get better sound, I installed a (new) Asus Xonar Essence STX, but I had no luck there. Not only there’s no sound coming from the new card (except for some clicking when I enable/disable the card in Yast), but I’ve no sound whatsoever now.; nothing.
I disabled all cards again in Yast, removed 50-sound.conf from /etc/modprobe.d , enabled the hdmi-card as the only one, and rebooted - nothing. Not even a test sound from within Yast.
Hardware is seen:
cat /proc/asound/cards
0 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfef44000 irq 59
1 [STX ]: AV200 - Xonar STX
Asus Virtuoso 100 at 0xd000, irq 17
2 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfef40000 irq 16
modules are loaded:
lsmod | grep snd
snd_hda_codec_realtek 78078 1
snd_hda_codec_generic 77129 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 55740 1
snd_hda_intel 34475 4
snd_hda_controller 35103 1 snd_hda_intel
snd_hda_codec 151970 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 13602 1 snd_hda_codec
snd_virtuoso 49279 2
snd_oxygen_lib 45416 1 snd_virtuoso
snd_mpu401_uart 14169 1 snd_oxygen_lib
snd_rawmidi 34923 1 snd_mpu401_uart
snd_pcm 116857 5 snd_hda_codec_hdmi,snd_oxygen_lib,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_seq 71266 0
snd_seq_device 14497 2 snd_seq,snd_rawmidi
snd_timer 33609 2 snd_pcm,snd_seq
snd 87947 26 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_virtuoso,snd_oxygen_lib,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_mpu401_uart,snd_seq_device
soundcore 15047 2 snd,snd_hda_codec
/etc/default/grub still has GRUB_CMDLINE_LINUX=“radeon.audio=1”, as was advised in the november-thread I referred too, and /etc/modprobe.d has
/etc/modprobe.d # cat radeon.conf
options radeon audio=1
The user is member of the Audio and Video groups.
What can I do to get proper sound, preferable choosable between hdmi and the Xonar?