[SOLVED]No sound in cauldron

I am running an up to date Cauldron and the sound does not work.
inxi info
The system claims that there are no input or output devices as shown in the image of the notifier popup.
The System Settings Audio section shows a blank screen.
I am following the dev email list and have tried some of the tricks mentioned in that thread to no avail. I added "snd_hda_intel.dmic_detect=0" to the default in grub:
That did not help at all.
The system does recognize the hardware as evidenced by lspci
The system is running pipewire with pulseaudio turned off:
I ran dnf swap as recommended in the wiki, but that did nothing.
A few months ago this hardware was running Mga7 with no sound issues, so I don't think it is a hardware failure.
Anybody have any ideas about what to try next?
Thanks
Banjo
(_)=='=~
inxi info
- Code: Select all
[root@BSKQuadCore:~]# inxi -b
System:
Host: BSKQuadCore Kernel: 6.2.2-desktop-2.mga9 arch: x86_64 bits: 64
Desktop: MWM Distro: Mageia 9
Machine:
Type: Desktop System: ASUS product: All Series v: N/A serial: N/A
Mobo: ASUSTeK model: Z97-A-USB31 v: Rev 1.xx serial: 150850429900453
UEFI: American Megatrends v: 2501 date: 06/24/2015
CPU:
Info: quad core Intel Core i5-4590 [MCP] speed (MHz): avg: 924
min/max: 800/3700
Graphics:
Device-1: NVIDIA GM107 [GeForce GTX 750 Ti] driver: nouveau v: kernel
Display: x11 server: X.org v: 1.21.1.7 with: Xwayland v: 22.1.8 driver: X:
loaded: nouveau unloaded: fbdev,modesetting,vesa dri: nouveau gpu: nouveau
resolution: 1920x1080~60Hz
API: OpenGL v: 4.3 Mesa 23.0.0 renderer: NV117
Network:
Device-1: Intel Ethernet I218-V driver: e1000e
Device-2: Qualcomm Atheros AR9271 802.11n type: USB driver: ath9k_htc
Drives:
Local Storage: total: 954.81 GiB used: 41.41 GiB (4.3%)
Info:
Processes: 227 Uptime: 47m Memory: 7.71 GiB used: 2.17 GiB (28.1%)
Shell: Bash inxi: 3.3.25
The system claims that there are no input or output devices as shown in the image of the notifier popup.
The System Settings Audio section shows a blank screen.
I am following the dev email list and have tried some of the tricks mentioned in that thread to no avail. I added "snd_hda_intel.dmic_detect=0" to the default in grub:
- Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet noiswmd resume=UUID=218fef6e-2e07-4279-a876-fa5accb2d1f3 audit=0 vga=788 snd_hda_intel.dmic_detect=0"
GRUB_DEFAULT=saved
GRUB_DISABLE_OS_PROBER=false
GRUB_DISABLE_RECOVERY=false
GRUB_DISABLE_SUBMENU=n
GRUB_DISTRIBUTOR=Mageia
GRUB_ENABLE_CRYPTODISK=y
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=auto
GRUB_SAVEDEFAULT=true
GRUB_TERMINAL_OUTPUT=gfxterm
GRUB_TIMEOUT=10
That did not help at all.
The system does recognize the hardware as evidenced by lspci
- Code: Select all
[root@BSKQuadCore:~]# lspcidrake -v | grep -i audio
snd_hda_intel : NVIDIA Corporation|GM107 High Definition Audio Controller [GeForce 940MX] [MULTIMEDIA_AUDIO_DEV] (vendor:10de device:0fbc subv:3842 subd:3753) (rev: a1)
snd_hda_intel : Intel Corporation|9 Series Chipset Family HD Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:8ca0 subv:1043 subd:860b)
The system is running pipewire with pulseaudio turned off:
- Code: Select all
[root@BSKQuadCore:~]# inxi -Axx
Audio:
Device-1: Intel 9 Series Family HD Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel bus-ID: 00:1b.0 chip-ID: 8086:8ca0
Device-2: NVIDIA GM107 High Definition Audio [GeForce 940MX]
vendor: eVga.com. driver: snd_hda_intel v: kernel pcie: speed: 2.5 GT/s
lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:0fbc
Sound API: ALSA v: k6.2.2-desktop-2.mga9 running: yes
Sound Server-1: JACK v: 1.9.21 running: no
Sound Server-2: PulseAudio v: 16.1 running: no
Sound Server-3: PipeWire v: 0.3.66 running: yes
I ran dnf swap as recommended in the wiki, but that did nothing.
- Code: Select all
[root@BSKQuadCore:~]# dnf swap --allowerasing pulseaudio pipewire-pulseaudio
determining the fastest mirror (10 hosts).. done. [=== ] --- B/s | 0 B --:-- ETA
Mageia Cauldron - x86_64 2.5 MB/s | 38 MB 00:14
determining the fastest mirror (4 hosts).. done. [ === ] --- B/s | 0 B --:-- ETA
Mageia Cauldron - x86_64 - Updates 101 B/s | 257 B 00:02
google-chrome 13 kB/s | 3.6 kB 00:00
determining the fastest mirror (4 hosts).. done. [ === ] --- B/s | 0 B --:-- ETA
Mageia 9 - x86_64 3.4 MB/s | 38 MB 00:11
determining the fastest mirror (4 hosts).. done. [ === ] --- B/s | 0 B --:-- ETA
Mageia 9 - x86_64 - Updates 123 B/s | 257 B 00:02
Package pipewire-pulseaudio-0.3.66-1.mga9.x86_64 is already installed.
No match for argument: pulseaudio
No packages marked for removal.
Dependencies resolved.
Nothing to do.
Complete!
A few months ago this hardware was running Mga7 with no sound issues, so I don't think it is a hardware failure.
Anybody have any ideas about what to try next?
Thanks
Banjo
(_)=='=~