Engin Açıkgöz

Results 19 comments of Engin Açıkgöz

I have the same problem on the same device. Also the charge limit doesn't work either.

> Does the led light up when you do > > ```shell > echo 1 | sudo tee /sys/devices/platform/huawei-wmi/leds/platform::micmute/brightness > ``` yes, the code is working and led light up.

> @m1khal3v could you please try this module and see if the led work > > ```shell > unzip snd-hda-codec-realtek.zip > sudo cp snd-hda-codec-realtek.ko /lib/modules/`uname -r`/updates > sudo depmod -a...

`lsmod | grep realtek` returns none. i tried `sudo insmod snd-hda-codec-realtek.ko` and i got this `insmod: ERROR: could not insert module snd-hda-codec-realtek.ko: Invalid module format` "dmesg | grep realtek" output:...

[modinfo.txt](https://github.com/aymanbagabas/Huawei-WMI/files/7325549/modinfo.txt)

> does `modinfo snd-hda-codec-realtek` returns kernel 5.14? No, returns 5.13 [modinfo.txt](https://github.com/aymanbagabas/Huawei-WMI/files/7325598/modinfo.txt)

These are a bit complicated for me. I will try it as soon as possible though. Thank you. =)

> it really isn't tbh, i just need to verify it works before I can submit the patch to the mailing list. here, try this > > ```shell > git...

Sir, `zsh: no such file or directory: /boot/config-5.13.19-2-MANJARO` what i should do? ls /boot `amd-ucode.img grub initramfs-5.13-x86_64.img memtest86+ efi initramfs-5.13-x86_64-fallback.img linux513-x86_64.kver vmlinuz-5.13-x86_64` ` zsh: no such file or directory: /usr/src/linux-headers-5.13.19-2-MANJARO/Module.symvers`

Oh, my fault... i built for kernel 5.13... I will try again.