mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Replace all Firmware extraction links
@@ -14,7 +14,7 @@ DKMS RPMs are [available](https://copr.fedorainfracloud.org/coprs/frgt10/facetim
|
||||
|
||||
Kmod RPMs are [available](https://ktdreyer.fedorapeople.org/macbook/) for Fedora 27-29 ([packaging code](https://github.com/ktdreyer/facetimehd-kmod-rpm)).
|
||||
|
||||
Tested on Fedora 32. - Extract firmware file as described in [Firmware extraction](#firmware-extraction)
|
||||
Tested on Fedora 32. - Extract firmware file as described in [Firmware extraction](../Get-Started#firmware-extraction)
|
||||
- Become root `sudo su -`
|
||||
- Install packages kernel-devel (if you installed the Wireless Card driver, you likely already have it): `dnf install kernel-devel`
|
||||
- Clone the driver's code: `git clone https://github.com/patjak/bcwc_pcie.git`
|
||||
@@ -55,7 +55,7 @@ See [Additional Notes](#additional-notes) below in case you come across any issu
|
||||
`#` indicates as root, you can use sudo if you prefer.
|
||||
`$` indicates as normal user
|
||||
|
||||
- Extract and install the firmware file as described in [Firmware extraction](#firmware-extraction).
|
||||
- Extract and install the firmware file as described in [Firmware extraction](../Get-Started#firmware-extraction).
|
||||
- Install the dependencies : `# apt-get install linux-headers git kmod libssl-dev checkinstall`
|
||||
linux-headers may be slightly different e.g. linux-headers-4.3.0-1-amd64, you can check which kernel version you are running with `$ uname -r`
|
||||
- Clone the driver's code: `$ git clone https://github.com/patjak/bcwc_pcie.git`
|
||||
@@ -156,7 +156,7 @@ There is [AUR package](https://aur.archlinux.org/packages/bcwc-pcie-git/) availa
|
||||
|
||||
If you want to install the kernel module manually, instead, you should:
|
||||
|
||||
- Extract firmware file as described in [Firmware extraction](#firmware-extraction).
|
||||
- Extract firmware file as described in [Firmware extraction](../Get-Started#firmware-extraction).
|
||||
- Install dependencies: `sudo pacman -S linux-headers git kmod`
|
||||
- Clone driver's code: `git clone https://github.com/patjak/bcwc_pcie.git`
|
||||
- Step into cloned dir: `cd bcwc_pcie`
|
||||
@@ -222,7 +222,7 @@ Prebuilt packages are available for Leap 15.1, Leap 15.2 and Tumbleweed:
|
||||
You need to install the facetimehd-kmp-default and facetimehd-firmware package. The facetimehd-firmware package will download and install the firmware so an internet connection is required when installing. For older versions of openSUSE follow the instructions below.
|
||||
|
||||
- You need a least openSUSE Leap 42.1. If you are running openSUSE 13.2 upgrade to openSUSE Leap 42.1 (https://en.opensuse.org/SDB:System_upgrade) or install a kernel >= 3.19 (not tested)
|
||||
- Extract firmware file as described in [Firmware extraction](#firmware-extraction)
|
||||
- Extract firmware file as described in [Firmware extraction](../Get-Started#firmware-extraction)
|
||||
- Become root `su -`
|
||||
- Install packages kernel-devel and git: `zypper install kernel-devel git`
|
||||
- Clone the driver's code: `git clone https://github.com/patjak/bcwc_pcie.git`
|
||||
@@ -344,4 +344,4 @@ case $1 in
|
||||
;;
|
||||
esac
|
||||
```
|
||||
And make it executable: `sudo chmod a+x /etc/pm/sleep.d/99_facetimehd`
|
||||
And make it executable: `sudo chmod a+x /etc/pm/sleep.d/99_facetimehd`
|
||||
|
||||
Reference in New Issue
Block a user