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

Address remain static (10.0.0.1) in client mode #92

Open
Zefram88 opened this issue Mar 18, 2020 · 4 comments
Open

Address remain static (10.0.0.1) in client mode #92

Zefram88 opened this issue Mar 18, 2020 · 4 comments

Comments

@Zefram88
Copy link

I'm able to solve it simply removing dhcpcd.conf, but that is needed to be done every time host mode is invoked.

@rklass
Copy link

rklass commented May 6, 2020

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

@beaconIOT
Copy link

beaconIOT commented Jul 4, 2020

I have the same issue. Any fix? After it reboots and connects to my wifi, it still shows as the static IP:

MacBook-Pro:~ beaconIOT$ ping raspberrypi.local
PING raspberrypi.local (10.0.0.1): 56 data bytes

@trailhead
Copy link

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

@nishmeht7
Copy link

nishmeht7 commented Mar 2, 2021

I think this issue is being caused by multiple entries of this in etc/crontab

@reboot root run-parts /etc/cron.raspiwifi/"

Every time I run reset, the setup_lib.py runs and adds this line to /etc/crontab (line 34) and this works fine the first time since it doesn't already exist, but when this runs a second time and creates a duplicate entry the host mode stops working.

Removing the duplicate line and rebooting should successfully get the pi back to host_mode.

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

5 participants