Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isight camera dont work #115

Open
suarez70 opened this issue Mar 29, 2020 · 1 comment
Open

isight camera dont work #115

suarez70 opened this issue Mar 29, 2020 · 1 comment

Comments

@suarez70
Copy link

suarez70 commented Mar 29, 2020

I installed hera 5.1 in my macbook pro 2,1 and the camera isight don't work,somebody help me i'm beginner.thank's, Govanni.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ralphsc
Copy link

ralphsc commented Apr 24, 2020

We all have this problem as the correct drivers are not installed in the OS.
Try this script, I edited to fit Elementary OS, First install:
apt install git curl
Here's the script:

#!/bin/bash
set -e

#export CONFIG_MODULE_SIG=n
#export CONFIG_MODULE_SIG_ALL=n
#export KERNELRELEASE=${1}

echo "Installing FacetimeHD camera for $KERNELRELEASE"
cd /tmp
git clone https://github.com/patjak/bcwc_pcie.git
cd bcwc_pcie/
git clone https://github.com/patjak/facetimehd-firmware.git
cd facetimehd-firmware/
make
make install
cd ..
make
make install
rm -rf /tmp/bcwc_pcie

if [ ! -d "/etc/modules-load.d" ]; then
mkdir -p "/etc/modules-load.d"
fi

cat > "/etc/modules-load.d/facetimehd.conf" << EOL
videobuf2-core
videobuf2_v4l2
videobuf2-dma-sg
facetimehd
EOL

echo "Running depmod"
depmod -a

echo "Install complete."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants