Advertisement
Guest User

New INFO

a guest
Dec 18th, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. trav@trav-HP-Pavilion-dv6000-RG360UA-ABA:~$ dmesg | grep iwl
  2. [ 10.470574] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
  3. [ 10.470579] iwl3945: Copyright(c) 2003-2011 Intel Corporation
  4. [ 10.470668] iwl3945 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  5. [ 10.470685] iwl3945 0000:02:00.0: setting latency timer to 64
  6. [ 10.510943] iwl3945 0000:02:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
  7. [ 10.510948] iwl3945 0000:02:00.0: Detected Intel Wireless WiFi Link 3945ABG
  8. [ 10.511106] iwl3945 0000:02:00.0: irq 43 for MSI/MSI-X
  9. [ 11.258893] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
  10. [ 21.928219] iwl3945 0000:02:00.0: loaded firmware version 15.32.2.9
  11. trav@trav-HP-Pavilion-dv6000-RG360UA-ABA:~$ rfkill list all
  12. 0: hp-wifi: Wireless LAN
  13. Soft blocked: no
  14. Hard blocked: no
  15. 1: phy0: Wireless LAN
  16. Soft blocked: no
  17. Hard blocked: no
  18. trav@trav-HP-Pavilion-dv6000-RG360UA-ABA:~$ lsmod | grep iwl
  19. iwl3945 73360 0
  20. iwl_legacy 71499 1 iwl3945
  21. mac80211 393459 2 iwl3945,iwl_legacy
  22. cfg80211 172392 3 iwl3945,iwl_legacy,mac80211
  23. trav@trav-HP-Pavilion-dv6000-RG360UA-ABA:~$ iwconfig
  24. lo no wireless extensions.
  25.  
  26. eth0 no wireless extensions.
  27.  
  28. wlan0 IEEE 802.11abg ESSID:off/any
  29. Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
  30. Retry long limit:7 RTS thr:off Fragment thr:off
  31. Power Management:off
  32.  
  33. trav@trav-HP-Pavilion-dv6000-RG360UA-ABA:~$ iwlist scan
  34. lo Interface doesn't support scanning.
  35.  
  36. eth0 Interface doesn't support scanning.
  37.  
  38. wlan0 No scan results
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement