Advertisement
Guest User

Untitled

a guest
Sep 26th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. raja@badfox:~$ sudo lsusb
  2. [sudo] password for raja:
  3. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  5. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  6. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  7. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  8. Bus 001 Device 007: ID 12d1:1436 Huawei Technologies Co., Ltd.
  9. raja@badfox:~$ sudo ls /dev/ttyUSB*
  10. /dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2
  11. raja@badfox:~$ sudo apt-get install wvdial ppp
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. ppp is already the newest version.
  16. wvdial is already the newest version.
  17. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  18. raja@badfox:~$ sudo apt-get install ppp
  19. Reading package lists... Done
  20. Building dependency tree
  21. Reading state information... Done
  22. ppp is already the newest version.
  23. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  24. raja@badfox:~$ gksudo gedit /etc/wvdial.conf
  25. raja@badfox:~$ wvdial hspda
  26. --> Can't open '/etc/wvdial.conf' for reading: Permission denied
  27. --> ...starting with blank configuration.
  28. --> WvDial: Internet dialer version 1.61
  29. --> Warning: section [Dialer hspda] does not exist in wvdial.conf.
  30. --> Cannot open /dev/modem: No such file or directory
  31. --> Cannot open /dev/modem: No such file or directory
  32. --> Cannot open /dev/modem: No such file or directory
  33. raja@badfox:~$ sudo wvdial hspda
  34. --> WvDial: Internet dialer version 1.61
  35. --> Warning: section [Dialer hspda] does not exist in wvdial.conf.
  36. --> Cannot open /dev/modem: No such file or directory
  37. --> Cannot open /dev/modem: No such file or directory
  38. --> Cannot open /dev/modem: No such file or directory
  39. raja@badfox:~$ cat /etc/wvdial.conf
  40. cat: /etc/wvdial.conf: Permission denied
  41. raja@badfox:~$ sudo cat /etc/wvdial.conf
  42. [Dialer hsdpa]
  43. Phone = *99#
  44. Username =
  45. Password =
  46. Stupid Mode = 1
  47. Dial Command = ATDT
  48. Modem = /dev/ttyUSB0
  49. Baud = 460800
  50. Init2 = ATZ
  51. Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  52. ISDN = 0
  53. Modem Type = Analog Modem
  54. raja@badfox:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement