Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • 2
    This is the simplest and most effective answer. Tested on 2 Rpi's and it works. Found this link from: raspberrypi.org/phpBB3/… Commented Jan 9, 2014 at 4:42
  • 20
    Sorry for a simplistic question - why does this work? Commented Feb 18, 2014 at 1:24
  • @JeffMeatballYang, start a new thread for your question. Commented Feb 18, 2014 at 8:38
  • 9
    For me there were no ifupdown file there, just a link action_wpa -> ../../wpa_supplicant/action_wpa.sh, so maybe this is the default now ? Commented Mar 27, 2016 at 14:42
  • 2
    Yep, like others say: this does not work on dhcpcd based distros, in order to get this running on RPI3 you need to apt-get install rcconf and switch from dhcpcd to networking Commented Oct 30, 2018 at 21:16