Skip to content
New issue

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

Not Working (windows 8.1 / Raspbian) #14

Open
soub4i opened this issue Jun 18, 2016 · 3 comments
Open

Not Working (windows 8.1 / Raspbian) #14

soub4i opened this issue Jun 18, 2016 · 3 comments

Comments

@soub4i
Copy link

soub4i commented Jun 18, 2016

WiFiControl.init({
    debug: true
});
 WiFiControl.scanForWiFi( function(err, response) {
    if (err) res.send(err);
    console.log(response);
  });

always return 0 network found

@minusplusminus
Copy link

iwlist is not supported. https://www.npmjs.com/package/iwlist does

@minusplusminus
Copy link

minusplusminus commented Aug 18, 2016

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

if wlan0 says something else than unmanaged, it's fixed

@curiosity26
Copy link

Would it be possible that the network-manager, with the appropriate config, might fix the permissions issue in #23 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants