I bought a WACOM INTUOS CTH-680 but it doesn't work out of the box on the newest ubuntu version. I can draw in gimp but the buttons and the eraser don't work. There is also no recognition of the tablet in the System Settings. I googled and I found several threads which treats it. There are lots of how to's to solve it but all of them are for older ubuntu and/or kernel versions. Can anybody help me?
I've got a Thinkpad X230 with 16gb RAM and i7 quad core.
$ uname -r
3.16.0-33-generic
demsg
[18103.085761] usb 1-1.2: new full-speed USB device number 9 using ehci-pci
[18103.183429] usb 1-1.2: New USB device found, idVendor=056a, idProduct=0303
[18103.183433] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[18103.183435] usb 1-1.2: Product: Intuos PTM
[18103.183436] usb 1-1.2: Manufacturer: Wacom Co.,Ltd.
[18103.184133] input: Wacom Intuos PT M Pen as /devices/pci0000:00/0000:00:1a.0>Y
/usb1/1-1>/1-1.2/1-1.2:1.0/input/input23
[18103.184912] input: Wacom Intuos PT M Finger as /devices/pci0000:00/0000:00:1a.0
/usb1/1-1/1-1.2/1-1.2:1.1/input/input24
EDIT: I tested it at my girlfriends laptop also with ubuntu 14.4 and it worked. It must be a problem with my system.
make[2]: *** [emodinst] Error 1 make[2]: Leaving directory
– Mr. Moon Mar 27 '15 at 10:45/usr/src/linux-headers-3.16.0-33- generic' make[1]: *** [install] Error 2 make[1]: Leaving directory
/home/moon/Driver/input-wacom-0.27.0/3.7' make: *** [install-recursive] Error 1sudo
to make install? You will need it. So it'smake
and thensudo make install
. – Rmano Mar 27 '15 at 11:59