https://github.com/ktdreyer/facetimehd-kmod-rpm
RPM Packaging for https://github.com/patjak/bcwc_pcie/
https://github.com/ktdreyer/facetimehd-kmod-rpm
facetimehd fedora kmod macbook rpm unmaintained
Last synced: 2 months ago
JSON representation
RPM Packaging for https://github.com/patjak/bcwc_pcie/
- Host: GitHub
- URL: https://github.com/ktdreyer/facetimehd-kmod-rpm
- Owner: ktdreyer
- Created: 2016-12-23T16:51:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T17:31:21.000Z (over 5 years ago)
- Last Synced: 2024-12-29T21:15:04.535Z (4 months ago)
- Topics: facetimehd, fedora, kmod, macbook, rpm, unmaintained
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
**WARNING: As of 2019, I do not have a MacBook Pro anymore. I've abandoned
this code, and I no longer update my Yum repositories on fedorapeople.org.**
(If you're looking for a Linux-friendly laptop, I'm really happy with my new
Levono X1 Carbon.)This is the RPM packaging for the 3rd-party `facetimehd kernel module for
MacBook Pros `_.Binary RPMs at https://ktdreyer.fedorapeople.org/macbook/
Using this repo
===============To enable this Yum repository on your Fedora system, put the ``macbook.repo``
file into ``/etc/yum.repos.d``, like so::curl https://ktdreyer.fedorapeople.org/macbook/macbook.repo | sudo tee /etc/yum.repos.d/macbook.repo
Installing for your running kernel version
==========================================To install the kmod packages for the specific kernel version you're running,
run this DNF command as root::dnf install kmod-wl-$(uname -r) kmod-facetimehd-$(uname -r)
What kernel versions are available?
===================================I use a script ("``updates.py``") to build for the latest kernel in Fedora's
`updates-testing repository
`_.To install the very latest kernel from Fedora's updates-testing repository on
to your computer, run this command as root::dnf -y update --enablerepo=\*-testing
(... and if there is a newer Fedora kernel available, DNF will install it.)
Refreshing the cache
====================I update this repository quite often, and sometimes DNF's local metadata cache
will become stale. To tell DNF to refresh its cache for this repo's data::dnf --disablerepo='*' --enablerepo=ktdreyer-macbook makecache --refresh