![]() |
|
|
#15 | |
|
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 06:21 PM. |
|
|
|
|
|
|