Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. root@server:~# hostapd -dd /etc/hostapd/hostapd.conf
  2. Configuration file: /etc/hostapd/hostapd.conf
  3. nl80211: Add own interface ifindex 6
  4. nl80211: Failed to set interface 6 to mode 3: -95 (Operation not supported)
  5. nl80211: Failed to set interface 6 to mode 3: -95 (Operation not supported)
  6. nl80211: Interface mode change to 3 from 0 failed
  7. nl80211: Failed to set interface wlan0 into AP mode
  8. nl80211 driver initialization failed.
  9. ELOOP: remaining socket: sock=4 eloop_data=0x9304c0 user_data=0x930c80 handler=0x433880
  10. ELOOP: remaining socket: sock=6 eloop_data=0x9331c0 user_data=(nil) handler=0x43cc10
  11.  
  12. root@server:~# dmesg
  13. [...]
  14. ADDRCONF(NETDEV_UP): wlan0: link is not ready
  15.  
  16. root@server:~# cat /etc/hostapd/hostapd.conf
  17. interface=wlan0
  18. driver=nl80211
  19. ssid=testubu
  20. channel=1
  21. hw_mode=g
  22. ieee80211n=1
  23.  
  24. root@server:~# lsmod | grep iwl
  25. iwl4965 132375 0
  26. iwl_legacy 83487 1 iwl4965
  27. mac80211 462092 2 iwl4965,iwl_legacy
  28. cfg80211 199630 3 iwl4965,iwl_legacy,mac80211
  29.  
  30. root@server:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement