Re: [gentoo-user] usb wacom tablet

2006-01-25 Thread Roger Mason
Hello Robert,

Robert Morris [EMAIL PROTECTED] writes:

 On Tue, 2006-01-24 at 12:38 -0330, Roger Mason wrote:
 Hello,
 
[snip]
 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.
[snip]
 For what it's worth, here is what I have showing up in dmesg when I plug
 my tablet in:
 ohci_hcd :00:02.0: wakeup
 usb 1-1: new full speed USB device using ohci_hcd and address 2
 input: Wacom Intuos2 6x8 on usb-:00:02.0-1

 Robert

 -- 
 gentoo-user@gentoo.org mailing list

Thanks for your reply.  After I posted the message I figured out that
HID support was required.  That was not the only problem - it worked
(at least it shows up in /proc/...) only when I added the ohci and
uhci drivers.  My mistake, I got idea that only ehci was needed
because that is what my NEC controlled card uses.

Now to set the appropriate entries in xorg.conf.

Thanks again,

Roger
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] usb wacom tablet

2006-01-24 Thread Robert Morris
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 200 3802078 f840d001 f2df ffef  fffe 
 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=7 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 :00:0a.2: NEC Corporation USB 2.0
 ehci_hcd :00:0a.2: new USB bus registered, assigned bus number 1
 ehci_hcd :00:0a.2: irq 11, io mem 0xe000
 ehci_hcd :00:0a.2: park 0
 ehci_hcd :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 :00:02.0: wakeup
usb 1-1: new full speed USB device using ohci_hcd and address 2
input: Wacom Intuos2 6x8 on usb-: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-:00:02.0-1/input0
H: Handlers=mouse2 event4
B: EV=1f
B: KEY=1cdf 0 1f 0 0 0 0 0 0 0 0
B: REL=100
B: ABS=f000163
B: MSC=1

Robert

-- 
gentoo-user@gentoo.org mailing list