11-04-2022, 07:11 PM | #11 | |
Junior Member
Join Date: Nov 2022
Posts: 1
|
Quote:
|
|
11-14-2022, 11:22 PM | #12 |
Junior Member
Join Date: Nov 2022
Posts: 1
|
What is the link to buy the dual hmi usb?
Hello, One question, it actually helps....
I have questions about which hub should I buy to use dual hdmi, could anyone tell me which is the right device? I use PopOs. I've seen people talking about this wavlink, but I don't think it's him: https://pt.aliexpress.com/item/10050...d=yHr0am7r1rPL Can someone confirm if this is the one, or what is the correct link? Note: I'm in Europe. |
12-17-2022, 08:56 PM | #13 | |
Junior Member
Join Date: Dec 2022
Posts: 2
|
Hello @kellehorreur, first of all, thank you very much for doing the verbose explanation, for a not so advanced linux user like me, this makes is super easy to follow and understand.
However I am facing a challenge that you may be able to explain/solve. I am using Fedora and my asus Zenscreen was running perfectly on kernel 5.16. however, I just updated to Fedora 37 running kernel 6.0.12-300.fc37.x86_64 and the problem I am facing is that when I try to compile evdi, it always comes back with an error saying that it couldn't find libdrm/drm.h Code:
evdi_lib.c:6:10: fatal error: libdrm/drm.h: No such file or directory 6 | #include <libdrm/drm.h> | ^~~~~~~~~~~~~~ would you have any idea on how to fix this? cheers, and thank you very very much in advanced Quote:
|
|
12-21-2022, 06:22 PM | #14 |
Junior Member
Join Date: Dec 2022
Posts: 2
|
Well, I kept digging around online and after a lot of trials I found this response from somebody on reddit:
This post Code:
cd ~/Downlaods git clone https://github.com/DisplayLink/evdi cd evdi-devel/evdi/module/ cp * /usr/src/evdi-1.12.0/ sudo dnf install dkms sudo dkms build -m evdi -v 1.12.0 --force sudo dkms install -m evdi -v 1.12.0 sudo reboot and in case somebody is wondering I am using Fedora 37 Linux fedora 6.0.13-300.fc37.x86_64 hope this helps somebody else. cheers! |
01-11-2023, 08:51 PM | #15 |
Junior Member
Join Date: Dec 2021
Posts: 20
|
What is the status of DisplayLink drivers vis-a-vis newer kernels, such as 6.1.4? And just because my head spins after reading this thread, would any of the participants care to summarize the bottom line in this matter please?
To make it simpler, here's what the great unwashed want to know:
Many thanks to all participants for their contributions so far. |
01-12-2023, 10:11 AM | #16 | |
Junior Member
Join Date: Nov 2020
Posts: 11
|
Quote:
Before updating to a 6.0+ kernel you just have to replace the the files dkms should compile. Code:
# Download the most recent evdi module $ git clone https://github.com/DisplayLink/evdi # Replace the ones installed by the displaylink installer $ sudo cp "./evdi/module/*" "/usr/src/evdi-1.12.0/" # (Optional! ) If you are already on a 6.0+ Kernel ( thus the dkms build failed during the upgrade ) reinstalll the module for your current kernel $ sudo dkms build -m evdi -v 1.12.0 --force $ sudo dkms install -m evdi -v 1.12.0 --force https://github.com/displaylink-rpm/d...s/tag/v5.6.1-1 Its already upgraded to support Kernel <6.2 6.2 will need another ( tiny ) update as well -> https://github.com/DisplayLink/evdi/issues/394 Last edited by Crashdummy; 01-16-2023 at 05:21 PM. |
|
01-14-2023, 06:53 PM | #17 |
Junior Member
Join Date: Dec 2021
Posts: 20
|
@crashdummy: many thanks! Worked like a charm!
|
08-07-2023, 01:56 PM | #18 | |
Junior Member
Join Date: Aug 2023
Posts: 7
|
Saved this gloomy Monday
Quote:
Unsurprisingly, 2 out of 4 monitors stopped working. Then I found this post and started following along. Interestingly, at the "Register the dkms module" step, right before I was about to execute Code:
sudo dkms add -m evdi -v 1.12.0 Thank you sire! |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|