Advertisement
Guest User

Untitled

a guest
Sep 27th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. # tail -f /var/log/kern.log
  2. Sep 27 01:41:19 debian kernel: [ 1823.864184] wlan0: deauthenticating from 58:6d:8f:9f:ba:17 by local choice (reason=3)
  3. Sep 27 01:41:21 debian kernel: [ 1825.533768] wlan0: direct probe to AP 58:6d:8f:9f:ba:17 (try 1)
  4. Sep 27 01:41:21 debian kernel: [ 1825.537794] wlan0: direct probe responded
  5. Sep 27 01:41:21 debian kernel: [ 1825.537804] wlan0: authenticate with AP 58:6d:8f:9f:ba:17 (try 1)
  6. Sep 27 01:41:21 debian kernel: [ 1825.553152] wlan0: authenticated
  7. Sep 27 01:41:21 debian kernel: [ 1825.553194] wlan0: associate with AP 58:6d:8f:9f:ba:17 (try 1)
  8. Sep 27 01:41:21 debian kernel: [ 1825.566178] wlan0: RX AssocResp from 58:6d:8f:9f:ba:17 (capab=0x411 status=0 aid=11)
  9. Sep 27 01:41:21 debian kernel: [ 1825.566186] wlan0: associated
  10. Sep 27 01:42:06 debian kernel: [ 1870.656083] wlan0: deauthenticating from 58:6d:8f:9f:ba:17 by local choice (reason=3)
  11.  
  12. # dmesg | grep iwl
  13. [ 5.666238] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
  14. [ 5.666240] iwl3945: Copyright(c) 2003-2009 Intel Corporation
  15. [ 5.666305] iwl3945 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
  16. [ 5.666319] iwl3945 0000:0c:00.0: setting latency timer to 64
  17. [ 5.736368] iwl3945 0000:0c:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
  18. [ 5.736371] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
  19. [ 5.736512] iwl3945 0000:0c:00.0: irq 29 for MSI/MSI-X
  20. [ 6.020699] phy0: Selected rate control algorithm 'iwl-3945-rs'
  21. [ 11.809447] iwl3945 0000:0c:00.0: firmware: requesting iwlwifi-3945-2.ucode
  22. [ 11.852113] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9
  23. [ 11.921446] Registered led device: iwl-phy0::radio
  24. [ 11.921474] Registered led device: iwl-phy0::assoc
  25. [ 11.921500] Registered led device: iwl-phy0::RX
  26. [ 11.921524] Registered led device: iwl-phy0::TX
  27. [ 115.927136] iwl3945 0000:0c:00.0: Card state received: HW:Kill SW:On
  28. [ 115.961054] iwl3945 0000:0c:00.0: Error sending REPLY_LEDS_CMD: enqueue_hcmd failed: -5
  29. [ 115.969455] iwl3945 0000:0c:00.0: MAC is in deep sleep!. CSR_GP_CNTRL = 0x040003DD
  30. [ 125.880981] Registered led device: iwl-phy0::radio
  31. [ 125.881072] Registered led device: iwl-phy0::assoc
  32. [ 125.881123] Registered led device: iwl-phy0::RX
  33. [ 125.881179] Registered led device: iwl-phy0::TX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement