From 3c6ad38322e533e4b38017f73659b085e7566a09 Mon Sep 17 00:00:00 2001 From: kie27 Date: Thu, 24 Dec 2015 14:03:36 +0900 Subject: [PATCH] Updated Get Started (markdown) --- Get-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-Started.md b/Get-Started.md index 554d834..bc34f18 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -85,7 +85,7 @@ Launch mplayer: `mplayer tv://` and enjoy your own smily face :-) `$` indicates as normal user - Extract the firmware file as described in [Firmware extraction](#firmware-extraction). -- Move the extracted `firmware.bin` to the right place: `# mkdir /lib/firmware/facetimehd` then `# cp firmware.bin /lib/firmware/facetimehd/firmware.bin` +- Move the extracted firmware file to the right place: `# mkdir /lib/firmware/facetimehd` then `# cp firmware.bin /lib/firmware/facetimehd/firmware.bin` - Install the dependencies : `# apt-get install linux-headers git kmod 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 -a` - Clone the driver's code: `$ git clone https://github.com/patjak/bcwc_pcie.git`