-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi, I've been trying to get sound on my MateBook for over a year, so thank you for creating this repo!
I tried your linux-sound-huawei repo but as it didn't seem to work, I'm trying this one.
No mater what I do, I only see the Dummy Output in the settings and alsamixer
doesn't show any more outputs.
Trying to investigate the problem, I found that the DMI_EXACT_MATCH
for my device was not exactly correct.
In acp-config.c, there is an exact math for M1040
, however my DMI infos shows M1010
.
pop-os-linux/sound/soc/amd/acp-config.c
Line 100 in b89f980
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "M1040"), |
System Information
Manufacturer: HUAWEI
Product Name: HVY-WXX9
Version: M1010
Serial Number: <xxx>
UUID: 20211012-e0d4-e8f0-5325-<xxx>
Wake-up Type: Power Switch
SKU Number: C100
Family: MateBook D
I tried changing the value in acp-config.c
to match mine, but nothing changed.
Do you have any idea where I could look for logs explaining why the driver is supposedly not loaded? I found no info in dmesg
and journalctl
.
For the sake of completeness, I'm running Ubuntu 22.04.
Thanks a lot for your work!