Operating System - HP-UX
1834599 Members
3769 Online
110069 Solutions
New Discussion

modem connection more than 9600 on HPUX 11.00

 
David Cuarenta
Occasional Contributor

modem connection more than 9600 on HPUX 11.00

I have an EISA mux with 8 ports (J2482A).

My modem report connections at any speed (including 57600) and present the login. When the port's speed is defined at sam to 9600; but if i define speeds more than that (19200, 57600,115200), i get simbols than don't mean anything.

I need a gettydefs sample file to try another things or where to read about this.

Thanks and Happy new year
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: modem connection more than 9600 on HPUX 11.00

David:

I would start by looking at the man pages for 'getty (1M) and for 'gettydefs (4)' along with the /etc/gettydefs file itself.

Note that 'getty' has a "check" (-c) option. When getty is invoked with this option and a file, it scans the file as if it was scanning /etc/gettydefs and prints the results on standard output. Getty reports any unrecognized modes or improperly constructed entries when using this option.

...JRF...