Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:linux:fedora [2023/04/07 12:25] kalenpw |
development:linux:fedora [2023/04/08 10:14] (current) kalenpw |
||
---|---|---|---|
Line 6: | Line 6: | ||
https:// | https:// | ||
+ | ** First time install** | ||
+ | - Download DisplayLink Ubuntu Drivers | ||
+ | * https:// | ||
+ | - '' | ||
+ | - Reboot to ensure latest kernel | ||
+ | - '' | ||
+ | - Reboot again to ensure updates | ||
+ | - '' | ||
+ | * To sign the module for secure boot | ||
+ | - '' | ||
+ | - '' | ||
+ | - Copy extracted ubuntu drivers to '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - reboot | ||
- | Since I was making a fresh install, and wanted to get this working, here is a bit more for others to follow what you have put. | + | ** After kernel |
- | Download the Ubuntu drivers from here | + | - ''cd ~/ |
- | sudo dnf -y upgrade --refresh (to ensure everything is updated) | + | - '' |
- | reboot to ensure using latest | + | - '' |
- | sudo dnf -y install dkms libdrm-devel openssl (I rebooted again to ensure those took effect as it didn't seem to the first time) | + | |
- | sudo openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out \ MOK.der -nodes -days 36500 -subj "/CN=Displaylink/" | + | |
- | sudo mkdir / | + | |
- | mkdir displaylink | + | |
- | Make sure to extract the downloaded file above into this directory. Make the file executable (I just did this in the GUI as it was easier for me at this point) | + | |
- | sudo git clone https:// | + | |
- | cd evdi/ | + | |
- | sudo cp * / | + | |
- | sudo dkms build -m evdi -v 1.12.0 --force | + | |
- | sudo dkms install | + | |
- | cd ~/ | + | |
- | sudo ./ | + | |
- | reboot | + | |
- | After doing that, I was able to get it all working from a fresh install. | + |