DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 173 forks source link

Huion H1060P stylus shows up but pad not showing up #504

Open olivershetler opened 3 years ago

olivershetler commented 3 years ago

I've installed the latest digiment kernel drivers as well as xf86-input-wacom.

Only the tablet stylus and eraser show up.

xsetwacom --list devices it returns only

HUION Huion Tablet stylus           id: 14  type: STYLUS
HUION Huion Tablet eraser           id: 15  type: ERASER 

lsub shows the device is connected and recognized

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0bda:0316 Realtek Semiconductor Corp. USB3.0-CRW
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
Bus 001 Device 002: ID 256c:006d HUION Huion Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I can't figure out how to get the pad to be recognized by the wacom driver.

I'm running Ubuntu 20.04

Please help.

Duduz7 commented 3 years ago

Happened the same to me, its because something went wrong during the installation. Just uninstall eveerything with sudo apt --purge dkms_digimend or sudo make dkms_uninstall (and the uclogic, hid, etc addons) and reinstall everything, then type on the terminal xsetwacom --list devices again to see if now instead of eraser it show pad, worked for me