解决方案:
1. 检查系统时间和网络连接
该错误可能由系统时间不准确或网络限制导致:
# 检查系统时间是否同步
timedatectl status
# 如果时间错误,手动同步(需联网)
sudo timedatectl set-ntp on
2.使用Ubuntu官方仓库的NVIDIA驱动
# 查看可用驱动版本
apt list nvidia-driver-*
# 安装推荐版本(通常为515或525)
sudo apt install nvidia-driver-525
3.安装途中会出现以下:
Your system has UEFI Secure Boot enabled.
│
│ UEFI Secure Boot requires additional configuration to work with
│ third-party drivers.
│
│ The system will assist you in configuring UEFI Secure Boot. To permit
│ the use of third-party drivers, a new Machine-Owner Key (MOK) has been
│ generated. This key now needs to be enrolled in your system's firmware.
............ 确定
这时候就需要在提示框中,自己设定一个MOK一个密码并记住它。这个密码将在系统重启后用于确认更改,然后sudo reboot
4.重启后使用方向键选择Enroll MOK --> continue --> yes 。输入你刚才所设定的MOK密码,再次输入密码,然后再次重新启动,开机后就可以用fn来调节亮度了。