http://qa.mandrakesoft.com/show_bug.cgi?id=2869
Product: drakxtools Component: mousedrake Summary: Wacom Graphire 2 Not Added by MouseDrake Version: 9.1-14mdk Platform: Other OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P1 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I have a Wacom Graphire 2 (USB) attached to my computer as a secondary pointing device. However it was not detected/installed during installation. It is being detected by hotplug and usbmouse is loaded as such, it just wasn't configured in XF86Config-4. Here is lsusb's output: Bus 003 Device 002: ID 056a:0010 Wacom Co., Ltd. Graphire Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.00 bDeviceClass 0 Interface bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x056a Wacom Co., Ltd. idProduct 0x0010 Graphire bcdDevice 1.11 iManufacturer 1 WACOM iProduct 2 ET-0405-UV1.1-1 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 MaxPower 40mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Devices bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.00 bCountryCode 0 bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 41 cannot get report descriptor Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type none wMaxPacketSize 8 bInterval 10 Language IDs: (length=4) 0409 English(US) Here is what should be added /usr/X11/XF86Config-4 if it is detected. For the input device setup (for the Wacom): ------------------------------------------------------------------ ####### # START OF WACOM SETUP ####### Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/event0" Option "Type" "cursor" Option "Mode" "relative" Option "USB" "on" Option "Speed" "3.0" Option "Threshold" "10" EndSection Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/event0" Option "Type" "stylus" Option "Mode" "absolute" Option "Tilt" "on" #Option "TiltInvert" "on" Option "USB" "on" Option "Threshold" "10" EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/event0" Option "Type" "eraser" Option "Mode" "absolute" Option "Tilt" "on" #Option "TiltInvert" "on" Option "USB" "on" Option "Threshold" "10" EndSection ####### # END OF WACOM SETUP ####### ------------------------------------------------------------------ Under server layout: ------------------------------------------------------------------ InputDevice "cursor" "SendCoreEvents" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" ------------------------------------------------------------------ Now of course, if the Wacom is the only pointing device it wouldn't be setup this way, but if a Wacom tablet is detected in addition to another pointing device, this will make it work properly. -Tim ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.