LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-08-2017, 05:39 AM   #1
ferran soley
LQ Newbie
 
Registered: May 2014
Posts: 5

Rep: Reputation: Disabled
wacom on Ubuntu 16.02 detected but not working


I recently upgraded from ubuntu 14.04 to 16.02 (well, installed from scratch due to problems) my Wacom Intuos2 is detected but not working, all xorg drivers installed, even I compiled - installed wacom driver (0.34) but no success.
xsetwacom list the devices also lsusb but no response at all. The 2 wacom-rules.d files seem correct. Searched for answers on the net but no one works.
Any suggestion?
Thanks
Other issues will follow, if you plan to upgrade... don't do it, 14.04 has support and work fine on my other computer.
 
Old 01-08-2017, 02:09 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,779

Rep: Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139
Can you confirm which input driver is in use for this hardware?
Code:
grep "Using input driver" /var/log/Xorg.0.log
What is returned by the following?
Code:
xsetwacom --list devices
Also, share your working wacom config file for others to review. (From what Ubuntu is using the /usr/share/X11/xorg.conf.d/ directory.)
 
Old 01-08-2017, 02:44 PM   #3
ferran soley
LQ Newbie
 
Registered: May 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
wacom on ubuntu 16.02

Thanks for the reply.

grep "Using input driver" /var/log/Xorg.0.log
[ 34.451] (II) Using input driver 'evdev' for 'Power Button'
[ 34.479] (II) Using input driver 'evdev' for 'Power Button'
[ 34.480] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 34.481] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 34.485] (II) Using input driver 'wacom' for 'Wacom Intuos2 4x5 Pen'
[ 34.639] (II) Using input driver 'wacom' for 'Wacom Intuos2 4x5 Pen eraser'
[ 34.656] (II) Using input driver 'wacom' for 'Wacom Intuos2 4x5 Pen cursor'


xsetwacom --list devices
Wacom Intuos2 4x5 Pen stylus id: 10 type: STYLUS
Wacom Intuos2 4x5 Pen eraser id: 11 type: ERASER
Wacom Intuos2 4x5 Pen cursor id: 12 type: CURSOR

50-wacom.conf

Section "InputClass"
Identifier "Wacom USB device class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom PnP device class"
MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
EndSection

# Hanwang tablets
Section "InputClass"
Identifier "Hanwang class"
MatchProduct "Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection


70-wacom.conf


Section "InputClass"
Identifier "Wacom USB tablet class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom USB touchscreen class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom USB touchpad class"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom tablet class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTablet "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchscreen class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom touchpad class"
MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "wacom"
EndSection

# Serial Wacom devices should always be one of tablet, touchscreen, or
# touchpad so we can safely get away with just one match section in
# these cases
Section "InputClass"
Identifier "Wacom PnP device class"
MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection

Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
EndSection

# Hanwang tablets
Section "InputClass"
Identifier "Hanwang class"
MatchProduct "Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# Waltop tablets
Section "InputClass"
Identifier "Waltop class"
MatchProduct "WALTOP"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection


Nothing modified from original install AFAIK, NVIDIA graphic driver 304 (libcuda, etc.)
 
Old 01-08-2017, 05:01 PM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,779

Rep: Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139
Hmmm... that looks ok. When you plug in the USB wacom device, what dmesg output is then observed?
Code:
dmesg|tail
FWIW, two threads reporting some kind of regression...
http://discourse.ubuntu.com/t/wacom-...ntu-16-04/2695
https://ubuntuforums.org/showthread.php?t=2329565
 
Old 01-08-2017, 05:25 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,779

Rep: Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139
I wonder if you've been impacted by this bug perhaps? It appears to be related to devices which were sending events with an unexpected report ID...

Quote:
Instead of having the ID specified for the generic HID packets, the ID is of the "vendor defined" HID packets that the driver can't automatically decode. That's really odd since since most devices use the former automatically... I'll see if I can come up with a way to switch the device mode....
This impacted some Lenovo touchscreen devices apparently, but perhaps it affects other USB-attched wacom devices. This may or may not be relevant here....anyway, it's supposed to have been fixed with kernel 4.6+ and input-wacom 0.31.0+, so maybe worth trying a newer kernel? I note that Ubuntu 16.10 (Yakkety Yak) is using kernel 4.8.
http://askubuntu.com/questions/51713...kernel-version

That's about all I can offer.
 
Old 01-15-2017, 01:48 PM   #6
ferran soley
LQ Newbie
 
Registered: May 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
wacom on Ubuntu 16.02 detected but not working

Thanks for you help. Upgraded to 16.10. No success (now neither nvidia works)

dmesg|tail
[ 411.444186] nouveau 0000:00:0d.0: bus: MMIO write of 017c0001 FAULT at 00b010
[ 412.342432] nouveau 0000:00:0d.0: bus: MMIO write of 00000000 FAULT at 00b010
[ 2530.604696] usb 2-4: USB disconnect, device number 3
[ 2561.083404] usb 2-4: new full-speed USB device number 4 using ohci-pci
[ 2561.315199] usb 2-4: New USB device found, idVendor=056a, idProduct=0041
[ 2561.315201] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2561.315203] usb 2-4: Product: XD-0405-U
[ 2561.315205] usb 2-4: Manufacturer: Tablet
[ 2561.329901] input: Wacom Intuos2 4x5 Pen as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/0003:056A:0041.0004/input/input10
[ 2561.330085] wacom 0003:056A:0041.0004: hidraw2: USB HID v1.00 Mouse [Tablet XD-0405-U] on usb-0000:00:02.0-4/input0

