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

evdi 1.8 module not loading in 5.4 kernel? #216

Closed
4 tasks done
5472qaywsx opened this issue Aug 13, 2020 · 9 comments
Closed
4 tasks done

evdi 1.8 module not loading in 5.4 kernel? #216

5472qaywsx opened this issue Aug 13, 2020 · 9 comments

Comments

@5472qaywsx
Copy link

5472qaywsx commented Aug 13, 2020

Initially please make sure the problem hasn't been already addressed:

Some information for baseline would help a lot:

  • Linux distribution and its version: archlinux
  • Linux kernel version: 5.4.57-1-lts
  • Xorg version (if used): 1.20.8
  • Desktop environment in use: (i3)

$ dmesg | grep -i evdi
[ 11.340401] evdi: loading out-of-tree module taints kernel.
[ 11.340463] evdi: module verification failed: signature and/or required key missing - tainting kernel
[ 11.342528] evdi: [I] Initialising logging on level 5
[ 11.342529] evdi: [I] Atomic driver:yes

Is this something that should be adressed from evdi-side, or something that I should solve specifically on my machine?
There are some comments on archlinux-AUR-evdi page on this.

Cheers,
Dan

@elguero
Copy link
Contributor

elguero commented Aug 13, 2020

It looks like it is loading. The message you are quoting is just an informational message that we all get when running evdi.

Run this lsmod | grep evdi. You should see that the evdi module running.

For example:

evdi                   65536  4
drm_kms_helper        249856  3 evdi,amdgpu,i915
drm                   618496  19 gpu_sched,drm_kms_helper,evdi,amdgpu,i915,ttm

I believe that in order to use evdi 1.8.0, we are waiting on a new release of the DisplayLink driver (https://www.displaylink.com/downloads/ubuntu).

@5472qaywsx
Copy link
Author

Ok, thank you. You're right about loading.
I will switch back to 1.7.0 and wait for the next release of the displaylink driver.

@kvaps
Copy link

kvaps commented Aug 27, 2020

Any information about release date?

@specialworld83
Copy link

New release date?

@Square252
Copy link

Square252 commented Sep 7, 2020

Don't want to be rude, but some people are required to use this piece of... software. To make USB-C in any kind a useable standard we NEED working software as a minimun. Lets not repeat the fuck ups of this shitty usb 3 standards.

@technoo10201
Copy link

Hi guys, any news ?

@displaylink-dkurek
Copy link
Contributor

The DLM on the website (5.3.1) contains EVDI v1.7.0 which should be working up to kernel 5.8 (included).
5.9 will indeed need some modifications, but we are currently on v5.9-rc6 so we have around 2 weeks before v5.9 will actually happen. At the moment there is no need to upgrade EVDI to 1.8.0 for DLM :)

@technoo10201
Copy link

technoo10201 commented Sep 21, 2020

The DLM on the website (5.3.1) contains EVDI v1.7.0 which should be working up to kernel 5.8 (included).
5.9 will indeed need some modifications, but we are currently on v5.9-rc6 so we have around 2 weeks before v5.9 will actually happen. At the moment there is no need to upgrade EVDI to 1.8.0 for DLM :)

Hi ! Thanks for your fast reply, i appreciate. I'm trying to install DLM 5.3.1 but i have this error message :

' sudo LANG=C ./displaylink-driver-5.3.1.34.run
Verifying archive integrity... 100% All good.
Uncompressing DisplayLink Linux Driver 5.3.1.34 100%
DisplayLink Linux Software 5.3.1.34 install script called:
Distribution discovered: "Manjaro Linux"
Unsatisfied dependencies. Missing component: libdrm.
This is a fatal error, cannot install DisplayLink Linux Software.
'

Edit : Of course i tried to install 'dkms' which is present the repositories of manjaro which is not the case of 'libdrm-dev'...

Link of procedure to follow : https://support.displaylink.com/knowledgebase/articles/684649

Do you have a work around to fix this issue ?
Thanks in advance !

@displaylink-dkurek
Copy link
Contributor

I've found this topic
https://forum.manjaro.org/t/displaylink-driver-installation-issue/22176
Which describes the same problem. There is AUR package with
DisplayLinkManager 5.3.1 (it's maintained by community).
I'm not familiar with manjaro but it seems it's enough to just call
pamac build displaylink

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

7 participants