'isight-firmware-tools
' seemed to come up most often while searching for ways to get the integrated camera to be recognised by the kernel, it seems that _that_ only supports the older 'non-HD' cameras — in the end, I had to go with https://github.com/patjak/facetimehd / https://gist.github.com/ukn/a2f85e3420ae7d0f64db2274a9bc106b?permalink_comment_id=3395670
<file>
git clone https://github.com/patjak/facetimehd-firmware.git
cd facetimehd-firmware
make && make install
git clone https://github.com/patjak/bcwc_pcie.git
cd bcwc_pcie
make && make install
depmod && modprobe -r bdc_pci && modprobe facetimehd
echo facetimehd » /etc/modules
</file>