Dave Morse wrote > Okay, I compiled kernel 2.4.16 with CONFIG_INPUT_*. Now comes the > really dumb question: /dev/event /dev/input/ and /dev/mice don't exist > on this box yet. How do I create them?
titania:/dev/input# mknod /dev/input/mice c 13 63 titania:/dev/input# mknod /dev/input/event0 c 13 64 titania:/dev/input# mknod /dev/input/event1 c 13 65 ??? (the magic numbers were supplied by devices.txt)
