On Tue, 2006-01-24 at 12:38 -0330, Roger Mason wrote:
> Hello,
> 
> I'm installing a wacom tablet, following the instructions here:
> 
> http://gentoo-wiki.com/HOWTO_Wacom_Tablet
> 
> Problem:
> 
> The tablet does not show up in /proc/bus/input/devices ->
> 
> cat /proc/bus/input/devices 
> I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
> N: Name="AT Translated Set 2 keyboard"
> P: Phys=isa0060/serio0/input0
> H: Handlers=kbd event0 
> B: EV=120013 
> B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe 
> B: MSC=10 
> B: LED=7 
> 
> I: Bus=0011 Vendor=0002 Product=0001 Version=0001
> N: Name="PS/2 Logitech Mouse"
> P: Phys=isa0060/serio1/input0
> H: Handlers=mouse0 event1 
> B: EV=7 
> B: KEY=70000 0 0 0 0 0 0 0 0 
> B: REL=3 
> 
> Background:
> 
> The tablet is plugged into a NEC usb controller card.  dmesg shows
> 
> ehci_hcd 0000:00:0a.2: NEC Corporation USB 2.0
> ehci_hcd 0000:00:0a.2: new USB bus registered, assigned bus number 1
> ehci_hcd 0000:00:0a.2: irq 11, io mem 0xe0000000
> ehci_hcd 0000:00:0a.2: park 0
> ehci_hcd 0000:00:0a.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 5 ports detected
> usbcore: registered new driver wacom
> drivers/usb/input/wacom.c: v1.43:USB Wacom Graphire and Wacom Intuos tablet 
> driver
> 
> The wacom driver is compiled into the kernel (last line of dmesg
> output, above)
> 
> I have recompiled xorg with the sdk use flag and emerged
> linuxwacom-0.6.7. 
> 
> The following usb related kernel options are set:
> 
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB_ARCH_HAS_OHCI=y
> CONFIG_USB=y
> CONFIG_USB_DEVICEFS=y
> CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_WACOM=y
> CONFIG_USB_MON=y
> 
> The following are the hotplug settings for the kernel:
> 
> CONFIG_HOTPLUG=y
> # CONFIG_HOTPLUG_PCI is not set
> 
> The kernel event detection stuff is built in:
> 
> CONFIG_KOBJECT_UEVENT=y
> CONFIG_PREVENT_FIRMWARE_BUILD=y
> 
> Can anyone suggest what may be wrong?
> 
> Thanks,
> 
> Roger Mason

It doen't look like you have USB HID turned on in your kernel.
Here is what I have for the USB portion of my kernel config:
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_WACOM=m
CONFIG_USB_EGALAX=m

If that doesn't work, maybe try to plug it directly into the computer
instead of the hub. I've had devices not like being plugged into a hub
before.

For what it's worth, here is what I have showing up in dmesg when I plug
my tablet in:
ohci_hcd 0000:00:02.0: wakeup
usb 1-1: new full speed USB device using ohci_hcd and address 2
input: Wacom Intuos2 6x8 on usb-0000:00:02.0-1

cat /proc/bus/input/devices shows this for the tablet:
I: Bus=0003 Vendor=056a Product=0042 Version=0126
N: Name="Wacom Intuos2 6x8"
P: Phys=usb-0000:00:02.0-1/input0
H: Handlers=mouse2 event4
B: EV=1f
B: KEY=1cdf 0 1f0000 0 0 0 0 0 0 0 0
B: REL=100
B: ABS=f000163
B: MSC=1

Robert

-- 
gentoo-user@gentoo.org mailing list

Reply via email to