patjak / facetimehd

Reverse engineered Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam
GNU General Public License v2.0
1.35k stars 160 forks source link

modprobe: FATAL: Module bdc_pci not found. #242

Closed afonsoalbrecht closed 3 years ago

afonsoalbrecht commented 3 years ago

I'm using Ubuntu 20.04 and a macbook pro 2015.

when runnning the installation script on ubuntu (section "Ubuntu installation script" in the wiki page), the script throws an error when performing: $ sudo modprobe -r bdc_pci

The error: modprobe: FATAL: Module bdc_pci not found.

I've already tried to reboot the machine but it doens't help.

lucasmsoares96 commented 3 years ago

the -r flag in the modprobe command removes the module from the kernel. If you cannot remove it, it is because you do not have it. It's not a problem.

afonsoalbrecht commented 3 years ago

true. in the meantime the penny dropped and became clear to me that the command was actually just trying to remove something I didn't have. So I carried on executing the script and my camera is working now! And anyway thanks for replying to it, it can be helpful to other people in the future.