Engin Açıkgöz

Results 19 comments of Engin Açıkgöz

I did build for 5.13.19 but still not working.. :(

``` git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cd linux git checkout v5.15 # or whatever matches your kernel wget https://github.com/aymanbagabas/Huawei-WMI/files/7326045/0001-ALSA-hda-realtek-New-Huawei-vendor-ID.patch.txt git am < 0001-ALSA-hda-realtek-New-Huawei-vendor-ID.patch.txt zcat /proc/config.gz > .config cp /usr/lib/modules/5.15.0-1-MANJARO/build/Module.symvers . make oldconfig...

> [0001-ALSA-hda-realtek-New-Huawei-vendor-ID.patch.txt](https://github.com/aymanbagabas/Huawei-WMI/files/7507422/0001-ALSA-hda-realtek-New-Huawei-vendor-ID.patch.txt) > > @m1khal3v @enginacikgoz I've changed the name of the entry in the patch, perhaps this makes a difference? Could you try this instead? Just make sure you...

cat /sys/bus/hdaudio/devices/hdaudio*/* ``` 0x1 R6xx HDMI cat: /sys/bus/hdaudio/devices/hdaudioC0D0/driver: Is a directory 0x0 hdaudio:v1002AA01r00100700a01 cat: /sys/bus/hdaudio/devices/hdaudioC0D0/power: Is a directory 0x100700 cat: /sys/bus/hdaudio/devices/hdaudioC0D0/subsystem: Is a directory 0xaa0100 0x1 DRIVER=snd_hda_codec_hdmi MODALIAS=hdaudio:v1002AA01r00100700a01 0x1002aa01 ATI...

> k, i guess it's clear what the issue now haha. the card uses the `snd_hda_codec_generic` driver and not the `realtek` one hehe. so we're basically patching the wrong driver...

Additional info: When I run the `xdotool key XF86AudioMicMute` command, the microphone can be turned on and off, but the led does not work

Additional info: When i change `/sys/devices/platform/huawei-wmi/leds/platform::micmute/trigger` parameter like "kbd-capslock,BAT0-charging-or-full,audio-mute,hci0-power" nothing was happend. Led does not syncing with this triggers. But `echo 1 > brightness ` works flawlessly

i have got same outputs with sermart1234. `key press 198` `key release 198` `echo 1 > brightness` works but triggers doesn't work.

> Can someone try this patch with the above instructions? Thank you! > > [0001-PATCH-ALSA-hda-realtek-New-Huawei-vendor-ID.txt](https://github.com/aymanbagabas/Huawei-WMI/files/8235925/0001-PATCH-ALSA-hda-realtek-New-Huawei-vendor-ID.txt) unfortunately it is not working :( I guess matebook D16 doesn't use realtek driver. If...