Hello, I'm having a very strange time getting one of my computers to
connect to my isp. I set up the ppscript using pppsetup. Everything went
fine on this computer and when I'm linux it dials perfectly, yet on my
other, the same script just wont even get the modem to dial. Also, the
modem dials fine under Minicom or seyon, yet it goes much much too slow
when i am typing in manually my username and pass as the ISP does not
use pap or chap at all, so the connection times out before I can issue
the pppd command.
This is the script that dials on this pc, but not the other:
TIMEOUT 10
ABORT ERROR
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
REPORT "CARRIER"
REPORT "CONNECT"
"" "AT\&FW1H0^M"
OK "atdt7704853895"
CONNECT ""
ogin: myid
ssword: mypass
I've been messing around with scripts like crazy and the following one
actually dials, but doesnt do anything because clearly something is
wrong, but I also cannot figure out WHY it DOES in fact dial?!? Script:
TIMEOUT 10
ABORT BUSY
"" "atdt7704853895"
TIMEOUT 35
CONNECT ""
ogin: user
ssword: pass
Does anyone have any advice?
Thank you,
Josh