poisontap icon indicating copy to clipboard operation
poisontap copied to clipboard

Autoconnect to Wifi stops working

Open sssseossss opened this issue 7 years ago • 3 comments

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

sssseossss avatar Dec 01 '17 16:12 sssseossss

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

Ricks-ha avatar Oct 25 '18 15:10 Ricks-ha

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

ge0rg avatar Jun 05 '19 15:06 ge0rg

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)

MRtecno98 avatar Mar 14 '20 18:03 MRtecno98