Homepage Forums RetroPie Project Everything else related to the RetroPie Project How to get WiFi on Raspberry Pi 2 with Retropie 3.0 Reply To: How to get WiFi on Raspberry Pi 2 with Retropie 3.0

#94107
lakespiral
Participant
auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 91.153.69.86
netmask 255.255.255.0
gateway 192.168.100.1
wpa-ssid "*****"
wpa-psk "*****"
wireless-power off

Netwjork PICO -WiFi-adapter.