You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm actually convinced this may be because of an incomplete SSL implementation either for my motherboard or for kernel 4.17, and not related to this body of code, but here goes:
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-140-generic'
INSTALL /home/sgreene/Downloads/infinitv_pcie-master/ctn91xx.ko
At main.c:160:
SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.15.0-140-generic
The thing is that I have my UEFI bios set to "OTHER OS", rather than Windows 8/10, which is supposed to mean secure boot is disabled. Hoping the devs have seen something like this before.
Thanks.
The text was updated successfully, but these errors were encountered:
Actually compiled "successfully" as DKMS. Solo compilation fails as above, no matter the SSL configuration status. It looks like it should work perfectly, but the cablecard remains scrambled after authorization, like it's rejecting an unsigned module. Worse, with this borked module installed, it preempted my internet connection, attempting to assign it to the ctn device. I think the problem is the non-availability of the "../crypto/bio/bss_file.c" file noted above. I have not located such a file as of yet.
I'm actually convinced this may be because of an incomplete SSL implementation either for my motherboard or for kernel 4.17, and not related to this body of code, but here goes:
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.15.0-140-generic
The thing is that I have my UEFI bios set to "OTHER OS", rather than Windows 8/10, which is supposed to mean secure boot is disabled. Hoping the devs have seen something like this before.
Thanks.
The text was updated successfully, but these errors were encountered: