如果有额外的驱动,可以这么装
ubuntu-drivers autoinstall
这样装的nividia的驱动 目前看可以正常升级内核,比直接安装ubuntu提供的nividia驱动强
usage: ubuntu-drivers [-h] [--package-list PATH] <command>
List/install driver packages for Ubuntu.
positional arguments:
<command> See belowoptional arguments:
-h, --help show this help message and exit
--package-list PATH Create file with list of installed packages (in
autoinstall mode)Available commands:
list: Show all driver packages which apply to the current system.
devices: Show all devices which need drivers, and which packages apply to them.
autoinstall: Install drivers that are appropriate for automatic installation.
debug: Print all available information and debug data about drivers.
本文介绍如何使用ubuntu-drivers工具自动检测并安装适用于当前系统的驱动程序。通过autoinstall命令,可以确保驱动与系统内核兼容,避免直接安装Ubuntu提供的驱动可能导致的内核升级问题。
9729





