Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] At my wits end and completely desperate (wacom problem)
- Date: Fri, 31 Mar 2006 13:55:12 +0200
- From: Marcus Metzler <mocm@example.com>
- Subject: Re: [tlug] At my wits end and completely desperate (wacom problem)
- References: <442906E2.7060909@example.com> <1143599452.2464.57.camel@example.com> <442CDEE6.2030203@example.com> <442CF633.4010303@example.com> <442D105E.8020701@example.com>
>>>>> "Dave" == Dave Gutteridge <dave@example.com> writes: Dave> TLUG, My offer still stands that if anyone thinks they can, Dave> I will pay them to come and help me get this Wacom tablet Dave> working. Dave> In the meantime, the onlist and offlist messages I have Dave> received have convinced me I should at least keep trying to Dave> get things to work and to seek assistance. Dave> So, to present my situation, here is all the relevant data I Dave> can think of: Dave> I am trying to install my Wacom Graphire3 tablet, on Ubuntu Dave> Dapper Drake 6.04. I'm intending my tablet to be my only Dave> interface device other than my keyboard. I have no PS/2 or Dave> other mouse devices attached to my computer. Dave> Right now it seems that the main issue is that Ubuntu is Dave> using both mouse drivers and Wacom drivers to control my Dave> tablet. As mentioned, I don't have any other mouse device Dave> (attaching one doesn't help, I tried). The mouse drivers are Dave> winning, as the control and functionality associated with Dave> the tablet are not available. I can move the mouse cursor, Dave> but not set the movement mode to "relative" as desired, nor Dave> control anything like mouse speed, pen orientation, or Dave> anything else. Dave> It is also unclear if the Wacom driver is actually properly Dave> installed. When Ubuntu boots up, it says "Doing Wacom Dave> Setup... ok". But there is no wacom.o file, or wacom.ko file Dave> present anywhere (I think these are driver files... that's Dave> the impression I got from the Linuxwacom site). Dave> Anyway... perhaps these commands and outputs will paint a Dave> clearer picture than me trying to describe the situation. Dave> (This command was issued after unplugging, then replugging Dave> my tablet) dave@example.com:~$ tail -f /var/log/messages Mar 31 Dave> 19:59:24 localhost kernel: [4330300.580000] usb 2-2: USB Dave> disconnect, address 3 Mar 31 20:00:15 localhost kernel: Dave> [4330351.787000] usb 2-2: new low speed USB device using Dave> uhci_hcd and address 5 Mar 31 20:00:15 localhost kernel: Dave> [4330351.949000] input: Wacom Graphire3 as Dave> /class/input/input2 Dave> dave@example.com:/usr/src$ xsetpointer -l "Configured Mouse" Dave> [XPointer] "Generic Keyboard" [XKeyboard] Dave> dave@example.com:$ more /proc/bus/input/devices I: Bus=0011 Dave> Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Dave> Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Dave> Sysfs=/class/input/input0 H: Handlers=kbd event0 B: Dave> EV=120013 B: KEY=80000004 2000000 3802078 f840d001 f2ffffdf Dave> ffefffff ffffffff ffffffff B: MSC=10 B: LED=7 Dave> I: Bus=0003 Vendor=056a Product=0013 Version=0314 N: Dave> Name="Wacom Graphire3" P: Phys= S: Sysfs=/class/input/input1 Dave> H: Handlers=mouse0 event1 ts0 B: EV=f B: KEY=1c43 0 70000 0 Dave> 0 0 0 0 0 0 0 B: REL=100 B: ABS=3000003 Dave> dave@example.com:~$ xsetwacom set Stylus mode relative Error Dave> (2): WacomConfigOpenDevice: No such device Set: Failed to Dave> open device 'Stylus' Dave> dave@example.com:~$ more /etc/udev/rules.d/10-wacom.rules # Dave> udev rule for wacom tablets. Dave> KERNEL="event*", SYSFS{idVendor}="056a", NAME="input/%k", Dave> SYMLINK="input/wacom%e" Dave> dave@example.com:~$ more /proc/bus/usb/devices Dave> /proc/bus/usb/devices: No such file or directory Dave> dave@example.com:~$ xsetwacom list dave@example.com:~$ grep -i Dave> wacom /var/log/messages | tail Mar 27 11:46:03 localhost Dave> kernel: [4294683.840000] input: Wacom Graphire3 as Dave> /class/input/input1 Mar 27 11:46:03 localhost kernel: Dave> [4294683.847000] usbcore: registered new driver wacom Mar 27 Dave> 11:46:03 localhost kernel: [4294683.847000] Dave> drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Dave> Wacom Intuos tablet driver Mar 27 11:52:13 localhost kernel: Dave> [4295060.197000] usbcore: deregistering driver wacom Mar 27 Dave> 11:53:23 localhost kernel: [4295130.367000] input: Wacom Dave> Graphire3 as /class/input/input2 Mar 27 11:53:23 localhost Dave> kernel: [4295130.375000] usbcore: registered new driver Dave> wacom Mar 27 11:53:23 localhost kernel: [4295130.375000] Dave> drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Dave> Wacom Intuos tablet driver Mar 27 11:57:01 localhost kernel: Dave> [4294686.362000] input: Wacom Graphire3 as Dave> /class/input/input1 Mar 27 11:57:01 localhost kernel: Dave> [4294686.370000] usbcore: registered new driver wacom Mar 27 Dave> 11:57:01 localhost kernel: [4294686.370000] Dave> drivers/usb/input/wacom.c: v1.44:USB Wacom Graphire and Dave> Wacom Intuos tablet driver Dave> dave@example.com:~$ xsetwacom set Stylus mode relative Error Dave> (2): WacomConfigOpenDevice: No such device Set: Failed to Dave> open device 'Stylus' Dave> dave@example.com:~$ more /proc/bus/usb/devices Dave> /proc/bus/usb/devices: No such file or directory Dave> dave@example.com:/proc/bus/usb$ more Dave> /etc/udev/rules.d/10-wacom.rules # udev rule for wacom Dave> tablets. Dave> KERNEL="event*", SYSFS{idVendor}="056a", NAME="input/%k", Dave> SYMLINK="input/wacom%e" Dave> Doing this command: dave@example.com:~$ sudo xxd Dave> /dev/input/wacom ... and this command: dave@example.com:~$ sudo Dave> xxd /dev/input/mouse0 ... both return output when I move my Dave> tablet. What are the settings in your xorg.conf and is the wacom driver for X11 present/loaded (see /var/log/Xorg.0.log). I don't have a Wacom tablet, but on my tablet PC, I needed to install and setup the X11 modules for the pen (also wacom) to work. My pen is a serial device, so I don't know how the usb version differs. Marcus -- /--------------------------------------------------------------------\ | Dr. Marcus O.C. Metzler | | | mocm@example.com | http://www.metzlerbros.de/ | \--------------------------------------------------------------------/ |>>> Quis custodiet ipsos custodes <<<|
- References:
- [tlug] At my wits end and completely desperate (wacom problem)
- From: Dave Gutteridge
- Re: [tlug] At my wits end and completely desperate (wacom problem)
- From: Scott VanDusen
- Re: [tlug] At my wits end and completely desperate (wacom problem)
- From: Dave Gutteridge
- Re: [tlug] At my wits end and completely desperate (wacom problem)
- From: Edward Middleton
- Re: [tlug] At my wits end and completely desperate (wacom problem)
- From: Dave Gutteridge
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] At my wits end and completely desperate (wacom problem)
- Previous by thread: Re: [tlug] At my wits end and completely desperate (wacom problem)
- Next by thread: Re: [tlug] At my wits end and completely desperate (wacom problem)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links