patjak / facetimehd

Reverse engineered Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam
GNU General Public License v2.0
1.35k stars 160 forks source link

make install fails #261

Closed farao closed 2 years ago

farao commented 2 years ago

I'm trying to make the camera work of a Macbook Air A1465. I followed the installations steps in the wiki but make install fails with the following errors:

make -C /lib/modules/5.13.0-19-generic/build M=/home/ubuntu/bcwc_pcie modules_install
make[1]: Verzeichnis „/usr/src/linux-headers-5.13.0-19-generic“ wird betreten
arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
  INSTALL /lib/modules/5.13.0-19-generic/extra/facetimehd.ko
  SIGN    /lib/modules/5.13.0-19-generic/extra/facetimehd.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
  DEPMOD  /lib/modules/5.13.0-19-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Verzeichnis „/usr/src/linux-headers-5.13.0-19-generic“ wird verlassen

I probably need to confess that I'm running on a Ubuntu 21.10 live system from a USB stick (wanted to make sure the camera will work before replacing the original system on the macbook) - can this be a/the problem?

patjak commented 2 years ago

Duplicate of issue #174