Hi everyone ! Trying to get my pen working on a Compaq TC1000 TabletPC. Actually made some progress today after a frustrating period where nothing worked at all - that happens :-) It looks like I have 95%, maybe someone can give me a hand for the last 5% ?
How far have I come myself: it _seems_ that my tablet works and is connecte to /dev/ttyS0 during bootup. I _can_ read activity from wacdump and xxd. What I _don't_ have is a cursor reaction under X upon and pen activity. It looks to me like I am missing a thing about the X server configuration.... Any tips for me ???? - arkascha The system information as it seems to be important: installed linux-wacom-0.7.8-2 (tried both, precompiled and self-built) hmm, now what's funny to me (or not) is this: > xidump -l < Mouse[1] disabled < Keyboard[0] keyboard > ?!?!? A > wacdump /dev/ttyS0 _does_ show activity, just like a > xxd /dev/ttyS0 oh, right: > setserial /dev/ttyS0 < /dev/ttyS0, UART: 16550A, Port 0x03f8, IRQ: 4 Alll sounds well (to me) except some lines in the X-servers log, these lines: "Wacom unable to read ISDV4 control data after 3 tries" oh, and certainly the result of the xidump command above. my xorg-config (extract): -- snip -- Section "InputDevice" Driver "wacom" Identifier "Mouse[3]" Option "AlwaysCore" "on" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Tablet" Option "Mode" "Absolute" Option "Name" "Wacom ISDV4 TABLET PC (SERIAL)" Option "SendCoreEvents" "on" Option "TPCButton" "on" Option "Type" "cursor" Option "Vendor" "TABLET PCs" EndSection Section "InputDevice" Driver "wacom" Identifier "Mouse[5]" Option "AlwaysCore" "on" Option "Device" "/dev/ttyS0" Option "ForceDevice" "ISDV4" Option "InputFashion" "Pen" Option "Mode" "Absolute" Option "Name" "ISDV4 TABLET PC Stylus (SERIAL)" Option "Protocol" "Auto" Option "TPCButton" "on" Option "Type" "stylus" Option "Vendor" "TABLET PCs" EndSection [ ... ] Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" InputDevice "Mouse[5]" "SendCoreEvents" Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection --- snip --- Further an extract from the X-Server logfile: --- snip --- (II) LoadModule: "wacom" (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so (II) Module wacom: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) Wacom driver level: 47-0.7.8 $ [ ... ] (==) ServerLayout "Layout[all]" (**) |-->Screen "Screen[0]" (0) (**) | |-->Monitor "Monitor[0]" (**) | |-->Device "Device[0]" (**) |-->Input Device "Keyboard[0]" (**) |-->Input Device "Mouse[1]" (**) |-->Input Device "Mouse[3]" (**) |-->Input Device "Mouse[5]" (==) ServerLayout "Layout[all]" (**) |-->Screen "Screen[0]" (0) (**) | |-->Monitor "Monitor[0]" (**) | |-->Device "Device[0]" (**) |-->Input Device "Keyboard[0]" (**) |-->Input Device "Mouse[1]" (**) |-->Input Device "Mouse[3]" (**) |-->Input Device "Mouse[5]" [ ... ] (**) Mouse[3]: always reports core events (**) Mouse[3] device is /dev/ttyS0 (**) Mouse[3] is in absolute mode (**) Mouse[3]: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "TPCButton" "on" (**) /dev/ttyS0: Tablet PC buttons on (**) Option "BaudRate" "9600" (**) Mouse[3]: serial speed 9600 (**) Option "AlwaysCore" "on" (**) Mouse[5]: always reports core events (**) Mouse[5] device is /dev/ttyS0 (**) Mouse[5] is in absolute mode (**) Mouse[5]: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) Mouse[5]: serial speed 9600 (II) XINPUT: Adding extended input device "Mouse[5]" (type: Wacom Stylus) (II) XINPUT: Adding extended input device "Mouse[3]" (type: Wacom Cursor) (II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD) (II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other) (II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other) (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) (**) Option "Device" "/dev/ttyS0" (**) Option "StopBits" "1" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "10" (**) Option "FlowControl" "Xoff" usbDetect: can not ioctl version Wacom unable to read ISDV4 control data after 3 tries (**) Option "Device" "/dev/ttyS0" (**) Option "StopBits" "1" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "10" (**) Option "FlowControl" "Xoff" usbDetect: can not ioctl version Wacom unabl(**) Mouse[3]: always reports core events (**) Mouse[3] device is /dev/ttyS0 (**) Mouse[3] is in absolute mode (**) Mouse[3]: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "TPCButton" "on" (**) /dev/ttyS0: Tablet PC buttons on (**) Option "BaudRate" "9600" (**) Mouse[3]: serial speed 9600 (**) Option "AlwaysCore" "on" (**) Mouse[5]: always reports core events (**) Mouse[5] device is /dev/ttyS0 (**) Mouse[5] is in absolute mode (**) Mouse[5]: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) Mouse[5]: serial speed 9600 (II) XINPUT: Adding extended input device "Mouse[5]" (type: Wacom Stylus) (II) XINPUT: Adding extended input device "Mouse[3]" (type: Wacom Cursor) (II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard[0]" (type: KEYBOARD) (II) XINPUT: Adding extended input device "NVIDIA Damage Notification Manager" (type: Other) (II) XINPUT: Adding extended input device "NVIDIA Kernel RC Handler" (type: Other) (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) (**) Option "Device" "/dev/ttyS0" (**) Option "StopBits" "1" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "10" (**) Option "FlowControl" "Xoff" usbDetect: can not ioctl version Wacom unable to read ISDV4 control data after 3 tries (**) Option "Device" "/dev/ttyS0" (**) Option "StopBits" "1" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "10" (**) Option "FlowControl" "Xoff" usbDetect: can not ioctl version Wacom unable to read ISDV4 control data after 3 tries e to read ISDV4 control data after 3 tries --- snip --- ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss