patjak / facetimehd

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

make install error on ubuntu 16.04 #89

Closed awjrichards-zz closed 8 years ago

awjrichards-zz commented 8 years ago

On my MacBook Air on Ubuntu 16.04 with kernel 4.4.0-31-generic I get the following error upon make install:

$ sudo make install
make -C /lib/modules/4.4.0-31-generic/build M=/home/awjrichards/src/bcwc_pcie modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-31-generic'
  INSTALL /home/awjrichards/src/bcwc_pcie/facetimehd.ko
At main.c:222:
- SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178
sign-file: certs/signing_key.pem: No such file or directory
  DEPMOD  4.4.0-31-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-31-generic'
awjrichards-zz commented 8 years ago

Tried again using checkinstall rather than make install, and it worked just fine.

patjak commented 8 years ago

Glad you got to work. Closing issue.

patjak commented 8 years ago

BTW, please update the wiki installation instructions if you feel that something is missing. Thanks