Gentoo Archives: gentoo-user

From: Roger Mason <rmason@×××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] usb wacom tablet
Date: Wed, 25 Jan 2006 11:34:00
Message-Id: y65zmlk35tr.fsf@minnie.esd.mun.ca
In Reply to: Re: [gentoo-user] usb wacom tablet by Robert Morris
1 Hello Robert,
2
3 Robert Morris <robertm@××××××.com> writes:
4
5 > On Tue, 2006-01-24 at 12:38 -0330, Roger Mason wrote:
6 >> Hello,
7 >>
8 [snip]
9 >> Can anyone suggest what may be wrong?
10 >>
11 >> Thanks,
12 >>
13 >> Roger Mason
14 >
15 > It doen't look like you have USB HID turned on in your kernel.
16 > Here is what I have for the USB portion of my kernel config:
17 > CONFIG_USB_ARCH_HAS_HCD=y
18 > CONFIG_USB_ARCH_HAS_OHCI=y
19 > CONFIG_USB=y
20 > CONFIG_USB_DEVICEFS=y
21 > CONFIG_USB_EHCI_HCD=m
22 > CONFIG_USB_OHCI_HCD=m
23 > CONFIG_USB_OHCI_LITTLE_ENDIAN=y
24 > CONFIG_USB_UHCI_HCD=m
25 > CONFIG_USB_PRINTER=m
26 > CONFIG_USB_STORAGE=m
27 > CONFIG_USB_HID=m
28 > CONFIG_USB_HIDINPUT=y
29 > CONFIG_USB_WACOM=m
30 > CONFIG_USB_EGALAX=m
31 >
32 > If that doesn't work, maybe try to plug it directly into the computer
33 > instead of the hub. I've had devices not like being plugged into a hub
34 > before.
35 [snip]
36 > For what it's worth, here is what I have showing up in dmesg when I plug
37 > my tablet in:
38 > ohci_hcd 0000:00:02.0: wakeup
39 > usb 1-1: new full speed USB device using ohci_hcd and address 2
40 > input: Wacom Intuos2 6x8 on usb-0000:00:02.0-1
41 >
42 > Robert
43 >
44 > --
45 > gentoo-user@g.o mailing list
46
47 Thanks for your reply. After I posted the message I figured out that
48 HID support was required. That was not the only problem - it worked
49 (at least it shows up in /proc/...) only when I added the ohci and
50 uhci drivers. My mistake, I got idea that only ehci was needed
51 because that is what my NEC controlled card uses.
52
53 Now to set the appropriate entries in xorg.conf.
54
55 Thanks again,
56
57 Roger
58 --
59 gentoo-user@g.o mailing list