> Amd why are ALL the options disabled for me?

It thinks you installed a driver manually from nvidia.com, which Ubuntu
doesn't support. Try this:

  /usr/bin/nvidia-installer --uninstall
  # From 
http://us.download.nvidia.com/XFree86/Linux-x86_64/535.54.03/README/installdriver.html

Also uninstall any packages from previous drivers, which you can find
with:

  dpkg -l | grep nvidia | grep -e '\<[345][0-9][0-9]\.'

and also delete any lingering kernel modules, which you can find with:

  find /usr/lib -name nvidia.ko

then reboot and hopefully the 'Additional Drivers' app will behave
better.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-restricted-modules in Ubuntu.
https://bugs.launchpad.net/bugs/1921536

Title:
  "modprobe: ERROR: could not insert 'nvidia': Key was rejected by
  service" due to binutils mismatch

Status in linux package in Ubuntu:
  Confirmed
Status in linux-restricted-modules package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-525 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Confirmed

Bug description:
  If a user does not have the same version of binutils installed as the
  one used to produce the nvidia module signature, the module generated
  at postinst maybe unloadable:

  modprobe: ERROR: could not insert 'nvidia': Key was rejected by
  service

  I ran into this when I tried to install the hirsute kernel/nvidia
  driver on a focal system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1921536/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to