-1

I have Raspberry Pi 3 and I tried to config for auto connect to wifi like this example

http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/

but when I finish, I got "No wireless interfaces found" when I click wifi symbol. However if I comment them out and back to default config( no auto wlan0 ... ), my wifi is back.

How can I fix this ?

3ORZ
  • 17
  • 1
  • 4

1 Answers1

0

Restore Interfaces file. Then, connect to wifi manually and now into the interfaces file append this auto wlan0 iface wlan0 inet dhcp wpa-ssid {ssid} wpa-psk {password}

this work for me.

Lo dejo en español ya que mi ingles es malo y por ahi no se entiende que quise decir. Restaura el archivo interfaces como viene ni bien instalas el SO. Así vuelve a funcionar el receptor WiFi y podes conectarte a la red (yo lo hice mediante la interfaz grafica) Una vez conectado al Wifi que queremos que conecte automaticamente podemos modificar el archivo interfaces y ahora la proxima vez que prendamos va a funcionar.

Sorry for my bad English.