Since a Tumbleweed dup about a month ago I have had problems with sound.
I have removed all sound installs and configs and started again. Starting with alsa, and then adding pulseaudio thereafter.
However, I have been plagued by a problem I cannot resolve.
That is at each restart the sound requires reconfiguring.
Initially, with only alsa, I would use the Yast2 sound, disable the onboard sound card and then exit and then using yast2 sound config again, re-enable the card using the “normal” option.
Sound would work again but only for that session.
Using alsa store did not resolve.
Since then I have realised that it seems to be a module issue as I can resolve for that session by running as root:
# modprobe -r snd_hda_intel; modprobe snd_hda_intel; systemctl restart sound.target alsa-state.service
My HDMI unfortunately has the same module.
So this is quite possibly an underlying reason for the problem.
I need some help to resolve what is going on and why please so it can be fixed.
When it is failing (ie after a restart) I get:
# aplay -l
aplay: device_list:272: no soundcards found...
# cat /proc/asound/cards
--- no soundcards ---
After the modprobe remove and install and alsa being restart I get:
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: Generic Analog [Generic Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: Generic Digital [Generic Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: Generic Digital [Generic Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 11: HDMI 5 [HDMI 5]
Subdevices: 1/1
Subdevice #0: subdevice #0
# cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xdf220000 irq 128
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xdf160000 irq 126
For background I had an Xonar card in the machine but have removed this as I had even greater problems having Suse install this.
It is now removed. And because of that history I removed all configurations and conf files for sound that I could, incl alsa, pulseaudio and jack.
Only alsa, and then later pulseaudio have been reinstalled now.
I would like to work out how to permanently solve this problem and
how to also blacklist the Card 1 [HDMI ] “HDA-Intel - HDA ATI HDMI”
Can anyone please help with resolving this?
Thankyou