ubuntu 16.04, when "sudo make install" to install module error

Issue #8 resolved
liu qimin created an issue

INSTALL /home/liuqimin/test/clevo-xsm-wmi/module/clevo-xsm-wmi.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-21-generic make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-21-generic'

Comments (9)

  1. liu qimin reporter

    everything goes fine, when I just use insmod to install model, except that. I think it's not the problem of the package

  2. Karol Herbst

    yeah, it seems like something wants to sign your module on installation but fails because the private key isn't found

  3. Arnoud Willemsen

    Ubuntu requires signed modules. You can bypass by moving the module yourself using:

    $ sudo install -m644 clevo-xsm-wmi.ko /lib/modules/$(uname -r)/extra
    $ sudo depmod
    $ sudo modprobe clevo-xsm-wmi
    
  4. Michael Kesztler

    I want to download clevo-xsm-wmi-dkms_0.8_all.deb, but it won't let me. Please tell me how I can download this.

  5. Lucas Ribeiro
    $ sudo install -m644 clevo-xsm-wmi.ko /lib/modules/$(uname -r)/extra
    $ sudo depmod
    $ sudo modprobe clevo-xsm-wmi
    

    libkmod: ERROR ../libkmod/libkmod-config.c:635 kmod_config_parse: /etc/modprobe.d/clevo-xsm-wmi.conf line 1: ignoring bad line starting with 'options'```

  6. Log in to comment