Firam excellently guided me trough to install my Winmodem (LT V.92). I succeeded to dialling from the terminal. Fom some reason the script stopped working. I am not sure why. I attached 3 files: 1./ wvdialconf 2./ nano -w 3./ wvdial Would appreciate any help to correct my scripts.
peter@peter-armada:~$ sudo wvdialconf /etc/wvdial.conf Password: Editing `/etc/wvdial.conf'. Scanning your serial ports for a modem. ttyLTM0<*1>: ATQ0 V1 E1 -- OK ttyLTM0<*1>: ATQ0 V1 E1 Z -- OK ttyLTM0<*1>: ATQ0 V1 E1 S0=0 -- OK ttyLTM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK ttyLTM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK ttyLTM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK ttyLTM0<*1>: Modem Identifier: ATI -- LT V.92 Data+Fax Modem Version 8.31 ttyLTM0<*1>: Speed 4800: AT -- OK ttyLTM0<*1>: Speed 9600: AT -- OK ttyLTM0<*1>: Speed 19200: AT -- OK ttyLTM0<*1>: Speed 38400: AT -- OK ttyLTM0<*1>: Speed 57600: AT -- OK ttyLTM0<*1>: Speed 115200: AT -- OK ttyLTM0<*1>: Max speed is 115200; that should be safe. ttyLTM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. Modem Port Scan<*1>: S1 ttyS2<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud ttyS2<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud ttyS2<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up. Modem Port Scan<*1>: S3 Found a modem on /dev/ttyLTM0. Modem configuration written to /etc/wvdial.conf. ttyLTM0<Info>: Speed 115200; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" peter@peter-armada:~$ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX GNU nano 2.0.2 File: /etc/wvdial.conf [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Modem Type = Analog Modem ISDN = 0 New PPPD = yes Phone = 6474390270 Modem = /dev/ttyLTM0 Username = pxxxxxxx@...net Password = ixxxxxx Baud = 115200 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx peter@peter-armada:~$ sudo wvdial --> WvDial: Internet dialer version 1.56 --> Initializing modem. --> 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: ATDT6474390270 --> Waiting for carrier. ATDT6474390270 CONNECT 50666 V42bis --> Carrier detected. Waiting for prompt. Telus PLANet EYRKONAEAC02 login: --> Looks like a login prompt. --> Sending: pkerekes@xxxxxxxxxxxx pkerekes@xxxxxxxxxxxx Password: --> Looks like a password prompt. --> Sending: (password) Entering PPP Session. IP address is 209.29.100.231 MTU is 1524. --> Looks like a welcome message. --> Starting pppd at Thu Jul 5 08:43:55 2007 --> Pid of pppd: 6375 --> Using interface ppp0 --> pppd: �[08][06][08]�[10][06][08] --> pppd: �[08][06][08]�[10][06][08] --> pppd: �[08][06][08]�[10][06][08] --> pppd: �[08][06][08]�[10][06][08] --> local IP address 209.29.100.231 --> pppd: �[08][06][08]�[10][06][08] --> remote IP address 154.11.136.163 --> pppd: �[08][06][08]�[10][06][08] --> primary DNS address 209.115.142.9 --> pppd: �[08][06][08]�[10][06][08] --> secondary DNS address 209.115.142.132 --> pppd: �[08][06][08]�[10][06][08] Caught signal 2: Attempting to exit gracefully... --> Terminating on signal 15 --> pppd: �[08][06][08]�[10][06][08] --> Connect time 0.5 minutes. --> pppd: �[08][06][08]�[10][06][08] --> pppd: �[08][06][08]�[10][06][08] --> Disconnecting at Thu Jul 5 08:44:25 2007 peter@peter-armada:~$