B
BlueBuild•3w ago
tecncr

evdi akmod and DisplayLink support on Bluefin-based images after March 2025

Hi, I use a DisplayLink adapter, so I need the evdi akmod, available through akmods-extra, which is only being built for the bazzite kernel, but my image is based on Bluefin, which uses the main Fedora kernel. Should I replace the kernel with bazzite's or build the akmod in a separate stage? (Honestly, I have no idea on how to do both) Thanks
6 Replies
Makari
Makari•3w ago
I have a similar problem when building bazzite-dx with the evdi akmod
No description
amel
amel•3w ago
it seems that kmod-evdi is taken from fedora-multimedia repo, so i think you should be able to use fedora-multimedia's...? emphasis on think bc i have never needed to use extra a/kmods before 😭
Makari
Makari•2w ago
Thea akmods module it's supposed to take automatically from negativo17 repo, but idk. It fails with "nothing provides kernel-uname-r = 6.13.9-104.bazzite"
Sukarn
Sukarn•2w ago
You could use this as a starting point: https://github.com/sukarn-m/sukarn-ublue/blob/main/files/scripts/coreos_kernel.sh Then set AKMOD_FLAVOR to "bazzite", and change the dnf lines to install the kmods that you want.
GitHub
sukarn-ublue/files/scripts/coreos_kernel.sh at main · sukarn-m/suk...
Personal OS image. Contribute to sukarn-m/sukarn-ublue development by creating an account on GitHub.
Sukarn
Sukarn•2w ago
Oh, and you may need to modify it a bit more to add the bazzite kernel from its repository. Not sure since I haven't tried it myself. https://github.com/ublue-os/kernel-cache/pkgs/container/bazzite-kernel
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
From An unknown user
From An unknown user
From An unknown user
amel
amel•2w ago
i personally do this on my image to use bazzite kernel

Did you find this page helpful?