我正在进行 Kubuntu 22.04 的第二次全新安装,并且不断遇到同样的问题:
一旦系统收到固件更新,nvidia驱动程序就会停止工作
user@pc:~$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
此外,当单击不同的视频驱动程序时,nvidia-driver-manager 变得不可用,它会引发此错误:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/qt/SoftwarePropertiesQt.py", line 1065, in on_driver_selection_changed
modules_package_obj = self.apt_cache[modules_package]
TypeError: Expected a string or a pair of strings
我目前使用的是内核 6.2.0-1009-lowlatency,但当我切换到以前的内核时也发生了同样的情况。我还设法通过命令行将 535 nvidia 驱动程序切换到 525,但不幸的是,这也无济于事。
编辑:我通过运行让 nvidia 驱动程序再次工作
sudo apt -y install linux-headers-$(uname -r)
然而驱动程序管理器仍然有问题。