asus-fliplock-driver icon indicating copy to clipboard operation
asus-fliplock-driver copied to clipboard

Fliplock driver permission error

Open Asdf1qaz opened this issue 7 months ago • 1 comments

I installed it with sudo ./install.sh, as you said to and have your accel driver installed too, which is sending it tablet mode correctly i think. It is certinally flipping the screen anyway. I think its something to do with the device that im using not being the defult one for you. I have a Asus vivobook S14 flip (TN3402Y non OLED)

The log is: m@Ms-Vivobook:~/asus-fliplock-driver$ LOG=DEBUG sudo -E ./asus_fliplock.py "default" DEBUG:Asus fliplock:Detect wmi hotkeys from N: Name="Asus WMI accel tablet mode" DEBUG:Asus fliplock:Set wmi hotkeys id 19 from H: Handlers=kbd event19 DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 1) 3 0 0 0 0 0 tee: /sys/kernel/debug/asus-nb-wmi/dev_id: Operation not permitted tee: /sys/kernel/debug/asus-nb-wmi/dev_id: Operation not permitted DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 0) DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_SW, SW_TABLET_MODE, 1) DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 1) 3 0 0 DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 0) DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_SW, SW_TABLET_MODE, 0) DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 1) 0 0 0 0 0 0 tee: /sys/kernel/debug/asus-nb-wmi/dev_id: Operation not permitted tee: /sys/kernel/debug/asus-nb-wmi/dev_id: Operation not permitted DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 0) DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_SW, SW_TABLET_MODE, 1) DEBUG:Asus fliplock:InputEvent(EV_SYN, SYN_REPORT, 0) DEBUG:Asus fliplock:InputEvent(EV_KEY, KEY_PROG2, 1) 0 0 0

Asdf1qaz avatar Jul 17 '24 02:07 Asdf1qaz