Totally unfamiliar with Linux, I try to add a USB keyboard to a Sheevaplug headless ARM computer running Linux debian 2.6.22.18
Accessing the Sheevaplug from a shell (remote, via Ethernet) ...
login as: root
root@192.168.20.108's password:
Linux debian 2.6.22.18 #1 Thu Mar 19 14:46:22 IST 2009 armv5tejl
root@debian:~#
... the (local) USB keyboard seems to have been recognized ...
root@debian:~# cat /proc/bus/input/devices
I: Bus=0003 Vendor=046a Product=0023 Version=0111
N: Name="HID 046a:0023"
P: Phys=usb-ehci_marvell.70059-1/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd
B: EV=120003
B: KEY=7 ff800000 7ff e0b2ffdf 1cfffff ffffffff fffffffe
B: LED=1f
I: Bus=0003 Vendor=046a Product=0023 Version=0111
N: Name="HID 046a:0023"
P: Phys=usb-ehci_marvell.70059-1/input1
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd
B: EV=f
B: KEY=7fff 2c3027 bf004440 0 0 1 f80 8837c400 667bfa d971dfed 9e0000 0 0 0
B: REL=40
B: ABS=1 0
root@debian:~#
... but pressing keys on the local USB keyboard does not display anything ...
root@debian:~#
Any Ideas?
Regards, tamberg