From: Nathan H. <ho...@ho...> - 2005-10-10 15:05:57
|
I am using kernel 2.6.13 and trying to get faketty-0.04 to work. 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. I figured this out using 'cat /dev/ftty[1-9]'. Other than that I managed to get a second X up with a second mouse, but no keyboard input. One thing that confuses me is 'cat /proc/bus/input/devices' returns back the keyboards/mice and shows that some of the keyboards are handled by ftty[1-9] (e.g: H: Handlers=kbd event2 ftty1) I have hooked up 4 keyboards (1 PS/2, 3 USB) and 3 mice trying to get this to work. Any idea what could be wrong? Thanks |