-
Hi, I'm looking at using flatcar to replace an ageing embedded linux (ubuntu), but some of our installed systems connect via wifi. Any hints on which of the many wifi tools have been most successful on flatcar ? If I need to use a systemd-sysext I can (already using them to add tailscale support) Ideally I'd like to be able to hard-code the SSID/password into the ignition file to bring it into the network automatically |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
With WiFi not being supported in the Flatcar kernel, I think you may have to recompile the kernel unless you are very lucky and could just compile missing modules in the devcontainer. As of now, a custom kernel is not easy to marry with the official Flatcar releases, it would be your own build. If that use case is coming up more often, we should check how much size increase the wifi stack gives when enabled in the kernel to have some data to decide whether this is something to add by default. As far as I know Fedora CoreOS should have WiFi support, so maybe give it a try. |
Beta Was this translation helpful? Give feedback.
With WiFi not being supported in the Flatcar kernel, I think you may have to recompile the kernel unless you are very lucky and could just compile missing modules in the devcontainer. As of now, a custom kernel is not easy to marry with the official Flatcar releases, it would be your own build. If that use case is coming up more often, we should check how much size increase the wifi stack gives when enabled in the kernel to have some data to decide whether this is something to add by default. As far as I know Fedora CoreOS should have WiFi support, so maybe give it a try.
For WiFi tooling, IWD works well with systemd-networkd.