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

Autoconnect to Wifi stops working #131

Open
sssseossss opened this issue Dec 1, 2017 · 3 comments
Open

Autoconnect to Wifi stops working #131

sssseossss opened this issue Dec 1, 2017 · 3 comments

Comments

@sssseossss
Copy link

Hi!
Can you explain and suggest the solution on why the pi zero w stops connecting to wifi after launching the poisontap.
Thanks!

@Ricks-ha
Copy link

Most likely because the dhcpcd gets changed to something that is populating and not requesting dhcp

@ge0rg
Copy link

ge0rg commented Jun 5, 2019

Looks like some magic in raspbian prevents wifi from going up if you have usb0 configured.

Adding this to /etc/network/interfaces should help:

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

@MRtecno98
Copy link

MRtecno98 commented Mar 14, 2020

Looks like some magic in raspbian prevents wifi from going up if you have usb0 configured.

Adding this to /etc/network/interfaces should help:

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Does this broke poisontap? 'cause it seems like overriding nearly all the settings needed for poisontap to run.
(Sorry for any grammar errors, my native language is not english :P)

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

4 participants