0

I have setup raspberry pi last night but my wlan0 not start automatically on startup. I need to run below command every time my raspberry restart.

sudo ifup wlan0

Any solution for that so I can add this command to startup.

Rock
  • 3
  • 1

1 Answers1

0

Simple: add auto wlan0 above your wlan0 configuration in /etc/network/interfaces

Patrick Cook
  • 6,365
  • 8
  • 38
  • 63