Advertisement
Guest User

Untitled

a guest
May 25th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [Dialer Defaults]
  2. Modem Type = Analog
  3. ModemPhone = '#777'
  4. ISDN = 0
  5. Baud = 115200
  6. Username = ''
  7. Password = ''
  8. Modem = /dev/ttyUSB0
  9. Init1 = ATZ
  10. Init2 = at+cgdcont=1,"ip","inet.bell.ca"
  11. Stupid Mode = 1
  12.  
  13.  
  14.  
  15. The error:
  16. root@ProtoType1:~# wvdial
  17. --> WvDial: Internet dialer version 1.61
  18. --> Cannot get information for serial port.
  19. --> Initializing modem.
  20. --> Sending: ATZ
  21. ATZ
  22. OK
  23. --> Sending: at+cgdcont=1,"ip","inet.bell.ca"
  24. at+cgdcont=1,"ip","inet.bell.ca"
  25. OK
  26. --> Modem initialized.
  27. --> Configuration does not specify a valid phone number.
  28. root@ProtoType1:~# pico /etc/wvdial.conf
  29. root@ProtoType1:~# wvdial
  30. --> WvDial: Internet dialer version 1.61
  31. --> Cannot get information for serial port.
  32. --> Initializing modem.
  33. --> Sending: ATZ
  34. ATZ
  35. OK
  36. --> Sending: at+cgdcont=1,"ip","inet.bell.ca"
  37. at+cgdcont=1,"ip","inet.bell.ca"
  38. OK
  39. --> Modem initialized.
  40. --> Configuration does not specify a valid phone number.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement