> Now for another problem :-) > > I use /dev/ttyS0 toa serial port so no crt/keyboard is needed by the > router. Worked great under Eiger 3.x. Ok, no work under Dachstein. The > 'echo "test" > /dev/ttyS0" gets and error: > cannot create /dev/ttyS0: error 19 > > Plus, message saying "T0" respawning to fast, shutting down for 5 minutes. > > Ok, I discover for the link /etc/rcS.d/S25setserial -> > /etc/init.d/setserial, neither exist. Also /bin/setserial does not > exist. Ok, I go to my Eiger pppoe disk, that the serial port was working > on, and get /etc/init.d/setserial and /bin/setserial and copy them on to > my Dachstein, make the S25setserial link and back up to disk then reboot. > > No change, still no luck running the echo test, still get the same error > and the "respawning to fast" error message. Verify that my added files > are there and the "Setting serial ports... done" was in the bootup > messages, so /etc/init.d/setserial is being run. > > Any ideas?
If you're using the default Dachstein floppy kernel, the serial port driver is not compiled in by default. You can either add serial.o to your modules, or upgrade to the (larger) Dachstein-normal kernel, which has serial support built-in (and several other "goodies", like advanced routing support). Note that you MUST use the Dachstein-normal kernel if you want boot-time kernel messages to appear on the serial console...with the run-time module, you only get serial support once the system is booted, so you can't use a serial port as a kernel console. Files are available here: Serial module for "Small" kernel: http://lrp.steinkuehler.net/files/kernels/Dachstein-small/modules/misc/s erial.o "Normal" kernel: http://lrp.steinkuehler.net/files/kernels/Dachstein-normal/ For differences between the kernels, see the kernel README file: http://lrp.steinkuehler.net/files/kernels/Dachstein-source/README Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
