Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. ThinkPad-X200 ~ $ ping google.com
  2. ping: unknown host google.com
  3. ThinkPad-X200 ~ $ clear
  4.  
  5. ThinkPad-X200 ~ $ lspci
  6. 00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
  7. 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
  8. 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
  9. 00:03.0 Communication controller: Intel Corporation Mobile 4 Series Chipset MEI Controller (rev 07)
  10. 00:03.3 Serial controller: Intel Corporation Mobile 4 Series Chipset AMT SOL Redirection (rev 07)
  11. 00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
  12. 00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
  13. 00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
  14. 00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
  15. 00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
  16. 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
  17. 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
  18. 00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
  19. 00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
  20. 00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
  21. 00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
  22. 00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
  23. 00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
  24. 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
  25. 00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
  26. 00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
  27. 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
  28. 03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
  29. ThinkPad-X200 ~ $ rfkill list
  30. 0: tpacpi_bluetooth_sw: Bluetooth
  31. Soft blocked: yes
  32. Hard blocked: no
  33. 2: phy0: Wireless LAN
  34. Soft blocked: no
  35. Hard blocked: no
  36. ThinkPad-X200 ~ $ ifconfig
  37. eth0 Link encap:Ethernet HWaddr 00:1f:16:0e:7b:73
  38. UP BROADCAST MULTICAST MTU:1500 Metric:1
  39. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  40. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  41. collisions:0 txqueuelen:1000
  42. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  43. Interrupt:20 Memory:f2600000-f2620000
  44.  
  45. lo Link encap:Local Loopback
  46. inet addr:127.0.0.1 Mask:255.0.0.0
  47. inet6 addr: ::1/128 Scope:Host
  48. UP LOOPBACK RUNNING MTU:65536 Metric:1
  49. RX packets:179 errors:0 dropped:0 overruns:0 frame:0
  50. TX packets:179 errors:0 dropped:0 overruns:0 carrier:0
  51. collisions:0 txqueuelen:0
  52. RX bytes:12439 (12.4 KB) TX bytes:12439 (12.4 KB)
  53.  
  54. wlan0 Link encap:Ethernet HWaddr 00:16:ea:ee:14:2c
  55. inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0
  56. inet6 addr: fe80::216:eaff:feee:142c/64 Scope:Link
  57. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  58. RX packets:68 errors:0 dropped:0 overruns:0 frame:0
  59. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  60. collisions:0 txqueuelen:1000
  61. RX bytes:7762 (7.7 KB) TX bytes:1420 (1.4 KB)
  62.  
  63. ThinkPad-X200 ~ $ iwconfig
  64. eth0 no wireless extensions.
  65.  
  66. wlan0 IEEE 802.11abgn ESSID:"kitakartam"
  67. Mode:Managed Frequency:2.442 GHz Access Point: kitakartam
  68. Bit Rate=1 Mb/s Tx-Power=15 dBm
  69. Retry short limit:7 RTS thr:off Fragment thr:off
  70. Power Management:on
  71. Link Quality=70/70 Signal level=-38 dBm
  72. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  73. Tx excessive retries:0 Invalid misc:10 Missed beacon:0
  74.  
  75. lo no wireless extensions.
  76.  
  77. ThinkPad-X200 ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement