Guest User

Untitled

a guest
Nov 23rd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. sudo apt-get install wvdial
  2.  
  3. gedit /etc/wvdial.conf
  4.  
  5. [Dialer Defaults]
  6. Init1 = ATZ
  7. Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  8. Stupid Mode = 1
  9. Modem Type = USB Modem
  10. ISDN = 0
  11. Phone = #777
  12. New PPPD = yes
  13. Modem = /dev/ttyUSB0 (This may also be dev/ttyUSB2 depending on where you plugged in your device)
  14. Username = 9xxxxxxxxxx (your username, should be a number )
  15. Password = 9xxxxxxxxxx (Your password , should be the same number)
  16. CBaud = 460800
  17.  
  18. sudo wvdial
Add Comment
Please, Sign In to add comment