Add support for network manager and wpa-supplicant in network module#227
Add support for network manager and wpa-supplicant in network module#227
Conversation
|
Asked here NetworkManager if we need to generate a uuid or not: |
|
Thanks for putting this together! I am testing this in this repo: https://github.com/ingojaeckel/go-raspberry-pi-timelapse/releases/tag/0.5.0 Thanks to your branch, I was able to get my wifi hotspot working again on boot on a RPI Zero W 1.1 on the latest raspios lite (debian 12 bookworm). Only "changes" I needed was |
|
@ingojaeckel Thats cool! Also Cool! - do you want to add https://github.com/ingojaeckel/go-raspberry-pi-timelapse/tree/main/timelapsepi to the README of CustomPiOS? You can PR to this section: |
|
Merged, we also have a work in progress to add a new headless_nm module that would become the default option. I am merging this so CustomPiOS v1 has some option to configure network manager. |
Creates a file wifi.nmconnection in the boot folder if used, and lets you set up a NetworkManager connection.
I kept it low level so people can put more exotic settings in the file, for example static ips, multiple ips. etc.
Internally it copies the file each boot - would be happy to get a better solution than that. but the permissions got to be 600.
Fixes #219
Related:
raspberrypi/bookworm-feedback#72