Не удается заставить GeForce RTX 3080 Mobile / Max-Q 8GB / 16GB взаимодействовать с драйвером NVIDIA, несмотря на CUDA-совместимый графический процессор, версию Ubuntu и последнюю версию драйвера Nvdia

У меня GP66 Leopard с этим графическим процессором:

anto@anto-GP66-Leopard-11UH:~$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GA104 High Definition Audio Controller (rev a1)

Кажется, он совместим с CUDA согласно документации NVDIA .

Моя версия ubuntu поддерживается средствами разработки CUDA:

anto@anto-GP66-Leopard-11UH:~$ uname -m && cat /etc/*release
x86_64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

Я не знаю, есть ли у меня правильные заголовки и пакеты разработки:

anto@anto-GP66-Leopard-11UH:~$ uname -r
5.11.0-40-generic

Но я установил последнюю версию драйвера Nvidia:

anto@anto-GP66-Leopard-11UH:~$ apt list --installed 'nvidia*'
Listing... Done
nvidia-container-toolkit/now 1.6.0-1 amd64 [installed,local]
nvidia-docker2/now 2.7.0-1 all [installed,local]
nvidia-utils-460-server/focal-updates,now 460.106.00-0ubuntu0.20.04.1 amd64 [installed]

Но когда я проверю установка

anto@anto-GP66-Leopard-11UH:~$ 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.

Итак, как я могу заставить GeForce RTX 3080 Mobile / Max-Q 8GB / 16GB взаимодействовать с драйвером NVIDIA

Обновление для N0rbert

anto@anto-GP66-Leopard-11UH:~$ dpkg -l | grep -i nvidia
ii  libnvidia-cfg1-460-server:amd64            460.106.00-0ubuntu0.20.04.1           amd64        NVIDIA binary OpenGL/GLX configuration library
ii  libnvidia-compute-460-server:amd64         460.106.00-0ubuntu0.20.04.1           amd64        NVIDIA libcompute package
ii  libnvidia-container-tools                  1.6.0-1                               amd64        NVIDIA container runtime library (command-line tools)
ii  libnvidia-container1:amd64                 1.6.0-1                               amd64        NVIDIA container runtime library
ii  nvidia-container-toolkit                   1.6.0-1                               amd64        NVIDIA container runtime hook
ii  nvidia-docker2                             2.7.0-1                               all          nvidia-docker CLI wrapper
ii  nvidia-utils-460-server                    460.106.00-0ubuntu0.20.04.1           amd64        NVIDIA Server Driver support binaries
ii  xserver-xorg-video-nvidia-460-server       460.106.00-0ubuntu0.20.04.1           amd64        NVIDIA binary Xorg driver
anto@anto-GP66-Leopard-11UH:~$ lspci -k | grep -i nvidia -A3
01:00.0 VGA compatible controller: NVIDIA Corporation GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB] (rev a1)
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 12fb
    Kernel driver in use: nouveau
    Kernel modules: nvidiafb, nouveau
01:00.1 Audio device: NVIDIA Corporation GA104 High Definition Audio Controller (rev a1)
    Subsystem: Micro-Star International Co., Ltd. [MSI] Device 12fb
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
anto@anto-GP66-Leopard-11UH:~$ 
anto@anto-GP66-Leopard-11UH:~$ sudo ubuntu-drivers autoinstall
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-dkms-460-server : Depends: nvidia-kernel-common-460-server (<= 460.106.00-1) but it is not installable
                          Depends: nvidia-kernel-common-460-server (>= 460.106.00) but it is not installable
 nvidia-driver-460-server : Depends: nvidia-kernel-common-460-server (<= 460.106.00-1) but it is not installable
                            Depends: nvidia-kernel-common-460-server (>= 460.106.00) but it is not installable
                            Recommends: nvidia-settings but it is not going to be installed
                            Recommends: nvidia-prime (>= 0.8) but it is not going to be installed
                            Recommends: libnvidia-compute-460-server:i386 (= 460.106.00-0ubuntu0.20.04.1)
                            Recommends: libnvidia-decode-460-server:i386 (= 460.106.00-0ubuntu0.20.04.1)
                            Recommends: libnvidia-encode-460-server:i386 (= 460.106.00-0ubuntu0.20.04.1)
                            Recommends: libnvidia-ifr1-460-server:i386 (= 460.106.00-0ubuntu0.20.04.1)
                            Recommends: libnvidia-fbc1-460-server:i386 (= 460.106.00-0ubuntu0.20.04.1)
                            Recommends: libnvidia-gl-460-server:i386 (= 460.106.00-0ubuntu0.20.04.1)
E: Unable to correct problems, you have held broken packages.
2
задан 26 November 2021 в 14:26

0 ответов

Другие вопросы по тегам:

Похожие вопросы: