Raspberry Pi WLAN setup
berrylan.org
Raspberry Pi WLAN setup
1–10 of 86 posts
Re: Raspberry Pi WLAN setup
#2I'll definitely give this a try.
Re: Raspberry Pi WLAN setup
#3Re: Raspberry Pi WLAN setup
#4Re: Raspberry Pi WLAN setup
#5Re: Raspberry Pi WLAN setup
#6Re: Raspberry Pi WLAN setup
#7Re: Raspberry Pi WLAN setup
#8I wrote exactly the same thing as a library, to allow user setup of the WiFi network from within an app as part of a hardware prototype - main difference being it was just a Go daemon running on the Pi. Didn’t end up using it or open-sourcing it but I will re-visit that, since it looks like there are a couple of use-cases.
Re: Raspberry Pi WLAN setup
#9or create /boot/wpa_supplicant.conf and touch /boot/ssh and it will do the right thing on boot.
Re: Raspberry Pi WLAN setup
#10or create /boot/wpa_supplicant.conf and touch /boot/ssh and it will do the right thing on boot.
Can you seriously put wpa_supplicant.conf in /boot and it’ll work? I have honestly never heard this in 2 years of doing Raspberry Pi, after looking at tons of documentation and web sites. This wouldn’t surprise me, but I feel like it should be much better documented, given that it’s pretty much the first and biggest hurdle to getting things to work on a new image.