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`