|
From: Alberto <alb...@gm...> - 2017-06-05 16:07:19
|
Hi Aaron, tha tablet moves the cursor on the desktop and in every application. It works in Libreoffice Draw. It doesn't work in Gimp and in Inkscape. In both applications, it is not present in the list of input devices. Regards Alberto On Mon, 2017-06-05 at 08:51 -0700, Aaron Armstrong Skomra wrote: > Hi Alberto, > > Just to nail down the exact issue, does the tablet work when you use > it in a drawing application (and/or does it move the cursor on the > desktop)? > > Best, > Aaron > > On Sat, Jun 3, 2017 at 3:07 AM, Alberto <alb...@gm...> wrote: > > > > Hello, > > > > I've just bought a Wacom Draw tablet. > > I use Debian GNU/Linux stretch, kernel 4.9.25. > > When i plug the tablet it is identified by the kernel and the kernel > > module "wacom" is automatically loaded. > > > > This is what I have in /var/log/messages: > > > > Jun 3 11:49:36 io kernel: [ 2158.760095] usb 3-1: new full-speed USB > > device number 6 using uhci_hcd > > Jun 3 11:49:37 io kernel: [ 2158.938724] usb 3-1: New USB device > > found, idVendor=056a, idProduct=033b > > Jun 3 11:49:37 io kernel: [ 2158.938734] usb 3-1: New USB device > > strings: Mfr=1, Product=2, SerialNumber=0 > > Jun 3 11:49:37 io kernel: [ 2158.938739] usb 3-1: Product: Intuos PS > > Jun 3 11:49:37 io kernel: [ 2158.938743] usb 3-1: Manufacturer: Wacom > > Co.,Ltd. > > Jun 3 11:49:37 io kernel: [ 2158.950165] input: Wacom Intuos S 2 Pen > > as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3- > > 1:1.0/0003:056A:033B.0010/input/input32 > > Jun 3 11:49:37 io kernel: [ 2158.950421] wacom 0003:056A:033B.0010: > > hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb- > > 0000:00:1d.0-1/input0 > > Jun 3 11:49:37 io kernel: [ 2158.953353] input: Wacom Intuos S 2 Pad > > as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3- > > 1:1.1/0003:056A:033B.0011/input/input37 > > Jun 3 11:49:37 io kernel: [ 2158.953680] wacom 0003:056A:033B.0011: > > hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb- > > 0000:00:1d.0-1/input1 > > Jun 3 11:49:37 io mtp-probe: checking bus 3, device 6: > > "/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1" > > Jun 3 11:49:37 io mtp-probe: bus: 3, device: 6 was not an MTP device > > > > > > libwacom-list-local-devices returns the following: > > > > > [Device] > > > Name=Wacom Serial Tablet WACf004 > > > DeviceMatch=serial:0000:0000; > > > Class=ISDV4 > > > Width=0 > > > Height=0 > > > IntegratedIn=Display;System; > > > Styli=0xfffff;0xffffe; > > > > > > [Features] > > > Reversible=false > > > Stylus=true > > > Ring=false > > > Ring2=false > > > Touch=false > > > TouchSwitch=false > > > StatusLEDs= > > > NumStrips=0 > > > Buttons=0 > > > --------------------------------------------------------------- > > > [Device] > > > Name=Intuos Pen Small > > > DeviceMatch=usb:056a:033b; > > > Class=Intuos > > > Width=6 > > > Height=4 > > > IntegratedIn= > > > Layout=intuos-s-p2.svg > > > Styli=0x8e2; > > > > > > [Features] > > > Reversible=false > > > Stylus=true > > > Ring=false > > > Ring2=false > > > Touch=false > > > TouchSwitch=false > > > StatusLEDs= > > > NumStrips=0 > > > Buttons=4 > > > [Buttons] > > > Left= > > > Right= > > > Top=A;B;C;D; > > > Bottom= > > > Touchstrip= > > > Touchstrip2= > > > OLEDs= > > > Ring= > > > Ring2= > > > RingNumModes=0 > > > Ring2NumModes=0 > > > StripsNumModes=0 > > > > > > --------------------------------------------------------------- > > > [Device] > > > Name=Intuos Pen Small > > > DeviceMatch=usb:056a:033b; > > > Class=Intuos > > > Width=6 > > > Height=4 > > > IntegratedIn= > > > Layout=intuos-s-p2.svg > > > Styli=0x8e2; > > > > > > [Features] > > > Reversible=false > > > Stylus=true > > > Ring=false > > > Ring2=false > > > Touch=false > > > TouchSwitch=false > > > StatusLEDs= > > > NumStrips=0 > > > Buttons=4 > > > [Buttons] > > > Left= > > > Right= > > > Top=A;B;C;D; > > > Bottom= > > > Touchstrip= > > > Touchstrip2= > > > OLEDs= > > > Ring= > > > Ring2= > > > RingNumModes=0 > > > Ring2NumModes=0 > > > StripsNumModes=0 > > > > > > --------------------------------------------------------------- > > > > > > > Therefore, it seems all fine. > > > > But "xsetwacom list devices" returns an empty list. Likewise, gnome > > control center does not recognize any tablet. > > > > I have not xorg.conf file in /etc. But there is > > /usr/share/X11/xorg.conf.d/70-wacom.conf that contains several entries. > > The following seem to me sufficient: > > > > 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 > > > > > > Any suggest? > > > > Regards > > > > Alberto > > > > > > ---------------------------------------------------------------------------- > > -- > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Linuxwacom-discuss mailing list > > Lin...@li... > > https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |