-
Notifications
You must be signed in to change notification settings - Fork 21
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
Install error on 16.04 #54
Comments
Try installing libssl, that should help. |
Also, see issue #52 |
...and issue #46 |
I have ssl installed, looks like this error is related to signed modules on the linux kernel. i.e. Module signature verification issues on Ubuntu 16.04 LTS and Ubuntu 16.04, make install leads to ssl error |
Did you install the development version of the package (libssl-dev on Ubuntu). Yes, you need it to be able to sign modules. Either way, this is not a fatal error so you should still be able to use the driver. |
Yes I have libssl-dev installed and when I tried to load the module I get the error I put on my first comment:
I finally g̶o̶t̶ ̶i̶t̶ ̶w̶o̶r̶k̶i̶n̶g̶ could load the module by following @luveti steps on #52,
My guess is that modprob fails to verify the signature of the module and insmod does not require it? in any case I could load the module. Now my issues is that when it comes back from suspension the back-light is fixed (well at least it's not 100% like before) |
Hi all, sorry to comment a closed issue, but I have exactly this problem, except that when I use insmod, the screen dims, but when I re-start Ubuntu everything is as before, i.e., I can't control the backlight... Could anyone help? Cheers. |
@tpcorrea The way I got things to work all the time was by adding the insmod portion of things to /etc/rc.local
You need to do the update-initramfs -u -k all after installing the module for a new kernel, then do a reboot and that line will ensure that the module is loaded on each boot! I use KDE Neon which is built atop an Ubuntu 16.04 base, so that command should work fine for you if using Ubuntu 16.04. If not, check out how your module directories are named in /lib/modules and adjust accordingly. The echo 0 part of things fixes the issue where the tilde key produces ", as seen here: https://askubuntu.com/questions/530325/tilde-key-on-mac-air-with-ubuntu |
I tried to install the driver on Ubuntu 16.04 (kernel 4.4.0-38-generic), after compiling I get
and when I tried to load the module I get:
Is the driver supported for 16.04?
The text was updated successfully, but these errors were encountered: