Skip to content

Instantly share code, notes, and snippets.

@mikedamoiseau
Last active June 14, 2023 11:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikedamoiseau/aca5926e38a8e57a82ce873f76f11060 to your computer and use it in GitHub Desktop.
Save mikedamoiseau/aca5926e38a8e57a82ce873f76f11060 to your computer and use it in GitHub Desktop.

Activate Facetime webcam on Ubuntu

  • sudo apt-get install git
  • sudo apt-get install curl xzcat cpio
  • git clone https://github.com/patjak/facetimehd-firmware.git
  • cd facetimehd-firmware
  • make
  • sudo make install
  • cd ..
  • sudo apt-get install kmod libssl-dev checkinstall
  • git clone https://github.com/patjak/bcwc_pcie.git
  • cd bcwc_pcie
  • make
  • sudo make install
  • sudo depmod
  • sudo modprobe -r bdc_pci
  • sudo modprobe facetimehd
  • sudo nano /etc/modules
  • add line "facetimehd", write out (ctl+o) & close

Adding facetimehd to /etc/modules doesn't seem to work for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment