Advertisement
oberfragger

Ralink USB max-current = 1

Sep 7th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. osmc@osmc:~$ sudo hostapd -dd /etc/hostapd/hostapd.conf
  2. random: Trying to read entropy from /dev/random
  3. Configuration file: /etc/hostapd/hostapd.conf
  4. rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
  5. nl80211: Supported cipher 00-0f-ac:1
  6. nl80211: Supported cipher 00-0f-ac:5
  7. nl80211: Supported cipher 00-0f-ac:2
  8. nl80211: Supported cipher 00-0f-ac:4
  9. nl80211: Supported cipher 00-0f-ac:10
  10. nl80211: Supported cipher 00-0f-ac:8
  11. nl80211: Supported cipher 00-0f-ac:9
  12. nl80211: Using driver-based off-channel TX
  13. nl80211: interface wlan0 in phy phy0
  14. nl80211: Set mode ifindex 3 iftype 3 (AP)
  15. nl80211: Failed to set interface 3 to mode 3: -16 (Device or resource busy)
  16. nl80211: Try mode change after setting interface down
  17. nl80211: Set mode ifindex 3 iftype 3 (AP)
  18. nl80211: Mode change succeeded while interface is down
  19. nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0
  20. nl80211: Subscribe to mgmt frames with AP handle 0x5604d0c8
  21. nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0x5604d0c8 matc h=
  22. nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ) nl_handle=0x5604d0c8 match=
  23. nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ) nl_handle=0x5604d0 c8 match=
  24. nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC) nl_handle=0x5604d0c8 match=
  25. nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0x5604d0c8 ma tch=
  26. nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x5604d0c8 ma tch=
  27. nl80211: Register frame command failed (type=208): ret=-114 (Operation already i n progress)
  28. nl80211: Register frame match - hexdump(len=0): [NULL]
  29. nl80211: Could not configure driver mode
  30. nl80211: Remove monitor interface: refcount=0
  31. nl80211: Remove beacon (ifindex=3)
  32. netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6 (IF_OPER_ UP)
  33. nl80211: Set mode ifindex 3 iftype 2 (STATION)
  34. nl80211: Failed to set interface 3 to mode 2: -16 (Device or resource busy)
  35. nl80211: Try mode change after setting interface down
  36. nl80211: Set mode ifindex 3 iftype 2 (STATION)
  37. nl80211: Mode change succeeded while interface is down
  38. nl80211: Teardown AP(wlan0) - device_ap_sme=0 use_monitor=0
  39. nl80211 driver initialization failed.
  40. hostapd_interface_deinit_free(0x5604b9f0)
  41. hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
  42. hostapd_interface_deinit(0x5604b9f0)
  43. hostapd_bss_deinit: deinit bss wlan0
  44. hostapd_cleanup(hapd=0x5604c618 (wlan0))
  45. hostapd_free_hapd_data: Interface wlan0 wasn't started
  46. hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
  47. hostapd_interface_free(0x5604b9f0)
  48. hostapd_interface_free: free hapd 0x5604c618
  49. hostapd_cleanup_iface(0x5604b9f0)
  50. hostapd_cleanup_iface_partial(0x5604b9f0)
  51. hostapd_cleanup_iface: free iface=0x5604b9f0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement