Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL error on make install #86

Open
duvaldt opened this issue Dec 26, 2019 · 0 comments
Open

SSL error on make install #86

duvaldt opened this issue Dec 26, 2019 · 0 comments

Comments

@duvaldt
Copy link

duvaldt commented Dec 26, 2019

Hi,

Thanks for great work! I'm trying run the installer but I get this strange error. Not sure it's related to this but it's worth a shot to ask I guess :)

Whenever I try to run sudo make install I get an SSL error saying it's missing sign-file. Do you have any ideas what I'm missing here?

$ make
make -C /lib/modules/5.3.0-24-generic/build M=/home/mattias/Repositories/acpi_call modules
make[1]: Entering directory '/usr/src/linux-headers-5.3.0-24-generic'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory '/usr/src/linux-headers-5.3.0-24-generic'

$ sudo make install
make -C /lib/modules/5.3.0-24-generic/build M=/home/mattias/Repositories/acpi_call modules_install
make[1]: Entering directory '/usr/src/linux-headers-5.3.0-24-generic'
INSTALL /home/mattias/Repositories/acpi_call/acpi_call.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 5.3.0-24-generic
    Warning: modules_install: missing 'System.map' file. Skipping depmod.
    make[1]: Leaving directory '/usr/src/linux-headers-5.3.0-24-generic'

~/Repositories/acpi_call (master) $ sudo insmod acpi_call.ko
insmod: ERROR: could not insert module acpi_call.ko: File exists

But I still get an error when running:
$ sudo ./xmm2usb
Found XMM7360 modem at 0000:03:00.0 (_SB_.PCI0.RP03.PXSX)
Parent port is at 0000:00:1c.2
modprobe: FATAL: Module acpi_call not found in directory /lib/modules/5.3.0-24-generic
ERROR Could not load acpi_call module. Is it missing?

Not sure how to proceed here. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant