Code: Select all
# wvdial
--> WvDial: Internet dialer version 1.61
--> Cannot set information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
--> Sending: ATQ0
ATQ0
OK
--> Re-Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT9540163
--> Waiting for carrier.
ATDT9540163
CONNECT 9600/ARQ
User Access Verification
Username:
--> Carrier detected. Waiting for prompt.
--> Connected, but carrier signal lost! Retrying...
--> Sending: ATDT9540163
--> Waiting for carrier.
Username:
Username: ATDT9540163
Password:
% Password: timeout expired!
Code: Select all
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
; Phone = 9259540265
ISDN = 0
New PPPD = yes
Phone = 9540163
Modem = /dev/ttyUSB0
Username = wsanders@[my isp]
Password = xxxxxxxxxxxxxxxxx
Baud = 460800
Code: Select all
# cu -l /dev/ttyUSB0
Connected.
TZ
OK
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
ATDT9540163
CONNECT 9600/ARQ
User Access Verification
Username: wsanders@[my isp]
Password:
Entering PPP mode.
Async interface address is unnumbered (FastEthernet0)
Your IP address is 0.0.0.0. MTU is 1500 bytes
{starts spewing PPP packets}
Once I have this figured out the Pi will make a nice dialup-to-Wifi access point.
Thanks, w