Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › No WLan0 interface – Raspberry Pi 3 › Reply To: No WLan0 interface – Raspberry Pi 3
03/29/2016 at 20:46
#121872
Participant
The update thing might work best… Anyway, considering that you used “Method 2” from the Retropie Wifi Wiki you might also consider to reset the /etc/network/interfaces file to what I have and what works for me w/ Method 1 (i.e. use the dialog wizard from Retropie):
auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Good luck! :)