codepayne / linux-sound-huawei

linux kernel for Huawei matebook AMD sound support
Other
87 stars 3 forks source link

Alsamixer does not see the required amd-acp3x-essx8336. Matebook Ryzen 5 5500u 2021. #9

Closed takry closed 1 year ago

takry commented 1 year ago

I did everything as it is written in the guide. Alsamixer does not see the required amd-acp3x-essx8336. Matebook Ryzen 5 5500u 2021. dmesg: 2.pdf

codepayne commented 1 year ago

From what I see in dmesg output the driver snd_soc_acp3x_es8336_mach is not loaded. You'll have to check why it isn't loaded, also you can try to load it manually.

takry commented 1 year ago

Ok, how i can download it manually? I'm newbie with Ubuntu.

codepayne commented 1 year ago

you'll have to investigate yourself how to do these things, there are a million websites explaining how to work with kernel modules.