On Tue, 3 Feb 2009, raymond.meyer%rambler.ru@localhost wrote:
Hi, I need some help setting up serial console. I've got two machines running NetBSD-5 beta, i386 and sparc64. I want to connect from i386 to sparc64 via serial cable. I have a working serial cable, but I'm not sure what to put in /etc/remote, I've tried the following with tty00 and tty01: hardwire:dv=/dev/tty01:br#9600:pa=none:dc: but when I run 'tip hardwire' and then send break command, nothing happens. Any ideas?
Try /dev/dty01. I use: console0:dv=/dev/dty00:br#9600:pa=none:dc: console1:dv=/dev/dty01:br#9600:pa=none:dc: -- Stephen