> If you want a console on a serial line, which is what you are trying to > accomplish, you will need serial support compiled into the kernel. > Serial support as a module won't work. So you will need to replace the > kernel with a Dachstein-normal one.
AFAIK, you only need serial support compiled into the kernel if you want to have kernel boot messages show up on the serial port. You can load the serial module once the kernel has booted, and start a console on it in runlevel 2/3 (the default example serial getty entries in /etc/inittab), without problems. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
