Help with facetimehd
Hello bazzite crew! the install + setup of this OS on my old macbook pro (11.1) has been easy so far. "ujust broadcom-wl" set up my wifi drivers just fine. I am still having issues with my webcam which requires a driver from this page
https://github.com/ublue-os/akmods
I'm unsure how to parse the instructions at the bottom to install "build-kmod-facetimehd.sh". Pretty sure I could rpm-ostree my way through it with a manually downloaded driver, but I'd like to avoid that. Any pointers would be appreciated!
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.
4 Replies
akmods are meant for custom images, installing them with rpm-ostree on an installed system will do nothing
you need to make a custom image and install the akmod in the image during buildtime
thanks @HikariKnight . I think another way forward for me would be to rpm-ostree this mod
https://copr.fedorainfracloud.org/coprs/mulderje/facetimehd-kmod
If i go this route, do will I affect my systems ability to update?
It won't work
Custom image
I tried setting up custom images for both bazzite and universal blue following documentation here:
1. https://github.com/ublue-os/bazzite
2. https://github.com/ublue-os/image-template
Getting build action errors in both. is there another documentation source I can work with? I'm pretty stuck.