I note this:
!!Sound Servers on this system
!!----------------------------
ESound Daemon:
Installed - Yes (/usr/bin/esd)
Running - No
ie no pulse audio installed nor running. And no other sound daemon running. That is most unusual for KDE. What desktop are you using now ? Gnome ? LXDE ? Xfce ?
I also note two instances of alsa’s intel audio driver running:
!!Loaded ALSA modules
!!-------------------
snd_hda_intel
snd_hda_inte
where I note:
!!Soundcards recognised by ALSA
!!-----------------------------
0 [HDMI ]: HDA-Intel - HDA Intel HDMI
HDA Intel HDMI at 0xf0630000 irq 63
1 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf0634000 irq 64
!!PCI Soundcards installed in the system
!!--------------------------------------
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
where its clear that openSUSE has identified the HDMI sound device as card-0, and has identified the analog audio as card-1.
That reversal of HDMI and analog device is easiest to solve by using pulse audio with the pavucontrol (pulse audio volume control) application, but for some reason your openSUSE does not have pulse audio. Without pulse audio, and with the same driver being used for both instances, I don’t know how to easily reverse the two.
Below is the aplay output:
!!Aplay/Arecord output
!!--------------------
APLAY
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
**card 1:** PCH [HDA Intel PCH], **device 0:** ALC283 Analog [ALC283 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
and aplay also supports this assessment where the default (card-0) is HDMI. Most likely you have no HDMI devices connected, but rather its the ALC283 analog audio that you need to use.
I took a look at the dmesg output at the end, and there is a LOT of information there, and it is clear you did not run the diagnostic script immediately after a fresh boot like I asked. That complicates this. I assume there was a reason the script could not be run immediately after a boot (like I asked) but I can not figure out that reason from looking at the dmesg output. Could you explain that to me so I can understand better ?
Also, please advise if the following gives sound:
aplay -D=hw:1,0 -vv /usr/share/sounds/alsa/test.wav
where by specifying aplay like the above should play the test.wav sound via card-1, device-0 (hw:0,1) I am trying to see if the analog sound works.
EDIT: if the above gives an error, copy and paste EXACTLY what command you sent and EXACTLY what error you obtained.
My approach, if I were you , would be to fix the pulse audio removal, install pavucontrol, and use it to ensure that audio goes to card-1.
Another approach (which I do not know the details off my head) would be to try and reverse card-0 and card-1, but given they use the same alsa intel audio driver, that will be tricky.