|
Logitech Dual Action (again)
I can't get my brand new Logitech Dual Action pad to work.
I'm running Debian Sid with the 2.6.8-2-k7 kernel, joydev is loaded, I have the joystick package installed, but I can't get the pad working.
dmesg output after plugging in the pad:
usb 1-2: new low speed USB device using address 3
drivers/usb/input/hid-core.c: ctrl urb status -2 received
drivers/usb/input/hid-core.c: usb_submit_urb(ctrl) failed
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=120003
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: LED=7
I: Bus=0003 Vendor=046d Product=c402 Version=0210
N: Name="Logitech USB-PS/2 Trackball"
P: Phys=usb-0000:00:10.1-1/input0
H: Handlers=ts0 event1 mouse0
B: EV=f
B: KEY=30000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=100 0
I: Bus=0003 Vendor=046d Product=c50e Version=2500
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:10.0-1/input0
H: Handlers=kbd ts1 event2 mouse1
B: EV=120007
B: KEY=ffff0000 10000 0 0 0 0 0 0 0
B: REL=103
B: LED=fc00
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd event3
B: EV=40001
B: SND=6
(So it's not showing up for some reason)
cat /proc/bus/input/handlers:
N: Number=0 Name=kbd
N: Number=1 Name=tsdev Minor=128
N: Number=2 Name=evdev Minor=64
N: Number=3 Name=mousedev Minor=32
N: Number=4 Name=joydev Minor=0
Attempting to run cat on any of the /dev/input/jsX devices spits back "no such device" errors at me.
Anybody know what could be wrong? I know the pad is good because it worked on my friend's iBook.
|