Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. $ lspci | grep -i network
  2. 02:03.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
  3. $ cat /opt/piratebox/conf/hostapd.conf
  4. interface=eth1
  5. driver=nl80211
  6. ssid=PirateBox - Share Freely
  7. hw_mode=g
  8. channel=1
  9. #auth_algs=1
  10. #ieee80211n=1
  11. $ hostapd -d /opt/piratebox/conf/hostapd.conf
  12. random: Trying to read entropy from /dev/random
  13. Configuration file: /opt/piratebox/conf/hostapd.conf
  14. nl80211: Could not add multicast membership for vendor events: -2 (No such file or directory)
  15. rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
  16. nl80211: Supported cipher 00-0f-ac:1
  17. nl80211: Supported cipher 00-0f-ac:5
  18. nl80211: Supported cipher 00-0f-ac:2
  19. nl80211: Supported cipher 00-0f-ac:4
  20. nl80211: Driver does not support authentication/association or connect commands
  21. nl80211: Remove monitor interface: refcount=0
  22. netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
  23. nl80211: Set mode ifindex 3 iftype 2 (STATION)
  24. nl80211: Failed to set interface 3 to mode 2: -1 (Operation not permitted)
  25. nl80211 driver initialization failed.
  26. hostapd_interface_deinit_free(0x940d6f0)
  27. hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
  28. hostapd_interface_deinit(0x940d6f0)
  29. hostapd_bss_deinit: deinit bss eth1
  30. hostapd_cleanup(hapd=0x940e2e0 (eth1))
  31. hostapd_free_hapd_data: Interface eth1 wasn't started
  32. hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
  33. hostapd_interface_free(0x940d6f0)
  34. hostapd_interface_free: free hapd 0x940e2e0
  35. hostapd_cleanup_iface(0x940d6f0)
  36. hostapd_cleanup_iface_partial(0x940d6f0)
  37. hostapd_cleanup_iface: free iface=0x940d6f0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement