You are not logged in.
Pages: 1
I bought a Wacom tablet today. A wacom Intuos Art. I tried following the Arch Wiki on it, but got stuck on xsetwacom --list devices. I continued on doing the steps manually, but nothing is working. (I really don't want to have to use Windows.) xinput list shows nothing related to Wacom. I have installed xf86-input-wacom along with wacom-udev. Rebooted twice and still it shows nothing. I really want this to work! Any suggestions?
Output of dmesg:
[14351.999321] input: Wacom Co.,Ltd. Intuos PTS Pen as /devices/pci0000:00/0000:00:12.0/usb3/3-1/3-1:1.0/0003:056A:033C.0007/input/input36
[14351.999886] wacom 0003:056A:033C.0007: hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PTS] on usb-0000:00:12.0-1/input0
[14352.003534] wacom 0003:056A:033C.0008: Unknown device_type for 'Wacom Co.,Ltd. Intuos PTS'. Ignoring.As you can see it ignores it. I am not able to use it as a cursor or anything. It flashes when I touch it or put the pen close to it. But othere than that, nothing.
Output of cat /var/log/Xorg.0.log
[ 14135.606] (II) config/udev: Adding input device Wacom Co.,Ltd. Intuos PTS Pen (/dev/input/event8)
[ 14135.607] (**) Wacom Co.,Ltd. Intuos PTS Pen: Applying InputClass "Wacom USB device class"
[ 14135.607] (**) Wacom Co.,Ltd. Intuos PTS Pen: Applying InputClass "Wacom class"
[ 14135.607] (**) Wacom Co.,Ltd. Intuos PTS Pen: Applying InputClass "Wacom class options"
[ 14135.607] (II) LoadModule: "wacom"
[ 14135.607] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 14135.608] (II) Module wacom: vendor="X.Org Foundation"
[ 14135.608] compiled for 1.18.0, module version = 0.32.0
[ 14135.608] Module class: X.Org XInput Driver
[ 14135.608] ABI class: X.Org XInput driver, version 22.1
[ 14135.608] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
...(More of these Device names)
usb:172f:0024, usb:172f:0025, usb:172f:0026, usb:172f:0027,
usb:172f:0028, usb:172f:0030, usb:172f:0031, usb:172f:0032,
...(More of these)
[ 14135.613] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Intuos PTS Pen'
[ 14135.613] (**) Wacom Co.,Ltd. Intuos PTS Pen: always reports core events
[ 14345.929] (II) config/udev: Adding input device Wacom Co.,Ltd. Intuos PTS Pen (/dev/input/event8)
[ 14345.929] (**) Wacom Co.,Ltd. Intuos PTS Pen: Applying InputClass "Wacom USB device class"
[ 14345.929] (**) Wacom Co.,Ltd. Intuos PTS Pen: Applying InputClass "Wacom class"
[ 14345.929] (**) Wacom Co.,Ltd. Intuos PTS Pen: Applying InputClass "Wacom class options"
[ 14345.929] (II) Using input driver 'wacom' for 'Wacom Co.,Ltd. Intuos PTS Pen'
[ 14345.929] (**) Wacom Co.,Ltd. Intuos PTS Pen: always reports core events
[ 14345.929] (**) Option "Device" "/dev/input/event8"
[ 14345.982] (EE) Wacom Co.,Ltd. Intuos PTS Pen: Invalid type 'stylus' for this device.
[ 14345.982] (EE) Wacom Co.,Ltd. Intuos PTS Pen: Invalid type 'eraser' for this device.
[ 14345.982] (EE) Wacom Co.,Ltd. Intuos PTS Pen: Invalid type 'cursor' for this device.
[ 14345.982] (EE) Wacom Co.,Ltd. Intuos PTS Pen: Invalid type 'touch' for this device.
[ 14345.982] (EE) Wacom Co.,Ltd. Intuos PTS Pen: Invalid type 'pad' for this device.
[ 14345.982] (EE) Wacom Co.,Ltd. Intuos PTS Pen: No type specified
[ 14346.008] (EE) PreInit returned 8 for "Wacom Co.,Ltd. Intuos PTS Pen"
[ 14346.009] (II) UnloadModule: "wacom"Again, not working... And xsetwacom --list devices returns no output and an error code of 0.
Last edited by tpalmerstudios (2016-02-05 15:50:21)
好好学习,天天向上。If you study, you will improve daily. Fedora 42 Now. Gone from Arch
Offline
Moving to "Kernel and Hardware".
Offline
Just tested on Windows 10. Works well, but I love my Arch and GIMP in Windows isn't working so hot for me. Also it is so much slower. Would appreciate any help with this. Going to test it on ubuntu 14.04 32 bit with 1 GB RAM.
Don't make me reinstall!!!!
好好学习,天天向上。If you study, you will improve daily. Fedora 42 Now. Gone from Arch
Offline
I had similar problem, turns out no kernels yet have support for our tablets. It was supposed it would go to 4.4, but it's not there. To fix that, either install input-wacom-dkms from aur, or manually install http://sourceforge.net/projects/linuxwa … put-wacom/ (instructions can be found in inputwacom wiki).
Offline
Thanks Coriolis, but when I installed updates today it worked. I assume it had something to do with linux-firmware or linux-4.4.1. I actually haven't tested. I just saw that xsetwacom showed the devices. I will mark it as solved as soon as it works. (Finger working, but stylus still not. When I put stylus near tablet the light gets bright, and then the computer freezes. Cannot move to a terminal, nothing. May have something to do with two input devices being called the same? Found a question on linuxquestions that may be related.) Answer found on the ArchWiki page. (I'm an idiot, but I hope this helps someone else.) Wacom Tablet - ArchWiki This Article says if it doesn't show up with xsetwacom, then you need to install a patched version of input-wacom. (I didn't need to as they updated the one in the repositories.)
Last edited by tpalmerstudios (2016-02-05 15:49:47)
好好学习,天天向上。If you study, you will improve daily. Fedora 42 Now. Gone from Arch
Offline
Pages: 1