ik krijg mijn wacom pentablet niet aan de gang onder linux. de cursor beweegt simpelweg niet. Hier is (veel) informatie:
dit zegt dmesg:
stuk uit Xfree86.0.log
ik heb de volgende modules geladen:
- hid
- wacom
als ik /dev/input/event0 cat en dan de pen beweeg of een knopje indruk, zie ik wel rommel op mijn scherm komen.
versies:
kernel 2.4.18 met usb ondersteuning
slackware 8.0
xfree86 versie 4.1.0
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| Section "Module"
...
Load "graphireUSB_drv.o"
EndSection
Section "InputDevice"
Identifier "gstylus"
Driver "graphireusb"
Option "Device" "/dev/input/event0"
Option "Mode" "Absolute"
Option "Type" "gstylus"
Option "Suppress" "30"
EndSection
Section "InputDevice"
Identifier "geraser"
Driver "graphireusb"
Option "Device" "/dev/input/event0"
Option "Mode" "Absolute"
Option "Type" "geraser"
Option "Suppress" "30"
EndSection
Section "InputDevice"
Identifier "gmouse"
Driver "graphireusb"
Option "Device" "/dev/input/event0"
Option "Mode" "Absolute"
Option "Type" "gmouse"
Option "Suppress" "30"
EndSection
Section "ServerLayout"
InputDevice "gstylus" "AlwaysCore"
InputDevice "geraser" "AlwaysCore"
InputDevice "gmouse" "AlwaysCore"
EndSection |
dit zegt dmesg:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| usb.c: registered new driver hub uhci.c: USB Universal Host Controller Interface driver v1.1 PCI: Found IRQ 11 for device 00:04.2 PCI: Sharing IRQ 11 with 00:04.3 PCI: Sharing IRQ 11 with 00:0a.0 uhci.c: USB UHCI at I/O 0xd400, IRQ 11 usb.c: new USB bus registered, assigned bus number 1 hub.c: USB hub found hub.c: 2 ports detected PCI: Found IRQ 11 for device 00:04.3 PCI: Sharing IRQ 11 with 00:04.2 PCI: Sharing IRQ 11 with 00:0a.0 uhci.c: USB UHCI at I/O 0xd000, IRQ 11 usb.c: new USB bus registered, assigned bus number 2 hub.c: USB hub found hub.c: 2 ports detected hub.c: USB new device connect on bus1/2, assigned device number 2 usb.c: USB device 2 (vend/prod 0x56a/0x11) is not claimed by any active driver. Adding Swap: 530136k swap-space (priority -1) usb.c: registered new driver hid input0: USB HID v1.00 Mouse [WACOM ET-0405A-UV2.0-1] on usb1:2.0 hid-core.c: v1.8 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz> hid-core.c: USB HID support drivers usb.c: registered new driver wacom |
stuk uit Xfree86.0.log
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| (**) Option "AlwaysCore" (**) gstylus: always reports core events (**) gstylus event device is /dev/input/event0 (**) gstylus is in absolute mode (**) Option "Suppress" "30" (**) GraphireUSB: suppress value is 136399822 30 (**) Option "AlwaysCore" (**) geraser: always reports core events (**) geraser event device is /dev/input/event0 (**) geraser is in absolute mode (**) Option "Suppress" "30" (**) GraphireUSB: suppress value is 136399822 30 (**) Option "AlwaysCore" (**) gmouse: always reports core events (**) gmouse event device is /dev/input/event0 (**) gmouse is in absolute mode (**) Option "Suppress" "30" (**) GraphireUSB: suppress value is 136399822 30 (II) XINPUT: Adding extended input device "gmouse" (type: Graphire Mouse) (II) XINPUT: Adding extended input device "geraser" (type: Graphire Eraser) (II) XINPUT: Adding extended input device "gstylus" (type: Graphire Stylus) (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) (**) Option "Device" "/dev/input/event0" (==) GraphireUSB tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422 (==) GraphireUSB tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422 (==) GraphireUSB tablet top X=0 top Y=0 bottom X=10206 bottom Y=7422 |
ik heb de volgende modules geladen:
- hid
- wacom
als ik /dev/input/event0 cat en dan de pen beweeg of een knopje indruk, zie ik wel rommel op mijn scherm komen.
versies:
kernel 2.4.18 met usb ondersteuning
slackware 8.0
xfree86 versie 4.1.0
nope