Live data from Hacker News

Raspberry Pi WLAN setup

berrylan.org

1–10 of 86 posts

Re: Raspberry Pi WLAN setup

#2
That is something that seems really useful. You can get your Raspberry Pi online without a minitor but it's always a bit like stumbling in the dark.

I'll definitely give this a try.

Re: Raspberry Pi WLAN setup

#8
That’s cool, and the UI is nice!

I 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

#9
post #6

or 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.

Re: Raspberry Pi WLAN setup

#10
post #9
post #6

or 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.

since 2016: https://raspberrypi.stackexchange.com/questions/10251/prepar...
Post reply on HN