Guest User

Untitled

a guest
Sep 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. Look for target devices ...
  2. product ID matched
  3. Found devices in target mode or class (1)
  4. Look for default devices ...
  5. product ID matched
  6. Found devices in default mode (1)
  7. Access device 011 on bus 001
  8. Get the current device configuration ...
  9. Current configuration number is 1
  10. Use interface number 0
  11. Use endpoints 0x01 (out) and 0x81 (in)
  12.  
  13. USB description data (for identification)
  14. -------------------------
  15. Manufacturer: HUAWEI_MOBILE
  16. Product: HUAWEI_MOBILE
  17. Serial No.: 0123456789ABCDEF
  18. -------------------------
  19. Looking for active driver ...
  20. OK, driver detached
  21. Set up interface 0
  22. Use endpoint 0x01 for message sending ...
  23. Trying to send message 1 to endpoint 0x01 ...
  24. OK, message successfully sent
  25. Read the response to message 1 (CSW) ...
  26. Response reading failed (error -1)
  27. Device is gone, skip any further commands
  28. -> Run lsusb to note any changes. Bye!
  29.  
  30. [Dialer Defaults]
  31. Init1 = ATZ
  32. Init2 = ATQ0 V1 E1 S0=0
  33. Modem Type = Analog Modem
  34. Baud = 9600
  35. New PPPD = yes
  36. Modem = /dev/ttyUSB0
  37. ISDN = 0
  38. ; Phone = <Target Phone Number>
  39. ; Password = <Your Password>
  40. ; Username = <Your Login Name>
  41.  
  42. [Dialer era]
  43. Modem = /dev/ttyUSB0
  44. Baud = 57600
  45. Init1 = ATH
  46. Init2 = ATE1
  47. Init3 = AT+CGDCONT=1,"IP","internet"
  48. Dial Command = ATD
  49. Phone = *99***1#
  50. Stupid mode = yes
  51. Username = "blank"
  52. Password = "blank"
  53. Auto DNS = yes
  54.  
  55. [Dialer plus]
  56. Modem = /dev/ttyUSB0
  57. Baud = 57600
  58. Init1 = ATH
  59. Init2 = ATE1
  60. Init3 = AT+CGDCONT=1,"IP","internet"
  61. Dial Command = ATD
  62. Phone = *99#
  63. Stupid mode = yes
  64. Username = "blank"
  65. Password = "blank"
  66. Auto DNS = yes
  67.  
  68. [Dialer orange]
  69. Modem = /dev/ttyUSB0
  70. Baud = 57600
  71. Init1 = ATH
  72. Init2 = ATE1
  73. Init3 = AT+CGDCONT=1,"IP","internet"
  74. Dial Command = ATD
  75. Phone = *99#
  76. Stupid mode = yes
  77. Username = "internet"
  78. Password = "internet"
  79. Auto DNS = yes
  80.  
  81. --> WvDial: Internet dialer version 1.61
  82. --> Initializing modem.
  83. --> Sending: ATH
  84. OK
  85. --> Sending: ATE1
  86. OK
  87. --> Sending: AT+CGDCONT=1,"IP","internet"
  88. AT+CGDCONT=1,"IP","internet"
  89. OK
  90. ^RSSI:24
  91. ^HCSQ:"LTE",57,52,206,28
  92. --> Modem initialized.
  93. --> Sending: ATD*99***1#
  94. --> Waiting for carrier.
  95. ATD*99***1#
  96. CONNECT
  97. --> Carrier detected. Starting PPP immediately.
  98. --> Starting pppd at Wed Sep 12 13:16:28 2018
  99. --> Pid of pppd: 15082
  100. --> Using interface ppp0
  101. --> Disconnecting at Wed Sep 12 13:16:59 2018
  102. --> The PPP daemon has died: A modem hung up the phone (exit code = 16)
  103. --> man pppd explains pppd error codes in more detail.
  104. --> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
  105. --> Auto Reconnect will be attempted in 5 seconds
  106. --> Initializing modem.
  107. --> Sending: ATH
  108. --> Sending: ATQ0
  109. --> Re-Sending: ATH
  110. --> Modem not responding.
  111. --> Initializing modem.
  112. --> Sending: ATH
  113. --> Sending: ATQ0
  114. --> Re-Sending: ATH
  115. --> Modem not responding.
  116. --> Disconnecting at Wed Sep 12 13:17:20 2018
Add Comment
Please, Sign In to add comment