Date: Sun, 21 Nov 2004 22:12:02 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: freebsd-sparc64@FreeBSD.ORG Cc: Poul-Henning Kamp <phk@phk.freebsd.dk> Subject: Serial configs on sparc64 Message-ID: <p06200700bdc7053041a1@[128.113.24.47]>
next in thread | raw e-mail | index | archive | help
After the tty-renaming in the 6.x-current branch, should /etc/ttys be changed something like: --- etc/ttys.orig Sun Nov 21 21:56:12 2004 +++ etc/ttys Sun Nov 21 21:46:41 2004 @@ -33,8 +33,8 @@ console none unknown off secure # screen "/usr/libexec/getty Pc" cons25 on secure -ttya "/usr/libexec/getty 3wire.9600" cons25 on secure -ttyb "/usr/libexec/getty 3wire.9600" cons25 off secure +ttyz0 "/usr/libexec/getty 3wire.9600" cons25 on secure +ttyz1 "/usr/libexec/getty 3wire.9600" cons25 off secure # #ttyv0 "/usr/libexec/getty Pc" cons25 on secure # Virtual terminals Making this change got rid of an error message that I had been getting about ttya at system startup, and it also lets me log in via the serial port once the system is up. But it does not seem to be giving me a "serial console" option, the way I have it working on my i386 system. What tricks am I missing? -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06200700bdc7053041a1>