Replace all Firmware extraction links (2)

Stefan Krist
2021-03-27 12:41:57 +01:00
parent 40816845a2
commit 5373d907f8

@@ -13,8 +13,8 @@
DKMS RPMs are [available](https://copr.fedorainfracloud.org/coprs/frgt10/facetimehd-dkms/) for active Fedora versions ([packaging code](https://github.com/frgt10/facetimehd-dkms)).
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](../Get-Started#firmware-extraction)
Firmware extractionFirmware 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](../Get-Started#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](../Get-Started#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](../Get-Started#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`