-
Notifications
You must be signed in to change notification settings - Fork 153
Installation through wifi (RPi 3) #427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It worked for me on the RPi0 |
Please check the location of the |
Did several tries on RPI3 without success. First of all this question. Can the installation be executed only based on wifi, or does the configuration needs ethernet to configure the wifi? Tried with Tried also following the procedure described in bring-your-own-files . But the wifi is not working : Let me know if you need more info (an |
I haven't tried it yet, but my guess is that it's missing the RPi3's wireless firmware (for starters). I also don't know whether the drivers for that chipset are present. This is one of the reasons I expect that we will need several alpha/beta releases of the v1.1.x branch before we can release v1.1.0. |
Got it running ! These are the (minimal) steps needed to get wifi working on RPI3. First of all (as described above), the installation is done following the procedure Bring your own files to create the file So, before first boot, the following file is created on the SD card
After whole configuration, did following steps. The
Install the firmware (steps inspired from minibian)
And update the interface :
Add the following text :
Reboot (without ethernet connected). With For some reason, for the wifi to work, I had to reboot without the ethernet connected. Also the content of the file |
@diederikdehaas I'll have further testing with the RPi3 I received this weekend. Regarding the alpha/beta statement: I am using the v1.1.x branch as the base of a preconfigured image provided for a bigger audience. Do you see a risk in that? |
What kind of risk do you mean? |
Please try this release. |
I'm using this branch for a while now. It works well on both RPi2 and RPi3 with an external USB WLAN stick (I'm using one by Edimax), but the internal WLAN on RPi3 does not work without additional packages (see #470). |
Thanks for the heads up @Mausy5043 ! I'm currently occupied with other tasks but happy to see the progress. I'll test when the time is right. Please feel free to close the ticket if you are confident it's resolved. Thanks again |
There is now also a beta2 |
And a beta3 (@ThomDietrich) |
Closing this issue for now, assuming it is resolved. If you feel the closure is in error, please feel free to re-open and add new information. |
I am using the current state of branch v1.1.x and wanted to incorporate wifi based installation into my system. We followed the instructions given in the PR #397 but the file
wpa_supplicant.conf
seems to be ignored.Is the described method working?
Did somebody test this with the RPi3 wifi module (BCM43438) yet?
Thanks for any help you can provide.
The text was updated successfully, but these errors were encountered: