patjak / facetimehd

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

Make it working on reboot #128

Closed marabesi closed 7 years ago

marabesi commented 7 years ago

Hello guys, I' ve got the camera working on my macbook pro using this repo, but everything that I reboot I need to run

   sudo modprobe -r bdc_pci
   sudo lsmod| grep face
   sudo depmod
   sudo modprobe facetimehd
   sudo lsmod| grep face

Is there a way to make it last even when I reboot?

obs: I am running ubuntu 16.04

Thanks

WhyNotHugo commented 7 years ago

Yes, that's documented in the wiki:

echo facetimehd >> /etc/modules   # Note: run this as root.
marabesi commented 7 years ago

That's correct, I am going to close the issue as the problem is well documented.

Thanks