Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Doesn't work on MateBook D16 2021 (Ryzen 4600H) #8

@HexPandaa

Description

@HexPandaa

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.

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions