Hello Ladies & Gents:
My first time in this Forum, so first of all greetings to everybody.
Once again I’m facing the same old painful story - but this time I can’t fix it by myself. And yesss, I’ve carefully already read all the previous related posts.
The header says it all: just no audio after kernel update6.1.12-1-lts
, and pulsemixer shows “Dummy Output”.
$ sudo modprobe snd_hda_intel_codec
gives:
modprobe: FATAL: Module snd_hda_intel_codec not found in directory /lib/modules/6.1.12-1-lts
and
cat /proc/asound/modules
gives
0 snd_hda_intel
Got my
$ inxi -Aa
and$ inxi -Fxxxza --no-host
: https://pastebin.com/a61eerqu$ pactl list sinks
: pactl - Pastebin.com- my since-the-epoch-installed
pacman -Qs pipewire
andpacman -Qs pulseaudio
is available on demand together with more logs: can’t post more then 2 links by now - sorry.
My secondary 6.1.12.arch1-1
kernel gives the same problem.
Tried to patchGRUB_CMDLINE_LINUX_DEFAULT
in /etc/default/grub
, followed by sudo grub-mkconfig -o /boot/grub/grub.cfg
…
…No good.
Ok, I’m ready to re-install the whole system from scratch - nevertheless I’d be at least curious to imagine what can have gone sour: BTW on my other sooooo much older PC, zero problems.
I’ve temporarily patched the problem by installing another pre-6.1* kernel.
Search:
$ sudo pacman -Ss linux | grep '/linux-' | grep -v '6.1' | grep -v firmware | grep -v docs
extra/linux-atm 2.5.2-8
extra/linux-rt 6.0.5.14.realtime1-4
extra/linux-rt-headers 6.0.5.14.realtime1-4
extra/linux-rt-lts 5.15.92.57.realtime1-1
extra/linux-rt-lts-headers 5.15.92.57.realtime1-1
Chosen:
$ sudo pacman -S linux-rt-lts linux-rt-lts-headers
With current kernel:
$ uname -r
5.15.92.57.realtime1-1-rt-lts
audio works, but I’d like to have kernel 6.1.12*-lts working
Thanks in advance, Piero