Guest User

Untitled

a guest
May 17th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. WVDIAL.CONF
  2. ====================================================
  3.  
  4. [Dialer smart]
  5. Init1 = ATZ
  6. Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  7. Stupid mode = 1
  8. Modem Type = Analog Modem
  9. Command line = ATDT
  10. ISDN = 0
  11. New PPPD = yes
  12. Phone = #777sudo
  13. Modem = /dev/ttyUSB0
  14. Username = smart
  15. Password = smart
  16. Baud = 460800
  17.  
  18. [Dialer Defaults]
  19. Init1 = ATZ
  20. Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  21. Modem Type = Analog Modem
  22. ; Phone = <Target Phone Number>
  23. ISDN = 0
  24. ; Password = <Your Password>
  25. ; Username = <Your Login Name>
  26. Modem = /dev/ttyUSB0
  27. Baud = 9600
  28.  
  29.  
  30. Buat file Bash
  31. ============================================================
  32.  
  33. #!/bin/bash
  34. echo "scrip by pinkhacker"
  35.  
  36. dpkg --remove purge wvdial; cd smart; dpkg -i *.deb; eject /dev/sr1; modprobe usbserial vendor=0x19d2 product=0xffdd; wvdialconf; wvdial smart
Add Comment
Please, Sign In to add comment