I probably must deal with udev files.
 
Old 01-20-2017, 06:57 AM   #7
ferran soley
LQ Newbie
 
Registered: May 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
wacom on Ubuntu 16.02 detected but not working

Found this on Xorg.0.log (EE) "Invalid Type" Touch "Invalid Type" Pad. Curious. Disabled two "Legacy" lines on 60-65-wacom rules, no success, back to original. Any clue?

Code:

[ 35.910] (II) config/udev: Adding input device Wacom Intuos2 4x5 Pen (/dev/input/event4)
[ 35.910] (**) Wacom Intuos2 4x5 Pen: Applying InputClass "evdev tablet catchall"
[ 35.910] (**) Wacom Intuos2 4x5 Pen: Applying InputClass "Wacom USB tablet class"
[ 35.910] (**) Wacom Intuos2 4x5 Pen: Applying InputClass "Wacom tablet class"
[ 35.910] (II) LoadModule: "wacom"
[ 35.910] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 35.910] (II) Module wacom: vendor="X.Org Foundation"
[ 35.910] compiled for 1.18.3, module version = 0.33.0
[ 35.910] Module class: X.Org XInput Driver
[ 35.910] ABI class: X.Org XInput driver, version 22.1
[ 35.910] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
DTU2231, DTU1631, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, TabletPC 0x90,
TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A, CapPlus 0x9F,
TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5, TabletPC 0xE6,
TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF, TabletPC 0x100,
TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116, TabletPC 0x12C,
TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000, TabletPC 0x5002,
usb:172f:0024, usb:172f:0025, usb:172f:0026, usb:172f:0027,
usb:172f:0028, usb:172f:0030, usb:172f:0031, usb:172f:0032,
usb:172f:0033, usb:172f:0034, usb:172f:0035, usb:172f:0036,
usb:172f:0037, usb:172f:0038, usb:172f:0039, usb:172f:0051,
usb:172f:0052, usb:172f:0053, usb:172f:0054, usb:172f:0055,
usb:172f:0056, usb:172f:0057, usb:172f:0058, usb:172f:0500,
usb:172f:0501, usb:172f:0502, usb:172f:0503, usb:1b96:0001,
usb:17ef:6004
[ 35.911] (II) Using input driver 'wacom' for 'Wacom Intuos2 4x5 Pen'
[ 35.911] (**) Wacom Intuos2 4x5 Pen: always reports core events
[ 35.911] (**) Option "Device" "/dev/input/event4"
[ 35.968] (II) Wacom Intuos2 4x5 Pen: type not specified, assuming 'stylus'.
[ 35.968] (II) Wacom Intuos2 4x5 Pen: other types will be automatically added.
[ 35.968] (--) Wacom Intuos2 4x5 Pen stylus: using pressure threshold of 27 for button 1
[ 35.968] (--) Wacom Intuos2 4x5 Pen stylus: maxX=12700 maxY=10600 maxZ=1023 resX=100000 resY=100000 tilt=enabled
[ 35.968] (II) Wacom Intuos2 4x5 Pen stylus: hotplugging dependent devices.
[ 35.968] (EE) Wacom Intuos2 4x5 Pen stylus: Invalid type 'touch' for this device.
[ 35.968] (EE) Wacom Intuos2 4x5 Pen stylus: Invalid type 'pad' for this device.
[ 35.968] (II) Wacom Intuos2 4x5 Pen stylus: hotplugging completed.
[ 36.008] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/0003:056A:0041.0003/input/input7/event4"
[ 36.008] (II) XINPUT: Adding extended input device "Wacom Intuos2 4x5 Pen stylus" (type: STYLUS, id 10)
[ 36.008] (**) Wacom Intuos2 4x5 Pen stylus: (accel) keeping acceleration scheme 1
[ 36.008] (**) Wacom Intuos2 4x5 Pen stylus: (accel) acceleration profile 0
[ 36.008] (**) Wacom Intuos2 4x5 Pen stylus: (accel) acceleration factor: 2.000
[ 36.008] (**) Wacom Intuos2 4x5 Pen stylus: (accel) acceleration threshold: 4
[ 36.072] (II) config/udev: Adding input device Wacom Intuos2 4x5 Pen (/dev/input/mouse1)
[ 36.072] (II) No input driver specified, ignoring this device.
[ 36.072] (II) This device may have been added with another device file.

Last edited by ferran soley; 01-20-2017 at 06:58 AM.
 
Old 01-20-2017, 11:13 AM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,779

Rep: Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139Reputation: 1139
A bug report probably the best course of action.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wacom Intuos manga not detected by Wheezy Joe Soap Linux - Hardware 5 05-13-2015 03:33 PM
Broadcom Wireless Card Detected but NOT working. Ubuntu/Fedora 6 Antonio44 Linux - Hardware 4 06-14-2007 04:30 PM
wireless card detected but not working, ubuntu 7.04 glennyboi Ubuntu 2 05-17-2007 11:50 AM
Ethernet card detected, not working, in Ubuntu 6.10 Ariox Linux - Networking 10 04-07-2007 06:23 PM
sound not working, but detected in ubuntu kazuya1977 Ubuntu 3 03-05-2007 08:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 09:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration