davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
322 stars 54 forks source link

BUG: not working after installing #91

Closed mrsstaceyseigle closed 4 years ago

mrsstaceyseigle commented 4 years ago

I have fresh copy of Rasbian Buster Lite installed on my Raspberry Pi. I have Python, PIP 3 installed as well. I followed your instructions to install. The install say that it complete however the hotspot does not pop up on none of my machines.

sudo apt-get install comitup

davesteele commented 4 years ago

If you started with a "Lite" install, and followed these instructions, I would expect it to work. Some things to check:

Note that I use a Comitup spin iso. It is pretty much identical to a Raspbian with comitup installed, and /etc/net/work/interfaces edited to remove the Wifi interface.

mrsstaceyseigle commented 4 years ago

Thank you. The software is up and running. Looks as I forgot this step

  1. Rename or delete /etc/wpa_supplicant/wpa_supplicant.conf.

All is working now. Thank you