> Ummm... > > So, what's the console type? :-) In the boot prom stuff? setenv console 0 - let the computer decide setenv console 1 - crt(0) and tty(0) (keyboard) setenv console 4 - tty(2) (serial port) setenv console 8 - tty(3) (printer port) For the last two you should probably do an "enable tty(2)" or "enable tty(3)" before the setenv... Dean.