Do you know which COM port the modem is using?
COM1 will use tty1A and tty1a
COM2 will use tty2A and tty2a
COM3 will use tty3A and tty3a
COM4 will use tty4A and tty4a
You should read the "adding modems" chapter of your SCO Openserver handbook.
To install the modem (assuming it is using COM2) do the following:
From the root command prompt enter these commands (don't worry if they give errors that the ports are already disabled):
Code:
disable tty2A
disable tty2a
Edit the /etc/gettydefs file and add the following line (assuming it is not already there):
Code:
o1 # B38400 HUPCL # B38400 CS8 SANE HUPCL TAB3 RTSFLOW CTSFLOW #\r\nlogin: # o1
!!!Warning - be very careful when you edit these files because you don't want to damage any of the existing content!!!
Edit the /etc/inittab file and change the lines that begin with Se2A and Se2a (2A and 2a are COM2) to the following:
Code:
Se2a:2:off:/etc/getty tty2a o1
Se2A:2:off:/etc/getty -t60 tty2A o1
Make the
same edits to the /etc/conf/init.d/sio file.
Edit the /usr/lib/uucp/Devices file by modifying the unremarked (no # in front) ACU and Direct lines that reference tty2A to the following (or adding them if they aren't there already):
Code:
ACU tty2A - 38400 hayes2400
Direct tty2A - 38400 direct
If there are any Direct tty2a lines, put a # in front of them to remark them out.
Now from the root command prompt enter this command:
The above is a very basic modem configuration. If you will be utilizing the modem at a high capacity you will eventually want to replace the hayes2400 dialer (on the ACU line) with a dialer specifically customized for your modem and needs. You should also note that there is other important information regarding high speed modems in the "adding modems" chapter of your SCO Openserver Handbook.