Menu

#55 One CTL-472 not working in Gentoo after installing wacom packages

Beta_0.5
closed-duplicate
nobody
5
2019-03-29
2019-03-29
citrus
No

I've been trying to get my One CTL-472 working for about two straight days and I've all but run out of things to try. I am running Gentoo linux with xfce4. My INPUT_DEVICES in make.conf are evdev and wacom. I am using Portage's existing libinput, evdev, libwacom, xf86-input-wacom, and xf86-input-libinput packages. The device should be compiled correctly, as it is picked up in evemu-record, lsusb, everywhere else. It did work briefly before installing any of the linux wacom packages but X seemed to have considered it a mouse and I need the capabilites provided by xsetwacom. The device does not provide cursor movement and I get no results when running xsetwacom --list devices. The LED does still work correctly.

My tablet seems to not have a correct "type" to apply to it and the module associated with it ends up unloading, and due to failure at this step it can't proceed to run through libinput, X, etc properly. I will post some relevant code results below. Any help would be appreciated.

/var/log/Xorg.0.log:

[    10.904] (II) config/udev: Adding input device Wacom Co.,Ltd. CTL-472 Mouse (/dev/input/event13)
[    10.904] (**) Wacom Co.,Ltd. CTL-472 Mouse: Applying InputClass "evdev pointer catchall"
[    10.904] (**) Wacom Co.,Ltd. CTL-472 Mouse: Applying InputClass "evdev tablet catchall"
[    10.904] (**) Wacom Co.,Ltd. CTL-472 Mouse: Applying InputClass "Wacom USB tablet class"
[    10.904] (**) Wacom Co.,Ltd. CTL-472 Mouse: Applying InputClass "Wacom tablet class"
[    10.904] (II) LoadModule: "wacom"
[    10.904] (II) Loading /usr/lib64/xorg/modules/input/wacom_drv.so
[    10.905] (II) Module wacom: vendor="X.Org Foundation"
[    10.905]    compiled for 1.20.3, module version = 0.36.1
[    10.905]    Module class: X.Org XInput Driver
[    10.905]    ABI class: X.Org XInput driver, version 24.1
[    10.905] (II) Build version: 0.36.1
[    10.905] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire, {truncated}
[    10.907] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. CTL-472 Mouse'
[    10.907] (**) Wacom Co.,Ltd. CTL-472 Mouse: always reports core events
[    10.907] (**) Option "Device" "/dev/input/event13"
[    10.959] (EE) Wacom Co.,Ltd. CTL-472 Mouse: Invalid type 'stylus' for this device.
[    10.959] (EE) Wacom Co.,Ltd. CTL-472 Mouse: Invalid type 'eraser' for this device.
[    10.959] (EE) Wacom Co.,Ltd. CTL-472 Mouse: Invalid type 'cursor' for this device.
[    10.959] (EE) Wacom Co.,Ltd. CTL-472 Mouse: Invalid type 'touch' for this device.
[    10.959] (EE) Wacom Co.,Ltd. CTL-472 Mouse: Invalid type 'pad' for this device.
[    10.959] (EE) Wacom Co.,Ltd. CTL-472 Mouse: No type specified
[    10.973] (EE) PreInit returned 8 for "Wacom Co.,Ltd. CTL-472 Mouse"
[    10.973] (II) UnloadModule: "wacom"

lsusb returns one device, always

Bus 005 Device 003: ID 056a:037a Wacom Co., Ltd CTL-472 [One by Wacom (S)]

cat /proc/bus/input/devices | grep -i wacom

N: Name="Wacom Co.,Ltd. CTL-472 Mouse"

dmesg

[    1.857595] usb 5-1.3: New USB device found, idVendor=056a, idProduct=037a, bcdDevice= 1.00
[    1.857599] usb 5-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.857601] usb 5-1.3: Product: CTL-472
[    1.857604] usb 5-1.3: Manufacturer: Wacom Co.,Ltd.
[    1.857606] usb 5-1.3: SerialNumber: 8BE00L1002242
[    1.866643] input: Wacom Co.,Ltd. CTL-472 Mouse as /devices/pci0000:00/0000:00:1c.3/0000:05:00.0/usb5/5-1/5-1.3/5-1.3:1.0/0003:056A:037A.0001/input/input13
[    1.866885] hid-generic 0003:056A:037A.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [Wacom Co.,Ltd. CTL-472] on usb-0000:05:00.0-1.3/input0
[    1.871118] hid-generic 0003:056A:037A.0002: hiddev97,hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. CTL-472] on usb-0000:05:00.0-1.3/input1

libinput list-devices

event13 - Wacom Co.,Ltd. CTL-472 Mouse: libinput bug: missing tablet capabilities: xy pen btn-stylus resolution. Ignoring this device.

grep "" /sys/module/wacom*/version

zsh: no matches found: /sys/module/wacom*/version

modinfo wacom | grep version

modinfo: ERROR: Module wacom not found.

For the previous two this might just be because of the module unload? I ran both while the tablet was plugged in. lsmod also returns nothing wacom-related.

Discussion

  • Jason Gerecke

    Jason Gerecke - 2019-03-29
    • status: open --> closed-duplicate
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.