st. anger Apprentice
Joined: 30 Oct 2002 Posts: 273
|
Posted: Wed May 28, 2003 3:12 am Post subject: mgetty port speed |
|
|
hello,
i have successfully set up a dial-in server, it works great however, dial-in users can get no speed higher than 28800bps
in my /etc/inittab:
Code: |
S2:2345:respawn:/usr/sbin/mgetty ttyS2 -s 57600 -n 5 -D /dev/ttyS2
|
and in /etc/mgetty+sendfax/mgetty.config
Code: |
# access the modem(s) with 38400 bps
speed 57600 #38400
|
here is a sample output from last:
Code: |
<user> pts/1 :0.0 Tue May 20 22:48 - 22:51 (00:03)
<dial-in user> tts/LT0 28800 V42bis Tue May 20 22:38 - 03:17 (04:39)
<dial-in user> tts/LT0 31200 V42bis Tue May 20 11:03 - 11:15 (00:12)
|
am i correct in assuming that is the speed at which is getting connected?
also, that 31200 instance was the only time it connected that fast, ever since then it goes no higher than 28800
i also tried using the -a option (autobauding).
i also tried using 115200 with no luck.
my modem is a CPU Builders brand using the lt_modem drivers. |
|