The modem init string setting is contained in the file:
/etc/sysconfig/network-scripts/chat-ppp0
look for a line that look like this:
'' 'ATZ'
change it to look like this:
'' 'ATZ&F0'
If you want to edit it further by hand look at "man chat" to find
out what to put in there.
While you're at it edit the file:
/etc/sysconfig/network-scripts/ifcfg-ppp0
look for a line that looks like this:
DEBUG="no"
change it to look like this:
DEBUG="yes"
to turn on debug messages and then post the logon errors from
/etc/messages here (edit out your IP addresses first)
so we can see what's happening.
Good luck,
Bluster
Quote:> Hello,
> I am using RH6.2 and use the PPP Dialer to connect to the internet,
> however, the modem dials and connects fine, but then it drops the
> connection.
> I really hate using windows but if my RH can't connect to internet, this
> force me to using windows again, please help.
> I have been asked to reset the init string (not the dial command) to
> AT&F0, but I can't find the init string setting in PPP Dialer.
> Eric