NVIDIA / ansible-role-nvidia-driver

BSD 3-Clause "New" or "Revised" License
117 stars 67 forks source link

Blacklist nouveau driver #49

Closed pescobar closed 3 years ago

ajdecon commented 3 years ago

What issue are you running into that is requiring you to blacklist nouveau specifically in the playbook?

After installing the NVIDIA driver packages (either from the Ubuntu repos, or using the cuda-drivers package), nouveau should be blacklisted by the package install.

I checked this by installing each package on a test host and running modprobe --showconfig | grep nouveau, which in each case showed the module as blacklisted.

pescobar commented 3 years ago

I was not aware that the package installation would blacklist nouveau so I am closing this PR