sudo apt install git curl cpio
cd ~/Downloads
git clone https://github.com/patjak/facetimehd-firmware.git
cd facetimehd-firmware
make clean
make
sudo make install
cd ..
sudo apt install kmod libssl-dev checkinstall
git clone https://github.com/patjak/bcwc_pcie.git
cd bcwc_pcie
make clean
make
sudo make install
sudo depmod
sudo modprobe facetimehd
Run the following to check if you have facetimehd.ko:
ls /lib/modules/$(uname -r)/extra
# output
facetimehd.ko
And add facetimehd to the /etc/modules:
sudo vim /etc/modules
Open Skype to check if the integrated camera is working.
This is how I solved the problem.
Run the following to check if you have facetimehd.ko:
And add facetimehd to the /etc/modules:
Open Skype to check if the integrated camera is working.