-
Notifications
You must be signed in to change notification settings - Fork 22
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
Blacklist breaks module with latest nvidia drivers #20
Comments
@willmcenaney do you mean that nvidia is loaded regardless? |
No, the 'could not insert 'off'' error happens and stops |
why is the driver blacklisted at all? |
|
@willmcenaney my question is why are you trying to load the nvidia module if you selected the "intel" profile? |
We're not - but because the blacklist errors it results in a broken Our end goal is to install nvidia drivers for parallel processing only. We are running |
Then "on-demand" mode is what you want, rather than "intel". The former doesn't blacklist the driver or use it to render the desktop. |
Looks like nvidia may have changed their module config.
alias nvidia off
no longer works in the blacklistSimilar to the below, but only started affecting us recently.
https://askubuntu.com/questions/1084829/modprobe-nvidia-throws-error-could-not-insert-off
The text was updated successfully, but these errors were encountered: