Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # wvdial
  2. --> WvDial: Internet dialer version 1.61
  3. --> Cannot get information for serial port.
  4. --> Initializing modem.
  5. --> Sending: ATZ
  6. ATZ
  7. OK
  8. --> Sending: ATQ0 V1 E1 +FCLASS=0
  9. ATQ0 V1 E1 +FCLASS=0
  10. OK
  11. --> Sending: AT+CGDCONT=1,"IP","m2mstatic.apn"
  12. AT+CGDCONT=1,"IP","m2mstatic.apn"
  13. ERROR
  14. --> Bad init string.
  15. --> Cannot get information for serial port.
  16. --> Initializing modem.
  17. --> Sending: ATZ
  18. ATZ
  19. OK
  20. --> Sending: ATQ0 V1 E1 +FCLASS=0
  21. ATQ0 V1 E1 +FCLASS=0
  22. OK
  23. --> Sending: AT+CGDCONT=1,"IP","m2mstatic.apn"
  24. AT+CGDCONT=1,"IP","m2mstatic.apn"
  25. ERROR
  26. --> Bad init string.
  27. --> Cannot get information for serial port.
  28. --> Initializing modem.
  29. --> Sending: ATZ
  30. ATZ
  31. OK
  32. --> Sending: ATQ0 V1 E1 +FCLASS=0
  33. ATQ0 V1 E1 +FCLASS=0
  34. OK
  35. --> Sending: AT+CGDCONT=1,"IP","m2mstatic.apn"
  36. AT+CGDCONT=1,"IP","m2mstatic.apn"
  37. ERROR
  38. --> Bad init string.
  39. #
  40.  
  41. [Dialer Defaults]
  42. Init1 = ATZ
  43. Init2 = ATQ0 V1 E1 +FCLASS=0
  44. Init3 = AT+CGDCONT=1,"IP","m2mstatic.apn"
  45. Stupid Mode = yes
  46. Modem Type = Analog Modem
  47. ISDN = 0
  48. New PPPD = yes
  49. Phone = *99#
  50. Modem = /dev/ttyUSB1
  51. Username = ;
  52. Password = ;
  53. Baud = 9600
  54.  
  55. AT+CPIN="0000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement