Template: Terminal - Hardwired | Detail: Select Expert to see all options. |
Port: [a or b]
|
Baud Rate: Any setting from 9600 - 38400 should be ok. Terminal Type: tvi925 |
Options:
| Port Monitor Tag: zsmon |
Expert Options:
|
Service: /usr/bin/login Streams Modules: ldterm,ttcompat Timeout (secs): Never |
Admintool can incorrectly set the owner, group and permissions on your serial device. After using admintool verify the following settings:
/dev/ttya or /dev/ttyb
% chown root /dev/ttya % chgrp sys /dev/ttya % chmod 666 /dev/ttya
You may also want to check settings in the eeprom program.
% eeprom | grep tty ttyb-rts-dtr-off=false ttyb-ignore-cd=false ttya-rts-dtr-off=false ttya-ignore-cd=false ttyb-mode=9600,8,n,1,- ttya-mode=38400,8,n,1,-At least two users have reported fixing a problem by changing tty?-ignore-cd to true.