Jump to content

Can't get Wacom Graphire CTE-630BT to work


Recommended Posts

I can't get this tablet to properly work. Here are the details:

 

Tablet: Wacom Graphire CTE-630BT (Wireless over BlueTooth)

Mandriva: 2010.1 Free 64 bits, all repositories configured

 

Problem:

- I can only left and right click with the pan (stylus)

- I can not move the cursor

- No pressure is sensed

 

What happens:

- bluetooth adapter is recognized and working (generic BT adapter)

- gnome-bluetooth finds the divece

- HAL finds the device

- x11-driver-input-wacom is installed

- I can read/write parameters with xsetwacom from console

- if I change something in 10-wacom.fdi and restart the device, lshal reflects the changes

 

Relevant part from lshal:

udi = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7_logicaldev_input'
 info.capabilities = {'input', 'input.mouse', 'input.tablet'} (string list)
 info.category = 'input'  (string)
 info.parent = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7'  (string)
 info.product = 'WACOM Pen Tablet'  (string)
 info.subsystem = 'input'  (string)
 info.udi = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7_logicaldev_input'  (string)
 input.device = '/dev/input/event5'  (string)
 input.originating_device = '/org/freedesktop/Hal/devices/bluetooth_acl_13c2033cc7'  (string)
 input.product = 'WACOM Pen Tablet'  (string)
 input.x11_driver = 'wacom'  (string)
 input.x11_option.Type = 'stylus'  (string)
 linux.device_file = '/dev/input/event5'  (string)
 linux.hotplug_type = 2  (0x2)  (int)
 linux.subsystem = 'input'  (string)
 linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input11/event5'  (string)

 

My /usr/share/hal/fdi/policy/20thirdparty/10-wacom.fdi

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- this is probably a bit imprecise -->
<deviceinfo version="0.2">
 <device>
   <match key="info.category" contains="input">
     <match key="info.product" contains_outof="Wacom;WALTOP;WACOM">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_option.Type" type="string">stylus</merge>
     </match>
   </match>
   <match key="info.capabilities" contains="serial">
     <match key="@info.parent:pnp.id" contains_outof="WACf;FUJ02e5;FUJ02e7">
<append key="info.capabilities" type="strlist">input</append>
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.ForceDevice" type="string">ISDV4</merge>
<merge key="input.device" type="copy_property">serial.device</merge>
     </match>
   </match>
   <!-- N-Trig Duosense Electromagnetic Digitizer -->
   <match key="info.product" contains="HID 1b96:0001">
     <match key="info.parent" contains="if0">
      <merge key="input.x11_driver" type="string">wacom</merge>
     </match>
   </match>
 </device>
</deviceinfo>

 

xinput --list:

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Microsoft Microsoft Wireless Optical Desktop® 2.10	id=7	[slave  pointer  (2)]
⎜   ↳ Macintosh mouse button emulation        	id=10	[slave  pointer  (2)]
⎜   ↳ WACOM Pen Tablet eraser                 	id=11	[slave  pointer  (2)]
⎜   ↳ WACOM Pen Tablet cursor                 	id=12	[slave  pointer  (2)]
⎜   ↳ WACOM Pen Tablet pad                    	id=13	[slave  pointer  (2)]
⎜   ↳ WACOM Pen Tablet                        	id=14	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
   ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
   ↳ Power Button                            	id=6	[slave  keyboard (3)]
   ↳ Microsoft Microsoft Wireless Optical Desktop® 2.10	id=8	[slave  keyboard (3)]
   ↳ Power Button                            	id=9	[slave  keyboard (3)]

 

cat /proc/bus/input/devices

I: Bus=0005 Vendor=056a Product=0081 Version=0100
N: Name="WACOM Pen Tablet"
P: Phys=00:0B:0D:4C:FD:67
S: Sysfs=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/bluetooth/hci0/hci0:11/input11
U: Uniq=00:13:C2:03:3C:C7
H: Handlers=mouse2 event5 
B: EV=1f
B: KEY=1c63 70003 0 0 0 0
B: REL=103
B: ABS=3000003
B: MSC=11

 

Note: I can not get any information on the console when I use

xxd mouse2

or

xxd event5

(xxd works ok with my real mouse device and keyboard device).

 

I would appreciate any help you can offer. I red tens of articles on all kind of forums and of course the official page ... I had no luck.

 

PS: modifying xorg.conf as described in different place is also no luck.

 

 

[moved from Hardware by spinynorman]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...