Right now, I can't get the "wacom" driver to take over the "usbhid" driver's place. I've followed the user's guide and the post at http://sourceforge.net/mailarchive/message.php?msg_id=14358263 by ping, but I can't seem to get things working any better than a mouse. I've replaced the wacom_drv.o /so and wacom.ko files in the spots where the built-in drivers were with drivers from the lates Linux-Wacom project build. So, I think they aren't getting called, but something else is taking control.
Can someone help me diagnose this please?
Here's my setup info:
[EMAIL PROTECTED] ~]$ more /proc/bus/usb/devices
T: Bus=05 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=056a ProdID=00b5 Rev= 1.09
S: Manufacturer=Tablet
S: Product=PTZ-631W
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=300mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid
E: Ad=81(I) Atr=03(Int.) MxPS= 10 Ivl=4ms
[EMAIL PROTECTED] ~]# grep -i wacom /var/log/XFree86.0.log
grep: /var/log/XFree86.0.log: No such file or directory
[EMAIL PROTECTED] ~]# grep -i wacom /var/log/Xorg.0.log
(II) LoadModule: "wacom"
(II) Loading /usr/X11R6/lib/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) Wacom driver level: 47-0.7.4 $
(**) stylus device is /dev/input/wacom
(**) WACOM: suppress value is 2
(**) eraser device is /dev/input/wacom
(**) WACOM: suppress value is 2
(**) cursor device is /dev/input/wacom
(**) WACOM: suppress value is 2
(**) pad device is /dev/input/wacom
(**) WACOM: suppress value is 2
(II) XINPUT: Adding extended input device "pad" (type: Wacom Pad)
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus
(**) Option "Device" "/dev/input/wacom"
stylus Wacom X driver grabbed event device
WACOM: xmax value is wrong.
stylus Wacom X driver grabbed event device
WACOM: xmax value is wrong.
(**) Option "Device" "/dev/input/wacom"
eraser Wacom X driver grabbed event device
WACOM: xmax value is wrong.
eraser Wacom X driver grabbed event device
WACOM: xmax value is wrong.
(**) Option "Device" "/dev/input/wacom"
cursor Wacom X driver grabbed event device
WACOM: xmax value is wrong.
cursor Wacom X driver grabbed event device
WACOM: xmax value is wrong.
(**) Option "Device" "/dev/input/wacom"
pad Wacom X driver grabbed event device
WACOM: xmax value is wrong.
pad Wacom X driver grabbed event device
WACOM: xmax value is wrong.
..and my xorg.conf file:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only
InputDevice "pad" # For Intuos3/Cintiq 21UX/Graphire4 tablets.
EndSection
.
.
.
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
#Wacom Setup -- from Linux Wacom guide
#
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
EndSection
# This section is for Intuos3, Cintiq 21UX, or Graphire4 only
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
... and I updated the "/etc/udev/rules.d/10- wacom.rules" file to
KERNEL="event*",SYSFS{idVendor}="056a", NAME="input/%k", SYMLINK="input/wacom"
That's about all that I've tried so far... hopefully someone can spot a mistake or share what else I can try.
Thanks!
Rich
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss