sermart1234
sermart1234
On my Honor Magicbook Pro 2020 i have popup notification, but led don't turn on. `echo 1 > brightness` works. I think the problem is with triggers. `huawei->cdev.default_trigger = "audio-micmute";`...
``` sermart@sermart-HLYL-WXX9:~/$ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ ELAN2204:00 04F3:30F5 Mouse id=10 [slave pointer (2)]...
On Huawei Matebook D15 AMD micmute led works ``` [nixos@nixos:~]$ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜...
@aymanbagabas how i can fix audio-micmute trigger?
@aymanbagabas ``` [ 39.044958] atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0). [ 39.044972] atkbd serio0: Use 'setkeycodes e078 ' to make it known. [ 39.160598]...
@aymanbagabas `huawei_wmi_process_key` work. I delete `{ KE_KEY, 0x287, { KEY_MICMUTE } }` and micmute notification is not displayed. But... ``` //{ KE_KEY, 0x287, { KEY_MICMUTE } }, { KE_KEY, 0x287,...
@aymanbagabas how do triggers for LEDs work? how can emulate a trigger? Does it depend on the audio driver? should I configure systemd, udev? Or will you just have to...
@aymanbagabas Should the Realtek driver send events to turn off the LED? or DE?
Copy 99-Huawei.hwdb to /etc/udev/hwdb.d/ then update the hwdb tables dmesg: `[ 210.011813] SELinux: Context u:object_r:system_data_file:s0 is not valid (left unmapped).`
@aymanbagabas Honor Magicbook Pro 2020. Keyboard bachlight timeout Try use kernel module `ec_sys`. ``` modprobe ec_sys write_support=1 od -Ax -t x1 /sys/kernel/debug/ec/ec0/io ``` **Offset 0x18 - KBBH Offset 0x19 -...