Welcome! This guide will help you enable the FaceTimeHD camera on older MacBooks (2013–2015) running Ubuntu or any Linux distro using a simple one-command installer. Follow these steps to get started easily.
To install the FaceTimeHD driver, visit the Releases page to download the latest version.
Installation is straightforward. You will need some basic tools, which we will provide.
Before you proceed, you need to ensure that you have the necessary tools installed on your system.
Open your terminal and run the following command:
sudo apt install dkms
This will install DKMS on your system, enabling you to build and manage kernel modules easily.
You will also need to install some additional dependencies. Run this command in your terminal:
sudo apt install build-essential linux-headers-$(uname -r)
This command installs essential compilation tools and the current Linux headers.
Once you have the downloads and prerequisites ready, you can proceed with the installation.
Navigate to the directory where you downloaded the files. For example:
cd ~/Downloads
Unzip the downloaded file if it’s in a compressed format (e.g., .zip or .tar.gz):
unzip facetimehd-driver.zip
or
tar -xvzf facetimehd-driver.tar.gz
Change to the driver’s directory:
cd facetimehd-driver
Use the command below to install the FaceTimeHD driver:
sudo dkms install .
This command adds the driver to DKMS, ensuring it loads with every kernel update.
After the installation, you may need to reboot your system to finalize the setup. When your machine starts, the FaceTimeHD camera should now be recognized and ready to use.
You can test the camera using your preferred video chat application or using a command-line tool. To check if the camera is working, you can run:
v4l2-ctl --list-devices
If you face issues, consider these steps:
uname -r and confirm it matches the requirements.dmesg | grep facetimehd
If you need further assistance or find any issues, please feel free to raise questions in the repository’s issue tracker. The community is here to help!
You may want to check out the following:
Thank you for choosing the facetimehd-ubuntu-macbook project. Enjoy using your FaceTimeHD camera!