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
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: