On 2022-06-26 10:08, Per Jessen wrote:
Carlos E. R. wrote:
On 2022-06-25 12:57, Per Jessen wrote:
Just clean as far as the sound config goes. Simply get rid of the pulseaudio stuff configured by yast.
No idea what files YaST writes, what services it starts.
Looking at the yast source code, it is all about pulseaudio. If you take a look at /etc/pulse/, I'm sure you will see recently changed files.
Nope. Elesar:~ # tree --si -D /etc/pulse/ /etc/pulse/ ├── [1.2k Apr 4 2021] client.conf ├── [4.1k Mar 28 15:19] client.conf.d │ ├── [ 15 Apr 4 2021] 50-system.conf │ └── [ 16 Mar 28 14:18] 50-system.conf.rpmsave ├── [2.4k Apr 4 2021] daemon.conf ├── [4.1k Mar 28 15:19] daemon.conf.d │ └── [ 131 Apr 4 2021] 60-disable_flat_volumes.conf ├── [5.1k Apr 4 2021] default.pa └── [1.9k Apr 4 2021] system.pa 2 directories, 7 files Elesar:~ #
Maybe also some module config in /etc/modprobe.d .
Elesar:~ # tree --si -D /etc/modprobe.d/ /etc/modprobe.d/ ├── [3.6k Dec 7 2021] 00-system.conf ├── [1.3k Dec 6 2021] 10-unsupported-modules.conf ├── [ 308 Jun 17 9:33] 20-kernel-default-extra.conf ├── [5.3k Dec 6 2021] 50-blacklist.conf ├── [ 128 Nov 24 2021] 50-bluetooth.conf ├── [ 33 May 25 2018] 50-ipw2200.conf ├── [ 34 May 25 2018] 50-iwl3945.conf ├── [ 18 May 25 2018] 50-prism54.conf ├── [ 103 Jun 26 8:11] 50-sound.conf <=========== ├── [ 1 Jun 26 8:11] 50-sound.conf.YaST2save ├── [ 668 Dec 7 2021] 60-blacklist_fs-adfs.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-affs.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-befs.conf ├── [ 664 Dec 7 2021] 60-blacklist_fs-bfs.conf ├── [ 676 Dec 7 2021] 60-blacklist_fs-cramfs.conf ├── [ 664 Dec 7 2021] 60-blacklist_fs-efs.conf ├── [ 672 Dec 7 2021] 60-blacklist_fs-erofs.conf ├── [ 672 Dec 7 2021] 60-blacklist_fs-exofs.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-f2fs.conf ├── [ 684 Dec 7 2021] 60-blacklist_fs-freevxfs.conf ├── [ 664 Dec 7 2021] 60-blacklist_fs-hfs.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-hpfs.conf ├── [ 664 Dec 7 2021] 60-blacklist_fs-jfs.conf ├── [ 672 Dec 7 2021] 60-blacklist_fs-minix.conf ├── [ 676 Dec 7 2021] 60-blacklist_fs-nilfs2.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-ntfs.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-omfs.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-qnx4.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-qnx6.conf ├── [ 668 Dec 7 2021] 60-blacklist_fs-sysv.conf ├── [ 664 Dec 7 2021] 60-blacklist_fs-ufs.conf ├── [ 47 Dec 6 2021] 99-local.conf ├── [ 158 May 10 11:02] firewalld-sysctls.conf ├── [ 674 Jan 8 2019] tuned.conf └── [ 49 Apr 23 2019] vmware-fuse.conf 0 directories, 35 files Elesar:~ # Bingo. Elesar:~ # cat /etc/modprobe.d/50-sound.conf options snd slots=snd-hda-intel # svHJ.YhraNp3EzIA:SB1040 PCI Express alias snd-card-0 snd-hda-intel Elesar:~ # cat /etc/modprobe.d/50-sound.conf.YaST2save Elesar:~ # Something had erased the 50-sound.conf file, and YaST restored it. My guess.
It all depends on what you want - a kludgy work around as the above or actually solve the problem ;-) Me, I don't like work arounds for what appears to be a pretty banal problem.
Well, as compared to starting VLC to see a movie, finding that sound does not work, and firing YaST to correct the problem, then restarting vlc, having it automated, and VLC playing instantly with no delay, is a huge advancement.
Yep. It's a matter of attitude, that's all.
No, it is a machine in production, people depend on it. I'm sure you are aware of the constraints. -- Cheers / Saludos, Carlos E. R. (from Elesar, using openSUSE Leap 15.3)