List modules
sudo dkms status
Remove all (use the first part of the result, including the complete version)
sudo dkms remove {} --all
Update, Upgrade
sudo apt-get update sudo apt-get upgrade
Restart
Tags linux
Back