From: Nathan H. <ho...@ho...> - 2005-10-11 02:41:44
|
thanks for trying to help, sorry didn't add these details earlier. Anyhow herethey are: What are /dev/tty50-3 linked to?: lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty50 -> /dev/ftty0 lrwxrwxrwx 1 root root 10 Oct 6 21:44 /dev/tty51 -> /dev/ftty1 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty52 -> /dev/ftty2 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty53 -> /dev/ftty3 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty54 -> /dev/ftty4 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty55 -> /dev/ftty5 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty56 -> /dev/ftty6 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty57 -> /dev/ftty7 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty58 -> /dev/ftty8 lrwxrwxrwx 1 root root 10 Oct 6 21:31 /dev/tty59 -> /dev/ftty9 What does lsmod show? (parts I think that are important): ... tsdev 5952 0 evdev 7424 0 faketty 10436 0 usbhid 42848 0 ... usb_storage 62656 0 ohci_hcd 19460 0 uhci_hcd 31504 0 usbcore 109692 6 ehci_hcd,usbhid,usb_storage,ohci_hcd,uhci_hcd ... Is faketty loaded?: yes. and while I am at it: 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 ftty0 event0 B: EV=120013 B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0010 Vendor=001f Product=0001 Version=0100 N: Name="PC Speaker" P: Phys=isa0061/input0 H: Handlers=kbd ftty2 event5 B: EV=40001 B: SND=6 I: Bus=0003 Vendor=05c7 Product=2011 Version=0112 N: Name="QTRONIX USB Keyboard and Mouse" P: Phys=usb-0000:00:10.1-2/input0 H: Handlers=kbd ftty1 event1 B: EV=120003 B: KEY=10000 7 ff87207a c14057ff febeffdf ffefffff ffffffff fffffffe B: LED=7 I: Bus=0003 Vendor=05c7 Product=2011 Version=0112 N: Name="QTRONIX USB Keyboard and Mouse" P: Phys=usb-0000:00:10.1-2/input1 H: Handlers=mouse0 event2 ts0 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0003 Vendor=045e Product=0040 Version=0300 N: Name="Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" P: Phys=usb-0000:00:10.3-1/input0 H: Handlers=mouse1 event3 ts1 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=10 is there some USB/keyboard module that needs to be loaded? Thanks! >>I am using kernel 2.6.13 and trying to get >>faketty-0.04 to work.<br> > I managed to make the ftty devices, (mknod >>/dev/ftty[0-9] c 13 96) and >>/dev/ftty0 picks up only one of the keyboards, but >>/dev/ftty[1-9] don't pick >>up any other keyboard. >What are /dev/tty50-3 linked to? >What does lsmod show? Is faketty loaded? |