Skip to content

Instantly share code, notes, and snippets.

@mark2b
Created April 28, 2016 13:26
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mark2b/f90315aa26de22897c9e035152491192 to your computer and use it in GitHub Desktop.
Save mark2b/f90315aa26de22897c9e035152491192 to your computer and use it in GitHub Desktop.
sudo apt-get install connman
After connman was successfully installed trying to scan wifi you will get:
connmanctl> enable wifi
Enabled wifi
connmanctl> scan wifi
Error /net/connman/technology/wifi: No carrier.
Solution is remove wpa_supplicant.conf
sudo mv /etc/wpa_supplicant/wpa_supplicant.conf /etc/wpa_supplicant/wpa_supplicant.conf.orig
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment