Ubuntu Server 14.04 LTS + HOSTAPD

0

Estou usando o servidor Ubuntu 14.04.2 LTS com o kernel mais recente, assim como o Hostapd v2.1, e não posso fazer questão de trabalhar aqui registra o hostad. Por favor ajude a resolver o problema!

administrator@ubuntu-server:/$ sudo hostapd -dd /etc/hostapd/hostapd.conf
random: Trying to read entropy from /dev/random
Configuration file: /etc/hostapd/hostapd.conf
nl80211: Could not add multicast membership for vendor events: -2 (No such file or directory)
rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
nl80211: TDLS supported
nl80211: TDLS external setup
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Supported cipher 00-0f-ac:6
nl80211: Using driver-based off-channel TX
nl80211: Use separate P2P group interface (driver advertised support)
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 4 iftype 3 (AP)
nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0
nl80211: Subscribe to mgmt frames with AP handle 0x8604d50
nl80211: Register frame type=0xb0 nl_handle=0x8604d50 match=
nl80211: Register frame command failed (type=176): ret=-114 (Operation already in progress)
nl80211: Register frame match - hexdump(len=0): [NULL]
nl80211: Could not configure driver mode
nl80211: Remove monitor interface: refcount=0
nl80211: Remove beacon (ifindex=4)
netlink: Operstate: ifindex=4 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
nl80211 driver initialization failed.
hostapd_interface_deinit_free(0x86036f0)
hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
hostapd_interface_deinit(0x86036f0)
hostapd_bss_deinit: deinit bss wlan0
hostapd_cleanup(hapd=0x86042f8 (wlan0))
hostapd_free_hapd_data: Interface wlan0 wasn't started
hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
hostapd_interface_free(0x86036f0)
hostapd_interface_free: free hapd 0x86042f8
hostapd_cleanup_iface(0x86036f0)
hostapd_cleanup_iface_partial(0x86036f0)
hostapd_cleanup_iface: free iface=0x86036f0
    
por Esmertec 01.05.2015 / 11:28

1 resposta

0

Antes de executar seu comando ( sudo hostapd -dd /etc/hostapd/hostapd.conf ), execute o comando follow

sudo nmcli nm wifi off
sudo rfkill unblock wlan

Ou faça o downgrade do hostapd para a versão 1.

    
por Daniyal 20.05.2015 / 21:50