You are not logged in.

#1 2013-03-08 13:55:21

chicao
Member
Registered: 2013-03-08
Posts: 11

Wacom Bamboo stops working

Hello fellow archers,

I have a Bamboo Pen CTH470 and it works fine for a while until it stops working for
no reason. Most of the time I'm using it with Blender/MyPaint/Krita and everything goes
fine, from positioning to pressure sensitivity.

Here some of the status:

Installed packages:

xf86-input-wacom wacom-udev 

Xorg configuration (/etc/X11/xorg.conf.d/50-wacom.conf) :

[chicao@svadhisthana ~]$ cat  /etc/X11/xorg.conf.d/50-wacom.conf 
Section "InputClass"
        Identifier "Wacom class"
        MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL"
        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

# 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"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
        Option "Button2" "3"
EndSection

xsetwacom outputs:

[chicao@svadhisthana ~]$ xsetwacom get "Wacom Bamboo Pen Pen stylus" all
Option "Area" "0 0 14720 9200"
'Button' requires exactly 1 value(s).
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Option "TabletPCButton" "off"
Option "Touch" "off"
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolType" "412"
Option "ToolSerial" "0"
Option "ToolID" "0"
Option "ToolSerialPrevious" "0"
Option "BindToSerial" "0"
Option "TabletID" "212"

lsusb, dmesg and lsmod outputs:

[chicao@svadhisthana ~]$ lsusb | grep Wacom
Bus 002 Device 005: ID 056a:00d4 Wacom Co., Ltd 

[chicao@svadhisthana ~]$ dmesg | grep -i wacom
[  918.341693] input: Wacom Bamboo Pen Pen as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.0/input/input18
[  918.352693] input: Wacom Bamboo Pen Finger as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.1/input/input19
[  918.353217] usbcore: registered new interface driver wacom
[ 5043.038310] input: Wacom Bamboo Pen Pen as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.0/input/input20
[ 5043.049313] input: Wacom Bamboo Pen Finger as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.1/input/input21
[ 5512.837174] input: Wacom Bamboo Pen Pen as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.0/input/input22
[ 5512.848225] input: Wacom Bamboo Pen Finger as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2/2-2:1.1/input/input23

[chicao@svadhisthana ~]$ lsmod | grep wacom
wacom                  46665  0 
usbcore               175029  7 btusb,wacom,uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd

Does someone have a similar issue or an idea how can I find the reason this is happening?
Thanks

Offline

Board footer

Powered by FluxBB