No sound device detected on Porteus MATE v5
Posted: 24 Apr 2023, 19:26
Good day.
I have installed Porteus Mate v5 on Acer N18Q8 Chromebook (4 ram 32 eMMC, Celeron n4120) via flashdrive (128 Gb) with 60 Gb of persistant sectors. I have booted Porteus to RAM and it works great but there is no sound and no audio device detected.
"no soundcard found".
Via chat GPT and some googling I have found that my sound card uses Realtek ALC5645 audio codec. I have checked this code via
but got: "modprobe: FATAL: Module snd_soc_skl not found in directory /lib/modules/5.18.8-porteus". What I understand is that I need to find the module for 5.18.8-porteus and install it using :
and
Can someone please provide the correct module please? I can't find it anywhere.
I have installed Porteus Mate v5 on Acer N18Q8 Chromebook (4 ram 32 eMMC, Celeron n4120) via flashdrive (128 Gb) with 60 Gb of persistant sectors. I have booted Porteus to RAM and it works great but there is no sound and no audio device detected.
Code: Select all
aplay list-devices returns
Via chat GPT and some googling I have found that my sound card uses Realtek ALC5645 audio codec. I have checked this code via
Code: Select all
sudo modprobe snd_soc_skl
Code: Select all
sudo depmod -a
Code: Select all
sudo modprobe snd_soc_skl