> command. The normal init string for these modems are at&fs0=1&w
> Can someone please help me how to implement it in the scripts?
Assuming you have the correct cable (black, rolled, rj45) with
the proper connector (cisco MMOD)
try this:
chat-script myhayes "" AT OK AT&FS0=1&C1&D3&K3&Q6 OK
service time debug datetime msec
line 1
script startup myhayes
script reset myhayes
then "debug chat", "debug modem", and "term mon".
Then simply "clear line 1" and you should see the router
sending the chat script to the modem. If you don't, the
connection is bad or the modem is busy (or CD is always high).
(note: I've left off the &W since you don't want to write
to NVRAM too often)
See www.cisco.com/warp/customer/76/9.html for more info.
-Sam Tannous (stannous at cisco dot com)