From: Aivils S. <ai...@un...> - 2005-10-11 05:27:10
|
On Pirmdiena, 10. Oktobris 2005 18:05, Nathan Hoult wrote: > 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 Do You realy use mknod? If that is right, then You must do mknod /dev/ftty0 c 13 96 mknod /dev/ftty1 c 13 97 mknod /dev/ftty2 c 13 98 ... Aivils > /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? |