-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tablet pressure stops working after a re-plug #383
Comments
After some extensive research on kernel modules ProblemI checked SolutionI created a
This creates the pad and the stylus devices in a stable location at
With this, either flush p.s. ReferencesOn manually configuring X input driver for the tablet: On manually detecting the input (sub)devices: If you feel advantageous, maybe try: |
Can we learn something from this, and maybe abstract it into a Wiki tutorial page? |
@hyiltiz, I did a quick change to try and support your tablet with DIGImend drivers, please see if it works: https://github.com/spbnick/digimend-kernel-drivers/archive/add_support_for_parblo_a640.zip PR #393 is opened for this. |
Thanks @spbnick ! I'll test it out and let you know. It turns out that my solution above wasn't robust at all; my [EDIT] |
Goal
Tablet works after every re-plug after ...
udev
rules).udev
rules)udev
rules)Problem
I was able to set up my tablet (documented #296) without
digimend
drivers; even after uninstalling thedigimend
drivers, simply including the appropriate50-tablet-xorg.conf
file is sufficient to make it work, i.e. enable pressure sensitivity for the tablet after a fresh reboot Xorg.0.log in Debian Testing (tried kernels from 4.9 to 5.5.0). However, once I plug out the tablet USB, then there is nothing I can do to make it work upon plugging back in.Things I have tried
Things I have tried before and after the re-plug in each combination:
modprobe -a/-r
:hid
,usbhid
,hid-generic
,hid-uclogic
,usb-common
,usbcore
(Warning: most of them also leaves the keyboard and mouse unusable so be prepared);50-tablet-xorg.conf
filexserver-xorg-input-wacom
packagedigimend
driversudev
rules with:udevadm control --reload-rules && udevadm trigger
My hypothesis is that apparently the order that loads the drivers is important.
hid-uclogic
driver fromdigimend
is not required for my tablet as simply including the50-tablet-xorg.conf
file is sufficient. However, even during a working state,usbhid
seems to be driving the tablet rather thanwacom
regardless of whatXorg.0.log
file included above indicates:Here is a
dmesg
after a reboot (tablet working) then a re-plug (tablet stops working).Would greatly appreciate if anyone could help.
The text was updated successfully, but these errors were encountered: