davesteele / comitup

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

Hotspot on every reboot #46

Closed kunalkkanani closed 5 years ago

kunalkkanani commented 5 years ago

Hi Dave,

I am using Comitup from verion 1.4 and updated to 1.5 now but I always encounter an issue that is on every reboot of RPI comitup hotspot shows up. Even when am in same network.

Also I have to connect multiple times with Comitup to choose SSID and to get my RPI connected with internet.

I would like to know if I have not installed it properly or doing something wrong. Am just running a GUI app on startup with /etc/profile.

Thanks

davesteele commented 5 years ago

Are you using a Pi with built in wifi? Is there a second wifi adapter? Are you using the recent Buster Raspbian release?

kunalkkanani commented 5 years ago

Yes am using built-in wifi, and no second wifi adapter is present. I am using previous release and now might go for Buster Raspbian release.

davesteele commented 5 years ago

You can try debugging the connection via nmcli:

sudo systemctl stop comitup nmcli dev disconnect wlan0 nmcli con up

... and check in the logs for NetworkManager messages.

Try "iw dev wlan0 scan" to see if your AP is visible.

And don't be in a hurry to move to Buster.

kunalkkanani commented 5 years ago

I did fresh installation now and everything seems ok, ill use this method if it happens again.

Right now,

OK will not move to Buster. Thank you

kunalkkanani commented 5 years ago

Hi,

How do I fix this error ? It happened suddenly and comitup is not up. I had cloned RPI image when everything was working fine but it also has same problem now.

comitup_issue1 comitup2 comitup3

davesteele commented 5 years ago

See #48