-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Installation freezes at "Building EVDI kernel module with DKMS" on Ubuntu 19.10 #318
Comments
I'm having the same issue on Mint:
Previously when I tried to install the standard displaylink driver from the official website I got a freeze like that too. Reinstalling |
Don't know if this is exactly the solution for you guys. But for me (kubuntu 19.10) I had upgraded my bios which re-enabled secure boot without my knowledge. I noticed when I ran I ended up testing with both secure boot disabled and with the key I configured and it all seems to work now. In regards to the DKMS build failing, I had no issues when secure boot was disabled, but on my current install I ended up running this script until it hung on the build then ran the displaylink script in another terminal from their site before cancelling this one and rebooting. |
@broilogabriel - did you get this working on Ubuntu 19.10? If so, what did you do? Care to share your conclusions with us? |
@broilogabriel I had a small breakthrough.. I have a Lenovo P1 Gen2 (with a Quadro T2000/PCIe/SSE2) with a freshly installed Ubuntu 19.10.
Ideally, I'd like to have For now, my solution is to uninstall DisplayLink completely, use basically stock Ubuntu 19.10 with |
Closing this issue due to inactivity. Please reopen this issue if it still persists. |
I had the same issue but figured out that the "freeze" on evdi installation was not a freeze, but display issue. It intends to poll you about firmware signing password but terminal graphics is buggy (perhaps works at certain resolution only?) so the interactive terminal prompt does not appear. To fix this: first uninstall all you installed and reboot (otherwise it wont start proper module installation again). For example if you have an official driver:
And as you are working with kernel here, then reboot! Now install dkms again The installation finishes. Reboot and the computer prompts you to Continue boot or Enroll MOK key, select Enroll MOK and you can re-enter your one-time password to finish installation. And done! It just an annoying display issue, not a real freeze. And there is actually a warning about it when the installation script starts. I think they should fix it :) |
This works and I appreciate you for doing this cause it really helped me when I was trying to connect my AOC monitor to my linux system (my first time ever doing this setup) |
thx @martinrebane - was struggling with exactly same issue and your workaround resolved it 🥇 |
First installation freezes at the step
Building EVDI kernel module with DKMS
. I can kill the terminal and try again, which then skips past the building step and installs but when a monitor is connected it will show with heavy distortion and be entirely unusable.I can't seem to get any logs from that step to debug why it's freezing.
Anyone have any idea what might be the problem?
The text was updated successfully, but these errors were encountered: