Need help installing driver into bazzite

I have a ethernet card on my pc and I have already downloaded the files for it on bazzite but don't know how to proceed to installing it
13 Replies
HikariKnight
HikariKnight2mo ago
has to be made into an akmod and then included at build time in a custom image
AZZA 2025
AZZA 2025OP2mo ago
ok can you show me how to do that?
HikariKnight
HikariKnight2mo ago
not something i have much knowledge of
HikariKnight
HikariKnight2mo ago
GitHub
GitHub - ublue-os/akmods: A caching layer for pre-built Fedora akmo...
A caching layer for pre-built Fedora akmod RPMs. Contribute to ublue-os/akmods development by creating an account on GitHub.
HikariKnight
HikariKnight2mo ago
you would just have to see how it is done there, open a PR with the code then it can be built and used when making a custom image sadly the easiest solution is to just get hardware that is known to work to begin with that are part of the normal kernel
AZZA 2025
AZZA 2025OP2mo ago
what ever option works I'll go with and I'm noob to this kind of things so I need to be guide through it
HikariKnight
HikariKnight2mo ago
getting a card that just works in linux would be the easiest since we will not include it in bazzite, since out of kernel network drivers tend to break other drivers
AZZA 2025
AZZA 2025OP2mo ago
I see
HikariKnight
HikariKnight2mo ago
for ethernet cards i have had good experience with broadcom and realtek cards. for wifi i would always go intel
AZZA 2025
AZZA 2025OP2mo ago
NICGIGA
10G Base-T PCI-e Network Card, Marvell AQC113C Controller | NICGIGA
NICGIGA 10Gb Ethernet Adapter Support WOL, 10Gbe RJ45 Port NIC Card, Windows10/11/Windows Server/Linux, PCIe to 10Gbe RJ45,Adaptability and heat dissipation
AZZA 2025
AZZA 2025OP2mo ago
and this where you get the drivers https://www.marvell.com/support/downloads.html
Public Driver Downloads | QLogic Fibre Channel HBAs and FastLinQ Et...
Download Marvell drivers by Platform or Part Number for Marvell QLogic Fibre Channel HBA and Marvell FastLinQ Ethernet adapters and controllers.
AZZA 2025
AZZA 2025OP2mo ago
Hello?
HikariKnight
HikariKnight2mo ago
again would have to make an akmods package of it and add it to the akmods repo. see this

Did you find this page helpful?