logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 20-11-2020 12:17:35

macisa
Membre
Inscription : 25-01-2020

nvidia-kernel-source + erreurs

Bonjour,

Je me suis un peu titiller l'esprit en passant sur le wiki sur une page de kernel.

Du coup je vérifie le résultat de la commande apt-cache policy nvidia-kernel-source. Le retour renseignait non installé.

La machine présentait une erreur de pci et la seule solution que j'avais trouvée était une modif du Grub.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer"
Un retour systemctl -r-p err systemctl -xb ne me retournaient plus d'erreur et me satisfesait.

Je me lance donc :

Je remet le default/grub en GRUB_CMDLINE_LINUX_DEFAULT="quiet splash", upgrade-grub et installe nvidia-kernel-source. Je reboot

Résultat actuel :

apt-cache policy nvidia-kernel-source

nvidia-kernel-source:
  Installé : 418.152.00-1
  Candidat : 418.152.00-1
 Table de version :
 *** 418.152.00-1 500
        500 http://deb.debian.org/debian buster/non-free amd64 Packages
        100 /var/lib/dpkg/status
 


De là, les problèmes étaient retour des pcibus et nvidia-rdm

J'ai installé le paquet busybox-syslogd, ce qui semble avoir résolu les problèmes de pci-bus.

Mais les problèmes nvidia-drm sont toujours présent :

$ sudo journalctl -xb
systemd-modules-load[264]: Error running install command for nvidia_drm
nov 20 12:00:47 asimine systemd-modules-load[264]: Failed to insert module 'nvidia_drm': Operation not permitted

systemd[1]: Failed to start Load Kernel Modules.
$ sudo systemctl -r -p err
systemd-modules-load.service                                                              loaded    failed   failed    Load Kernel Modules



PS

En désactivant #nivida-rpm du fichier modules-load.d et remettant le default/grub en GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer" puis update-grub

J'ai comme erreur :

dhclient[1024]: send_packet: Operation not permitted
nov 20 10:45:08 asimine dhclient[1024]: dhclient.c:2755: Failed to send 300 byte long packet over fallback interface.

Dernière modification par macisa (20-11-2020 12:22:45)

Hors ligne

#2 20-11-2020 16:09:42

macisa
Membre
Inscription : 25-01-2020

Re : nvidia-kernel-source + erreurs

J'ai avancé un peu en retirant le paquet nvidia-kernel-source et tout ce qui n'étaient pas nvidia 418.152.00-1
Installer le paquet nvidia-driver qui correspond à 418.152.00-1.

$ apt-cache policy nvidia-kernel-source
nvidia-kernel-source:
  Installé : 418.152.00-1
  Candidat : 418.152.00-1
 Table de version :
 *** 418.152.00-1 500
        500 http://deb.debian.org/debian buster/non-free amd64 Packages
        100 /var/lib/dpkg/status


Cette fois le système est démarré sans erreur.

$ systemctl status systemd-modules-load
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled)
   Active: active (exited) since Fri 2020-11-20 15:26:54 CET; 1min 37s ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 274 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
 Main PID: 274 (code=exited, status=0/SUCCESS)



$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #3 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-V (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)



Ci-bas on dirait une double entrée ??

lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1c.0 -> ../../../devices/pci0000:00/0000:00:1c.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:01:00.0 -> ../../../devices/pci0000:00/0000:00:1c.0/0000:01:00.0

$ ls -la /sys/bus/pci/devices
total 0
drwxr-xr-x 2 root root 0 nov 20 16:15 .
drwxr-xr-x 5 root root 0 nov 20 15:59 ..
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:00.0 -> ../../../devices/pci0000:00/0000:00:00.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:02.0 -> ../../../devices/pci0000:00/0000:00:02.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:14.0 -> ../../../devices/pci0000:00/0000:00:14.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:14.2 -> ../../../devices/pci0000:00/0000:00:14.2
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:16.0 -> ../../../devices/pci0000:00/0000:00:16.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:17.0 -> ../../../devices/pci0000:00/0000:00:17.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1c.0 -> ../../../devices/pci0000:00/0000:00:1c.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1f.0 -> ../../../devices/pci0000:00/0000:00:1f.0
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1f.2 -> ../../../devices/pci0000:00/0000:00:1f.2
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1f.3 -> ../../../devices/pci0000:00/0000:00:1f.3
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1f.4 -> ../../../devices/pci0000:00/0000:00:1f.4
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:00:1f.6 -> ../../../devices/pci0000:00/0000:00:1f.6
lrwxrwxrwx 1 root root 0 nov 20 15:59 0000:01:00.0 -> ../../../devices/pci0000:00/0000:00:1c.0/0000:01:00.0





Des idées à partager ?
Persite encore :

$ sudo journalctl -xb
kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
kernel: pcieport 0000:00:1c.0:   device [8086:9d12] error status/mask=00000001/00002000
kernel: pcieport 0000:00:1c.0:    [ 0] RxErr                  (First)
 

Dernière modification par macisa (20-11-2020 16:21:28)

Hors ligne

Pied de page des forums