From 9fe2076afac1de84baa768344479867fd2b4c4c3 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Thu, 11 Feb 2016 00:56:49 +0100 Subject: [PATCH] Add a note about bdc_pci in the Known issues section --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 689738c..82d121c 100644 --- a/Home.md +++ b/Home.md @@ -24,6 +24,7 @@ It's a mix of probing, reverse engineering, reading up on similar hardware, gues * Only firmware version 1.43 (latest OSX El Capitan) works with the driver. * The driver will complain about 1871_01XX.dat (or similarly named) files missing. This error can be ignored. The .dat files contains sensor calibration settings that will improve image quality. The error looks something like this: ```Direct firmware load for facetimehd/1871_01XX.dat failed with error -2```. Ignore it. +* No /dev/video0 device appears after loading the module. This can be because the bdc_pci module is already loaded. Make sure you unload or blacklist bdc_pci before loading the facetimehd module: ```modprobe -r bdc_pci```. ### How can I help? * Code contributions are welcome.