Error when compiling

Issue #55 new
Aftab Naveed created an issue

Hi I am getting this error when compiling on my Clevo PH950HP6 Laptop,

make[1]: Entering directory '/usr/src/linux-headers-4.15.0-36-generic'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-36-generic'
make -C /lib/modules/4.15.0-36-generic/build M=/home/naveed/Projects/clevo-xsm-wmi/module modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-36-generic'
  INSTALL /home/naveed/Projects/clevo-xsm-wmi/module/clevo-xsm-wmi.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:74
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:81
sign-file: certs/signing_key.pem: No such file or directory
  DEPMOD  4.15.0-36-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-36-generic'

What am I missing here?

Comments (4)

  1. Brannon King

    I see the exact same error on my Clevo N8xEJEK. It's running Ubuntu Bionic with current updates.

  2. Former user Account Deleted

    Hello. Looks like it is a problem related to keys. Have you guys tried the solution under "Common issues" on the README?

  3. Chris Whitehead

    Hi I have a different Clevo model, its N150ZU, but getting the same issue here. Tried the common issues key solution

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

    which doesnt error, but when I go back to install it I still get the same error

    chris@matrixlaptop:~/clevo-xsm-wmi/module$ sudo make && sudo make install
    make -C /lib/modules/4.15.0-43-generic/build M=/home/chris/clevo-xsm-wmi/module modules
    make[1]: Entering directory '/usr/src/linux-headers-4.15.0-43-generic'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-43-generic'
    make -C /lib/modules/4.15.0-43-generic/build M=/home/chris/clevo-xsm-wmi/module modules_install
    make[1]: Entering directory '/usr/src/linux-headers-4.15.0-43-generic'
      INSTALL /home/chris/clevo-xsm-wmi/module/clevo-xsm-wmi.ko
    At main.c:160:
    - SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:74
    - SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:81
    sign-file: certs/signing_key.pem: No such file or directory
      DEPMOD  4.15.0-43-generic
    make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-43-generic'
    
  4. Endmor

    disable secure boot if it hasn't already been disabled then make sure the module is installed in /lib/modules/4.15.0-43-generic/extra/

    if it is'nt in terminal run "sudo install -m644 clevo-xsm-wmi.ko /lib/modules/$(uname -r)/extra" if it is then run "sudo depmod"

  5. Log in to comment