We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiFiControl.init({ debug: true }); WiFiControl.scanForWiFi( function(err, response) { if (err) res.send(err); console.log(response); });
always return 0 network found
The text was updated successfully, but these errors were encountered:
iwlist is not supported. https://www.npmjs.com/package/iwlist does
Sorry, something went wrong.
oh wait, just fixed it minutes ago:
apt-get install network-manager set managed=true in /etc/NetworkManager/NetworkManager.conf /etc/init.d/network-manager restart
to verify use: nmcli dev
nmcli dev
if wlan0 says something else than unmanaged, it's fixed
Would it be possible that the network-manager, with the appropriate config, might fix the permissions issue in #23 ?
No branches or pull requests
always return 0 network found
The text was updated successfully, but these errors were encountered: