starting hostapd fails — ACS: Unable to collect survey data
I'm on a jessie on an embedded device, trying to set the WLAN into AP mode. When I try
# /usr/sbin/hostapd -P /run/hostapd.wlan0.pid /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
ACS: Automatic channel selection started, this may take a bit
wlan0: interface state UNINITIALIZED->ACS
wlan0: ACS-STARTED
ACS: Unable to collect survey data
ACS: All study options have failed
Interface initialization failed
wlan0: interface state ACS->DISABLED
wlan0: AP-DISABLED
ACS: Possibly channel configuration is invalid, please report this along with your config file.
ACS: Failed to start
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
wlan0: interface state DISABLED->DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
My config file is:
# cat /etc/hostapd/hostapd.conf
interface=wlan0
driver=nl80211
channel=acs
hw_mode=g
wmm_enabled=0
max_num_sta=1
ssid=foobarfoo
The error message can be found in a web search, but the solutions don't fit for me: I don't use ǹetwork-managerand the
nl80211driver works on a different device (handmade buildroot system) and
hostapdversion is
v2.3(not the buggy
v2.1`)
Any idea how to narrow the problem further?
Edit: With channel=1
it runs, so it's definately an acs problem, but what can I try to find out the root of the problem?
debian wlan hostapd access-point
add a comment |
I'm on a jessie on an embedded device, trying to set the WLAN into AP mode. When I try
# /usr/sbin/hostapd -P /run/hostapd.wlan0.pid /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
ACS: Automatic channel selection started, this may take a bit
wlan0: interface state UNINITIALIZED->ACS
wlan0: ACS-STARTED
ACS: Unable to collect survey data
ACS: All study options have failed
Interface initialization failed
wlan0: interface state ACS->DISABLED
wlan0: AP-DISABLED
ACS: Possibly channel configuration is invalid, please report this along with your config file.
ACS: Failed to start
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
wlan0: interface state DISABLED->DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
My config file is:
# cat /etc/hostapd/hostapd.conf
interface=wlan0
driver=nl80211
channel=acs
hw_mode=g
wmm_enabled=0
max_num_sta=1
ssid=foobarfoo
The error message can be found in a web search, but the solutions don't fit for me: I don't use ǹetwork-managerand the
nl80211driver works on a different device (handmade buildroot system) and
hostapdversion is
v2.3(not the buggy
v2.1`)
Any idea how to narrow the problem further?
Edit: With channel=1
it runs, so it's definately an acs problem, but what can I try to find out the root of the problem?
debian wlan hostapd access-point
Well, I (also had to?) set channel to something specific before it started to work. But then, I'd had problems with the driver (rtl...
),dhcpd.conf
errors etc. I found some hints reading/var/log/syslog
and runningdmesg
. Also, sometimes it's good to enjoy it when it finally works, and not ask why ;)
– Tomasz Gandor
Sep 3 '17 at 19:51
add a comment |
I'm on a jessie on an embedded device, trying to set the WLAN into AP mode. When I try
# /usr/sbin/hostapd -P /run/hostapd.wlan0.pid /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
ACS: Automatic channel selection started, this may take a bit
wlan0: interface state UNINITIALIZED->ACS
wlan0: ACS-STARTED
ACS: Unable to collect survey data
ACS: All study options have failed
Interface initialization failed
wlan0: interface state ACS->DISABLED
wlan0: AP-DISABLED
ACS: Possibly channel configuration is invalid, please report this along with your config file.
ACS: Failed to start
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
wlan0: interface state DISABLED->DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
My config file is:
# cat /etc/hostapd/hostapd.conf
interface=wlan0
driver=nl80211
channel=acs
hw_mode=g
wmm_enabled=0
max_num_sta=1
ssid=foobarfoo
The error message can be found in a web search, but the solutions don't fit for me: I don't use ǹetwork-managerand the
nl80211driver works on a different device (handmade buildroot system) and
hostapdversion is
v2.3(not the buggy
v2.1`)
Any idea how to narrow the problem further?
Edit: With channel=1
it runs, so it's definately an acs problem, but what can I try to find out the root of the problem?
debian wlan hostapd access-point
I'm on a jessie on an embedded device, trying to set the WLAN into AP mode. When I try
# /usr/sbin/hostapd -P /run/hostapd.wlan0.pid /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
ACS: Automatic channel selection started, this may take a bit
wlan0: interface state UNINITIALIZED->ACS
wlan0: ACS-STARTED
ACS: Unable to collect survey data
ACS: All study options have failed
Interface initialization failed
wlan0: interface state ACS->DISABLED
wlan0: AP-DISABLED
ACS: Possibly channel configuration is invalid, please report this along with your config file.
ACS: Failed to start
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
wlan0: interface state DISABLED->DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started
My config file is:
# cat /etc/hostapd/hostapd.conf
interface=wlan0
driver=nl80211
channel=acs
hw_mode=g
wmm_enabled=0
max_num_sta=1
ssid=foobarfoo
The error message can be found in a web search, but the solutions don't fit for me: I don't use ǹetwork-managerand the
nl80211driver works on a different device (handmade buildroot system) and
hostapdversion is
v2.3(not the buggy
v2.1`)
Any idea how to narrow the problem further?
Edit: With channel=1
it runs, so it's definately an acs problem, but what can I try to find out the root of the problem?
debian wlan hostapd access-point
debian wlan hostapd access-point
edited Mar 10 '17 at 9:12
Philippos
asked Mar 9 '17 at 17:34
PhilipposPhilippos
6,02711547
6,02711547
Well, I (also had to?) set channel to something specific before it started to work. But then, I'd had problems with the driver (rtl...
),dhcpd.conf
errors etc. I found some hints reading/var/log/syslog
and runningdmesg
. Also, sometimes it's good to enjoy it when it finally works, and not ask why ;)
– Tomasz Gandor
Sep 3 '17 at 19:51
add a comment |
Well, I (also had to?) set channel to something specific before it started to work. But then, I'd had problems with the driver (rtl...
),dhcpd.conf
errors etc. I found some hints reading/var/log/syslog
and runningdmesg
. Also, sometimes it's good to enjoy it when it finally works, and not ask why ;)
– Tomasz Gandor
Sep 3 '17 at 19:51
Well, I (also had to?) set channel to something specific before it started to work. But then, I'd had problems with the driver (
rtl...
), dhcpd.conf
errors etc. I found some hints reading /var/log/syslog
and running dmesg
. Also, sometimes it's good to enjoy it when it finally works, and not ask why ;)– Tomasz Gandor
Sep 3 '17 at 19:51
Well, I (also had to?) set channel to something specific before it started to work. But then, I'd had problems with the driver (
rtl...
), dhcpd.conf
errors etc. I found some hints reading /var/log/syslog
and running dmesg
. Also, sometimes it's good to enjoy it when it finally works, and not ask why ;)– Tomasz Gandor
Sep 3 '17 at 19:51
add a comment |
1 Answer
1
active
oldest
votes
Try "channel=0" in your config
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f350333%2fstarting-hostapd-fails-acs-unable-to-collect-survey-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try "channel=0" in your config
add a comment |
Try "channel=0" in your config
add a comment |
Try "channel=0" in your config
Try "channel=0" in your config
answered Sep 7 '18 at 0:21
Zach LakeZach Lake
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f350333%2fstarting-hostapd-fails-acs-unable-to-collect-survey-data%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Well, I (also had to?) set channel to something specific before it started to work. But then, I'd had problems with the driver (
rtl...
),dhcpd.conf
errors etc. I found some hints reading/var/log/syslog
and runningdmesg
. Also, sometimes it's good to enjoy it when it finally works, and not ask why ;)– Tomasz Gandor
Sep 3 '17 at 19:51