Gentoo Archives: gentoo-laptop

From: Mailing Lists <lists@×××××.net>
To: gentoo-laptop@l.g.o
Subject: [gentoo-laptop] Wacom Intuos 4x5
Date: Fri, 27 Oct 2006 14:30:12
Message-Id: 1161959273.12437.17.camel@thor.greenbuzz.net
1 Hi,
2
3 I followed everything to the "T" from the instructions here:
4 http://gentoo-wiki.com/HOWTO_Wacom_Tablet
5
6 but for some reason, it does not work.
7
8 Here are my clues:
9
10 # cat /proc/bus/input/devices
11 (The wacom tablet does not show up at all here)
12
13 # lsusb
14 Bus 001 Device 001: ID 0000:0000
15 Bus 001 Device 002: ID 0618:0302 MacAlly
16 Bus 002 Device 003: ID 056a:0020 Wacom Co., Ltd Intuos 4x5
17 Bus 002 Device 001: ID 0000:0000
18 Bus 002 Device 002: ID 0451:1446 Texas Instruments, Inc. TUSB2040/2070
19 Hub
20 Bus 002 Device 004: ID 047d:1009 Kensington Orbit TrackBall for Mac
21
22 # ls /dev/input/
23 event0 event2 event4 event6 js1 js3 mouse0 mouse2 mouse_udev
24 event1 event3 event5 js0 js2 mice mouse1 mouse3 mouse_udev1
25 (note there is no wacom_udev!)
26
27 # lsmod |grep wacom
28 wacom 15968 0
29
30 # dmesg |grep wacom
31 usbcore: registered new driver wacom
32 drivers/usb/input/wacom.c: v1.45:USB Wacom Graphire and Wacom Intuos
33 tablet driver
34
35 # cat /etc/udev/rules.d/10-mouse.rules
36 KERNEL=="mouse*", SYSFS{idProduct}=="0302", NAME="input/%k",
37 SYMLINK="input/mouse_udev%e"
38 KERNEL=="mouse*", SYSFS{idProduct}=="1009", NAME="input/%k",
39 SYMLINK="input/mouse_udev%e"
40 KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k",
41 SYMLINK="input/wacom_udev%e"
42
43
44 I made the file for udev and ran udevstart but I still get nothing
45 Does anybody know what I can do?
46
47 ps I am using gentoo linux-2.6.17-gentoo-r8 with the right modules
48 installed. I am running it on a mac powerbook (pismo)
49
50 Thanks
51 Rick
52
53
54
55
56
57
58 --
59 gentoo-laptop@g.o mailing list