Advertisement
Guest User

dmesg

a guest
May 27th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.87 KB | None | 0 0
  1.  
  2. 01:08.0 Network controller [0280]: Ralink corp. RT2561/RT61 802.11g PCI [1814:0301]
  3.  
  4. :~$ lsmod | grep rt
  5.  
  6. rt61pci                32768  0
  7. rt2x00pci              16384  1 rt61pci
  8. rt2x00mmio             16384  1 rt61pci
  9. rt2x00lib              57344  3 rt61pci,rt2x00pci,rt2x00mmio
  10. mac80211              724992  2 rt2x00lib,rt2x00pci
  11. cfg80211              540672  2 mac80211,rt2x00lib
  12. eeprom_93cx6           16384  1 rt61pci
  13. parport_pc             32768  0
  14. parport                45056  3 lp,ppdev,parport_pc
  15. crc_itu_t              16384  2 rt61pci,firewire_core
  16.  
  17.  
  18. [   21.762821] forcedeth 0000:00:0a.0 eth0: no link during initialization
  19. [   21.767294] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561s.bin'
  20. [   21.797819] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8
  21. [   22.970193] wlan0: authenticate with 88:f7:c7:37:80:92
  22. [   22.976177] wlan0: send auth to 88:f7:c7:37:80:92 (try 1/3)
  23. [   22.981263] wlan0: authenticated
  24. [   22.984050] wlan0: associate with 88:f7:c7:37:80:92 (try 1/3)
  25. [   22.986746] wlan0: RX AssocResp from 88:f7:c7:37:80:92 (capab=0x411 status=0 aid=2)
  26. [   22.986809] wlan0: associated
  27. [  867.056043] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  28. [  869.495842] wlan0: deauthenticating from 88:f7:c7:37:80:92 by local choice (Reason: 3=DEAUTH_LEAVING)
  29. [  869.496393] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  30. [  869.537133] cfg80211: Calling CRDA to update world regulatory domain
  31. [  869.587470] cfg80211: World regulatory domain updated:
  32. [  869.587486] cfg80211:  DFS Master region: unset
  33. [  869.587490] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  34. [  869.587497] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  35. [  869.587503] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  36. [  869.587508] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
  37. [  869.587512] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  38. [  869.587517] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
  39. [  873.802944] forcedeth 0000:00:0a.0 eth0: no link during initialization
  40. [  952.262083] forcedeth 0000:00:0a.0 eth0: no link during initialization
  41. [  995.399362] forcedeth 0000:00:0a.0 eth0: no link during initialization
  42. [  998.757202] wlan0: authenticate with 88:f7:c7:37:80:92
  43. [  998.764224] wlan0: send auth to 88:f7:c7:37:80:92 (try 1/3)
  44. [  998.776195] wlan0: authenticated
  45. [  998.780047] wlan0: associate with 88:f7:c7:37:80:92 (try 1/3)
  46. [  998.784463] wlan0: RX AssocResp from 88:f7:c7:37:80:92 (capab=0x411 status=0 aid=2)
  47. [  998.784549] wlan0: associated
  48. [ 1192.364081] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement