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

Make install is broken on 16.04 #67

Closed
hb0 opened this issue Jul 22, 2017 · 1 comment
Closed

Make install is broken on 16.04 #67

hb0 opened this issue Jul 22, 2017 · 1 comment

Comments

@hb0
Copy link

hb0 commented Jul 22, 2017

I am trying to install this workaround on a MacBook 7,1:

user@HBX:/Downloads$ cd mba6x_bl/
user@HBX:
/Downloads/mba6x_bl$ make
make -C /lib/modules/4.4.0-83-generic/build M=/home/user/Downloads/mba6x_bl modules
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-83-generic'
CC [M] /home/user/Downloads/mba6x_bl/mba6x_bl.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/user/Downloads/mba6x_bl/mba6x_bl.mod.o
LD [M] /home/user/Downloads/mba6x_bl/mba6x_bl.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-83-generic'
user@HBX:~/Downloads/mba6x_bl$ sudo make install
make -C /lib/modules/4.4.0-83-generic/build M=/home/user/Downloads/mba6x_bl modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-83-generic'
INSTALL /home/user/Downloads/mba6x_bl/mba6x_bl.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-83-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-83-generic'

@hb0
Copy link
Author

hb0 commented Jul 22, 2017

Sorry, duplicate to #46, closed.
Following this fixed it: #54

@hb0 hb0 closed this as completed Jul 22, 2017
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