Last active
May 26, 2024 12:23
-
-
Save miguelmota/98a2b6fb86b8377cc50f459127eb89f9 to your computer and use it in GitHub Desktop.
Ubuntu fix 'no device found' error for webcam on MacBook Pro (worked on early 2013 mbp model)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://askubuntu.com/a/991286/320092 | |
git clone https://github.com/patjak/bcwc_pcie.git | |
cd bcwc_pcie | |
rm -rf firmware | |
git clone https://github.com/patjak/facetimehd-firmware.git firmware | |
cd firmware/ | |
make | |
sudo make install | |
cd .. | |
make | |
sudo make install | |
sudo depmod | |
sudo modprobe -r bdc_pci | |
rm facetimehd.* | |
sudo modprobe facetimehd | |
# to make persistent after reboots | |
echo facetimehd | sudo tee -a /etc/modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is this error?