错误信息
Configuration file: start
Could not open configuration file 'start' for reading.
Failed to set up interface with start
Failed to initialize interface
Run Code Online (Sandbox Code Playgroud)
我的 Hostapd.conf 文件
interface=wlan0
driver=nl80211
ssid=wifigto
channel=1
hw_mode=g
auth_algs=1
wpa=3
wpa_passphrase=alik060297
wpa_pairwise=TKIP CCMP
rsn_pairwise=CCMP
Run Code Online (Sandbox Code Playgroud)
Ubuntu 14.04 请帮忙
小智 6
旧但可能会帮助其他人:
打开 /etc/default/hostapd
取消注释 #DAEMON_CONF=""
现在添加配置文件的路径;它应该看起来像:
DAEMON_CONF="/etc/hostapd/hostapd.conf"
Run Code Online (Sandbox Code Playgroud)