Advertisement
K-Ron

Mintwifi.py

Aug 28th, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1.  
  2. Dimension-3000 rtl8192u_linux_2.6.0006.1031.2008 # sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
  3. -------------------------
  4. * I. scanning WIFI PCI devices...
  5. -------------------------
  6. * II. querying ndiswrapper...
  7. -------------------------
  8. * III. querying iwconfig...
  9. lo no wireless extensions.
  10.  
  11. wlan0 802.11b/g/n Mode:Managed Access Point: Not-Associated
  12. Bit Rate:1 Mb/s
  13. Retry min limit:7 RTS thr:off Fragment thr:off
  14. Encryption key:off
  15. Power Management:off
  16. Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
  17. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  18. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  19.  
  20. eth0 no wireless extensions.
  21.  
  22. -------------------------
  23. * IV. querying ifconfig...
  24. eth0 Link encap:Ethernet HWaddr 00:13:20:07:18:63
  25. inet addr:192.168.1.23 Bcast:192.168.1.255 Mask:255.255.255.0
  26. inet6 addr: fe80::213:20ff:fe07:1863/64 Scope:Link
  27. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  28. RX packets:8112 errors:0 dropped:0 overruns:0 frame:0
  29. TX packets:3724 errors:0 dropped:0 overruns:0 carrier:0
  30. collisions:0 txqueuelen:1000
  31. RX bytes:2458657 (2.4 MB) TX bytes:530438 (530.4 KB)
  32.  
  33. lo Link encap:Local Loopback
  34. inet addr:127.0.0.1 Mask:255.0.0.0
  35. inet6 addr: ::1/128 Scope:Host
  36. UP LOOPBACK RUNNING MTU:16436 Metric:1
  37. RX packets:474 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:474 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:0
  40. RX bytes:57406 (57.4 KB) TX bytes:57406 (57.4 KB)
  41.  
  42. -------------------------
  43. * V. querying DHCP...
  44. Rather than invoking init scripts through /etc/init.d, use the service(8)
  45. utility, e.g. service smbd reload
  46.  
  47. Since the script you are attempting to invoke has been converted to an
  48. Upstart job, you may also use the reload(8) utility, e.g. reload smbd
  49. RTNETLINK answers: File exists
  50. -------------------------
  51. * VI. querying nslookup google.com...
  52. Server: 68.87.69.146
  53. Address: 68.87.69.146#53
  54.  
  55. Non-authoritative answer:
  56. Name: google.com
  57. Address: 74.125.227.99
  58. Name: google.com
  59. Address: 74.125.227.103
  60. Name: google.com
  61. Address: 74.125.227.97
  62. Name: google.com
  63. Address: 74.125.227.104
  64. Name: google.com
  65. Address: 74.125.227.96
  66. Name: google.com
  67. Address: 74.125.227.102
  68. Name: google.com
  69. Address: 74.125.227.110
  70. Name: google.com
  71. Address: 74.125.227.105
  72. Name: google.com
  73. Address: 74.125.227.101
  74. Name: google.com
  75. Address: 74.125.227.100
  76. Name: google.com
  77. Address: 74.125.227.98
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement