From: Jeff D. <jd...@ka...> - 2000-11-08 23:56:08
|
wst...@po... said: > I moved up the serial/0 line after rc.sysinit but before the runlevel > specific lines and was able to connect to ttyp9 (I assume it's the > ttypX equivalent of the ptypX that the uml kernel opens on FD7) with > minicom: Why didn't it come up in an xterm? Did you put 'no-xterm' on the command line? In any case '-o' on the minicom command line will stop it from trying to init the modem. If you really can't get the console to respond, gdb the tracing thread and 'printf "%s", log_buf'. This will dump the contents of the kernel log. Maybe there's something strange there. Also put 'debug' on the kernel command line, and when it hangs, ^C the gdb and 'bt' to see what it thinks is up. Jeff |