Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

Can't detect Waltop tablet!


jorgicio

Question

Hi! I installed the wizardpen driver, and also enabled input events from kernel, however, my tablet is not working. It's recognized:

 

dmesg:

[64479.687399] brcmsmac bcma0:1: START: tid 1 is not agg'able
[64479.757361] brcmsmac bcma0:1: START: tid 1 is not agg'able
[64526.318875] brcmsmac bcma0:1: START: tid 1 is not agg'able
[64526.368869] brcmsmac bcma0:1: START: tid 1 is not agg'able
[64594.677160] usb 3-2: new full-speed USB device number 6 using xhci_hcd
[64594.879040] usb 3-2: New USB device found, idVendor=172f, idProduct=0032
[64594.879049] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[64594.879054] usb 3-2: Product: Slim Tablet
[64594.879058] usb 3-2: Manufacturer: WALTOP International Corp.

hackenherr ~ #  lsusb                                                                                                                                                                   [0:48:46]
Bus 002 Device 003: ID 0a5c:219c Broadcom Corp. 
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 006: ID 172f:0032 Waltop International Corp. Slim Tablet 5.8"
Bus 003 Device 004: ID 1132:4511 Toshiba Corp., Digital Media Equipment [hex] 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 2232:1008 Silicon Motion 
Bus 001 Device 005: ID 045e:07b2 Microsoft Corp. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

However...

hackenherr ~ #  ls /dev/input/by-id -la                                                                                                                                                 [0:48:44]
total 0
drwxr-xr-x 2 root root 160 ene 18 11:47 ./
drwxr-xr-x 4 root root 480 ene 18 11:47 ../
lrwxrwxrwx 1 root root  10 ene 17 23:04 usb-123_WebCam_SCB-1100N-event-if00 -> ../event12
lrwxrwxrwx 1 root root  10 ene 18 11:47 usb-Microsoft_Microsoft?_Nano_Transceiver_v1.0-event-kbd -> ../event13
lrwxrwxrwx 1 root root  10 ene 18 11:47 usb-Microsoft_Microsoft?_Nano_Transceiver_v1.0-if01-event-mouse -> ../event14
lrwxrwxrwx 1 root root   9 ene 18 11:47 usb-Microsoft_Microsoft?_Nano_Transceiver_v1.0-if01-mouse -> ../mouse1
lrwxrwxrwx 1 root root  10 ene 18 11:47 usb-Microsoft_Microsoft?_Nano_Transceiver_v1.0-if02-event-joystick -> ../event15
lrwxrwxrwx 1 root root   6 ene 18 11:47 usb-Microsoft_Microsoft?_Nano_Transceiver_v1.0-if02-joystick -> ../js0
hackenherr ~ # cat /etc/udev/rules.d/67-xorg-wizardpen.rules                                                                                                                           [0:54:46]
# to configure the active area, pressure sensitivity and other settings see
# /usr/share/X11/xorg.conf.d/70-wizardpen.conf

ACTION!="add|change", GOTO="xorg_wizardpen_end"
SUBSYSTEM!="input", GOTO="xorg_wizardpen_end"

# KYE Systems Corp Wide Screen Design Tablet TB-7300
ENV{ID_VENDOR_ID}=="0458",  ENV{ID_MODEL_ID}=="5003", ENV{x11_driver}="wizardpen"
# KYE Systems Corp Wide Screen Design Tablet TB-7300
ENV{ID_VENDOR_ID}=="0458",  ENV{ID_MODEL_ID}=="5004", ENV{x11_driver}="wizardpen"
# AceCad Corp Flair II GT-504
ENV{ID_VENDOR_ID}=="0460",  ENV{ID_MODEL_ID}=="0004", ENV{x11_driver}="wizardpen"

# Waltop
ENV{ID_VENDOR_ID}=="172f",  ENV{ID_MODEL_ID}=="0038", ENV{x11_driver}="wizardpen"
ENV{ID_VENDOR_ID}=="172f",  ENV{ID_MODEL_ID}=="0032", ENV{x11_driver}="wizardpen"

# UC-Logic Technology Corp
# SuperPen WP3325U Tablet
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="0002", ENV{x11_driver}="wizardpen"
# WP4030, Genius MousePen 4x3 Tablet/Aquila L1 Tablet
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="0003", ENV{x11_driver}="wizardpen"
# WP5540, Genius MousePen 5x4 Tablet
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="0004", ENV{x11_driver}="wizardpen"
# WP8060, Genius MousePen 8x6 Tablet, Trust TB-6300
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="0005", ENV{x11_driver}="wizardpen"
# Genius PenSketch 6x8 Tablet
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="0041", ENV{x11_driver}="wizardpen"
# Genius PenSketch 12x9 Tablet
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="0042", ENV{x11_driver}="wizardpen"
# Digital Organizer (may not exist)
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="6000", ENV{x11_driver}="wizardpen"
# Genius G-Note 5000
ENV{ID_VENDOR_ID}=="5543", ENV{ID_MODEL_ID}=="6001", ENV{x11_driver}="wizardpen"

# disable the /dev/input/mouseX device
ENV{x11_driver}=="wizardpen", KERNEL=="mouse*", ENV{x11_driver}=""

# Specify this device as a tablet to the xorg config
ENV{x11_driver}=="wizardpen", KERNEL=="event*", ENV{ID_INPUT.tags}="wizardpen"
ENV{x11_driver}=="wizardpen", KERNEL=="event*", ENV{ID_INPUT_TABLET}="1"

LABEL="xorg_wizardpen_end"

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...