Guest Posted May 15 Posted May 15 (edited) In the official Armbian Radxa Rock 5C Gnome image (nobel) the WiFi hardware is detected, but in the server image (nobel) the WiFi hardware is not detected. Edit. I see I can use WiFi in armbian-config, but it does not show up in gnome on the server image. Edited May 15 by sakittelsen 0 Quote
Werner Posted May 16 Posted May 16 I guess the image with Gnome already built-in ships some extra package that makes this work or has some tweaks. Latter are obviously missing when installing from standard packages. You have to dive into the code where tweaks are applied and/or into package lists. https://github.com/armbian/build 0 Quote
Guest Posted May 16 Posted May 16 Looks like the server images uses systemd for network control, but desktop images use network manager. I believe this should build the server images with network manager: ./compile.sh NETWORKING_STACK="network-manager" 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.