aymanbagabas / Huawei-WMI

Huawei WMI laptop extras linux driver
GNU General Public License v2.0
226 stars 15 forks source link

Micmute LED Doesn't Work on Fedora 31 #27

Closed validatedev closed 4 years ago

validatedev commented 4 years ago

Describe the bug It was working on Ubuntu 19.10 with Huawei-WMI 3.2, but cannot reproduce the feature anymore on Huawei Matebook 13

To Reproduce Steps to reproduce the behavior: Install the Huawei-WMI 3.2 (dnf method or dkms) Micmute LED doesn't work

Expected behavior Micmute LED should work

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

aymanbagabas commented 4 years ago

Please try v3.3 and reboot. Thank you!

aymanbagabas commented 4 years ago

I found the issue. I'm having the same thing. It's DKMS not updating the new module with the one from the kernel. This results in loading the old module from the kernel and you can verify that if you see your distro key running modinfo huawei-wmi after installing this module.

You could build it manually and move it to /lib/modules/$(uname -r)/updates/. Or downgrade to DKMS <= 2.6.1

validatedev commented 4 years ago

Build from source works! Thanks for your attention.