Trying to install nvidia drivers. getting conflicting driver message. I think the nouveau driver is the problem. I get "permission denied" when I try to blacklist it

trying to install nvidia drivers. getting conflicting driver message. I think the nouveau driver is the problem. I get “permission denied” when I try to blacklist it. I assume I need to chmod the permissions… am I on the right track? have debian 12

Hi you need to run the commands as root:

# echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf
# update-initramfs -u

Check your tutorial for more details:

thank you for the reply. I found the solution elsewhere. There are three or four things to check when you get an error blacklisting nouveau… I can probably find the link if you think it would be helpful for others here.