小编gny*_*his的帖子

hostapd 不会通过“服务”启动——而是直接启动

我无法hostapd作为服务启动。当我尝试启动它时失败:

$ sudo service hostapd start
[FAIL] Starting advanced IEEE 802.11 management: hostapd failed!
Run Code Online (Sandbox Code Playgroud)

据我了解,这使用了以下配置/etc/default/hostapd

$ cat /etc/default/hostapd 
# Defaults for hostapd initscript
#
# See /usr/share/doc/hostapd/README.Debian for information about alternative
# methods of managing hostapd.
#
# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
# file and hostapd will be started during system boot. An example configuration
# file can be found at /usr/share/doc/hostapd/examples/hostapd.conf.gz
#
#DAEMON_CONF=""
DAEMON_CONF=”/etc/hostapd/hostapd.conf”

# Additional daemon …
Run Code Online (Sandbox Code Playgroud)

networking init-script services init.d hostapd

20
推荐指数
3
解决办法
11万
查看次数

标签 统计

hostapd ×1

init-script ×1

init.d ×1

networking ×1

services ×1