Open Baeldaeg opened 6 days ago
Can you send the output of lsmod
Looks like your kernel is missing snd_soc_avs_rt5514
. Try using the non-lts kernel.
debug-logs-Eve-2024-11-22_10h04m.tar.gz lsmod-6.11.9-arch1-1.txt It's not appearing on 6.11.9 either.
You could ask the arch kernel maintainers to enable it, or build your own kernel with it enabled.
It's not disabled. The module is available.
Ah, so @Baeldaeg try sudo modprobe snd_soc_avs_rt5514
On LTS I got modprobe: FATAL: Module snd_soc_avs_rt5514 not found in directory /lib/modules/6.6.62-1-lts
On 6.11.9 there was no message, so I've run lsmod and the log collection again: lsmod2.txt debug-logs-Eve-2024-11-23_17h37m.tar.gz
Run the script again, I've pushed to the UCM repo.
That fixed it. Then I decided to upgrade the kernel to 6.12.1 and now it says 'Connection to the Sound Service Lost' in Plasma's sound settings. The logs collection script hangs, otherwise I'd post those logs for you.
Sounds like a kernel regression maybe
Sounds like a kernel regression maybe
It is. Kernel 6.12.1-arch1 emits oopses in snd_soc_avs. Necessary to downgrade to 6.11.9 until that is solved, e.g. sudo pacman -U /var/cache/pacman/pkg/linux-6.11.9.arch1-1-x86_64.pkg.tar.zst
assuming that package is still in your local cache; otherwise find it in an Arch mirror.
Describe the bug The internal mic isn't detected. Running Arch, 6.6.62-1-lts kernel
Boardname EVE
Logs debug-logs-Eve-2024-11-21_11h28m.tar.gz