mirror of
https://github.com/elektricM/amd-bc250-docs.git
synced 2026-07-16 01:51:15 +00:00
On atomic distros (Bazzite, Silverblue, Fedora CoreOS) the make install step in the nct6687 instructions fails because /usr/lib/modules is read-only on an ostree image. The build succeeds but the module never lands in the kernel tree, so modprobe can't find it afterwards. Document the two real paths: the ublue-os/akmods akmod on a stock Bazzite kernel, and build-then-insmod with a systemd oneshot for persistence on a custom BC-250 kernel where no matching akmod exists. Refs #30.