My problem is that I can't get my Linux system to accept dial-ins.
I have everything set up properly (I think), but when I call the number,
the modem doesn't pick up.
These are all the modifications I have made to the sys files:
_______________
/etc/gettydefs:
____________
/etc/inittab
# Dial-in ports
D0:2345:respawn:/sbin/getty ttyS3 38400 vt100
________________________
/etc/default/getty.ttyS3
CLEAR=NO
HANGUP=YES
DEBUG=011
INIT="" ATZ\r OK\r\n ATE1Q0V1S1=0S0=1&C3&D3&W0\r OK\r\n ATZ\r OK\r\n
INITLINE=cua3
ALTLOCK=cua3
ALTLINE=cua3
TIMEOUT=45
CONNECT="" ATA\r CONNECT \s
WAITFOR=RING
___________________
/etc/rc.d/rc.serial
#!/bin/sh
SETSERIAL="/bin/setserial -b"
AUTO_IRQ=auto_irq
${SETSERIAL} /dev/cua3 ${AUTO_IRQ} skip_test autoconfig spd_hi
--------------------
Am I missing anything?
thanks,
Jay