Mulderje/intel-mac-rpms

Description

Kmod packaging for the FacetimeHD (Broadcom 1570) PCIe webcam

Installation Instructions

dnf

$ dnf copr enable mulderje/facetimehd-kmod $ dnf install facetimehd-kmod

rpm-ostree

$ curl -L -o /etc/yum.repos.d/_copr_mulderje-facetimehd-kmod.repo \ "https://copr.fedorainfracloud.org/coprs/mulderje/facetimehd-kmod/repo/fedora-$(rpm -E %fedora)/mulderje-facetimehd-kmod-fedora-$(rpm -E %fedora).repo" $ rpm-ostree install facetimehd-kmod

Build example:

$ mock --enable-network -r fedora-rawhide-x86_64 --rebuild --resultdir=/tmp/mockbuild/ ~/rpmbuild/SRPMS/facetimehd-*.src.rpm

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

* Total number of downloaded packages.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/mulderje/intel-mac-rpms
1 Like

The command to install copr repo on Fedora atomic desktops is not correct, it should be:

sudo curl -L -o /etc/yum.repos.d/_copr_mulderje-intel-mac-rpms.repo \
    "https://copr.fedorainfracloud.org/coprs/mulderje/intel-mac-rpms/repo/fedora-$(rpm -E %fedora)/mulderje-intel-mac-rpms-fedora-$(rpm -E %fedora).repo"