Open shaked8634 opened 1 year ago
It's started to work again without any known change I made :person_bald: :gun:
Reopend since it happen sporadically.
I can see this in dmesg:
hid-sensor-hub 001F:8087:0AC2.0005: timeout waiting for response from ISHTP device
I have this problem as well. And the cursor jumps around, causing constant havoc. There are many reports but I haven't seen a solution eg: https://github.com/linuxwacom/input-wacom/issues/342 https://github.com/linuxwacom/input-wacom/issues/262 https://github.com/linuxwacom/input-wacom/issues/288
Originally, I thought it was because I was trying to use the lenovo or wacom active pen, but this also happens with the lenovo stylus which comes with the laptop (x1 yoga 5th gen).
modinfo wacom | grep version version: v2.00 srcversion: CE2807BA4D6A356047D60C4 vermagic: 6.2.0-35-generic SMP preempt mod_unload modversions
Here is the output of libinput record for the stylus. libinput_record_stylus.txt
This issue has been around for a while, but I don't believe that its root cause is a driver issue (meaning that it can be very difficult to "fix" from the driver). There are too many instances of the bug appearing and disappearing without any obvious change to the affected system; let alone changes that I would expect to influence this.
I'll follow-up on some of the wilder possibilities of what could be going wrong, however.
I've made four branches that disable various parts of the driver and am interested in knowing if any of them have any effect on the jumping issue. You'll first need to clone my repository as follows:
$ git clone https://github.com/jigpu/input-wacom.git
$ cd input-wacom
Next you'll need to check out one of the four test branches:
$ git checkout stylus-jump-A
$ git checkout stylus-jump-B
$ git checkout stylus-jump-C
$ git checkout stylus-jump-D
Compile and install the code as per the wiki instructions and then reboot. Run cat /sys/module/wacom/version
to verify what version of the driver is actually running. It should end with either g7e1c20e
for A, g025759f
for B, geaeb441
for C, or gd449720
for D. You can now use the modified driver for some time and see if it has any effect on the jumping behavior. If there doesn't seem to be any effect, try checking out the next branch and then repeat these steps again with it.
Checking to see if there's any update on this.
I had stylus cursor jumping around issue too, it was strangely solved when I installed this LENOVO firmware update https://download.lenovo.com/pccbbs/mobiles/n3arl02w.zip manually.
Using Gnome + Wayland Wacom Driver version 2.0.0 I tried with 2 kernels: 6.5.7 and LTS 6.1.58.
I can see: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. like in #342.
I also posted on Arch Linux forum. Attached hid-recorder for all devices while I'm touching the screen. hid-recorder_hidraw0.txt hid-recorder_hidraw1.txt hid-recorder_hidraw2.txt
Please let me know if anything is missing here and appreciate any help and thanks in advance :)