On 2022-06-24 10:56, Per Jessen wrote:
Carlos E. R. wrote:
On 2022-06-24 10:10, Per Jessen wrote:
I can't help but suspect some configuration conflict/issue - that you need to fiddle with yast whereas I don't, that is odd. Given that my config works without a yast sound config, in your situation I would be tempted to get rid of it and start from there.
And do what? I don't know how to activate sound except by using YaST, since decades.
and I don't recall having had to do that, for years. I don't know what the yast sound config does, but on my desktop systems (also quite old), it doesn't seem to be required. My suspicion is that the yast config is _somehow_ getting in the way on your system. Starting with a clean slate might help with the diagnosis.
I only have 15.2 desktop systems, sound works on all of them, I'll be happy to compare configs. The only difference ought to be in the hardware.
On other machines, I don't have to do anything, it works directly from installation. Not in this. Anyway, I do not know how to "start with a clean slate". Install openSUSE again? Not doable, machine is in production, several people use it. And I am too busy to do that, they would behead me for wasting time on the computer :-p What I have done, is insert this code in one of my boot scripts: /usr/bin/logger -t Mine -p daemon.info \ "Reseting sound system with yast." yast sound remove && yast2 sound add And that solves the issue. And I just got the extension cord for the headphones. I just unplug the speakers and connect the headphones, or viceversa, as needed, and done.
From my laptop, Leap 15.2:
office68:/etc/modprobe.d # l /proc/asound/ total 0 dr-xr-xr-x 6 root root 0 Jun 24 10:51 ./ dr-xr-xr-x 282 root root 0 May 14 20:48 ../ lrwxrwxrwx 1 root root 5 Jun 24 10:51 HDMI -> card0/ lrwxrwxrwx 1 root root 5 Jun 24 10:51 PCH -> card1/ dr-xr-xr-x 7 root root 0 Jun 24 10:51 card0/ dr-xr-xr-x 4 root root 0 Jun 24 10:51 card1/ -r--r--r-- 1 root root 0 Jun 24 10:51 cards -r--r--r-- 1 root root 0 Jun 24 10:51 devices -r--r--r-- 1 root root 0 Jun 24 10:51 hwdep -r--r--r-- 1 root root 0 Jun 24 10:51 modules dr-xr-xr-x 2 root root 0 Jun 24 10:51 oss/ -r--r--r-- 1 root root 0 Jun 24 10:51 pcm dr-xr-xr-x 2 root root 0 Jun 24 10:51 seq/ -r--r--r-- 1 root root 0 Jun 24 10:51 timers -r--r--r-- 1 root root 0 Jun 24 10:51 version office68:/etc/modprobe.d # cat /proc/asound/cards 0 [HDMI ]: HDA-Intel - HDA Intel HDMI HDA Intel HDMI at 0xc1210000 irq 52 1 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xc1214000 irq 51
Elesar:~ # l /proc/asound/ total 0 dr-xr-xr-x 5 root root 0 Jun 24 17:59 ./ dr-xr-xr-x 291 root root 0 Jun 24 17:57 ../ lrwxrwxrwx 1 root root 5 Jun 24 18:06 Creative -> card0/ dr-xr-xr-x 6 root root 0 Jun 24 17:59 card0/ -r--r--r-- 1 root root 0 Jun 24 18:06 cards -r--r--r-- 1 root root 0 Jun 24 18:06 devices -r--r--r-- 1 root root 0 Jun 24 18:06 hwdep -r--r--r-- 1 root root 0 Jun 24 18:06 modules dr-xr-xr-x 2 root root 0 Jun 24 18:06 oss/ -r--r--r-- 1 root root 0 Jun 24 18:06 pcm dr-xr-xr-x 2 root root 0 Jun 24 17:59 seq/ -r--r--r-- 1 root root 0 Jun 24 18:06 timers -r--r--r-- 1 root root 0 Jun 24 18:06 version Elesar:~ # Elesar:~ # cat /proc/asound/cards 0 [Creative ]: HDA-Intel - HDA Creative HDA Creative at 0xfe6fc000 irq 16 Elesar:~ # -- Cheers / Saludos, Carlos E. R. (from Elesar, using openSUSE Leap 15.3)