Skip to content
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

Open
willmcenaney opened this issue Sep 7, 2021 · 7 comments
Open

Blacklist breaks module with latest nvidia drivers #20

willmcenaney opened this issue Sep 7, 2021 · 7 comments

Comments

@willmcenaney
Copy link

Looks like nvidia may have changed their module config.
alias nvidia off no longer works in the blacklist

Similar to the below, but only started affecting us recently.
https://askubuntu.com/questions/1084829/modprobe-nvidia-throws-error-could-not-insert-off

@tseliot
Copy link
Contributor

tseliot commented Sep 8, 2021

@willmcenaney do you mean that nvidia is loaded regardless?

@willmcenaney
Copy link
Author

No, the 'could not insert 'off'' error happens and stops nvidia-smi from running correctly (unknown other effects)

@tseliot
Copy link
Contributor

tseliot commented Sep 8, 2021

why is the driver blacklisted at all?

@willmcenaney
Copy link
Author

prime-select intel adds the blacklist (hence me raising the issue here) - apologies I was a little sparse on detail i've pieced it together from a colleague

@tseliot
Copy link
Contributor

tseliot commented Sep 9, 2021

@willmcenaney my question is why are you trying to load the nvidia module if you selected the "intel" profile?

@willmcenaney
Copy link
Author

We're not - but because the blacklist errors it results in a broken nvidia-smi. Running modprobe nvidia just allows replication of the error (as nvidia-smi just tells you it can't communicate with the drivers).

Our end goal is to install nvidia drivers for parallel processing only. We are running prime-select intel to do so, however nvidia-smi outputs NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

@tseliot
Copy link
Contributor

tseliot commented Sep 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants