-
Notifications
You must be signed in to change notification settings - Fork 277
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
Address remain static (10.0.0.1) in client mode #92
Comments
I have the same problem, but I could not solve it. If I remove dhcpcd.conf and press again button to start raspiwifi again, it is not possible to connect |
I have the same issue. Any fix? After it reboots and connects to my wifi, it still shows as the static IP:
|
I'm looking at this now and I suspect it was caused on my system by running manual_reset.py without root permissions. You end up in a really broken state where both host and client modes are trying to bootstrap at the same time, and you still have the host mode dhcpcd.conf and IP 10.0.0.1 |
I think this issue is being caused by multiple entries of this in
Every time I run reset, the setup_lib.py runs and adds this line to Removing the duplicate line and rebooting should successfully get the pi back to host_mode. |
I'm able to solve it simply removing dhcpcd.conf, but that is needed to be done every time host mode is invoked.
The text was updated successfully, but these errors were encountered: