mkottman / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. Now with support for Integer, String and Buffer parameters.
309 stars 130 forks source link

SSL error on make install #86

Open duvaldt opened 4 years ago

duvaldt commented 4 years ago

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:

~/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?