Add mention of Buslogic 747S (as per suggestion by Ollivier Robert again)
[unix-history] / contrib / FAQ / FAQ-09
CommitLineData
e952dd5e
GCI
19.0 Communications
2------------------
3
49.0.1: When I do a set line in kermit it locks up, whats the problem?
5
6The problem here is that FreeBSD thinks it's talking to a incoming
7modem connection, and is waiting for carrier to come up on it before
8completing the open. To disable modem control, do an:
9
10 stty -f /dev/ttyXX clocal
11
12(Where `ttyXX' is the tty port you're using). If you use a given port
13only for outgoing connections, you may wish to put this command in
14your /etc/rc.local to avoid having to do it every time you reboot
15your system.
16
17
18NOTE: Anyone wishing to submit a FAQ entry on how to get tip and cu working
19 would have it much appreciated! We all use kermit over here! :-)
20