Skip to content

Instantly share code, notes, and snippets.

@mlabieniec
Last active December 8, 2020 23:05
Show Gist options
  • Save mlabieniec/1fffec3a0414b400edeeed359475463a to your computer and use it in GitHub Desktop.
Save mlabieniec/1fffec3a0414b400edeeed359475463a to your computer and use it in GitHub Desktop.
Macbook Pro Facetime HD Webcam fix in Ubuntu 12.04+
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**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment