System76 DKMS Drivers for Silverblue

JJLinux@lemmy.ml to Linux@lemmy.ml – 38 points –

I need some help figuring out how to install all the DKMS drivers, and firmware manager, firmware daemon, etc on Silverblue.

It's easy on Fedora but I haven't found a single instance explaining how to do it in a Fedora atomic distro.

These are the instructions for Fedora.

https://support.system76.com/articles/system76-driver/

4

You are viewing a single comment

rpm-ostree currently does not support DKMS, and it's unlikely that'll be implemented anytime soon, if ever. It does support akmods, though, which is the preferred way to build Kernel modules on Fedora. You could ask if the packager can build that way to support the Fedora Atomic editions.

If you need these Kernel modules now, I think your only option would be to build manually from source, but that has the downside of requiring a manual step every time the Kernel is updated.

Edit: there are a few issue reports already: https://github.com/pop-os/system76-dkms/issues/58 https://github.com/pop-os/system76-acpi-dkms/issues/16

1 more...