Gentoo Archives: gentoo-user

From: Roger Mason <rmason@×××××××.ca>
To: gentoo-user@l.g.o
Subject: [gentoo-user] usb wacom tablet
Date: Tue, 24 Jan 2006 16:15:44
Message-Id: y65slrdsj6c.fsf@minnie.esd.mun.ca
1 Hello,
2
3 I'm installing a wacom tablet, following the instructions here:
4
5 http://gentoo-wiki.com/HOWTO_Wacom_Tablet
6
7 Problem:
8
9 The tablet does not show up in /proc/bus/input/devices ->
10
11 cat /proc/bus/input/devices
12 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
13 N: Name="AT Translated Set 2 keyboard"
14 P: Phys=isa0060/serio0/input0
15 H: Handlers=kbd event0
16 B: EV=120013
17 B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
18 B: MSC=10
19 B: LED=7
20
21 I: Bus=0011 Vendor=0002 Product=0001 Version=0001
22 N: Name="PS/2 Logitech Mouse"
23 P: Phys=isa0060/serio1/input0
24 H: Handlers=mouse0 event1
25 B: EV=7
26 B: KEY=70000 0 0 0 0 0 0 0 0
27 B: REL=3
28
29 Background:
30
31 The tablet is plugged into a NEC usb controller card. dmesg shows
32
33 ehci_hcd 0000:00:0a.2: NEC Corporation USB 2.0
34 ehci_hcd 0000:00:0a.2: new USB bus registered, assigned bus number 1
35 ehci_hcd 0000:00:0a.2: irq 11, io mem 0xe0000000
36 ehci_hcd 0000:00:0a.2: park 0
37 ehci_hcd 0000:00:0a.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
38 hub 1-0:1.0: USB hub found
39 hub 1-0:1.0: 5 ports detected
40 usbcore: registered new driver wacom
41 drivers/usb/input/wacom.c: v1.43:USB Wacom Graphire and Wacom Intuos tablet driver
42
43 The wacom driver is compiled into the kernel (last line of dmesg
44 output, above)
45
46 I have recompiled xorg with the sdk use flag and emerged
47 linuxwacom-0.6.7.
48
49 The following usb related kernel options are set:
50
51 CONFIG_USB_ARCH_HAS_HCD=y
52 CONFIG_USB_ARCH_HAS_OHCI=y
53 CONFIG_USB=y
54 CONFIG_USB_DEVICEFS=y
55 CONFIG_USB_EHCI_HCD=y
56 CONFIG_USB_WACOM=y
57 CONFIG_USB_MON=y
58
59 The following are the hotplug settings for the kernel:
60
61 CONFIG_HOTPLUG=y
62 # CONFIG_HOTPLUG_PCI is not set
63
64 The kernel event detection stuff is built in:
65
66 CONFIG_KOBJECT_UEVENT=y
67 CONFIG_PREVENT_FIRMWARE_BUILD=y
68
69 Can anyone suggest what may be wrong?
70
71 Thanks,
72
73 Roger Mason
74 --
75 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] usb wacom tablet Robert Morris <robertm@××××××.com>