Linux-Libre

22 risposte [Ultimo contenuto]
Substance2004
Offline
Iscritto: 11/05/2013

Bonjour.

J'ai quelques difficultés à comprendre les dépôts Linux-Libre de jxself.org.

La clé de sécurité est bien installée, j'ai bien accès aux dépôts, mais...

J'ai peu être été trop "gourmand" sur la version puis que j'ai choisi le linux-libre (c-a-d la dernière version qui peut avoir des bugs) plutôt que le linux-libre lts (plus stable).

Si je lance un $ uname -a

J'obtiens :

Linux pierre 4.4.0-179-generic #209+8.0trisquel2 SMP Tue May 19 22:46:17 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Et visiblement, rien n'a changé.

J'ai évité un $ sudo apt-get purge --auto-remove linux-libre

car il me donne

Les paquets suivants seront ENLEVÉS :
freesh-keyring* linux-headers-4.4.0-178* linux-headers-4.4.0-178-generic*
linux-image-unsigned-4.4.0-178-generic* linux-libre*
linux-modules-4.4.0-178-generic* linux-modules-extra-4.4.0-178-generic*

Ça ne m'inspire guère confiance.

Même la version LTS est supérieure à ce que je semble avoir (version 5.4)

J'ai loupé quelque chose où je lance de mauvaises commandes ?

Et sur quel kernel suis-je exactement et comment y remédier ?

Merci de votre aide.

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

As-tu redémarré l'ordinateur après l'installation du paquet linux-libre ? Pour exécuter un autre noyau, il faut redémarrer. Par défaut, GRUB sélectionne le plus récent. Et, oui, exécuter 'uname -r' dans un terminal montre la version du noyau qui tourne actuellement.

Substance2004
Offline
Iscritto: 11/05/2013

Salut Magic.

Oui, j'ai bien mis à jour le grub puis ai bien redémarré avant de donner mon résultat.

Résultat $ uname -r

4.4.0-179-generic

Je ne sais pas ce qui foire ou ce que j'ai zappé.

# deb cdrom:[Trisquel 8.0 _flidas_ - Release amd64 (20180417)]/ flidas main

$ sudo nano /etc/apt/sources.list

# Trisquel repositories for supported software and updates
deb https://archive.trisquel.info/trisquel/ flidas main
deb-src https://archive.trisquel.info/trisquel/ flidas main
deb https://archive.trisquel.info/trisquel/ flidas-security main
deb-src https://archive.trisquel.info/trisquel/ flidas-security main
deb https://archive.trisquel.info/trisquel/ flidas-updates main
deb-src https://archive.trisquel.info/trisquel/ flidas-updates main
# deb https://archive.trisquel.info/trisquel/ flidas-backports main
# deb-src https://archive.trisquel.info/trisquel/ flidas-backports main
deb https://mirror.cedia.org.ec/linux-libre/freesh/ freesh main

J'ai fait

$ wget https://jxself.org/gpg.inc

pour la clé

$ sudo apt-key add gpg.inc

pour enregistrer

malgré les bon retours du terminal pdt les commande la clé ne s'affiche pas quand je lance

$ gpg --list-keys

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Es-tu sûr que le paquet linux-libre a bien été installé ? Tu peux essayer de nouveau d'exécuter dans un terminal :
sudo apt install linux-libre
Si "linux-libre est déjà la version la plus récente" s'affiche, alors voyons la configuration de GRUB, dans /etc/default/grub.

Aussi, si tu utilises libreboot, https://jxself.org/linux-libre/ dit qu'il te faut exécuter :
$ cd /boot/grub
$ sudo ln -s grub.cfg libreboot_grub.cfg

Substance2004
Offline
Iscritto: 11/05/2013

sudo apt install linux-libre

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
linux-libre est déjà la version la plus récente (5.7.0).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
linux-headers-4.4.0-178 linux-headers-4.4.0-178-generic
linux-image-unsigned-4.4.0-178-generic linux-modules-4.4.0-178-generic
linux-modules-extra-4.4.0-178-generic
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

Donc... un petit tour dans etc/default/grub (je ne suis pas sur libreboot :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux-Libre (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Tout paraît OK. Le noyau 5.7 est-il listé dans les "Option avancées pour Trisquel" (ou quelque chose du genre) dans le menu GRUB ? Si oui, est-il en premier ? Peux-tu démarrer dessus depuis ce menu ?

Substance2004
Offline
Iscritto: 11/05/2013

J'ai simplement oublié de mettre à jour le grub sur le deuxième boot Linux.

Si je n'avais pas le 5.7.0 listé sans les opitions avancées pour le démarrage de Trisquel, c'est désormais ok et c'est bien visible.

En revanche, la suite est moins enthousiasmante.

Mon PC fonctionne impec avec le linux-libre 4.4.0-179.

Mais pour le 5.7.0-gnu, ça ne démarre pas.

Je l'ai essayé en option upstart et après le slpash screen de démarrage, j'ai eu

[ 3.488911] 0000:00:02.0: Missing free firmware (non-free firmware loading is disabled)

J'ai évité toute manip en recovery mode.

Je précise ne pas avoir installé la version LTS de Linux-Libre mais la version la plus récente.

Merci

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

[ 3.488911] 0000:00:02.0: Missing free firmware (non-free firmware loading is disabled)

Cela ne devrait pas empêcher le démarrage.

J'ai évité toute manip en recovery mode.

Si ce mode fonctionne, il te permettrait de lire les logs avec 'journalctl' et peut-être de comprendre le problème. Il se trouve que je parle de cette commande sur le forum anglophone : https://trisquel.info/forum/how-determine-cause-shutdown-previous-session#comment-149447

Substance2004
Offline
Iscritto: 11/05/2013

Le mode recovery fonctionne sur le Linux-Libre 5.7.0 puisque j'ai bien le menu à choix mutiple.

Voici tout le retour de commande.
J'essaie de lire les résultats, si il ya des trucs que je pige, dans l'ensemble, j'ai un peu du mal.

-- Logs begin at dim. 2020-06-07 14:18:08 CEST, end at dim. 2020-06-07 17:19:53 CEST. --
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] No Caching mode page found
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] Assuming drive cache: write through
juin 07 14:18:08 pierre systemd-udevd[583]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8 2 2': No such fil
juin 07 14:18:08 pierre systemd-udevd[609]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-6 1 3': No such fil
juin 07 14:18:08 pierre systemd-udevd[610]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3 1 6': No su
juin 07 14:18:08 pierre systemd-udevd[611]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2 1 5': No su
juin 07 14:18:08 pierre systemd-udevd[618]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1 1 7
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md/2
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md1
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:10 pierre ntpdate[1181]: name server cannot be used: Temporary failure in name resolution (-3)
juin 07 14:18:10 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 07 14:18:10 pierre NetworkManager[1017]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
juin 07 14:18:10 pierre smartd[962]: Device: /dev/sdc [USB JMicron], no ATA CHECK POWER STATUS support, ignoring -n Directive
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or dir
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or d
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:11 pierre smartd[962]: Device: /dev/sdc [USB JMicron], ATA error count increased from 0 to 2
juin 07 14:18:11 pierre smartd[962]: Warning via /usr/share/smartmontools/smartd-runner to root produced unexpected output (139 bytes) to STDOUT/STDERR:
juin 07 14:18:11 pierre smartd[962]: /etc/smartmontools/run.d/10mail:
juin 07 14:18:11 pierre smartd[962]: Cannot start "/usr/sbin/sendmail": executable not found (adjust *sendmail* variable)
juin 07 14:18:11 pierre smartd[962]: ... message not sent
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or dirdio] pid.c: Daemon already running.

-- Logs begin at dim. 2020-06-07 14:18:08 CEST, end at dim. 2020-06-07 17:19:53 CEST. --
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] No Caching mode page found
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] Assuming drive cache: write through
juin 07 14:18:08 pierre systemd-udevd[583]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8 2 2': No such file
juin 07 14:18:08 pierre systemd-udevd[609]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-6 1 3': No such file
juin 07 14:18:08 pierre systemd-udevd[610]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3 1 6': No suc
juin 07 14:18:08 pierre systemd-udevd[611]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2 1 5': No suc
juin 07 14:18:08 pierre systemd-udevd[618]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1 1 7'
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md/2
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md1
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:10 pierre ntpdate[1181]: name server cannot be used: Temporary failure in name resolution (-3)
juin 07 14:18:10 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 07 14:18:10 pierre NetworkManager[1017]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
juin 07 14:18:10 pierre smartd[962]: Device: /dev/sdc [USB JMicron], no ATA CHECK POWER STATUS support, ignoring -n Directive
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or dire
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or di
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:11 pierre smartd[962]: Device: /dev/sdc [USB JMicron], ATA error count increased from 0 to 2
juin 07 14:18:11 pierre smartd[962]: Warning via /usr/share/smartmontools/smartd-runner to root produced unexpected output (139 bytes) to STDOUT/STDERR:
juin 07 14:18:11 pierre smartd[962]: /etc/smartmontools/run.d/10mail:
juin 07 14:18:11 pierre smartd[962]: Cannot start "/usr/sbin/sendmail": executable not found (adjust *sendmail* variable)
juin 07 14:18:11 pierre smartd[962]: ... message not sent
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or dire
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or di
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:11 pierre pulseaudio[1404]: [pulseaudio] pid.c: Daemon already running.
juin 07 14:18:24 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:25 pierre ofonod[1006]: enum_devices_reply: no battery detected
juin 07 14:18:25 pierre pulseaudio[2007]: [pulseaudio] pid.c: Daemon already running.

lines 1-33/33 (END)...skipping...
-- Logs begin at dim. 2020-06-07 14:18:08 CEST, end at dim. 2020-06-07 17:19:53 CEST. --
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] No Caching mode page found
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] Assuming drive cache: write through
juin 07 14:18:08 pierre systemd-udevd[583]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8 2 2': No such file o
juin 07 14:18:08 pierre systemd-udevd[609]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-6 1 3': No such file o
juin 07 14:18:08 pierre systemd-udevd[610]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3 1 6': No such
juin 07 14:18:08 pierre systemd-udevd[611]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2 1 5': No such
juin 07 14:18:08 pierre systemd-udevd[618]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1 1 7':
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md/2
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md1
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:10 pierre ntpdate[1181]: name server cannot be used: Temporary failure in name resolution (-3)
juin 07 14:18:10 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 07 14:18:10 pierre NetworkManager[1017]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
juin 07 14:18:10 pierre smartd[962]: Device: /dev/sdc [USB JMicron], no ATA CHECK POWER STATUS support, ignoring -n Directive
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or direct
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or dire
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:11 pierre smartd[962]: Device: /dev/sdc [USB JMicron], ATA error count increased from 0 to 2
juin 07 14:18:11 pierre smartd[962]: Warning via /usr/share/smartmontools/smartd-runner to root produced unexpected output (139 bytes) to STDOUT/STDERR:
juin 07 14:18:11 pierre smartd[962]: /etc/smartmontools/run.d/10mail:
juin 07 14:18:11 pierre smartd[962]: Cannot start "/usr/sbin/sendmail": executable not found (adjust *sendmail* variable)juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or dire
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:11 pierre pulseaudio[1404]: [pulseaudio] pid.c: Daemon already running.
juin 07 14:18:24 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:25 pierre ofonod[1006]: enum_devices_reply: no battery detected
juin 07 14:18:25 pierre pulseaudio[2007]: [pulseaudio] pid.c: Daemon already running.

-- Logs begin at dim. 2020-06-07 14:18:08 CEST, end at dim. 2020-06-07 17:19:53 CEST. --
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] No Caching mode page found
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] Assuming drive cache: write through
juin 07 14:18:08 pierre systemd-udevd[583]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8 2 2': No such file or
juin 07 14:18:08 pierre systemd-udevd[609]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-6 1 3': No such file or
juin 07 14:18:08 pierre systemd-udevd[610]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3 1 6': No such f
juin 07 14:18:08 pierre systemd-udevd[611]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2 1 5': No such f
juin 07 14:18:08 pierre systemd-udevd[618]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1 1 7': N
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md/2
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md1
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:10 pierre ntpdate[1181]: name server cannot be used: Temporary failure in name resolution (-3)
juin 07 14:18:10 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 07 14:18:10 pierre NetworkManager[1017]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
juin 07 14:18:10 pierre smartd[962]: Device: /dev/sdc [USB JMicron], no ATA CHECK POWER STATUS support, ignoring -n Directive
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directo
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or direc
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:11 pierre smartd[962]: Device: /dev/sdc [USB JMicron], ATA error count increased from 0 to 2
juin 07 14:18:11 pierre smartd[962]: Warning via /usr/share/smartmontools/smartd-runner to root produced unexpected output (139 bytes) to STDOUT/STDERR:
juin 07 14:18:11 pierre smartd[962]: /etc/smartmontools/run.d/10mail:
juin 07 14:18:11 pierre smartd[962]: Cannot start "/usr/sbin/sendmail": executable not found (adjust *sendmail* variable)
juin 07 14:18:11 pierre smartd[962]: ... message not sent
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directo
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or direc
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:11 pierre pulseaudio[1404]: [pulseaudio] pid.c: Daemon already running.
juin 07 14:18:24 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:25 pierre ofonod[1006]: enum_devices_reply: no battery detected
juin 07 14:18:25 pierre pulseaudio[2007]: [pulseaudio] pid.c: Daemon already running.

-- Logs begin at dim. 2020-06-07 14:18:08 CEST, end at dim. 2020-06-07 17:19:53 CEST. --
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] No Caching mode page found
juin 07 14:18:08 pierre kernel: sd 7:0:0:0: [sdc] Assuming drive cache: write through
juin 07 14:18:08 pierre systemd-udevd[583]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8 2 2': No such file or
juin 07 14:18:08 pierre systemd-udevd[609]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-6 1 3': No such file or
juin 07 14:18:08 pierre systemd-udevd[610]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3 1 6': No such fi
juin 07 14:18:08 pierre systemd-udevd[611]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2 1 5': No such fi
juin 07 14:18:08 pierre systemd-udevd[618]: failed to execute '/lib/udev/mtp-probe' 'mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1 1 7': No
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md/2
juin 07 14:18:10 pierre mdadm[1135]: DeviceDisappeared event detected on md device /dev/md1
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:10 pierre ntpdate[1181]: name server cannot be used: Temporary failure in name resolution (-3)
juin 07 14:18:10 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 07 14:18:10 pierre NetworkManager[1017]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
juin 07 14:18:10 pierre smartd[962]: Device: /dev/sdc [USB JMicron], no ATA CHECK POWER STATUS support, ignoring -n Directive
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or director
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:10 pierre lightdm[1253]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or direct
juin 07 14:18:10 pierre lightdm[1253]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:10 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:11 pierre smartd[962]: Device: /dev/sdc [USB JMicron], ATA error count increased from 0 to 2
juin 07 14:18:11 pierre smartd[962]: Warning via /usr/share/smartmontools/smartd-runner to root produced unexpected output (139 bytes) to STDOUT/STDERR:
juin 07 14:18:11 pierre smartd[962]: /etc/smartmontools/run.d/10mail:
juin 07 14:18:11 pierre smartd[962]: Cannot start "/usr/sbin/sendmail": executable not found (adjust *sendmail* variable)
juin 07 14:18:11 pierre smartd[962]: ... message not sent
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or director
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet.so
juin 07 14:18:11 pierre lightdm[1328]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or direct
juin 07 14:18:11 pierre lightdm[1328]: PAM adding faulty module: pam_kwallet5.so
juin 07 14:18:11 pierre pulseaudio[1404]: [pulseaudio] pid.c: Daemon already running.
juin 07 14:18:24 pierre ofonod[1006]: get_property_value: ERROR reply to Get
juin 07 14:18:25 pierre ofonod[1006]: enum_devices_reply: no battery detected
juin 07 14:18:25 pierre pulseaudio[2007]: [pulseaudio] pid.c: Daemon already running.

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

juin 07 14:18:11 pierre smartd[962]: Device: /dev/sdc [USB JMicron], ATA error count increased from 0 to 2

/dev/sdc semble mal en point. Y aurait-il /home sur ce disque ? Cela expliquerait pourquoi le mode "recovery" fonctionne et pas le démarrage normal.

Comme j'écrivais il y a un mois à Raistlin :

Lire les données SMART du disque, voire l'auto-tester, permet de [savoir s'il est défaillant]. Une façon simple (graphique) de procéder est d'utiliser un système live (comme celui qui t'a permis d'installer Trisquel), d'y installer GNOME Disques avec le gestionnaire de paquets (le paquet s'appelle "gnome-disk-utility" dans Debian et dérivées, y compris Trisquel), de le lancer, de sélectionner le disque suspect à gauche de la fenêtre et, dans le menu dont l'icône représente trois segments empilés, de cliquer sur "Données SMART et auto-tests... (Ctrl+S)". Une nouvelle fenêtre s'affiche, avec les données SMART et la possibilité de "Démarrer l'auto-test", d'un clic sur le bouton éponyme. (...) Si le disque est défaillant, change-le. De nos jour, 1 To coûte environ 50€, si tu achètes un disque de cette taille.
https://trisquel.info/forum/blocage-de-lordi-0#comment-148672

Substance2004
Offline
Iscritto: 11/05/2013

Non non, /dev/sdc est actuellement occupé par un disque dur externe.

/dev/sda1 est le /home et /dev/nvme0n1p1 est le root de Trisquel.

Je réessaye un démarrage sans les disques durs externes branchés.

Substance2004
Offline
Iscritto: 11/05/2013

Ouais... j'ai le spash screen Trisquel puis le curseur qui clignotte et le pointeur de la souris qui fait des apparitions.
Mais pas de réel allumage.

re $ journalctl -p 3

-- Logs begin at dim. 2020-06-07 21:06:57 CEST, end at dim. 2020-06-07 21:11:35
juin 07 21:06:57 pierre systemd-udevd[583]: failed to execute '/lib/udev/mtp-pro
juin 07 21:06:57 pierre systemd-udevd[584]: failed to execute '/lib/udev/mtp-pro
juin 07 21:06:57 pierre systemd-udevd[598]: failed to execute '/lib/udev/mtp-pro
juin 07 21:06:58 pierre mdadm[1066]: DeviceDisappeared event detected on md devi
juin 07 21:06:58 pierre mdadm[1066]: DeviceDisappeared event detected on md devi
juin 07 21:06:58 pierre ntpdate[1126]: name server cannot be used: Temporary fai
juin 07 21:06:58 pierre ofonod[944]: get_property_value: ERROR reply to Get
juin 07 21:06:58 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free fi
juin 07 21:06:58 pierre NetworkManager[943]: nm_device_get_device_type: assertio
juin 07 21:06:58 pierre lightdm[1215]: PAM unable to dlopen(pam_kwallet.so): /li
juin 07 21:06:58 pierre lightdm[1215]: PAM adding faulty module: pam_kwallet.so
juin 07 21:06:58 pierre lightdm[1215]: PAM unable to dlopen(pam_kwallet5.so): /l
juin 07 21:06:58 pierre lightdm[1215]: PAM adding faulty module: pam_kwallet5.so
juin 07 21:06:58 pierre ofonod[944]: get_property_value: ERROR reply to Get
juin 07 21:06:59 pierre lightdm[1269]: PAM unable to dlopen(pam_kwallet.so): /li
juin 07 21:06:59 pierre lightdm[1269]: PAM adding faulty module: pam_kwallet.so
juin 07 21:06:59 pierre lightdm[1269]: PAM unable to dlopen(pam_kwallet5.so): /l
juin 07 21:06:59 pierre lightdm[1269]: PAM adding faulty module: pam_kwallet5.so
juin 07 21:06:59 pierre pulseaudio[1343]: [pulseaudio] pid.c: Daemon already run
juin 07 21:07:12 pierre ofonod[944]: get_property_value: ERROR reply to Get
juin 07 21:07:13 pierre ofonod[944]: enum_devices_reply: no battery detected
juin 07 21:07:13 pierre pulseaudio[1926]: [pulseaudio] pid.c: Daemon already run
lines 1-23

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Ouais... j'ai le spash screen Trisquel puis le curseur qui clignotte et le pointeur de la souris qui fait des apparitions.

Je pense que la session texte devrait fonctionner : ton appel à journalctl est-il depuis une telle session, par exemple celle à laquelle tu peux te connecter après avoir tapé Ctrl+Alt+F1 ?

De là, tu pourrais essayer d'arrêter LightDM avec 'sudo systemctl stop lightdm' et voir si le serveur X se lance sans ce gestionnaire d'affichage, en exécutant 'startx'.

Substance2004
Offline
Iscritto: 11/05/2013

Je me demande si tu donnes parfois des cours parce que tu as l'avantage d'être très progressif sans stress ! Et c'est tout à ton honneur !

Je voyais où tu voulais m'emener.

Bien,

J'ai rebooté ma machine, et j'ai choisi dans le grub le linux-libre 5.7.0-gnu.
Splash screen Trisquel, pas de démarrage (de lightdm disons...)

Ctrl+Alt+F1

Je ne sais pas encore comment sauvegarder ça, mais tu trouveras en pièce jointe la photo de l'écran en guise de retour de console en espérant que ce sera assez net pour toi.

sudo systemctl stop lightdm

startx

Oui, oui, je me suis intéressé un moment à Parabola (c'est dur quand on connait bien les lignes de commande), je vois ce dont il s'agit : c'est une interface simple et on peut lancer les GUI progressivement.

La souris fonctionne impec, mais je ne connais aucune commande pour aller plus loin comme lancer un menu.

Le kernel n'a t-il pas un problème pour énumérer les périphériques ? (udev)
En fait c'est un probleme pour lancer le systemd que l'on voit généralement au boot :
https://www.freedesktop.org/wiki/Software/systemd/

Merci.

080620202855.jpg
Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

C'est plutôt systemd qui n'arrive pas à lancer LightDM (troisième message en partant de la fin). Il essaie 10 fois (les nombres entre crochets identifient des processus) et abandonne. Les services non graphiques, qui n'en dépendent pas, semblent fonctionner. Même X, le serveur graphique, fonctionne sans gestionnaire d'affichage. Je n'ai pas exécuté 'startx' depuis des années et m'attendais à ce que ton bureau habituel soit lancé. J'imagine que tu as eu à faire à twn: https://fr.wikipedia.org/wiki/Twm

Il est tentant de supposer que l'erreur à l'origine du problème est celle que LightDM écrit, à propos de l'impossibilité d'ouvrir le module pam_kwallet.so et pam_kwallet5.so. Néanmoins, j'ai la même erreur sur mon système, qui marche très bien. Ceci dit, je n'utilise pas un noyau de jxself.

Voyons tous les message laissés par LightDM. Pour écrire la sortie d'une commande dans un fichier plutôt que dans le terminal, on suffixe la commande par ">" suivi du chemin vers le fichier (ici lightdm.log, dans le répertoire de travail, que tu peux afficher avec 'pwd') :
$ journalctl -u lightdm > lightdm.log

(J'enseigne, oui : je suis professeur d'université... mais je ne sais pas où je "t'emmène" ! Je cherche avec toi. Il n'est pas garanti que nous trouvions !

Substance2004
Offline
Iscritto: 11/05/2013

Voici le log de lightdm que j'ai récupéré depuis le lancement avec le linux-libre

-- Logs begin at lun. 2020-06-08 11:06:34 CEST, end at lun. 2020-06-08 11:07:56 CEST. --
juin 08 11:06:35 pierre systemd[1]: Starting Light Display Manager...
juin 08 11:06:35 pierre systemd[1]: Started Light Display Manager.
juin 08 11:06:35 pierre lightdm[1277]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:35 pierre lightdm[1277]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:35 pierre lightdm[1277]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:35 pierre lightdm[1277]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:35 pierre lightdm[1277]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
juin 08 11:06:36 pierre lightdm[1329]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:36 pierre lightdm[1329]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:36 pierre lightdm[1329]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:36 pierre lightdm[1329]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:36 pierre lightdm[1329]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pierre"
juin 08 11:06:36 pierre systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
juin 08 11:06:36 pierre systemd[1]: lightdm.service: Unit entered failed state.
juin 08 11:06:36 pierre systemd[1]: lightdm.service: Failed with result 'exit-code'.
juin 08 11:06:36 pierre systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
juin 08 11:06:36 pierre systemd[1]: Stopped Light Display Manager.
juin 08 11:06:36 pierre systemd[1]: Starting Light Display Manager...
juin 08 11:06:36 pierre systemd[1]: Started Light Display Manager.
juin 08 11:06:37 pierre lightdm[1737]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:37 pierre lightdm[1737]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:37 pierre lightdm[1737]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:37 pierre lightdm[1737]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:37 pierre lightdm[1737]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
juin 08 11:06:37 pierre lightdm[1785]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:37 pierre lightdm[1785]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:37 pierre lightdm[1785]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:37 pierre lightdm[1785]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:37 pierre lightdm[1785]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pierre"
juin 08 11:06:37 pierre systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
juin 08 11:06:37 pierre systemd[1]: lightdm.service: Unit entered failed state.
juin 08 11:06:37 pierre systemd[1]: lightdm.service: Failed with result 'exit-code'.
juin 08 11:06:38 pierre systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
juin 08 11:06:38 pierre systemd[1]: Stopped Light Display Manager.
juin 08 11:06:38 pierre systemd[1]: Starting Light Display Manager...
juin 08 11:06:38 pierre systemd[1]: Started Light Display Manager.
juin 08 11:06:38 pierre lightdm[2020]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:38 pierre lightdm[2020]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:38 pierre lightdm[2020]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:38 pierre lightdm[2020]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:38 pierre lightdm[2020]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
juin 08 11:06:38 pierre lightdm[2068]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:38 pierre lightdm[2068]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:38 pierre lightdm[2068]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:38 pierre lightdm[2068]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:38 pierre lightdm[2068]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pierre"
juin 08 11:06:39 pierre systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
juin 08 11:06:39 pierre systemd[1]: lightdm.service: Unit entered failed state.
juin 08 11:06:39 pierre systemd[1]: lightdm.service: Failed with result 'exit-code'.
juin 08 11:06:39 pierre systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
juin 08 11:06:39 pierre systemd[1]: Stopped Light Display Manager.
juin 08 11:06:39 pierre systemd[1]: Starting Light Display Manager...
juin 08 11:06:39 pierre systemd[1]: Started Light Display Manager.
juin 08 11:06:40 pierre lightdm[2307]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:40 pierre lightdm[2307]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:40 pierre lightdm[2307]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:40 pierre lightdm[2307]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:40 pierre lightdm[2307]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
juin 08 11:06:40 pierre lightdm[2355]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:40 pierre lightdm[2355]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:40 pierre lightdm[2355]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:40 pierre lightdm[2355]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:40 pierre lightdm[2355]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pierre"
juin 08 11:06:40 pierre systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
juin 08 11:06:40 pierre systemd[1]: lightdm.service: Unit entered failed state.
juin 08 11:06:40 pierre systemd[1]: lightdm.service: Failed with result 'exit-code'.
juin 08 11:06:40 pierre systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
juin 08 11:06:40 pierre systemd[1]: Stopped Light Display Manager.
juin 08 11:06:40 pierre systemd[1]: Starting Light Display Manager...
juin 08 11:06:40 pierre systemd[1]: Started Light Display Manager.
juin 08 11:06:41 pierre lightdm[2605]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:41 pierre lightdm[2605]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:41 pierre lightdm[2605]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:41 pierre lightdm[2605]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:41 pierre lightdm[2605]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
juin 08 11:06:41 pierre lightdm[2653]: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
juin 08 11:06:41 pierre lightdm[2653]: PAM adding faulty module: pam_kwallet.so
juin 08 11:06:41 pierre lightdm[2653]: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
juin 08 11:06:41 pierre lightdm[2653]: PAM adding faulty module: pam_kwallet5.so
juin 08 11:06:41 pierre lightdm[2653]: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pierre"
juin 08 11:06:41 pierre systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
juin 08 11:06:41 pierre systemd[1]: lightdm.service: Unit entered failed state.
juin 08 11:06:41 pierre systemd[1]: lightdm.service: Failed with result 'exit-code'.
juin 08 11:06:42 pierre systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
juin 08 11:06:42 pierre systemd[1]: Stopped Light Display Manager.
juin 08 11:06:42 pierre systemd[1]: lightdm.service: Start request repeated too quickly.
juin 08 11:06:42 pierre systemd[1]: Failed to start Light Display Manager.
juin 08 11:06:42 pierre systemd[1]: lightdm.service: Unit entered failed state.
juin 08 11:06:42 pierre systemd[1]: lightdm.service: Failed with result 'start-limit-hit'.

Il manque visiblement un répertoire (/lib/security/pam_kwallet.so), PAM essaie de d'écrire le pam_kwallet5.so.
J'ai bien un répertoire /lib/security avec dedans seulement pam_ecryptfs.so dedans.

Je trouve des choses sur internet, mais pas une vraie solution.
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1309535

Si c'est un problème avec Lightdm, je peux toujours ouvrir une session avec gdm, gdm3 ou kdm, non ? (même si je préfère l'environnement lightdm).

Il y a quelques libristes ans mon asso (notre ordi tourne sur Ubuntu surtout pour des raisons hardware) mais certains ont un mal de chien à utiliser un SaaS comme Framadate pour nos R-V (en même temps ce sont des retraités, je suis indulgent), alors exécuter une opération telle que nous faisons... Je voulais simplement dire que je comprenais bien ce que tu voulais me faire faire pour avoir les log et j'y allais rassuré.

Oui, pour avoir utilisé X11 sur Apple sur les fameux eMac (le mien fonctionne toujours) ça m'a rappellé des souvenirs. Il n'y avait pas que VLC. Un vieux FontForge est encore installé dessus et marche avec X11.

Merci

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Il manque visiblement un répertoire (/lib/security/pam_kwallet.so), PAM essaie de d'écrire le pam_kwallet5.so.

Ce fichier manque aussi sur mon système. Comme je te l'écrivais, cela ne semble poser aucun véritable problème avec le noyau 4.15 que j'utilise, fourni par le paquet linux-image-generic-hwe-8.0, dans le dépôt Trisquel. En fait ma sortie de 'journalctl -u lightdm' est identique à la tienne avant ce message :

juin 08 11:06:36 pierre systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE

Si c'est un problème avec Lightdm, je peux toujours ouvrir une session avec gdm, gdm3 ou kdm, non ? (même si je préfère l'environnement lightdm).

Oui, tu peux par exemple exécuter 'sudo apt install gdm3'. Si cela ne résout rien, tu pourras toujours supprimer gdm3 ensuite ('sudo apt purge gdm3'). Ou alors 'sudo apt install linux-libre-lts', si tu tu tiens plus à LightDM qu'à un noyau très récent. Je ne vois pas bien pourquoi l'absence de /lib/security/pam_kwallet.so et de /lib/security/pam_kwallet5.so ne pose problème qu'avec un noyau plus récent, mais c'est apparemment le cas, en tout cas sur ton système. D'ailleurs je pourrais aussi d'installer le paquet linux-libre sur mon système pour voir si je fais face au même problème.

Substance2004
Offline
Iscritto: 11/05/2013

Salut Magic,

Suite à ton commentaire, j'ai installé gdm3, mais il y a aussi eu une mise à jour de linux-libre qui en est désormais à sa version 5.7.1.

Je suis donc passé sur gdm3 et je me suis demandé si la nouvelle version de linux-libre allait résoudre le problème.

À l'allumage, j'ai le splash screen Trisquel, léger mieux, plus de curseur avec un twm qui a réussi à démarrer.

J'aurais souhaité te donner le log de gdm3

J'ai essayé sur la base de ta ligne de commande précédente pour lightdm

$ journalctl -u gdm3 > gdm3.log

Mais cela m'a donné - No entries - en résultat.

Mais tu peux me donner la bonne commande à faire si le résultat t'intéresse.

Je pense remplacer le linux-libre par le linux-libre-lts.

Bizarrement, si je connais la ligne de commande pour installer un paquet, je connais moins celles pour les desinstaller.
En effet, j'ai vu qu'une certaine commande m'enlevait carrément tous mes kernels. Ce que personne de sensé ne souhaiterait.

Je préfère vérifier avec toi la bonne ligne de commande à fournir.

$ sudo apt purge linux-libre

Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
freesh-keyring
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets suivants seront ENLEVÉS :
linux-libre*
0 mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.

Je suppose que l'astérisque * à la suite de linux-libre que je trouve dans certaines ligne de commandes qui prennent en considération un ensemble de fichiers pouvant entre autre avoir la même extention (ex : *.jpg)

Je crois que je devrai aussi fournir un sudo apt-get autoremove pour enlever les paquets orphelins.

https://askubuntu.com/questions/187888/what-is-the-correct-way-to-completely-remove-an-application

Je pourrai ainsi te dire comment ça se déroule avec le LTS.

Je me demande parfois si c'est parce que mon matériel est très récent que le noyau bloque un peu (carte mère Gigabyte Z390 UD et processeur Intel BX80684I79700K Processeur Intel Core i79700K 3,6 GHz Socket 1151). Puissant !!!

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Le problème n'est donc pas spécifique à LightDM.

Mais tu peux me donner la bonne commande à faire si le résultat t'intéresse.

Peut-être que GDM est plus explicite que LightDM dans ses logs. Enlève le 3 :
$ journalctl -u gdm

Nous pourrions aussi regarder les logs du noyau, qui semble coupable :
$$ journalctl -k

Bizarrement, si je connais la ligne de commande pour installer un paquet, je connais moins celles pour les desinstaller.

Si tu ne supprimes pas le noyau le plus récent, c'est lui que GRUB démarre par défaut. Mais tu peux démarrer n'importe quel noyau installé depuis les "Options avancées pour Trisquel".

Dans mon dernier message, je t'ai donnée une commande pour supprimer un paquet : 'sudo apt purge nom_du_paquet'. Il y a aussi 'sudo apt remove nom_du_paquet' qui ne supprime pas les fichiers de configuration système du paquet. Tu peux lire le manuel d'un programme, en l'occurrence 'apt', avec la commande 'man' :
$ man apt

Par défaut, le pager 'less' affiche le manuel. Tu peux utiliser les touches de défilement habituelles et q pour sortir.

En effet, j'ai vu qu'une certaine commande m'enlevait carrément tous mes kernels.

Je ne crois pas que le gestionnaire laisse faire une telle chose. En tout cas pas sans option explicite comme --allow-remove-essential.

Je suppose que l'astérisque * à la suite de linux-libre que je trouve dans certaines ligne de commandes qui prennent en considération un ensemble de fichiers pouvant entre autre avoir la même extention (ex : *.jpg)

Cela s'appelle le "globbing". Mais, non, 'apt' ne va (heureusement) pas supprimer plus de paquets que ce que tu lui demandes. D'après 'man apt-get' :

Utiliser « purge » à la place de « remove » pour supprimer tout ce qui peut être supprimé. Un astérisque (*) sera accolé aux noms des paquets qui vont être purgés.

Je crois que je devrai aussi fournir un sudo apt-get autoremove pour enlever les paquets orphelins.

Si tu veux. Mais cela ne te servira qu'à gagner de la place sur la partition racine. Les paquets orphelins ne font pas d'autre mal.

Substance2004
Offline
Iscritto: 11/05/2013

Salut Magic

En attendant la désinstallation des linux-libre et les résultats de linux-libre-lts sur ma machine, je te donne respectivement les logs de :

GDM et du noyeau sur les linux-libre 5.7.0 et 5.7.1

Commandes utilisées (corrigées d'après ce que tu m'as donné):

$ journalctl -u gdm > gdm.log
$ journalctl -k > kernel.log

Linux-libre 5.7.0 :

-- Logs begin at mer. 2020-06-10 12:33:35 CEST, end at mer. 2020-06-10 12:34:30 CEST. --
juin 10 12:33:43 pierre systemd[1]: Starting GNOME Display Manager...
juin 10 12:33:43 pierre systemd[1]: Started GNOME Display Manager.
juin 10 12:33:43 pierre gdm-launch-environment][1461]: pam_unix(gdm-launch-environment:session): session opened for user gdm by (uid=0)

-- Logs begin at mer. 2020-06-10 12:33:35 CEST, end at mer. 2020-06-10 12:34:58 CEST. --
juin 10 12:33:35 pierre kernel: Linux version 5.7.0-gnu (rms@mit-oz) (gcc version 9.3.0 (GCC), GNU ld (GNU Binutils) 2.34) #1.0 SMP Tue Sep 27 12:35:59 EST 1983
juin 10 12:33:35 pierre kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.7.0-gnu root=UUID=ada66a88-f2df-407e-9b0f-9dd4bcb75815 ro quiet splash
juin 10 12:33:35 pierre kernel: KERNEL supported cpus:
juin 10 12:33:35 pierre kernel: Intel GenuineIntel
juin 10 12:33:35 pierre kernel: AMD AuthenticAMD
juin 10 12:33:35 pierre kernel: Hygon HygonGenuine
juin 10 12:33:35 pierre kernel: Centaur CentaurHauls
juin 10 12:33:35 pierre kernel: zhaoxin Shanghai
juin 10 12:33:35 pierre kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
juin 10 12:33:35 pierre kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
juin 10 12:33:35 pierre kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
juin 10 12:33:35 pierre kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
juin 10 12:33:35 pierre kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
juin 10 12:33:35 pierre kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
juin 10 12:33:35 pierre kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
juin 10 12:33:35 pierre kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
juin 10 12:33:35 pierre kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
juin 10 12:33:35 pierre kernel: BIOS-provided physical RAM map:
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000030428fff] usable
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000030429000-0x0000000030429fff] ACPI NVS
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x000000003042a000-0x000000003042afff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x000000003042b000-0x0000000038c14fff] usable
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000038c15000-0x000000003907cfff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x000000003907d000-0x00000000391ebfff] usable
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000391ec000-0x00000000395b4fff] ACPI NVS
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000395b5000-0x0000000039efefff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000039eff000-0x0000000039efffff] usable
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000039f00000-0x000000003f7fffff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
juin 10 12:33:35 pierre kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008be7fffff] usable
juin 10 12:33:35 pierre kernel: NX (Execute Disable) protection: active
juin 10 12:33:35 pierre kernel: SMBIOS 3.1.1 present.
juin 10 12:33:35 pierre kernel: DMI: Gigabyte Technology Co., Ltd. Z390 UD/Z390 UD, BIOS F9 10/15/2019
juin 10 12:33:35 pierre kernel: tsc: Detected 3600.000 MHz processor
juin 10 12:33:35 pierre kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
juin 10 12:33:35 pierre kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
juin 10 12:33:35 pierre kernel: last_pfn = 0x8be800 max_arch_pfn = 0x400000000
juin 10 12:33:35 pierre kernel: MTRR default type: write-back
juin 10 12:33:35 pierre kernel: MTRR fixed ranges enabled:
juin 10 12:33:35 pierre kernel: 00000-9FFFF write-back
juin 10 12:33:35 pierre kernel: A0000-BFFFF uncachable
juin 10 12:33:35 pierre kernel: C0000-FFFFF write-protect
juin 10 12:33:35 pierre kernel: MTRR variable ranges enabled:
juin 10 12:33:35 pierre kernel: 0 base 0080000000 mask 7F80000000 uncachable
juin 10 12:33:35 pierre kernel: 1 base 0040000000 mask 7FC0000000 uncachable
juin 10 12:33:35 pierre kernel: 2 base 003C000000 mask 7FFC000000 uncachable
juin 10 12:33:35 pierre kernel: 3 base 003B000000 mask 7FFF000000 uncachable
juin 10 12:33:35 pierre kernel: 4 disabled
juin 10 12:33:35 pierre kernel: 5 disabled
juin 10 12:33:35 pierre kernel: 6 disabled
juin 10 12:33:35 pierre kernel: 7 disabled
juin 10 12:33:35 pierre kernel: 8 disabled
juin 10 12:33:35 pierre kernel: 9 disabled
juin 10 12:33:35 pierre kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
juin 10 12:33:35 pierre kernel: last_pfn = 0x39f00 max_arch_pfn = 0x400000000
juin 10 12:33:35 pierre kernel: found SMP MP-table at [mem 0x000fcde0-0x000fcdef]
juin 10 12:33:35 pierre kernel: check: Scanning 1 areas for low memory corruption
juin 10 12:33:35 pierre kernel: Using GB pages for direct mapping
juin 10 12:33:35 pierre kernel: BRK [0x397c01000, 0x397c01fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c02000, 0x397c02fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c03000, 0x397c03fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c04000, 0x397c04fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c05000, 0x397c05fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c06000, 0x397c06fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c07000, 0x397c07fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c08000, 0x397c08fff] PGTABLE
juin 10 12:33:35 pierre kernel: BRK [0x397c09000, 0x397c09fff] PGTABLE
juin 10 12:33:35 pierre kernel: RAMDISK: [mem 0x33603000-0x35af8fff]
juin 10 12:33:35 pierre kernel: ACPI: Early table checksum verification disabled
juin 10 12:33:35 pierre kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
juin 10 12:33:35 pierre kernel: ACPI: XSDT 0x00000000395090A0 0000C4 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:33:35 pierre kernel: ACPI: FACP 0x0000000039549D80 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:33:35 pierre kernel: ACPI: DSDT 0x0000000039509200 040B80 (v02 ALASKA A M I 01072009 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: FACS 0x00000000395B4080 000040
juin 10 12:33:35 pierre kernel: ACPI: APIC 0x0000000039549E98 0000BC (v04 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:33:35 pierre kernel: ACPI: FPDT 0x0000000039549F58 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:33:35 pierre kernel: ACPI: FIDT 0x0000000039549FA0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:33:35 pierre kernel: ACPI: MCFG 0x000000003954A040 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x000000003954A080 000204 (v01 ALASKA A M I 00001000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x000000003954A288 0017D5 (v02 ALASKA A M I 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x000000003954BA60 007F8B (v01 ALASKA A M I 00000001 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x00000000395539F0 0031C7 (v02 ALASKA A M I 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: HPET 0x0000000039556BB8 000038 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x0000000039556BF0 000F9E (v02 ALASKA A M I 00001000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x0000000039557B90 002D1B (v02 ALASKA A M I 00000000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: UEFI 0x000000003955A8B0 000042 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:33:35 pierre kernel: ACPI: LPIT 0x000000003955A8F8 00005C (v01 ALASKA A M I 00000002 01000013)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x000000003955A958 0027DE (v02 ALASKA A M I 00001000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0x000000003955D138 000FFE (v02 ALASKA A M I 00000000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: DBGP 0x000000003955E138 000034 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:33:35 pierre kernel: ACPI: DBG2 0x000000003955E170 000054 (v00 ALASKA A M I 00000002 01000013)
juin 10 12:33:35 pierre kernel: ACPI: DMAR 0x000000003955E1C8 0000A8 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:33:35 pierre kernel: ACPI: WSMT 0x000000003955E270 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:33:35 pierre kernel: ACPI: Local APIC address 0xfee00000
juin 10 12:33:35 pierre kernel: No NUMA configuration found
juin 10 12:33:35 pierre kernel: Faking a node at [mem 0x0000000000000000-0x00000008be7fffff]
juin 10 12:33:35 pierre kernel: NODE_DATA(0) allocated [mem 0x8be7d6000-0x8be7fffff]
juin 10 12:33:35 pierre kernel: Zone ranges:
juin 10 12:33:35 pierre kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
juin 10 12:33:35 pierre kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
juin 10 12:33:35 pierre kernel: Normal [mem 0x0000000100000000-0x00000008be7fffff]
juin 10 12:33:35 pierre kernel: Device empty
juin 10 12:33:35 pierre kernel: Movable zone start for each node
juin 10 12:33:35 pierre kernel: Early memory node ranges
juin 10 12:33:35 pierre kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
juin 10 12:33:35 pierre kernel: node 0: [mem 0x0000000000100000-0x0000000030428fff]
juin 10 12:33:35 pierre kernel: node 0: [mem 0x000000003042b000-0x0000000038c14fff]
juin 10 12:33:35 pierre kernel: node 0: [mem 0x000000003907d000-0x00000000391ebfff]
juin 10 12:33:35 pierre kernel: node 0: [mem 0x0000000039eff000-0x0000000039efffff]
juin 10 12:33:35 pierre kernel: node 0: [mem 0x0000000100000000-0x00000008be7fffff]
juin 10 12:33:35 pierre kernel: Zeroed struct page in unavailable ranges: 35553 pages
juin 10 12:33:35 pierre kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000008be7fffff]
juin 10 12:33:35 pierre kernel: On node 0 totalpages: 8353055
juin 10 12:33:35 pierre kernel: DMA zone: 64 pages used for memmap
juin 10 12:33:35 pierre kernel: DMA zone: 21 pages reserved
juin 10 12:33:35 pierre kernel: DMA zone: 3996 pages, LIFO batch:0
juin 10 12:33:35 pierre kernel: DMA32 zone: 3575 pages used for memmap
juin 10 12:33:35 pierre kernel: DMA32 zone: 228739 pages, LIFO batch:63
juin 10 12:33:35 pierre kernel: Normal zone: 126880 pages used for memmap
juin 10 12:33:35 pierre kernel: Normal zone: 8120320 pages, LIFO batch:63
juin 10 12:33:35 pierre kernel: Reserving Intel graphics memory at [mem 0x3b800000-0x3f7fffff]
juin 10 12:33:35 pierre kernel: ACPI: PM-Timer IO Port: 0x1808
juin 10 12:33:35 pierre kernel: ACPI: Local APIC address 0xfee00000
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
juin 10 12:33:35 pierre kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
juin 10 12:33:35 pierre kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
juin 10 12:33:35 pierre kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
juin 10 12:33:35 pierre kernel: ACPI: IRQ0 used by override.
juin 10 12:33:35 pierre kernel: ACPI: IRQ9 used by override.
juin 10 12:33:35 pierre kernel: Using ACPI (MADT) for SMP configuration information
juin 10 12:33:35 pierre kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
juin 10 12:33:35 pierre kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x30429000-0x30429fff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x3042a000-0x3042afff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x38c15000-0x3907cfff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x391ec000-0x395b4fff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x395b5000-0x39efefff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x39f00000-0x3f7fffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x3f800000-0xdfffffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
juin 10 12:33:35 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
juin 10 12:33:35 pierre kernel: [mem 0x3f800000-0xdfffffff] available for PCI devices
juin 10 12:33:35 pierre kernel: Booting paravirtualized kernel on bare hardware
juin 10 12:33:35 pierre kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
juin 10 12:33:35 pierre kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
juin 10 12:33:35 pierre kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
juin 10 12:33:35 pierre kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
juin 10 12:33:35 pierre kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
juin 10 12:33:35 pierre kernel: Built 1 zonelists, mobility grouping on. Total pages: 8222515
juin 10 12:33:35 pierre kernel: Policy zone: Normal
juin 10 12:33:35 pierre kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.7.0-gnu root=UUID=ada66a88-f2df-407e-9b0f-9dd4bcb75815 ro quiet splash
juin 10 12:33:35 pierre kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
juin 10 12:33:35 pierre kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
juin 10 12:33:35 pierre kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
juin 10 12:33:35 pierre kernel: Memory: 32700048K/33412220K available (14339K kernel code, 2536K rwdata, 5024K rodata, 2616K init, 4948K bss, 712172K reserved, 0K cma-reserved)
juin 10 12:33:35 pierre kernel: random: get_random_u64 called from __kmem_cache_create+0x42/0x540 with crng_init=0
juin 10 12:33:35 pierre kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
juin 10 12:33:35 pierre kernel: ftrace: allocating 45145 entries in 177 pages
juin 10 12:33:35 pierre kernel: ftrace: allocated 177 pages with 4 groups
juin 10 12:33:35 pierre kernel: rcu: Hierarchical RCU implementation.
juin 10 12:33:35 pierre kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
juin 10 12:33:35 pierre kernel: Tasks RCU enabled.
juin 10 12:33:35 pierre kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
juin 10 12:33:35 pierre kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
juin 10 12:33:35 pierre kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
juin 10 12:33:35 pierre kernel: random: crng done (trusting CPU's manufacturer)
juin 10 12:33:35 pierre kernel: Console: colour VGA+ 80x25
juin 10 12:33:35 pierre kernel: printk: console [tty0] enabled
juin 10 12:33:35 pierre kernel: ACPI: Core revision 20200326
juin 10 12:33:35 pierre kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
juin 10 12:33:35 pierre kernel: APIC: Switch to symmetric I/O mode setup
juin 10 12:33:35 pierre kernel: DMAR: Host address width 39
juin 10 12:33:35 pierre kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
juin 10 12:33:35 pierre kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
juin 10 12:33:35 pierre kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
juin 10 12:33:35 pierre kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
juin 10 12:33:35 pierre kernel: DMAR: RMRR base: 0x000000399d4000 end: 0x00000039c1dfff
juin 10 12:33:35 pierre kernel: DMAR: RMRR base: 0x0000003b000000 end: 0x0000003f7fffff
juin 10 12:33:35 pierre kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
juin 10 12:33:35 pierre kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
juin 10 12:33:35 pierre kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
juin 10 12:33:35 pierre kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
juin 10 12:33:35 pierre kernel: x2apic enabled
juin 10 12:33:35 pierre kernel: Switched APIC routing to cluster x2apic.
juin 10 12:33:35 pierre kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
juin 10 12:33:35 pierre kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
juin 10 12:33:35 pierre kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=14400000)
juin 10 12:33:35 pierre kernel: pid_max: default: 32768 minimum: 301
juin 10 12:33:35 pierre kernel: LSM: Security Framework initializing
juin 10 12:33:35 pierre kernel: Yama: becoming mindful.
juin 10 12:33:35 pierre kernel: AppArmor: AppArmor initialized
juin 10 12:33:35 pierre kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
juin 10 12:33:35 pierre kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
juin 10 12:33:35 pierre kernel: mce: CPU0: Thermal monitoring enabled (TM1)
juin 10 12:33:35 pierre kernel: process: using mwait in idle threads
juin 10 12:33:35 pierre kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
juin 10 12:33:35 pierre kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
juin 10 12:33:35 pierre kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
juin 10 12:33:35 pierre kernel: Spectre V2 : Mitigation: Enhanced IBRS
juin 10 12:33:35 pierre kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
juin 10 12:33:35 pierre kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
juin 10 12:33:35 pierre kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
juin 10 12:33:35 pierre kernel: TAA: Vulnerable: Clear CPU buffers attempted, no microcode
juin 10 12:33:35 pierre kernel: Freeing SMP alternatives memory: 40K
juin 10 12:33:35 pierre kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
juin 10 12:33:35 pierre kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
juin 10 12:33:35 pierre kernel: ... version: 4
juin 10 12:33:35 pierre kernel: ... bit width: 48
juin 10 12:33:35 pierre kernel: ... generic registers: 8
juin 10 12:33:35 pierre kernel: ... value mask: 0000ffffffffffff
juin 10 12:33:35 pierre kernel: ... max period: 00007fffffffffff
juin 10 12:33:35 pierre kernel: ... fixed-purpose events: 3
juin 10 12:33:35 pierre kernel: ... event mask: 00000007000000ff
juin 10 12:33:35 pierre kernel: rcu: Hierarchical SRCU implementation.
juin 10 12:33:35 pierre kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
juin 10 12:33:35 pierre kernel: smp: Bringing up secondary CPUs ...
juin 10 12:33:35 pierre kernel: x86: Booting SMP configuration:
juin 10 12:33:35 pierre kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
juin 10 12:33:35 pierre kernel: smp: Brought up 1 node, 8 CPUs
juin 10 12:33:35 pierre kernel: smpboot: Max logical packages: 1
juin 10 12:33:35 pierre kernel: smpboot: Total of 8 processors activated (57600.00 BogoMIPS)
juin 10 12:33:35 pierre kernel: devtmpfs: initialized
juin 10 12:33:35 pierre kernel: x86/mm: Memory block size: 128MB
juin 10 12:33:35 pierre kernel: PM: Registering ACPI NVS region [mem 0x30429000-0x30429fff] (4096 bytes)
juin 10 12:33:35 pierre kernel: PM: Registering ACPI NVS region [mem 0x391ec000-0x395b4fff] (3969024 bytes)
juin 10 12:33:35 pierre kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
juin 10 12:33:35 pierre kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
juin 10 12:33:35 pierre kernel: pinctrl core: initialized pinctrl subsystem
juin 10 12:33:35 pierre kernel: PM: RTC time: 10:33:30, date: 2020-06-10
juin 10 12:33:35 pierre kernel: thermal_sys: Registered thermal governor 'fair_share'
juin 10 12:33:35 pierre kernel: thermal_sys: Registered thermal governor 'bang_bang'
juin 10 12:33:35 pierre kernel: thermal_sys: Registered thermal governor 'step_wise'
juin 10 12:33:35 pierre kernel: thermal_sys: Registered thermal governor 'user_space'
juin 10 12:33:35 pierre kernel: NET: Registered protocol family 16
juin 10 12:33:35 pierre kernel: audit: initializing netlink subsys (disabled)
juin 10 12:33:35 pierre kernel: audit: type=2000 audit(1591785210.028:1): state=initialized audit_enabled=0 res=1
juin 10 12:33:35 pierre kernel: EISA bus registered
juin 10 12:33:35 pierre kernel: cpuidle: using governor ladder
juin 10 12:33:35 pierre kernel: cpuidle: using governor menu
juin 10 12:33:35 pierre kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
juin 10 12:33:35 pierre kernel: ACPI: bus type PCI registered
juin 10 12:33:35 pierre kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
juin 10 12:33:35 pierre kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
juin 10 12:33:35 pierre kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
juin 10 12:33:35 pierre kernel: PCI: Using configuration type 1 for base access
juin 10 12:33:35 pierre kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
juin 10 12:33:35 pierre kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(Module Device)
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(Processor Device)
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(Processor Aggregator Device)
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(Linux-Dell-Video)
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
juin 10 12:33:35 pierre kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
juin 10 12:33:35 pierre kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155A34A000 00078C (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155A039000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155A0B4400 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155A34D800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155B06E000 000EF1 (v02 PmRef ApIst 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155A03B800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:33:35 pierre kernel: ACPI: SSDT 0xFFFF9D155A03C400 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
juin 10 12:33:35 pierre kernel: ACPI: Interpreter enabled
juin 10 12:33:35 pierre kernel: ACPI: (supports S0 S3 S4 S5)
juin 10 12:33:35 pierre kernel: ACPI: Using IOAPIC for interrupt routing
juin 10 12:33:35 pierre kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
juin 10 12:33:35 pierre kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [USBC] (on)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [V0PR] (on)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [V1PR] (on)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [V2PR] (on)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [WRST] (on)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [FN00] (off)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [FN01] (off)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [FN02] (off)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [FN03] (off)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [FN04] (off)
juin 10 12:33:35 pierre kernel: ACPI: Power Resource [PIN] (off)
juin 10 12:33:35 pierre kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
juin 10 12:33:35 pierre kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
juin 10 12:33:35 pierre kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
juin 10 12:33:35 pierre kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
juin 10 12:33:35 pierre kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
juin 10 12:33:35 pierre kernel: PCI host bridge to bus 0000:00
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: root bus resource [mem 0x3f800000-0xdfffffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
juin 10 12:33:35 pierre kernel: pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: [8086:3e98] type 00 class 0x030000
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: reg 0x10: [mem 0x50000000-0x50ffffff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff 64bit pref]
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
juin 10 12:33:35 pierre kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
juin 10 12:33:35 pierre kernel: pci 0000:00:12.0: reg 0x10: [mem 0x5131d000-0x5131dfff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
juin 10 12:33:35 pierre kernel: pci 0000:00:14.0: reg 0x10: [mem 0x51300000-0x5130ffff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
juin 10 12:33:35 pierre kernel: pci 0000:00:14.2: reg 0x10: [mem 0x51316000-0x51317fff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:14.2: reg 0x18: [mem 0x5131c000-0x5131cfff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
juin 10 12:33:35 pierre kernel: pci 0000:00:16.0: reg 0x10: [mem 0x5131b000-0x5131bfff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:16.0: PME# supported from D3hot
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: reg 0x10: [mem 0x51314000-0x51315fff]
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: reg 0x14: [mem 0x5131a000-0x5131a0ff]
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: reg 0x24: [mem 0x51319000-0x513197ff]
juin 10 12:33:35 pierre kernel: pci 0000:00:17.0: PME# supported from D3hot
juin 10 12:33:35 pierre kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
juin 10 12:33:35 pierre kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: [8086:a33a] type 01 class 0x060400
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x51310000-0x51313fff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x51000000-0x510fffff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x51318000-0x513180ff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
juin 10 12:33:35 pierre kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
juin 10 12:33:35 pierre kernel: acpiphp: Slot [1] registered
juin 10 12:33:35 pierre kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
juin 10 12:33:35 pierre kernel: acpiphp: Slot [1-1] registered
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
juin 10 12:33:35 pierre kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
juin 10 12:33:35 pierre kernel: pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff]
juin 10 12:33:35 pierre kernel: pci 0000:03:00.0: reg 0x18: [mem 0x51204000-0x51204fff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:03:00.0: reg 0x20: [mem 0x51200000-0x51203fff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:03:00.0: supports D1 D2
juin 10 12:33:35 pierre kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: bridge window [mem 0x51200000-0x512fffff]
juin 10 12:33:35 pierre kernel: pci 0000:04:00.0: [1987:5012] type 00 class 0x010802
juin 10 12:33:35 pierre kernel: pci 0000:04:00.0: reg 0x10: [mem 0x51100000-0x51103fff 64bit]
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: bridge window [mem 0x51100000-0x511fffff]
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
juin 10 12:33:35 pierre kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
juin 10 12:33:35 pierre kernel: iommu: Default domain type: Translated
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: vgaarb: bridge control possible
juin 10 12:33:35 pierre kernel: vgaarb: loaded
juin 10 12:33:35 pierre kernel: SCSI subsystem initialized
juin 10 12:33:35 pierre kernel: libata version 3.00 loaded.
juin 10 12:33:35 pierre kernel: ACPI: bus type USB registered
juin 10 12:33:35 pierre kernel: usbcore: registered new interface driver usbfs
juin 10 12:33:35 pierre kernel: usbcore: registered new interface driver hub
juin 10 12:33:35 pierre kernel: usbcore: registered new device driver usb
juin 10 12:33:35 pierre kernel: pps_core: LinuxPPS API ver. 1 registered
juin 10 12:33:35 pierre kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <name at domain>
juin 10 12:33:35 pierre kernel: PTP clock support registered
juin 10 12:33:35 pierre kernel: EDAC MC: Ver: 3.0.0
juin 10 12:33:35 pierre kernel: PCI: Using ACPI for IRQ routing
juin 10 12:33:35 pierre kernel: PCI: pci_cache_line_size set to 64 bytes
juin 10 12:33:35 pierre kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
juin 10 12:33:35 pierre kernel: e820: reserve RAM buffer [mem 0x30429000-0x33ffffff]
juin 10 12:33:35 pierre kernel: e820: reserve RAM buffer [mem 0x38c15000-0x3bffffff]
juin 10 12:33:35 pierre kernel: e820: reserve RAM buffer [mem 0x391ec000-0x3bffffff]
juin 10 12:33:35 pierre kernel: e820: reserve RAM buffer [mem 0x39f00000-0x3bffffff]
juin 10 12:33:35 pierre kernel: e820: reserve RAM buffer [mem 0x8be800000-0x8bfffffff]
juin 10 12:33:35 pierre kernel: NetLabel: Initializing
juin 10 12:33:35 pierre kernel: NetLabel: domain hash size = 128
juin 10 12:33:35 pierre kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
juin 10 12:33:35 pierre kernel: NetLabel: unlabeled traffic allowed by default
juin 10 12:33:35 pierre kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
juin 10 12:33:35 pierre kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
juin 10 12:33:35 pierre kernel: clocksource: Switched to clocksource tsc-early
juin 10 12:33:35 pierre kernel: VFS: Disk quotas dquot_6.6.0
juin 10 12:33:35 pierre kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
juin 10 12:33:35 pierre kernel: AppArmor: AppArmor Filesystem Enabled
juin 10 12:33:35 pierre kernel: pnp: PnP ACPI init
juin 10 12:33:35 pierre kernel: system 00:00: [io 0x0a00-0x0a2f] has been reserved
juin 10 12:33:35 pierre kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
juin 10 12:33:35 pierre kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
juin 10 12:33:35 pierre kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:33:35 pierre kernel: pnp 00:01: [dma 0 disabled]
juin 10 12:33:35 pierre kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
juin 10 12:33:35 pierre kernel: system 00:02: [io 0x0680-0x069f] has been reserved
juin 10 12:33:35 pierre kernel: system 00:02: [io 0x164e-0x164f] has been reserved
juin 10 12:33:35 pierre kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:33:35 pierre kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
juin 10 12:33:35 pierre kernel: system 00:04: [io 0x1854-0x1857] has been reserved
juin 10 12:33:35 pierre kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
juin 10 12:33:35 pierre kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:33:35 pierre kernel: system 00:06: [io 0x1800-0x18fe] could not be reserved
juin 10 12:33:35 pierre kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
juin 10 12:33:35 pierre kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
juin 10 12:33:35 pierre kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:33:35 pierre kernel: system 00:07: [io 0x2000-0x20fe] has been reserved
juin 10 12:33:35 pierre kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:33:35 pierre kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:33:35 pierre kernel: pnp: PnP ACPI: found 9 devices
juin 10 12:33:35 pierre kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
juin 10 12:33:35 pierre kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
juin 10 12:33:35 pierre kernel: pci 0000:00:1c.2: bridge window [mem 0x51200000-0x512fffff]
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
juin 10 12:33:35 pierre kernel: pci 0000:00:1d.0: bridge window [mem 0x51100000-0x511fffff]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: resource 7 [mem 0x3f800000-0xdfffffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
juin 10 12:33:35 pierre kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
juin 10 12:33:35 pierre kernel: pci_bus 0000:03: resource 1 [mem 0x51200000-0x512fffff]
juin 10 12:33:35 pierre kernel: pci_bus 0000:04: resource 1 [mem 0x51100000-0x511fffff]
juin 10 12:33:35 pierre kernel: NET: Registered protocol family 2
juin 10 12:33:35 pierre kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
juin 10 12:33:35 pierre kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
juin 10 12:33:35 pierre kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
juin 10 12:33:35 pierre kernel: TCP: Hash tables configured (established 262144 bind 65536)
juin 10 12:33:35 pierre kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
juin 10 12:33:35 pierre kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
juin 10 12:33:35 pierre kernel: NET: Registered protocol family 1
juin 10 12:33:35 pierre kernel: NET: Registered protocol family 44
juin 10 12:33:35 pierre kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
juin 10 12:33:35 pierre kernel: pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x662 took 67652 usecs
juin 10 12:33:35 pierre kernel: PCI: CLS 64 bytes, default 64
juin 10 12:33:35 pierre kernel: Trying to unpack rootfs image as initramfs...
juin 10 12:33:35 pierre kernel: Freeing initrd memory: 37848K
juin 10 12:33:35 pierre kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
juin 10 12:33:35 pierre kernel: software IO TLB: mapped [mem 0x2c429000-0x30429000] (64MB)
juin 10 12:33:35 pierre kernel: check: Scanning for low memory corruption every 60 seconds
juin 10 12:33:35 pierre kernel: Initialise system trusted keyrings
juin 10 12:33:35 pierre kernel: Key type blacklist registered
juin 10 12:33:35 pierre kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
juin 10 12:33:35 pierre kernel: zbud: loaded
juin 10 12:33:35 pierre kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
juin 10 12:33:35 pierre kernel: fuse: init (API version 7.31)
juin 10 12:33:35 pierre kernel: integrity: Platform Keyring initialized
juin 10 12:33:35 pierre kernel: Key type asymmetric registered
juin 10 12:33:35 pierre kernel: Asymmetric key parser 'x509' registered
juin 10 12:33:35 pierre kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
juin 10 12:33:35 pierre kernel: io scheduler mq-deadline registered
juin 10 12:33:35 pierre kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 124
juin 10 12:33:35 pierre kernel: pcieport 0000:00:1c.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
juin 10 12:33:35 pierre kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
juin 10 12:33:35 pierre kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
juin 10 12:33:35 pierre kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
juin 10 12:33:35 pierre kernel: intel_idle: MWAIT substates: 0x11142120
juin 10 12:33:35 pierre kernel: intel_idle: v0.5.1 model 0x9E
juin 10 12:33:35 pierre kernel: intel_idle: Local APIC timer is reliable in all C-states
juin 10 12:33:35 pierre kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
juin 10 12:33:35 pierre kernel: ACPI: Sleep Button [SLPB]
juin 10 12:33:35 pierre kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
juin 10 12:33:35 pierre kernel: ACPI: Power Button [PWRB]
juin 10 12:33:35 pierre kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
juin 10 12:33:35 pierre kernel: ACPI: Power Button [PWRF]
juin 10 12:33:35 pierre kernel: tsc: Refined TSC clocksource calibration: 3599.992 MHz
juin 10 12:33:35 pierre kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e44bc06cb, max_idle_ns: 440795255742 ns
juin 10 12:33:35 pierre kernel: clocksource: Switched to clocksource tsc
juin 10 12:33:35 pierre kernel: ACPI: Invalid passive threshold
juin 10 12:33:35 pierre kernel: thermal LNXTHERM:00: registered as thermal_zone0
juin 10 12:33:35 pierre kernel: ACPI: Thermal Zone [TZ10] (17 C)
juin 10 12:33:35 pierre kernel: thermal LNXTHERM:01: registered as thermal_zone1
juin 10 12:33:35 pierre kernel: ACPI: Thermal Zone [TZ00] (28 C)
juin 10 12:33:35 pierre kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
juin 10 12:33:35 pierre kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
juin 10 12:33:35 pierre kernel: Linux agpgart interface v0.103
juin 10 12:33:35 pierre kernel: loop: module loaded
juin 10 12:33:35 pierre kernel: libphy: Fixed MDIO Bus: probed
juin 10 12:33:35 pierre kernel: tun: Universal TUN/TAP device driver, 1.6
juin 10 12:33:35 pierre kernel: PPP generic driver version 2.4.2
juin 10 12:33:35 pierre kernel: VFIO - User Level meta-driver version: 0.3
juin 10 12:33:35 pierre kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
juin 10 12:33:35 pierre kernel: ehci-pci: EHCI PCI platform driver
juin 10 12:33:35 pierre kernel: ehci-platform: EHCI generic platform driver
juin 10 12:33:35 pierre kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
juin 10 12:33:35 pierre kernel: ohci-pci: OHCI PCI platform driver
juin 10 12:33:35 pierre kernel: ohci-platform: OHCI generic platform driver
juin 10 12:33:35 pierre kernel: uhci_hcd: USB Universal Host Controller Interface driver
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
juin 10 12:33:35 pierre kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
juin 10 12:33:35 pierre kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
juin 10 12:33:35 pierre kernel: usb usb1: Product: xHCI Host Controller
juin 10 12:33:35 pierre kernel: usb usb1: Manufacturer: Linux 5.7.0-gnu xhci-hcd
juin 10 12:33:35 pierre kernel: usb usb1: SerialNumber: 0000:00:14.0
juin 10 12:33:35 pierre kernel: hub 1-0:1.0: USB hub found
juin 10 12:33:35 pierre kernel: hub 1-0:1.0: 16 ports detected
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
juin 10 12:33:35 pierre kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
juin 10 12:33:35 pierre kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
juin 10 12:33:35 pierre kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
juin 10 12:33:35 pierre kernel: usb usb2: Product: xHCI Host Controller
juin 10 12:33:35 pierre kernel: usb usb2: Manufacturer: Linux 5.7.0-gnu xhci-hcd
juin 10 12:33:35 pierre kernel: usb usb2: SerialNumber: 0000:00:14.0
juin 10 12:33:35 pierre kernel: hub 2-0:1.0: USB hub found
juin 10 12:33:35 pierre kernel: hub 2-0:1.0: 10 ports detected
juin 10 12:33:35 pierre kernel: i8042: PNP: No PS/2 controller found.
juin 10 12:33:35 pierre kernel: mousedev: PS/2 mouse device common for all mice
juin 10 12:33:35 pierre kernel: rtc_cmos 00:03: RTC can wake from S4
juin 10 12:33:35 pierre kernel: rtc_cmos 00:03: registered as rtc0
juin 10 12:33:35 pierre kernel: rtc_cmos 00:03: setting system clock to 2020-06-10T10:33:33 UTC (1591785213)
juin 10 12:33:35 pierre kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
juin 10 12:33:35 pierre kernel: i2c /dev entries driver
juin 10 12:33:35 pierre kernel: device-mapper: uevent: version 1.0.3
juin 10 12:33:35 pierre kernel: device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: name at domain
juin 10 12:33:35 pierre kernel: platform eisa.0: Probing EISA bus 0
juin 10 12:33:35 pierre kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
juin 10 12:33:35 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
juin 10 12:33:35 pierre kernel: platform eisa.0: EISA: Detected 0 cards
juin 10 12:33:35 pierre kernel: intel_pstate: Intel P-state driver initializing
juin 10 12:33:35 pierre kernel: intel_pstate: HWP enabled
juin 10 12:33:35 pierre kernel: ledtrig-cpu: registered to indicate activity on CPUs
juin 10 12:33:35 pierre kernel: intel_pmc_core INT33A1:00: initialized
juin 10 12:33:35 pierre kernel: drop_monitor: Initializing network drop monitor service
juin 10 12:33:35 pierre kernel: NET: Registered protocol family 10
juin 10 12:33:35 pierre kernel: Segment Routing with IPv6
juin 10 12:33:35 pierre kernel: NET: Registered protocol family 17
juin 10 12:33:35 pierre kernel: Key type dns_resolver registered
juin 10 12:33:35 pierre kernel: RAS: Correctable Errors collector initialized.
juin 10 12:33:35 pierre kernel: microcode: sig=0x906ed, pf=0x2, revision=0xb8
juin 10 12:33:35 pierre kernel: microcode: Microcode Update Driver: v2.2.
juin 10 12:33:35 pierre kernel: IPI shorthand broadcast: enabled
juin 10 12:33:35 pierre kernel: sched_clock: Marking stable (3351768675, 2901147)->(3357673030, -3003208)
juin 10 12:33:35 pierre kernel: registered taskstats version 1
juin 10 12:33:35 pierre kernel: Loading compiled-in X.509 certificates
juin 10 12:33:35 pierre kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 632c8c6d4f607d01647265c00f62d36ea0d77ce5'
juin 10 12:33:35 pierre kernel: zswap: loaded using pool lzo/zbud
juin 10 12:33:35 pierre kernel: Key type ._fscrypt registered
juin 10 12:33:35 pierre kernel: Key type .fscrypt registered
juin 10 12:33:35 pierre kernel: Key type fscrypt-provisioning registered
juin 10 12:33:35 pierre kernel: Key type big_key registered
juin 10 12:33:35 pierre kernel: Key type encrypted registered
juin 10 12:33:35 pierre kernel: AppArmor: AppArmor sha1 policy hashing enabled
juin 10 12:33:35 pierre kernel: ima: No TPM chip found, activating TPM-bypass!
juin 10 12:33:35 pierre kernel: ima: Allocated hash algorithm: sha1
juin 10 12:33:35 pierre kernel: ima: No architecture policies found
juin 10 12:33:35 pierre kernel: evm: Initialising EVM extended attributes:
juin 10 12:33:35 pierre kernel: evm: security.selinux
juin 10 12:33:35 pierre kernel: evm: security.SMACK64
juin 10 12:33:35 pierre kernel: evm: security.SMACK64EXEC
juin 10 12:33:35 pierre kernel: evm: security.SMACK64TRANSMUTE
juin 10 12:33:35 pierre kernel: evm: security.SMACK64MMAP
juin 10 12:33:35 pierre kernel: evm: security.apparmor
juin 10 12:33:35 pierre kernel: evm: security.ima
juin 10 12:33:35 pierre kernel: evm: security.capability
juin 10 12:33:35 pierre kernel: evm: HMAC attrs: 0x1
juin 10 12:33:35 pierre kernel: PM: Magic number: 8:838:577
juin 10 12:33:35 pierre kernel: Freeing unused decrypted memory: 2040K
juin 10 12:33:35 pierre kernel: Freeing unused kernel image (initmem) memory: 2616K
juin 10 12:33:35 pierre kernel: Write protecting the kernel read-only data: 22528k
juin 10 12:33:35 pierre kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
juin 10 12:33:35 pierre kernel: Freeing unused kernel image (rodata/data gap) memory: 1120K
juin 10 12:33:35 pierre kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
juin 10 12:33:35 pierre kernel: Run /init as init process
juin 10 12:33:35 pierre kernel: with arguments:
juin 10 12:33:35 pierre kernel: /init
juin 10 12:33:35 pierre kernel: splash
juin 10 12:33:35 pierre kernel: with environment:
juin 10 12:33:35 pierre kernel: HOME=/
juin 10 12:33:35 pierre kernel: TERM=linux
juin 10 12:33:35 pierre kernel: BOOT_IMAGE=/boot/vmlinuz-5.7.0-gnu
juin 10 12:33:35 pierre kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 10 12:33:35 pierre kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 10 12:33:35 pierre kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
juin 10 12:33:35 pierre kernel: nvme nvme0: pci function 0000:04:00.0
juin 10 12:33:35 pierre kernel: ahci 0000:00:17.0: version 3.0
juin 10 12:33:35 pierre kernel: nvme nvme0: missing or invalid SUBNQN field.
juin 10 12:33:35 pierre kernel: nvme nvme0: Shutdown timeout set to 10 seconds
juin 10 12:33:35 pierre kernel: nvme nvme0: 8/0/0 default/read/poll queues
juin 10 12:33:35 pierre kernel: nvme0n1: p1 p2 p3 < p5 p6 >
juin 10 12:33:35 pierre kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
juin 10 12:33:35 pierre kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst
juin 10 12:33:35 pierre kernel: libphy: r8169: probed
juin 10 12:33:35 pierre kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, b4:2e:99:de:70:12, XID 541, IRQ 137
juin 10 12:33:35 pierre kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
juin 10 12:33:35 pierre kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
juin 10 12:33:35 pierre kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
juin 10 12:33:35 pierre kernel: Console: switching to colour dummy device 80x25
juin 10 12:33:35 pierre kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
juin 10 12:33:35 pierre kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
juin 10 12:33:35 pierre kernel: 0000:00:02.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 10 12:33:35 pierre kernel: i915 0000:00:02.0: [drm] Failed to load DMC firmware /*(DEBLOBBED)*/. Disabling runtime power management.
juin 10 12:33:35 pierre kernel: i915 0000:00:02.0: [drm] DMC firmware homepage: /*(DEBLOBBED)*/
juin 10 12:33:35 pierre kernel: scsi host0: ahci
juin 10 12:33:35 pierre kernel: scsi host1: ahci
juin 10 12:33:35 pierre kernel: scsi host2: ahci
juin 10 12:33:35 pierre kernel: scsi host3: ahci
juin 10 12:33:35 pierre kernel: scsi host4: ahci
juin 10 12:33:35 pierre kernel: scsi host5: ahci
juin 10 12:33:35 pierre kernel: ata1: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319100 irq 128
juin 10 12:33:35 pierre kernel: ata2: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319180 irq 128
juin 10 12:33:35 pierre kernel: ata3: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319200 irq 128
juin 10 12:33:35 pierre kernel: ata4: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319280 irq 128
juin 10 12:33:35 pierre kernel: ata5: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319300 irq 128
juin 10 12:33:35 pierre kernel: ata6: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319380 irq 128
juin 10 12:33:35 pierre kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
juin 10 12:33:35 pierre kernel: i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
juin 10 12:33:35 pierre kernel: [drm] Initialized i915 1.6.0 20200313 for 0000:00:02.0 on minor 0
juin 10 12:33:35 pierre kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
juin 10 12:33:35 pierre kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
juin 10 12:33:35 pierre kernel: fbcon: i915drmfb (fb0) is primary device
juin 10 12:33:35 pierre kernel: Console: switching to colour frame buffer device 240x67
juin 10 12:33:35 pierre kernel: ata4: SATA link down (SStatus 4 SControl 300)
juin 10 12:33:35 pierre kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
juin 10 12:33:35 pierre kernel: ata5: SATA link down (SStatus 4 SControl 300)
juin 10 12:33:35 pierre kernel: ata2: SATA link down (SStatus 4 SControl 300)
juin 10 12:33:35 pierre kernel: ata6: SATA link down (SStatus 4 SControl 300)
juin 10 12:33:35 pierre kernel: ata3: SATA link down (SStatus 4 SControl 300)
juin 10 12:33:35 pierre kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
juin 10 12:33:35 pierre kernel: usb 1-4: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
juin 10 12:33:35 pierre kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
juin 10 12:33:35 pierre kernel: usb 1-4: Product: USB 2.0 Hub
juin 10 12:33:35 pierre kernel: hub 1-4:1.0: USB hub found
juin 10 12:33:35 pierre kernel: hub 1-4:1.0: 4 ports detected
juin 10 12:33:35 pierre kernel: ata1.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
juin 10 12:33:35 pierre kernel: ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
juin 10 12:33:35 pierre kernel: ata1.00: configured for UDMA/133
juin 10 12:33:35 pierre kernel: scsi 0:0:0:0: Direct-Access ATA ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: [sda] Write Protect is off
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
juin 10 12:33:35 pierre kernel: sda: sda1
juin 10 12:33:35 pierre kernel: sd 0:0:0:0: [sda] Attached SCSI disk
juin 10 12:33:35 pierre kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
juin 10 12:33:35 pierre kernel: usb 1-6: New USB device found, idVendor=059f, idProduct=102a, bcdDevice= 1.00
juin 10 12:33:35 pierre kernel: usb 1-6: New USB device strings: Mfr=10, Product=11, SerialNumber=5
juin 10 12:33:35 pierre kernel: usb 1-6: Product: LaCie Device
juin 10 12:33:35 pierre kernel: usb 1-6: Manufacturer: LaCie
juin 10 12:33:35 pierre kernel: usb 1-6: SerialNumber: 9213CA974
juin 10 12:33:35 pierre kernel: usb-storage 1-6:1.0: USB Mass Storage device detected
juin 10 12:33:35 pierre kernel: scsi host6: usb-storage 1-6:1.0
juin 10 12:33:35 pierre kernel: usbcore: registered new interface driver usb-storage
juin 10 12:33:35 pierre kernel: usbcore: registered new interface driver uas
juin 10 12:33:35 pierre kernel: raid6: avx2x4 gen() 54314 MB/s
juin 10 12:33:35 pierre kernel: raid6: avx2x4 xor() 24180 MB/s
juin 10 12:33:35 pierre kernel: raid6: avx2x2 gen() 56331 MB/s
juin 10 12:33:35 pierre kernel: usb 1-4.1: new full-speed USB device number 4 using xhci_hcd
juin 10 12:33:35 pierre kernel: raid6: avx2x2 xor() 33572 MB/s
juin 10 12:33:35 pierre kernel: raid6: avx2x1 gen() 47809 MB/s
juin 10 12:33:35 pierre kernel: raid6: avx2x1 xor() 28152 MB/s
juin 10 12:33:35 pierre kernel: usb 1-4.1: New USB device found, idVendor=1631, idProduct=5400, bcdDevice= 0.03
juin 10 12:33:35 pierre kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 12:33:35 pierre kernel: usb 1-4.1: Product: USB Keyboard
juin 10 12:33:35 pierre kernel: usb 1-4.1: Manufacturer: BTC
juin 10 12:33:35 pierre kernel: hub 1-4.1:1.0: USB hub found
juin 10 12:33:35 pierre kernel: hub 1-4.1:1.0: 2 ports detected
juin 10 12:33:35 pierre kernel: raid6: sse2x4 gen() 22285 MB/s
juin 10 12:33:35 pierre kernel: raid6: sse2x4 xor() 12083 MB/s
juin 10 12:33:35 pierre kernel: usb 1-7: new high-speed USB device number 5 using xhci_hcd
juin 10 12:33:35 pierre kernel: raid6: sse2x2 gen() 23175 MB/s
juin 10 12:33:35 pierre kernel: raid6: sse2x2 xor() 13893 MB/s
juin 10 12:33:35 pierre kernel: usb 1-7: New USB device found, idVendor=059f, idProduct=101a, bcdDevice= 0.01
juin 10 12:33:35 pierre kernel: usb 1-7: New USB device strings: Mfr=10, Product=11, SerialNumber=3
juin 10 12:33:35 pierre kernel: usb 1-7: Product: LaCie Hard Drive USB
juin 10 12:33:35 pierre kernel: usb 1-7: Manufacturer: LaCie
juin 10 12:33:35 pierre kernel: usb 1-7: SerialNumber: 00E000FE2C748
juin 10 12:33:35 pierre kernel: usb-storage 1-7:1.0: USB Mass Storage device detected
juin 10 12:33:35 pierre kernel: scsi host7: usb-storage 1-7:1.0
juin 10 12:33:35 pierre kernel: raid6: sse2x1 gen() 19093 MB/s
juin 10 12:33:35 pierre kernel: raid6: sse2x1 xor() 9611 MB/s
juin 10 12:33:35 pierre kernel: raid6: using algorithm avx2x2 gen() 56331 MB/s
juin 10 12:33:35 pierre kernel: raid6: .... xor() 33572 MB/s, rmw enabled
juin 10 12:33:35 pierre kernel: raid6: using avx2x2 recovery algorithm
juin 10 12:33:35 pierre kernel: xor: automatically using best checksumming function avx
juin 10 12:33:35 pierre kernel: async_tx: api initialized (async)
juin 10 12:33:35 pierre kernel: usb 1-4.2: new full-speed USB device number 6 using xhci_hcd
juin 10 12:33:35 pierre kernel: Btrfs loaded, crc32c=crc32c-intel
juin 10 12:33:35 pierre kernel: scsi 6:0:0:0: Direct-Access TOSHIBA MQ01ABD100 AX00 PQ: 0 ANSI: 2 CCS
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: [sdb] Write Protect is off
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: [sdb] Mode Sense: 28 00 00 00
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: [sdb] No Caching mode page found
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
juin 10 12:33:35 pierre kernel: process '/bin/fstype' started with executable stack
juin 10 12:33:35 pierre kernel: EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
juin 10 12:33:35 pierre kernel: usb 1-4.2: New USB device found, idVendor=056a, idProduct=033b, bcdDevice= 1.00
juin 10 12:33:35 pierre kernel: usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 12:33:35 pierre kernel: usb 1-4.2: Product: Intuos PS
juin 10 12:33:35 pierre kernel: usb 1-4.2: Manufacturer: Wacom Co.,Ltd.
juin 10 12:33:35 pierre systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
juin 10 12:33:35 pierre systemd[1]: Detected architecture x86-64.
juin 10 12:33:35 pierre systemd[1]: Set hostname to .
juin 10 12:33:35 pierre systemd[1]: Listening on Journal Audit Socket.
juin 10 12:33:35 pierre systemd[1]: Listening on udev Control Socket.
juin 10 12:33:35 pierre systemd[1]: Listening on Device-mapper event daemon FIFOs.
juin 10 12:33:35 pierre systemd[1]: Listening on Syslog Socket.
juin 10 12:33:35 pierre systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
juin 10 12:33:35 pierre systemd[1]: Reached target Encrypted Volumes.
juin 10 12:33:35 pierre systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
juin 10 12:33:35 pierre kernel: EXT4-fs (nvme0n1p1): re-mounted. Opts: errors=remount-ro
juin 10 12:33:35 pierre kernel: lp: driver loaded but no devices found
juin 10 12:33:35 pierre kernel: ppdev: user-space parallel port driver
juin 10 12:33:35 pierre kernel: usb 1-4.1.1: new full-speed USB device number 7 using xhci_hcd
juin 10 12:33:35 pierre kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
juin 10 12:33:35 pierre kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
juin 10 12:33:35 pierre kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
juin 10 12:33:35 pierre kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
juin 10 12:33:35 pierre kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
juin 10 12:33:35 pierre kernel: cryptd: max_cpu_qlen set to 1000
juin 10 12:33:35 pierre kernel: AVX2 version of gcm_enc/dec engaged.
juin 10 12:33:35 pierre kernel: AES CTR mode by8 optimization enabled
juin 10 12:33:35 pierre kernel: usb 1-4.1.1: New USB device found, idVendor=1631, idProduct=5002, bcdDevice= 0.03
juin 10 12:33:35 pierre kernel: usb 1-4.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 12:33:35 pierre kernel: usb 1-4.1.1: Product: USB Keyboard
juin 10 12:33:35 pierre kernel: usb 1-4.1.1: Manufacturer: BTC
juin 10 12:33:35 pierre kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
juin 10 12:33:35 pierre kernel: Adding 51199996k swap on /dev/nvme0n1p5. Priority:-2 extents:1 across:51199996k SSFS
juin 10 12:33:35 pierre kernel: sdb: sdb1
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x0
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
juin 10 12:33:35 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
juin 10 12:33:35 pierre kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
juin 10 12:33:35 pierre kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
juin 10 12:33:35 pierre kernel: intel_rapl_common: Found RAPL domain package
juin 10 12:33:35 pierre kernel: intel_rapl_common: Found RAPL domain core
juin 10 12:33:35 pierre kernel: intel_rapl_common: Found RAPL domain uncore
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
juin 10 12:33:35 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
juin 10 12:33:35 pierre kernel: usb 1-4.3: new full-speed USB device number 8 using xhci_hcd
juin 10 12:33:35 pierre kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.907:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=937 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.915:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="gst_plugin_scanner" pid=932 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.927:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslogd" pid=939 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.927:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{usr/,}bin/ping" pid=941 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.935:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslog-ng" pid=940 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.943:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=947 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.959:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/dovecot/anvil" pid=959 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.959:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=934 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.963:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=934 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: audit: type=1400 audit(1591785215.967:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/irssi" pid=952 comm="apparmor_parser"
juin 10 12:33:35 pierre kernel: scsi 7:0:0:0: Direct-Access TOSHIBA HDWL110 PQ: 0 ANSI: 2 CCS
juin 10 12:33:35 pierre kernel: sd 7:0:0:0: Attached scsi generic sg2 type 0
juin 10 12:33:35 pierre kernel: sd 7:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
juin 10 12:33:35 pierre kernel: sd 7:0:0:0: [sdc] Write Protect is off
juin 10 12:33:35 pierre kernel: sd 7:0:0:0: [sdc] Mode Sense: 34 00 00 00
juin 10 12:33:35 pierre kernel: sd 7:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
juin 10 12:33:36 pierre kernel: usb 1-4.3: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
juin 10 12:33:36 pierre kernel: usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
juin 10 12:33:36 pierre kernel: usb 1-4.3: Product: Gaming Mouse G302
juin 10 12:33:36 pierre kernel: usb 1-4.3: Manufacturer: Logitech
juin 10 12:33:36 pierre kernel: usb 1-4.3: SerialNumber: 095C34653433
juin 10 12:33:36 pierre kernel: hid: raw HID events driver (C) Jiri Kosina
juin 10 12:33:36 pierre kernel: usbcore: registered new interface driver usbhid
juin 10 12:33:36 pierre kernel: usbhid: USB HID core driver
juin 10 12:33:36 pierre kernel: hid-generic 0003:056A:033B.0001: hiddev0,hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input0
juin 10 12:33:36 pierre kernel: hid-generic 0003:056A:033B.0002: hiddev1,hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input1
juin 10 12:33:36 pierre kernel: input: Wacom Co.,Ltd. Intuos PS as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.2/0003:056A:033B.0003/input/input14
juin 10 12:33:36 pierre kernel: hid-generic 0003:056A:033B.0003: input,hidraw2: USB HID v1.10 Mouse [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input2
juin 10 12:33:36 pierre kernel: input: BTC USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.0/0003:1631:5002.0004/input/input15
juin 10 12:33:36 pierre kernel: hid-generic 0003:1631:5002.0004: input,hidraw3: USB HID v1.00 Keyboard [BTC USB Keyboard] on usb-0000:00:14.0-4.1.1/input0
juin 10 12:33:36 pierre kernel: input: BTC USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.1/0003:1631:5002.0005/input/input17
juin 10 12:33:36 pierre kernel: input: BTC USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.1/0003:1631:5002.0005/input/input18
juin 10 12:33:36 pierre kernel: hid-generic 0003:1631:5002.0005: input,hiddev2,hidraw4: USB HID v1.00 Device [BTC USB Keyboard] on usb-0000:00:14.0-4.1.1/input1
juin 10 12:33:36 pierre kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:046D:C07F.0006/input/input19
juin 10 12:33:36 pierre kernel: hid-generic 0003:046D:C07F.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-4.3/input0
juin 10 12:33:36 pierre kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input20
juin 10 12:33:36 pierre kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input21
juin 10 12:33:36 pierre kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input22
juin 10 12:33:36 pierre kernel: hid-generic 0003:046D:C07F.0007: input,hiddev3,hidraw6: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-4.3/input1
juin 10 12:33:36 pierre kernel: input: Wacom Intuos S 2 Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:056A:033B.0001/input/input25
juin 10 12:33:36 pierre kernel: wacom 0003:056A:033B.0001: hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input0
juin 10 12:33:36 pierre kernel: input: Wacom Intuos S 2 Pad as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:056A:033B.0002/input/input30
juin 10 12:33:36 pierre kernel: wacom 0003:056A:033B.0002: hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input1
juin 10 12:33:36 pierre kernel: sd 7:0:0:0: [sdc] Attached SCSI disk
juin 10 12:33:36 pierre kernel: Bluetooth: Core ver 2.22
juin 10 12:33:36 pierre kernel: NET: Registered protocol family 31
juin 10 12:33:36 pierre kernel: Bluetooth: HCI device and connection manager initialized
juin 10 12:33:36 pierre kernel: Bluetooth: HCI socket layer initialized
juin 10 12:33:36 pierre kernel: Bluetooth: L2CAP socket layer initialized
juin 10 12:33:36 pierre kernel: Bluetooth: SCO socket layer initialized
juin 10 12:33:36 pierre kernel: rfkill: input handler disabled
juin 10 12:33:36 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 10 12:33:36 pierre kernel: r8169 0000:03:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)
juin 10 12:33:36 pierre kernel: Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
juin 10 12:33:36 pierre kernel: r8169 0000:03:00.0 enp3s0: Link is Down
juin 10 12:33:38 pierre kernel: r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
juin 10 12:33:38 pierre kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
juin 10 12:33:43 pierre kernel: kauditd_printk_skb: 57 callbacks suppressed
juin 10 12:33:43 pierre kernel: audit: type=1400 audit(1591785223.183:69): apparmor="DENIED" operation="open" profile="/usr/bin/freshclam" name="/etc/ssl/openssl.cnf" pid=1423 comm="freshclam" requested_mask="r" denied_mask="r" fsuid=119 ouid=0
juin 10 12:33:44 pierre kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
juin 10 12:33:44 pierre kernel: Bluetooth: BNEP filters: protocol multicast
juin 10 12:33:44 pierre kernel: Bluetooth: BNEP socket layer initialized

Linux-libre 5.7.1

-- Logs begin at mer. 2020-06-10 12:39:47 CEST, end at mer. 2020-06-10 12:40:42 CEST. --
juin 10 12:39:55 pierre systemd[1]: Starting GNOME Display Manager...
juin 10 12:39:55 pierre systemd[1]: Started GNOME Display Manager.
juin 10 12:39:55 pierre gdm-launch-environment][1465]: pam_unix(gdm-launch-environment:session): session opened for user gdm by (uid=0)

-- Logs begin at mer. 2020-06-10 12:39:47 CEST, end at mer. 2020-06-10 12:41:10 CEST. --
juin 10 12:39:47 pierre kernel: Linux version 5.7.1-gnu (rms@mit-oz) (gcc version 9.3.0 (GCC), GNU ld (GNU Binutils) 2.34) #1.0 SMP Tue Sep 27 12:35:59 EST 1983
juin 10 12:39:47 pierre kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.7.1-gnu root=UUID=ada66a88-f2df-407e-9b0f-9dd4bcb75815 ro quiet splash
juin 10 12:39:47 pierre kernel: KERNEL supported cpus:
juin 10 12:39:47 pierre kernel: Intel GenuineIntel
juin 10 12:39:47 pierre kernel: AMD AuthenticAMD
juin 10 12:39:47 pierre kernel: Hygon HygonGenuine
juin 10 12:39:47 pierre kernel: Centaur CentaurHauls
juin 10 12:39:47 pierre kernel: zhaoxin Shanghai
juin 10 12:39:47 pierre kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
juin 10 12:39:47 pierre kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
juin 10 12:39:47 pierre kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
juin 10 12:39:47 pierre kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
juin 10 12:39:47 pierre kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
juin 10 12:39:47 pierre kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
juin 10 12:39:47 pierre kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
juin 10 12:39:47 pierre kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
juin 10 12:39:47 pierre kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
juin 10 12:39:47 pierre kernel: BIOS-provided physical RAM map:
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000030428fff] usable
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000030429000-0x0000000030429fff] ACPI NVS
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x000000003042a000-0x000000003042afff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x000000003042b000-0x0000000038c14fff] usable
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000038c15000-0x000000003907cfff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x000000003907d000-0x00000000391ebfff] usable
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000391ec000-0x00000000395b4fff] ACPI NVS
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000395b5000-0x0000000039efefff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000039eff000-0x0000000039efffff] usable
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000039f00000-0x000000003f7fffff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
juin 10 12:39:47 pierre kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008be7fffff] usable
juin 10 12:39:47 pierre kernel: NX (Execute Disable) protection: active
juin 10 12:39:47 pierre kernel: SMBIOS 3.1.1 present.
juin 10 12:39:47 pierre kernel: DMI: Gigabyte Technology Co., Ltd. Z390 UD/Z390 UD, BIOS F9 10/15/2019
juin 10 12:39:47 pierre kernel: tsc: Detected 3600.000 MHz processor
juin 10 12:39:47 pierre kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
juin 10 12:39:47 pierre kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
juin 10 12:39:47 pierre kernel: last_pfn = 0x8be800 max_arch_pfn = 0x400000000
juin 10 12:39:47 pierre kernel: MTRR default type: write-back
juin 10 12:39:47 pierre kernel: MTRR fixed ranges enabled:
juin 10 12:39:47 pierre kernel: 00000-9FFFF write-back
juin 10 12:39:47 pierre kernel: A0000-BFFFF uncachable
juin 10 12:39:47 pierre kernel: C0000-FFFFF write-protect
juin 10 12:39:47 pierre kernel: MTRR variable ranges enabled:
juin 10 12:39:47 pierre kernel: 0 base 0080000000 mask 7F80000000 uncachable
juin 10 12:39:47 pierre kernel: 1 base 0040000000 mask 7FC0000000 uncachable
juin 10 12:39:47 pierre kernel: 2 base 003C000000 mask 7FFC000000 uncachable
juin 10 12:39:47 pierre kernel: 3 base 003B000000 mask 7FFF000000 uncachable
juin 10 12:39:47 pierre kernel: 4 disabled
juin 10 12:39:47 pierre kernel: 5 disabled
juin 10 12:39:47 pierre kernel: 6 disabled
juin 10 12:39:47 pierre kernel: 7 disabled
juin 10 12:39:47 pierre kernel: 8 disabled
juin 10 12:39:47 pierre kernel: 9 disabled
juin 10 12:39:47 pierre kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
juin 10 12:39:47 pierre kernel: last_pfn = 0x39f00 max_arch_pfn = 0x400000000
juin 10 12:39:47 pierre kernel: found SMP MP-table at [mem 0x000fcde0-0x000fcdef]
juin 10 12:39:47 pierre kernel: check: Scanning 1 areas for low memory corruption
juin 10 12:39:47 pierre kernel: Using GB pages for direct mapping
juin 10 12:39:47 pierre kernel: BRK [0x496e01000, 0x496e01fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e02000, 0x496e02fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e03000, 0x496e03fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e04000, 0x496e04fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e05000, 0x496e05fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e06000, 0x496e06fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e07000, 0x496e07fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e08000, 0x496e08fff] PGTABLE
juin 10 12:39:47 pierre kernel: BRK [0x496e09000, 0x496e09fff] PGTABLE
juin 10 12:39:47 pierre kernel: RAMDISK: [mem 0x33605000-0x35af9fff]
juin 10 12:39:47 pierre kernel: ACPI: Early table checksum verification disabled
juin 10 12:39:47 pierre kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
juin 10 12:39:47 pierre kernel: ACPI: XSDT 0x00000000395090A0 0000C4 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:39:47 pierre kernel: ACPI: FACP 0x0000000039549D80 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:39:47 pierre kernel: ACPI: DSDT 0x0000000039509200 040B80 (v02 ALASKA A M I 01072009 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: FACS 0x00000000395B4080 000040
juin 10 12:39:47 pierre kernel: ACPI: APIC 0x0000000039549E98 0000BC (v04 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:39:47 pierre kernel: ACPI: FPDT 0x0000000039549F58 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:39:47 pierre kernel: ACPI: FIDT 0x0000000039549FA0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:39:47 pierre kernel: ACPI: MCFG 0x000000003954A040 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x000000003954A080 000204 (v01 ALASKA A M I 00001000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x000000003954A288 0017D5 (v02 ALASKA A M I 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x000000003954BA60 007F8B (v01 ALASKA A M I 00000001 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x00000000395539F0 0031C7 (v02 ALASKA A M I 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: HPET 0x0000000039556BB8 000038 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x0000000039556BF0 000F9E (v02 ALASKA A M I 00001000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x0000000039557B90 002D1B (v02 ALASKA A M I 00000000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: UEFI 0x000000003955A8B0 000042 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:39:47 pierre kernel: ACPI: LPIT 0x000000003955A8F8 00005C (v01 ALASKA A M I 00000002 01000013)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x000000003955A958 0027DE (v02 ALASKA A M I 00001000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0x000000003955D138 000FFE (v02 ALASKA A M I 00000000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: DBGP 0x000000003955E138 000034 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:39:47 pierre kernel: ACPI: DBG2 0x000000003955E170 000054 (v00 ALASKA A M I 00000002 01000013)
juin 10 12:39:47 pierre kernel: ACPI: DMAR 0x000000003955E1C8 0000A8 (v01 ALASKA A M I 00000002 01000013)
juin 10 12:39:47 pierre kernel: ACPI: WSMT 0x000000003955E270 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 12:39:47 pierre kernel: ACPI: Local APIC address 0xfee00000
juin 10 12:39:47 pierre kernel: No NUMA configuration found
juin 10 12:39:47 pierre kernel: Faking a node at [mem 0x0000000000000000-0x00000008be7fffff]
juin 10 12:39:47 pierre kernel: NODE_DATA(0) allocated [mem 0x8be7d6000-0x8be7fffff]
juin 10 12:39:47 pierre kernel: Zone ranges:
juin 10 12:39:47 pierre kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
juin 10 12:39:47 pierre kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
juin 10 12:39:47 pierre kernel: Normal [mem 0x0000000100000000-0x00000008be7fffff]
juin 10 12:39:47 pierre kernel: Device empty
juin 10 12:39:47 pierre kernel: Movable zone start for each node
juin 10 12:39:47 pierre kernel: Early memory node ranges
juin 10 12:39:47 pierre kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
juin 10 12:39:47 pierre kernel: node 0: [mem 0x0000000000100000-0x0000000030428fff]
juin 10 12:39:47 pierre kernel: node 0: [mem 0x000000003042b000-0x0000000038c14fff]
juin 10 12:39:47 pierre kernel: node 0: [mem 0x000000003907d000-0x00000000391ebfff]
juin 10 12:39:47 pierre kernel: node 0: [mem 0x0000000039eff000-0x0000000039efffff]
juin 10 12:39:47 pierre kernel: node 0: [mem 0x0000000100000000-0x00000008be7fffff]
juin 10 12:39:47 pierre kernel: Zeroed struct page in unavailable ranges: 35553 pages
juin 10 12:39:47 pierre kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000008be7fffff]
juin 10 12:39:47 pierre kernel: On node 0 totalpages: 8353055
juin 10 12:39:47 pierre kernel: DMA zone: 64 pages used for memmap
juin 10 12:39:47 pierre kernel: DMA zone: 21 pages reserved
juin 10 12:39:47 pierre kernel: DMA zone: 3996 pages, LIFO batch:0
juin 10 12:39:47 pierre kernel: DMA32 zone: 3575 pages used for memmap
juin 10 12:39:47 pierre kernel: DMA32 zone: 228739 pages, LIFO batch:63
juin 10 12:39:47 pierre kernel: Normal zone: 126880 pages used for memmap
juin 10 12:39:47 pierre kernel: Normal zone: 8120320 pages, LIFO batch:63
juin 10 12:39:47 pierre kernel: Reserving Intel graphics memory at [mem 0x3b800000-0x3f7fffff]
juin 10 12:39:47 pierre kernel: ACPI: PM-Timer IO Port: 0x1808
juin 10 12:39:47 pierre kernel: ACPI: Local APIC address 0xfee00000
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
juin 10 12:39:47 pierre kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
juin 10 12:39:47 pierre kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
juin 10 12:39:47 pierre kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
juin 10 12:39:47 pierre kernel: ACPI: IRQ0 used by override.
juin 10 12:39:47 pierre kernel: ACPI: IRQ9 used by override.
juin 10 12:39:47 pierre kernel: Using ACPI (MADT) for SMP configuration information
juin 10 12:39:47 pierre kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
juin 10 12:39:47 pierre kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x30429000-0x30429fff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x3042a000-0x3042afff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x38c15000-0x3907cfff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x391ec000-0x395b4fff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x395b5000-0x39efefff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x39f00000-0x3f7fffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0x3f800000-0xdfffffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
juin 10 12:39:47 pierre kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
juin 10 12:39:47 pierre kernel: [mem 0x3f800000-0xdfffffff] available for PCI devices
juin 10 12:39:47 pierre kernel: Booting paravirtualized kernel on bare hardware
juin 10 12:39:47 pierre kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
juin 10 12:39:47 pierre kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
juin 10 12:39:47 pierre kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
juin 10 12:39:47 pierre kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
juin 10 12:39:47 pierre kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
juin 10 12:39:47 pierre kernel: Built 1 zonelists, mobility grouping on. Total pages: 8222515
juin 10 12:39:47 pierre kernel: Policy zone: Normal
juin 10 12:39:47 pierre kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.7.1-gnu root=UUID=ada66a88-f2df-407e-9b0f-9dd4bcb75815 ro quiet splash
juin 10 12:39:47 pierre kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
juin 10 12:39:47 pierre kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
juin 10 12:39:47 pierre kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
juin 10 12:39:47 pierre kernel: Memory: 32700052K/33412220K available (14339K kernel code, 2536K rwdata, 5024K rodata, 2616K init, 4948K bss, 712168K reserved, 0K cma-reserved)
juin 10 12:39:47 pierre kernel: random: get_random_u64 called from __kmem_cache_create+0x42/0x540 with crng_init=0
juin 10 12:39:47 pierre kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
juin 10 12:39:47 pierre kernel: ftrace: allocating 45146 entries in 177 pages
juin 10 12:39:47 pierre kernel: ftrace: allocated 177 pages with 4 groups
juin 10 12:39:47 pierre kernel: rcu: Hierarchical RCU implementation.
juin 10 12:39:47 pierre kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
juin 10 12:39:47 pierre kernel: Tasks RCU enabled.
juin 10 12:39:47 pierre kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
juin 10 12:39:47 pierre kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
juin 10 12:39:47 pierre kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
juin 10 12:39:47 pierre kernel: random: crng done (trusting CPU's manufacturer)
juin 10 12:39:47 pierre kernel: Console: colour VGA+ 80x25
juin 10 12:39:47 pierre kernel: printk: console [tty0] enabled
juin 10 12:39:47 pierre kernel: ACPI: Core revision 20200326
juin 10 12:39:47 pierre kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
juin 10 12:39:47 pierre kernel: APIC: Switch to symmetric I/O mode setup
juin 10 12:39:47 pierre kernel: DMAR: Host address width 39
juin 10 12:39:47 pierre kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
juin 10 12:39:47 pierre kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
juin 10 12:39:47 pierre kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
juin 10 12:39:47 pierre kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
juin 10 12:39:47 pierre kernel: DMAR: RMRR base: 0x000000399d4000 end: 0x00000039c1dfff
juin 10 12:39:47 pierre kernel: DMAR: RMRR base: 0x0000003b000000 end: 0x0000003f7fffff
juin 10 12:39:47 pierre kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
juin 10 12:39:47 pierre kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
juin 10 12:39:47 pierre kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
juin 10 12:39:47 pierre kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
juin 10 12:39:47 pierre kernel: x2apic enabled
juin 10 12:39:47 pierre kernel: Switched APIC routing to cluster x2apic.
juin 10 12:39:47 pierre kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
juin 10 12:39:47 pierre kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
juin 10 12:39:47 pierre kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=14400000)
juin 10 12:39:47 pierre kernel: pid_max: default: 32768 minimum: 301
juin 10 12:39:47 pierre kernel: LSM: Security Framework initializing
juin 10 12:39:47 pierre kernel: Yama: becoming mindful.
juin 10 12:39:47 pierre kernel: AppArmor: AppArmor initialized
juin 10 12:39:47 pierre kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
juin 10 12:39:47 pierre kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
juin 10 12:39:47 pierre kernel: mce: CPU0: Thermal monitoring enabled (TM1)
juin 10 12:39:47 pierre kernel: process: using mwait in idle threads
juin 10 12:39:47 pierre kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
juin 10 12:39:47 pierre kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
juin 10 12:39:47 pierre kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
juin 10 12:39:47 pierre kernel: Spectre V2 : Mitigation: Enhanced IBRS
juin 10 12:39:47 pierre kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
juin 10 12:39:47 pierre kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
juin 10 12:39:47 pierre kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
juin 10 12:39:47 pierre kernel: TAA: Vulnerable: Clear CPU buffers attempted, no microcode
juin 10 12:39:47 pierre kernel: Freeing SMP alternatives memory: 40K
juin 10 12:39:47 pierre kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
juin 10 12:39:47 pierre kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
juin 10 12:39:47 pierre kernel: ... version: 4
juin 10 12:39:47 pierre kernel: ... bit width: 48
juin 10 12:39:47 pierre kernel: ... generic registers: 8
juin 10 12:39:47 pierre kernel: ... value mask: 0000ffffffffffff
juin 10 12:39:47 pierre kernel: ... max period: 00007fffffffffff
juin 10 12:39:47 pierre kernel: ... fixed-purpose events: 3
juin 10 12:39:47 pierre kernel: ... event mask: 00000007000000ff
juin 10 12:39:47 pierre kernel: rcu: Hierarchical SRCU implementation.
juin 10 12:39:47 pierre kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
juin 10 12:39:47 pierre kernel: smp: Bringing up secondary CPUs ...
juin 10 12:39:47 pierre kernel: x86: Booting SMP configuration:
juin 10 12:39:47 pierre kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
juin 10 12:39:47 pierre kernel: smp: Brought up 1 node, 8 CPUs
juin 10 12:39:47 pierre kernel: smpboot: Max logical packages: 1
juin 10 12:39:47 pierre kernel: smpboot: Total of 8 processors activated (57600.00 BogoMIPS)
juin 10 12:39:47 pierre kernel: devtmpfs: initialized
juin 10 12:39:47 pierre kernel: x86/mm: Memory block size: 128MB
juin 10 12:39:47 pierre kernel: PM: Registering ACPI NVS region [mem 0x30429000-0x30429fff] (4096 bytes)
juin 10 12:39:47 pierre kernel: PM: Registering ACPI NVS region [mem 0x391ec000-0x395b4fff] (3969024 bytes)
juin 10 12:39:47 pierre kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
juin 10 12:39:47 pierre kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
juin 10 12:39:47 pierre kernel: pinctrl core: initialized pinctrl subsystem
juin 10 12:39:47 pierre kernel: PM: RTC time: 10:39:42, date: 2020-06-10
juin 10 12:39:47 pierre kernel: thermal_sys: Registered thermal governor 'fair_share'
juin 10 12:39:47 pierre kernel: thermal_sys: Registered thermal governor 'bang_bang'
juin 10 12:39:47 pierre kernel: thermal_sys: Registered thermal governor 'step_wise'
juin 10 12:39:47 pierre kernel: thermal_sys: Registered thermal governor 'user_space'
juin 10 12:39:47 pierre kernel: NET: Registered protocol family 16
juin 10 12:39:47 pierre kernel: audit: initializing netlink subsys (disabled)
juin 10 12:39:47 pierre kernel: audit: type=2000 audit(1591785582.028:1): state=initialized audit_enabled=0 res=1
juin 10 12:39:47 pierre kernel: EISA bus registered
juin 10 12:39:47 pierre kernel: cpuidle: using governor ladder
juin 10 12:39:47 pierre kernel: cpuidle: using governor menu
juin 10 12:39:47 pierre kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
juin 10 12:39:47 pierre kernel: ACPI: bus type PCI registered
juin 10 12:39:47 pierre kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
juin 10 12:39:47 pierre kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
juin 10 12:39:47 pierre kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
juin 10 12:39:47 pierre kernel: PCI: Using configuration type 1 for base access
juin 10 12:39:47 pierre kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
juin 10 12:39:47 pierre kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(Module Device)
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(Processor Device)
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(Processor Aggregator Device)
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(Linux-Dell-Video)
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
juin 10 12:39:47 pierre kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
juin 10 12:39:47 pierre kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1A34C800 00078C (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1A03EC00 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1A0B5800 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1A34A800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1B06E000 000EF1 (v02 PmRef ApIst 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1A03D000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 12:39:47 pierre kernel: ACPI: SSDT 0xFFFFA07B1A03F800 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
juin 10 12:39:47 pierre kernel: ACPI: Interpreter enabled
juin 10 12:39:47 pierre kernel: ACPI: (supports S0 S3 S4 S5)
juin 10 12:39:47 pierre kernel: ACPI: Using IOAPIC for interrupt routing
juin 10 12:39:47 pierre kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
juin 10 12:39:47 pierre kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [USBC] (on)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [V0PR] (on)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [V1PR] (on)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [V2PR] (on)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [WRST] (on)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [FN00] (off)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [FN01] (off)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [FN02] (off)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [FN03] (off)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [FN04] (off)
juin 10 12:39:47 pierre kernel: ACPI: Power Resource [PIN] (off)
juin 10 12:39:47 pierre kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
juin 10 12:39:47 pierre kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
juin 10 12:39:47 pierre kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
juin 10 12:39:47 pierre kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
juin 10 12:39:47 pierre kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
juin 10 12:39:47 pierre kernel: PCI host bridge to bus 0000:00
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: root bus resource [mem 0x3f800000-0xdfffffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
juin 10 12:39:47 pierre kernel: pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: [8086:3e98] type 00 class 0x030000
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: reg 0x10: [mem 0x50000000-0x50ffffff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff 64bit pref]
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
juin 10 12:39:47 pierre kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
juin 10 12:39:47 pierre kernel: pci 0000:00:12.0: reg 0x10: [mem 0x5131d000-0x5131dfff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
juin 10 12:39:47 pierre kernel: pci 0000:00:14.0: reg 0x10: [mem 0x51300000-0x5130ffff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
juin 10 12:39:47 pierre kernel: pci 0000:00:14.2: reg 0x10: [mem 0x51316000-0x51317fff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:14.2: reg 0x18: [mem 0x5131c000-0x5131cfff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
juin 10 12:39:47 pierre kernel: pci 0000:00:16.0: reg 0x10: [mem 0x5131b000-0x5131bfff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:16.0: PME# supported from D3hot
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: reg 0x10: [mem 0x51314000-0x51315fff]
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: reg 0x14: [mem 0x5131a000-0x5131a0ff]
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: reg 0x24: [mem 0x51319000-0x513197ff]
juin 10 12:39:47 pierre kernel: pci 0000:00:17.0: PME# supported from D3hot
juin 10 12:39:47 pierre kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
juin 10 12:39:47 pierre kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: [8086:a33a] type 01 class 0x060400
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x51310000-0x51313fff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x51000000-0x510fffff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x51318000-0x513180ff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
juin 10 12:39:47 pierre kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
juin 10 12:39:47 pierre kernel: acpiphp: Slot [1] registered
juin 10 12:39:47 pierre kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
juin 10 12:39:47 pierre kernel: acpiphp: Slot [1-1] registered
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
juin 10 12:39:47 pierre kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
juin 10 12:39:47 pierre kernel: pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff]
juin 10 12:39:47 pierre kernel: pci 0000:03:00.0: reg 0x18: [mem 0x51204000-0x51204fff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:03:00.0: reg 0x20: [mem 0x51200000-0x51203fff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:03:00.0: supports D1 D2
juin 10 12:39:47 pierre kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: bridge window [mem 0x51200000-0x512fffff]
juin 10 12:39:47 pierre kernel: pci 0000:04:00.0: [1987:5012] type 00 class 0x010802
juin 10 12:39:47 pierre kernel: pci 0000:04:00.0: reg 0x10: [mem 0x51100000-0x51103fff 64bit]
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: bridge window [mem 0x51100000-0x511fffff]
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
juin 10 12:39:47 pierre kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
juin 10 12:39:47 pierre kernel: iommu: Default domain type: Translated
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: vgaarb: bridge control possible
juin 10 12:39:47 pierre kernel: vgaarb: loaded
juin 10 12:39:47 pierre kernel: SCSI subsystem initialized
juin 10 12:39:47 pierre kernel: libata version 3.00 loaded.
juin 10 12:39:47 pierre kernel: ACPI: bus type USB registered
juin 10 12:39:47 pierre kernel: usbcore: registered new interface driver usbfs
juin 10 12:39:47 pierre kernel: usbcore: registered new interface driver hub
juin 10 12:39:47 pierre kernel: usbcore: registered new device driver usb
juin 10 12:39:47 pierre kernel: pps_core: LinuxPPS API ver. 1 registered
juin 10 12:39:47 pierre kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <name at domain>
juin 10 12:39:47 pierre kernel: PTP clock support registered
juin 10 12:39:47 pierre kernel: EDAC MC: Ver: 3.0.0
juin 10 12:39:47 pierre kernel: PCI: Using ACPI for IRQ routing
juin 10 12:39:47 pierre kernel: PCI: pci_cache_line_size set to 64 bytes
juin 10 12:39:47 pierre kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
juin 10 12:39:47 pierre kernel: e820: reserve RAM buffer [mem 0x30429000-0x33ffffff]
juin 10 12:39:47 pierre kernel: e820: reserve RAM buffer [mem 0x38c15000-0x3bffffff]
juin 10 12:39:47 pierre kernel: e820: reserve RAM buffer [mem 0x391ec000-0x3bffffff]
juin 10 12:39:47 pierre kernel: e820: reserve RAM buffer [mem 0x39f00000-0x3bffffff]
juin 10 12:39:47 pierre kernel: e820: reserve RAM buffer [mem 0x8be800000-0x8bfffffff]
juin 10 12:39:47 pierre kernel: NetLabel: Initializing
juin 10 12:39:47 pierre kernel: NetLabel: domain hash size = 128
juin 10 12:39:47 pierre kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
juin 10 12:39:47 pierre kernel: NetLabel: unlabeled traffic allowed by default
juin 10 12:39:47 pierre kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
juin 10 12:39:47 pierre kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
juin 10 12:39:47 pierre kernel: clocksource: Switched to clocksource tsc-early
juin 10 12:39:47 pierre kernel: VFS: Disk quotas dquot_6.6.0
juin 10 12:39:47 pierre kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
juin 10 12:39:47 pierre kernel: AppArmor: AppArmor Filesystem Enabled
juin 10 12:39:47 pierre kernel: pnp: PnP ACPI init
juin 10 12:39:47 pierre kernel: system 00:00: [io 0x0a00-0x0a2f] has been reserved
juin 10 12:39:47 pierre kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
juin 10 12:39:47 pierre kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
juin 10 12:39:47 pierre kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:39:47 pierre kernel: pnp 00:01: [dma 0 disabled]
juin 10 12:39:47 pierre kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
juin 10 12:39:47 pierre kernel: system 00:02: [io 0x0680-0x069f] has been reserved
juin 10 12:39:47 pierre kernel: system 00:02: [io 0x164e-0x164f] has been reserved
juin 10 12:39:47 pierre kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:39:47 pierre kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
juin 10 12:39:47 pierre kernel: system 00:04: [io 0x1854-0x1857] has been reserved
juin 10 12:39:47 pierre kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
juin 10 12:39:47 pierre kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:39:47 pierre kernel: system 00:06: [io 0x1800-0x18fe] could not be reserved
juin 10 12:39:47 pierre kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
juin 10 12:39:47 pierre kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
juin 10 12:39:47 pierre kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:39:47 pierre kernel: system 00:07: [io 0x2000-0x20fe] has been reserved
juin 10 12:39:47 pierre kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:39:47 pierre kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 12:39:47 pierre kernel: pnp: PnP ACPI: found 9 devices
juin 10 12:39:47 pierre kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
juin 10 12:39:47 pierre kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
juin 10 12:39:47 pierre kernel: pci 0000:00:1c.2: bridge window [mem 0x51200000-0x512fffff]
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
juin 10 12:39:47 pierre kernel: pci 0000:00:1d.0: bridge window [mem 0x51100000-0x511fffff]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: resource 7 [mem 0x3f800000-0xdfffffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
juin 10 12:39:47 pierre kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
juin 10 12:39:47 pierre kernel: pci_bus 0000:03: resource 1 [mem 0x51200000-0x512fffff]
juin 10 12:39:47 pierre kernel: pci_bus 0000:04: resource 1 [mem 0x51100000-0x511fffff]
juin 10 12:39:47 pierre kernel: NET: Registered protocol family 2
juin 10 12:39:47 pierre kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
juin 10 12:39:47 pierre kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
juin 10 12:39:47 pierre kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
juin 10 12:39:47 pierre kernel: TCP: Hash tables configured (established 262144 bind 65536)
juin 10 12:39:47 pierre kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
juin 10 12:39:47 pierre kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
juin 10 12:39:47 pierre kernel: NET: Registered protocol family 1
juin 10 12:39:47 pierre kernel: NET: Registered protocol family 44
juin 10 12:39:47 pierre kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
juin 10 12:39:47 pierre kernel: pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x662 took 67613 usecs
juin 10 12:39:47 pierre kernel: PCI: CLS 64 bytes, default 64
juin 10 12:39:47 pierre kernel: Trying to unpack rootfs image as initramfs...
juin 10 12:39:47 pierre kernel: Freeing initrd memory: 37844K
juin 10 12:39:47 pierre kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
juin 10 12:39:47 pierre kernel: software IO TLB: mapped [mem 0x2c429000-0x30429000] (64MB)
juin 10 12:39:47 pierre kernel: check: Scanning for low memory corruption every 60 seconds
juin 10 12:39:47 pierre kernel: Initialise system trusted keyrings
juin 10 12:39:47 pierre kernel: Key type blacklist registered
juin 10 12:39:47 pierre kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
juin 10 12:39:47 pierre kernel: zbud: loaded
juin 10 12:39:47 pierre kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
juin 10 12:39:47 pierre kernel: fuse: init (API version 7.31)
juin 10 12:39:47 pierre kernel: integrity: Platform Keyring initialized
juin 10 12:39:47 pierre kernel: Key type asymmetric registered
juin 10 12:39:47 pierre kernel: Asymmetric key parser 'x509' registered
juin 10 12:39:47 pierre kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
juin 10 12:39:47 pierre kernel: io scheduler mq-deadline registered
juin 10 12:39:47 pierre kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 124
juin 10 12:39:47 pierre kernel: pcieport 0000:00:1c.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
juin 10 12:39:47 pierre kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
juin 10 12:39:47 pierre kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
juin 10 12:39:47 pierre kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
juin 10 12:39:47 pierre kernel: intel_idle: MWAIT substates: 0x11142120
juin 10 12:39:47 pierre kernel: intel_idle: v0.5.1 model 0x9E
juin 10 12:39:47 pierre kernel: intel_idle: Local APIC timer is reliable in all C-states
juin 10 12:39:47 pierre kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
juin 10 12:39:47 pierre kernel: ACPI: Sleep Button [SLPB]
juin 10 12:39:47 pierre kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
juin 10 12:39:47 pierre kernel: ACPI: Power Button [PWRB]
juin 10 12:39:47 pierre kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
juin 10 12:39:47 pierre kernel: ACPI: Power Button [PWRF]
juin 10 12:39:47 pierre kernel: tsc: Refined TSC clocksource calibration: 3599.992 MHz
juin 10 12:39:47 pierre kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e44bc06cb, max_idle_ns: 440795255742 ns
juin 10 12:39:47 pierre kernel: clocksource: Switched to clocksource tsc
juin 10 12:39:47 pierre kernel: ACPI: Invalid passive threshold
juin 10 12:39:47 pierre kernel: thermal LNXTHERM:00: registered as thermal_zone0
juin 10 12:39:47 pierre kernel: ACPI: Thermal Zone [TZ10] (17 C)
juin 10 12:39:47 pierre kernel: thermal LNXTHERM:01: registered as thermal_zone1
juin 10 12:39:47 pierre kernel: ACPI: Thermal Zone [TZ00] (28 C)
juin 10 12:39:47 pierre kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
juin 10 12:39:47 pierre kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
juin 10 12:39:47 pierre kernel: Linux agpgart interface v0.103
juin 10 12:39:47 pierre kernel: loop: module loaded
juin 10 12:39:47 pierre kernel: libphy: Fixed MDIO Bus: probed
juin 10 12:39:47 pierre kernel: tun: Universal TUN/TAP device driver, 1.6
juin 10 12:39:47 pierre kernel: PPP generic driver version 2.4.2
juin 10 12:39:47 pierre kernel: VFIO - User Level meta-driver version: 0.3
juin 10 12:39:47 pierre kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
juin 10 12:39:47 pierre kernel: ehci-pci: EHCI PCI platform driver
juin 10 12:39:47 pierre kernel: ehci-platform: EHCI generic platform driver
juin 10 12:39:47 pierre kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
juin 10 12:39:47 pierre kernel: ohci-pci: OHCI PCI platform driver
juin 10 12:39:47 pierre kernel: ohci-platform: OHCI generic platform driver
juin 10 12:39:47 pierre kernel: uhci_hcd: USB Universal Host Controller Interface driver
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
juin 10 12:39:47 pierre kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
juin 10 12:39:47 pierre kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
juin 10 12:39:47 pierre kernel: usb usb1: Product: xHCI Host Controller
juin 10 12:39:47 pierre kernel: usb usb1: Manufacturer: Linux 5.7.1-gnu xhci-hcd
juin 10 12:39:47 pierre kernel: usb usb1: SerialNumber: 0000:00:14.0
juin 10 12:39:47 pierre kernel: hub 1-0:1.0: USB hub found
juin 10 12:39:47 pierre kernel: hub 1-0:1.0: 16 ports detected
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
juin 10 12:39:47 pierre kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
juin 10 12:39:47 pierre kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
juin 10 12:39:47 pierre kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
juin 10 12:39:47 pierre kernel: usb usb2: Product: xHCI Host Controller
juin 10 12:39:47 pierre kernel: usb usb2: Manufacturer: Linux 5.7.1-gnu xhci-hcd
juin 10 12:39:47 pierre kernel: usb usb2: SerialNumber: 0000:00:14.0
juin 10 12:39:47 pierre kernel: hub 2-0:1.0: USB hub found
juin 10 12:39:47 pierre kernel: hub 2-0:1.0: 10 ports detected
juin 10 12:39:47 pierre kernel: i8042: PNP: No PS/2 controller found.
juin 10 12:39:47 pierre kernel: mousedev: PS/2 mouse device common for all mice
juin 10 12:39:47 pierre kernel: rtc_cmos 00:03: RTC can wake from S4
juin 10 12:39:47 pierre kernel: rtc_cmos 00:03: registered as rtc0
juin 10 12:39:47 pierre kernel: rtc_cmos 00:03: setting system clock to 2020-06-10T10:39:45 UTC (1591785585)
juin 10 12:39:47 pierre kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
juin 10 12:39:47 pierre kernel: i2c /dev entries driver
juin 10 12:39:47 pierre kernel: device-mapper: uevent: version 1.0.3
juin 10 12:39:47 pierre kernel: device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: name at domain
juin 10 12:39:47 pierre kernel: platform eisa.0: Probing EISA bus 0
juin 10 12:39:47 pierre kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
juin 10 12:39:47 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
juin 10 12:39:47 pierre kernel: platform eisa.0: EISA: Detected 0 cards
juin 10 12:39:47 pierre kernel: intel_pstate: Intel P-state driver initializing
juin 10 12:39:47 pierre kernel: intel_pstate: HWP enabled
juin 10 12:39:47 pierre kernel: ledtrig-cpu: registered to indicate activity on CPUs
juin 10 12:39:47 pierre kernel: intel_pmc_core INT33A1:00: initialized
juin 10 12:39:47 pierre kernel: drop_monitor: Initializing network drop monitor service
juin 10 12:39:47 pierre kernel: NET: Registered protocol family 10
juin 10 12:39:47 pierre kernel: Segment Routing with IPv6
juin 10 12:39:47 pierre kernel: NET: Registered protocol family 17
juin 10 12:39:47 pierre kernel: Key type dns_resolver registered
juin 10 12:39:47 pierre kernel: RAS: Correctable Errors collector initialized.
juin 10 12:39:47 pierre kernel: microcode: sig=0x906ed, pf=0x2, revision=0xb8
juin 10 12:39:47 pierre kernel: microcode: Microcode Update Driver: v2.2.
juin 10 12:39:47 pierre kernel: IPI shorthand broadcast: enabled
juin 10 12:39:47 pierre kernel: sched_clock: Marking stable (3352207420, 2903224)->(3359368502, -4257858)
juin 10 12:39:47 pierre kernel: registered taskstats version 1
juin 10 12:39:47 pierre kernel: Loading compiled-in X.509 certificates
juin 10 12:39:47 pierre kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9b82c96145154979b3b7ae7c0a579c132fa2ecf8'
juin 10 12:39:47 pierre kernel: zswap: loaded using pool lzo/zbud
juin 10 12:39:47 pierre kernel: Key type ._fscrypt registered
juin 10 12:39:47 pierre kernel: Key type .fscrypt registered
juin 10 12:39:47 pierre kernel: Key type fscrypt-provisioning registered
juin 10 12:39:47 pierre kernel: Key type big_key registered
juin 10 12:39:47 pierre kernel: Key type encrypted registered
juin 10 12:39:47 pierre kernel: AppArmor: AppArmor sha1 policy hashing enabled
juin 10 12:39:47 pierre kernel: ima: No TPM chip found, activating TPM-bypass!
juin 10 12:39:47 pierre kernel: ima: Allocated hash algorithm: sha512
juin 10 12:39:47 pierre kernel: ima: No architecture policies found
juin 10 12:39:47 pierre kernel: evm: Initialising EVM extended attributes:
juin 10 12:39:47 pierre kernel: evm: security.selinux
juin 10 12:39:47 pierre kernel: evm: security.SMACK64
juin 10 12:39:47 pierre kernel: evm: security.SMACK64EXEC
juin 10 12:39:47 pierre kernel: evm: security.SMACK64TRANSMUTE
juin 10 12:39:47 pierre kernel: evm: security.SMACK64MMAP
juin 10 12:39:47 pierre kernel: evm: security.apparmor
juin 10 12:39:47 pierre kernel: evm: security.ima
juin 10 12:39:47 pierre kernel: evm: security.capability
juin 10 12:39:47 pierre kernel: evm: HMAC attrs: 0x1
juin 10 12:39:47 pierre kernel: PM: Magic number: 8:941:678
juin 10 12:39:47 pierre kernel: Freeing unused decrypted memory: 2040K
juin 10 12:39:47 pierre kernel: Freeing unused kernel image (initmem) memory: 2616K
juin 10 12:39:47 pierre kernel: Write protecting the kernel read-only data: 22528k
juin 10 12:39:47 pierre kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
juin 10 12:39:47 pierre kernel: Freeing unused kernel image (rodata/data gap) memory: 1120K
juin 10 12:39:47 pierre kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
juin 10 12:39:47 pierre kernel: Run /init as init process
juin 10 12:39:47 pierre kernel: with arguments:
juin 10 12:39:47 pierre kernel: /init
juin 10 12:39:47 pierre kernel: splash
juin 10 12:39:47 pierre kernel: with environment:
juin 10 12:39:47 pierre kernel: HOME=/
juin 10 12:39:47 pierre kernel: TERM=linux
juin 10 12:39:47 pierre kernel: BOOT_IMAGE=/boot/vmlinuz-5.7.1-gnu
juin 10 12:39:47 pierre kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 10 12:39:47 pierre kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 10 12:39:47 pierre kernel: ahci 0000:00:17.0: version 3.0
juin 10 12:39:47 pierre kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
juin 10 12:39:47 pierre kernel: nvme nvme0: pci function 0000:04:00.0
juin 10 12:39:47 pierre kernel: nvme nvme0: missing or invalid SUBNQN field.
juin 10 12:39:47 pierre kernel: nvme nvme0: Shutdown timeout set to 10 seconds
juin 10 12:39:47 pierre kernel: nvme nvme0: 8/0/0 default/read/poll queues
juin 10 12:39:47 pierre kernel: nvme0n1: p1 p2 p3 < p5 p6 >
juin 10 12:39:47 pierre kernel: libphy: r8169: probed
juin 10 12:39:47 pierre kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, b4:2e:99:de:70:12, XID 541, IRQ 137
juin 10 12:39:47 pierre kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
juin 10 12:39:47 pierre kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
juin 10 12:39:47 pierre kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst
juin 10 12:39:47 pierre kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
juin 10 12:39:47 pierre kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
juin 10 12:39:47 pierre kernel: Console: switching to colour dummy device 80x25
juin 10 12:39:47 pierre kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
juin 10 12:39:47 pierre kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
juin 10 12:39:47 pierre kernel: 0000:00:02.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 10 12:39:47 pierre kernel: i915 0000:00:02.0: [drm] Failed to load DMC firmware /*(DEBLOBBED)*/. Disabling runtime power management.
juin 10 12:39:47 pierre kernel: i915 0000:00:02.0: [drm] DMC firmware homepage: /*(DEBLOBBED)*/
juin 10 12:39:47 pierre kernel: scsi host0: ahci
juin 10 12:39:47 pierre kernel: scsi host1: ahci
juin 10 12:39:47 pierre kernel: scsi host2: ahci
juin 10 12:39:47 pierre kernel: scsi host3: ahci
juin 10 12:39:47 pierre kernel: scsi host4: ahci
juin 10 12:39:47 pierre kernel: scsi host5: ahci
juin 10 12:39:47 pierre kernel: ata1: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319100 irq 127
juin 10 12:39:47 pierre kernel: ata2: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319180 irq 127
juin 10 12:39:47 pierre kernel: ata3: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319200 irq 127
juin 10 12:39:47 pierre kernel: ata4: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319280 irq 127
juin 10 12:39:47 pierre kernel: ata5: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319300 irq 127
juin 10 12:39:47 pierre kernel: ata6: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319380 irq 127
juin 10 12:39:47 pierre kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
juin 10 12:39:47 pierre kernel: i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
juin 10 12:39:47 pierre kernel: [drm] Initialized i915 1.6.0 20200313 for 0000:00:02.0 on minor 0
juin 10 12:39:47 pierre kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
juin 10 12:39:47 pierre kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
juin 10 12:39:47 pierre kernel: fbcon: i915drmfb (fb0) is primary device
juin 10 12:39:47 pierre kernel: Console: switching to colour frame buffer device 240x67
juin 10 12:39:47 pierre kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
juin 10 12:39:47 pierre kernel: ata6: SATA link down (SStatus 4 SControl 300)
juin 10 12:39:47 pierre kernel: ata2: SATA link down (SStatus 4 SControl 300)
juin 10 12:39:47 pierre kernel: ata5: SATA link down (SStatus 4 SControl 300)
juin 10 12:39:47 pierre kernel: ata3: SATA link down (SStatus 4 SControl 300)
juin 10 12:39:47 pierre kernel: ata4: SATA link down (SStatus 4 SControl 300)
juin 10 12:39:47 pierre kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
juin 10 12:39:47 pierre kernel: usb 1-4: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
juin 10 12:39:47 pierre kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
juin 10 12:39:47 pierre kernel: usb 1-4: Product: USB 2.0 Hub
juin 10 12:39:47 pierre kernel: hub 1-4:1.0: USB hub found
juin 10 12:39:47 pierre kernel: hub 1-4:1.0: 4 ports detected
juin 10 12:39:47 pierre kernel: ata1.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
juin 10 12:39:47 pierre kernel: ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
juin 10 12:39:47 pierre kernel: ata1.00: configured for UDMA/133
juin 10 12:39:47 pierre kernel: scsi 0:0:0:0: Direct-Access ATA ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: [sda] Write Protect is off
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
juin 10 12:39:47 pierre kernel: sda: sda1
juin 10 12:39:47 pierre kernel: sd 0:0:0:0: [sda] Attached SCSI disk
juin 10 12:39:47 pierre kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
juin 10 12:39:47 pierre kernel: usb 1-6: New USB device found, idVendor=059f, idProduct=102a, bcdDevice= 1.00
juin 10 12:39:47 pierre kernel: usb 1-6: New USB device strings: Mfr=10, Product=11, SerialNumber=5
juin 10 12:39:47 pierre kernel: usb 1-6: Product: LaCie Device
juin 10 12:39:47 pierre kernel: usb 1-6: Manufacturer: LaCie
juin 10 12:39:47 pierre kernel: usb 1-6: SerialNumber: 9213CA974
juin 10 12:39:47 pierre kernel: usb-storage 1-6:1.0: USB Mass Storage device detected
juin 10 12:39:47 pierre kernel: scsi host6: usb-storage 1-6:1.0
juin 10 12:39:47 pierre kernel: usbcore: registered new interface driver usb-storage
juin 10 12:39:47 pierre kernel: usbcore: registered new interface driver uas
juin 10 12:39:47 pierre kernel: raid6: avx2x4 gen() 53957 MB/s
juin 10 12:39:47 pierre kernel: raid6: avx2x4 xor() 23359 MB/s
juin 10 12:39:47 pierre kernel: raid6: avx2x2 gen() 56775 MB/s
juin 10 12:39:47 pierre kernel: usb 1-4.1: new full-speed USB device number 4 using xhci_hcd
juin 10 12:39:47 pierre kernel: raid6: avx2x2 xor() 33474 MB/s
juin 10 12:39:47 pierre kernel: raid6: avx2x1 gen() 47474 MB/s
juin 10 12:39:47 pierre kernel: raid6: avx2x1 xor() 27571 MB/s
juin 10 12:39:47 pierre kernel: usb 1-4.1: New USB device found, idVendor=1631, idProduct=5400, bcdDevice= 0.03
juin 10 12:39:47 pierre kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 12:39:47 pierre kernel: usb 1-4.1: Product: USB Keyboard
juin 10 12:39:47 pierre kernel: usb 1-4.1: Manufacturer: BTC
juin 10 12:39:47 pierre kernel: hub 1-4.1:1.0: USB hub found
juin 10 12:39:47 pierre kernel: hub 1-4.1:1.0: 2 ports detected
juin 10 12:39:47 pierre kernel: raid6: sse2x4 gen() 22207 MB/s
juin 10 12:39:47 pierre kernel: raid6: sse2x4 xor() 12628 MB/s
juin 10 12:39:47 pierre kernel: usb 1-7: new high-speed USB device number 5 using xhci_hcd
juin 10 12:39:47 pierre kernel: raid6: sse2x2 gen() 22792 MB/s
juin 10 12:39:47 pierre kernel: raid6: sse2x2 xor() 13658 MB/s
juin 10 12:39:47 pierre kernel: usb 1-7: New USB device found, idVendor=059f, idProduct=101a, bcdDevice= 0.01
juin 10 12:39:47 pierre kernel: usb 1-7: New USB device strings: Mfr=10, Product=11, SerialNumber=3
juin 10 12:39:47 pierre kernel: usb 1-7: Product: LaCie Hard Drive USB
juin 10 12:39:47 pierre kernel: usb 1-7: Manufacturer: LaCie
juin 10 12:39:47 pierre kernel: usb 1-7: SerialNumber: 00E000FE2C748
juin 10 12:39:47 pierre kernel: usb-storage 1-7:1.0: USB Mass Storage device detected
juin 10 12:39:47 pierre kernel: scsi host7: usb-storage 1-7:1.0
juin 10 12:39:47 pierre kernel: raid6: sse2x1 gen() 18808 MB/s
juin 10 12:39:47 pierre kernel: raid6: sse2x1 xor() 9611 MB/s
juin 10 12:39:47 pierre kernel: raid6: using algorithm avx2x2 gen() 56775 MB/s
juin 10 12:39:47 pierre kernel: raid6: .... xor() 33474 MB/s, rmw enabled
juin 10 12:39:47 pierre kernel: raid6: using avx2x2 recovery algorithm
juin 10 12:39:47 pierre kernel: xor: automatically using best checksumming function avx
juin 10 12:39:47 pierre kernel: async_tx: api initialized (async)
juin 10 12:39:47 pierre kernel: usb 1-4.2: new full-speed USB device number 6 using xhci_hcd
juin 10 12:39:47 pierre kernel: Btrfs loaded, crc32c=crc32c-intel
juin 10 12:39:47 pierre kernel: scsi 6:0:0:0: Direct-Access TOSHIBA MQ01ABD100 AX00 PQ: 0 ANSI: 2 CCS
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: [sdb] Write Protect is off
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: [sdb] Mode Sense: 28 00 00 00
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: [sdb] No Caching mode page found
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
juin 10 12:39:47 pierre kernel: process '/bin/fstype' started with executable stack
juin 10 12:39:47 pierre kernel: EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
juin 10 12:39:47 pierre kernel: sdb: sdb1
juin 10 12:39:47 pierre kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
juin 10 12:39:47 pierre kernel: usb 1-4.2: New USB device found, idVendor=056a, idProduct=033b, bcdDevice= 1.00
juin 10 12:39:47 pierre kernel: usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 12:39:47 pierre kernel: usb 1-4.2: Product: Intuos PS
juin 10 12:39:47 pierre kernel: usb 1-4.2: Manufacturer: Wacom Co.,Ltd.
juin 10 12:39:47 pierre systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
juin 10 12:39:47 pierre systemd[1]: Detected architecture x86-64.
juin 10 12:39:47 pierre systemd[1]: Set hostname to .
juin 10 12:39:47 pierre systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
juin 10 12:39:47 pierre systemd[1]: Started Trigger resolvconf update for networkd DNS.
juin 10 12:39:47 pierre systemd[1]: Listening on Journal Audit Socket.
juin 10 12:39:47 pierre systemd[1]: Reached target Remote File Systems (Pre).
juin 10 12:39:47 pierre systemd[1]: Listening on LVM2 poll daemon socket.
juin 10 12:39:47 pierre systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
juin 10 12:39:47 pierre systemd[1]: Started Forward Password Requests to Wall Directory Watch.
juin 10 12:39:47 pierre kernel: usb 1-4.1.1: new full-speed USB device number 7 using xhci_hcd
juin 10 12:39:47 pierre kernel: EXT4-fs (nvme0n1p1): re-mounted. Opts: errors=remount-ro
juin 10 12:39:47 pierre kernel: lp: driver loaded but no devices found
juin 10 12:39:47 pierre kernel: ppdev: user-space parallel port driver
juin 10 12:39:47 pierre kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
juin 10 12:39:47 pierre kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
juin 10 12:39:47 pierre kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
juin 10 12:39:47 pierre kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
juin 10 12:39:47 pierre kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
juin 10 12:39:47 pierre kernel: usb 1-4.1.1: New USB device found, idVendor=1631, idProduct=5002, bcdDevice= 0.03
juin 10 12:39:47 pierre kernel: usb 1-4.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 12:39:47 pierre kernel: usb 1-4.1.1: Product: USB Keyboard
juin 10 12:39:47 pierre kernel: usb 1-4.1.1: Manufacturer: BTC
juin 10 12:39:47 pierre kernel: cryptd: max_cpu_qlen set to 1000
juin 10 12:39:47 pierre kernel: AVX2 version of gcm_enc/dec engaged.
juin 10 12:39:47 pierre kernel: AES CTR mode by8 optimization enabled
juin 10 12:39:47 pierre kernel: Adding 51199996k swap on /dev/nvme0n1p5. Priority:-2 extents:1 across:51199996k SSFS
juin 10 12:39:47 pierre kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
juin 10 12:39:47 pierre kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x0
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
juin 10 12:39:47 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
juin 10 12:39:47 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
juin 10 12:39:47 pierre kernel: intel_rapl_common: Found RAPL domain package
juin 10 12:39:47 pierre kernel: intel_rapl_common: Found RAPL domain core
juin 10 12:39:47 pierre kernel: intel_rapl_common: Found RAPL domain uncore
juin 10 12:39:47 pierre kernel: usb 1-4.3: new full-speed USB device number 8 using xhci_hcd
juin 10 12:39:47 pierre kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
juin 10 12:39:47 pierre kernel: scsi 7:0:0:0: Direct-Access TOSHIBA HDWL110 PQ: 0 ANSI: 2 CCS
juin 10 12:39:47 pierre kernel: sd 7:0:0:0: Attached scsi generic sg2 type 0
juin 10 12:39:47 pierre kernel: sd 7:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
juin 10 12:39:47 pierre kernel: sd 7:0:0:0: [sdc] Write Protect is off
juin 10 12:39:47 pierre kernel: sd 7:0:0:0: [sdc] Mode Sense: 34 00 00 00
juin 10 12:39:47 pierre kernel: sd 7:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
juin 10 12:39:48 pierre kernel: usb 1-4.3: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
juin 10 12:39:48 pierre kernel: usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
juin 10 12:39:48 pierre kernel: usb 1-4.3: Product: Gaming Mouse G302
juin 10 12:39:48 pierre kernel: usb 1-4.3: Manufacturer: Logitech
juin 10 12:39:48 pierre kernel: usb 1-4.3: SerialNumber: 095C34653433
juin 10 12:39:48 pierre kernel: hid: raw HID events driver (C) Jiri Kosina
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.019:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="gst_plugin_scanner" pid=905 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.019:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=911 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.031:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslogd" pid=912 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.039:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslog-ng" pid=913 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: usbcore: registered new interface driver usbhid
juin 10 12:39:48 pierre kernel: usbhid: USB HID core driver
juin 10 12:39:48 pierre kernel: hid-generic 0003:056A:033B.0001: hiddev0,hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input0
juin 10 12:39:48 pierre kernel: hid-generic 0003:056A:033B.0002: hiddev1,hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input1
juin 10 12:39:48 pierre kernel: input: Wacom Co.,Ltd. Intuos PS as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.2/0003:056A:033B.0003/input/input14
juin 10 12:39:48 pierre kernel: hid-generic 0003:056A:033B.0003: input,hidraw2: USB HID v1.10 Mouse [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input2
juin 10 12:39:48 pierre kernel: input: BTC USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.0/0003:1631:5002.0004/input/input15
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.059:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=940 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.059:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{usr/,}bin/ping" pid=915 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.059:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/irssi" pid=943 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: sd 7:0:0:0: [sdc] Attached SCSI disk
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.063:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=908 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.067:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=908 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: audit: type=1400 audit(1591785588.071:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/dovecot/anvil" pid=953 comm="apparmor_parser"
juin 10 12:39:48 pierre kernel: hid-generic 0003:1631:5002.0004: input,hidraw3: USB HID v1.00 Keyboard [BTC USB Keyboard] on usb-0000:00:14.0-4.1.1/input0
juin 10 12:39:48 pierre kernel: input: BTC USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.1/0003:1631:5002.0005/input/input17
juin 10 12:39:48 pierre kernel: input: BTC USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.1/0003:1631:5002.0005/input/input18
juin 10 12:39:48 pierre kernel: hid-generic 0003:1631:5002.0005: input,hiddev2,hidraw4: USB HID v1.00 Device [BTC USB Keyboard] on usb-0000:00:14.0-4.1.1/input1
juin 10 12:39:48 pierre kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:046D:C07F.0006/input/input19
juin 10 12:39:48 pierre kernel: hid-generic 0003:046D:C07F.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-4.3/input0
juin 10 12:39:48 pierre kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input20
juin 10 12:39:48 pierre kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input21
juin 10 12:39:48 pierre kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input22
juin 10 12:39:48 pierre kernel: hid-generic 0003:046D:C07F.0007: input,hiddev3,hidraw6: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-4.3/input1
juin 10 12:39:48 pierre kernel: input: Wacom Intuos S 2 Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:056A:033B.0001/input/input25
juin 10 12:39:48 pierre kernel: wacom 0003:056A:033B.0001: hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input0
juin 10 12:39:48 pierre kernel: input: Wacom Intuos S 2 Pad as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:056A:033B.0002/input/input30
juin 10 12:39:48 pierre kernel: wacom 0003:056A:033B.0002: hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input1
juin 10 12:39:48 pierre kernel: Bluetooth: Core ver 2.22
juin 10 12:39:48 pierre kernel: NET: Registered protocol family 31
juin 10 12:39:48 pierre kernel: Bluetooth: HCI device and connection manager initialized
juin 10 12:39:48 pierre kernel: Bluetooth: HCI socket layer initialized
juin 10 12:39:48 pierre kernel: Bluetooth: L2CAP socket layer initialized
juin 10 12:39:48 pierre kernel: Bluetooth: SCO socket layer initialized
juin 10 12:39:48 pierre kernel: rfkill: input handler disabled
juin 10 12:39:48 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 10 12:39:48 pierre kernel: r8169 0000:03:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)
juin 10 12:39:48 pierre kernel: Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
juin 10 12:39:48 pierre kernel: r8169 0000:03:00.0 enp3s0: Link is Down
juin 10 12:39:50 pierre kernel: r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
juin 10 12:39:50 pierre kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
juin 10 12:39:55 pierre kernel: kauditd_printk_skb: 57 callbacks suppressed
juin 10 12:39:55 pierre kernel: audit: type=1400 audit(1591785595.183:69): apparmor="DENIED" operation="open" profile="/usr/bin/freshclam" name="/etc/ssl/openssl.cnf" pid=1427 comm="freshclam" requested_mask="r" denied_mask="r" fsuid=119 ouid=0
juin 10 12:39:56 pierre kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
juin 10 12:39:56 pierre kernel: Bluetooth: BNEP filters: protocol multicast
juin 10 12:39:56 pierre kernel: Bluetooth: BNEP socket layer initialized

Substance2004
Offline
Iscritto: 11/05/2013

... Suite.

Retrait de linux-libre et des kernels 7.5.0 et 7.5.1, intallation de linux-libre-lts et du kernel 5.4.45-gnu.

Bon ben rebelotte... Toujours le même problème.

Je te laisse le log du kernel 5.4.45-gnu.
Je ne fais même pas le log de gdm3.

Là, par contre, je suis en train de me demander si ce n'est pas une question de Bios (celui de la carte Gigabyte) qui n'a pas encore été mis à jour.

Mais il n'y a pas de raison que Trisquel ne marche pas s'il fonctionne déjà avec un noyeau inférieur... mon double boot Ubuntu fonctionne parfaitement sans avoir fait une mise à jour du bios.

À moins d'attendre la version beta de Trisquel 9 (mais je peux déjà tester l'alpha, vu que j'ai encore de la place pour d'autres intallations). À voir... Mais les tests des noyeaux se feront plus attendre. Il me faudrait un week end. Je ne suis pas certain de pouvoir le produire dans l'immédiat.

-- Logs begin at mer. 2020-06-10 13:42:39 CEST, end at mer. 2020-06-10 13:43:56 CEST. --
juin 10 13:42:39 pierre kernel: Linux version 5.4.45-gnu (rms@mit-oz) (gcc version 9.3.0 (GCC)) #1.0 SMP Tue Sep 27 12:35:59 EST 1983
juin 10 13:42:39 pierre kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.45-gnu root=UUID=ada66a88-f2df-407e-9b0f-9dd4bcb75815 ro quiet splash
juin 10 13:42:39 pierre kernel: KERNEL supported cpus:
juin 10 13:42:39 pierre kernel: Intel GenuineIntel
juin 10 13:42:39 pierre kernel: AMD AuthenticAMD
juin 10 13:42:39 pierre kernel: Hygon HygonGenuine
juin 10 13:42:39 pierre kernel: Centaur CentaurHauls
juin 10 13:42:39 pierre kernel: zhaoxin Shanghai
juin 10 13:42:39 pierre kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
juin 10 13:42:39 pierre kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
juin 10 13:42:39 pierre kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
juin 10 13:42:39 pierre kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
juin 10 13:42:39 pierre kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
juin 10 13:42:39 pierre kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
juin 10 13:42:39 pierre kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
juin 10 13:42:39 pierre kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
juin 10 13:42:39 pierre kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
juin 10 13:42:39 pierre kernel: BIOS-provided physical RAM map:
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000030428fff] usable
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000030429000-0x0000000030429fff] ACPI NVS
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x000000003042a000-0x000000003042afff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x000000003042b000-0x0000000038c14fff] usable
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000038c15000-0x000000003907cfff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x000000003907d000-0x00000000391ebfff] usable
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000391ec000-0x00000000395b4fff] ACPI NVS
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000395b5000-0x0000000039efefff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000039eff000-0x0000000039efffff] usable
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000039f00000-0x000000003f7fffff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
juin 10 13:42:39 pierre kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008be7fffff] usable
juin 10 13:42:39 pierre kernel: NX (Execute Disable) protection: active
juin 10 13:42:39 pierre kernel: SMBIOS 3.1.1 present.
juin 10 13:42:39 pierre kernel: DMI: Gigabyte Technology Co., Ltd. Z390 UD/Z390 UD, BIOS F9 10/15/2019
juin 10 13:42:39 pierre kernel: tsc: Detected 3600.000 MHz processor
juin 10 13:42:39 pierre kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
juin 10 13:42:39 pierre kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
juin 10 13:42:39 pierre kernel: last_pfn = 0x8be800 max_arch_pfn = 0x400000000
juin 10 13:42:39 pierre kernel: MTRR default type: write-back
juin 10 13:42:39 pierre kernel: MTRR fixed ranges enabled:
juin 10 13:42:39 pierre kernel: 00000-9FFFF write-back
juin 10 13:42:39 pierre kernel: A0000-BFFFF uncachable
juin 10 13:42:39 pierre kernel: C0000-FFFFF write-protect
juin 10 13:42:39 pierre kernel: MTRR variable ranges enabled:
juin 10 13:42:39 pierre kernel: 0 base 0080000000 mask 7F80000000 uncachable
juin 10 13:42:39 pierre kernel: 1 base 0040000000 mask 7FC0000000 uncachable
juin 10 13:42:39 pierre kernel: 2 base 003C000000 mask 7FFC000000 uncachable
juin 10 13:42:39 pierre kernel: 3 base 003B000000 mask 7FFF000000 uncachable
juin 10 13:42:39 pierre kernel: 4 disabled
juin 10 13:42:39 pierre kernel: 5 disabled
juin 10 13:42:39 pierre kernel: 6 disabled
juin 10 13:42:39 pierre kernel: 7 disabled
juin 10 13:42:39 pierre kernel: 8 disabled
juin 10 13:42:39 pierre kernel: 9 disabled
juin 10 13:42:39 pierre kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
juin 10 13:42:39 pierre kernel: last_pfn = 0x39f00 max_arch_pfn = 0x400000000
juin 10 13:42:39 pierre kernel: found SMP MP-table at [mem 0x000fcde0-0x000fcdef]
juin 10 13:42:39 pierre kernel: check: Scanning 1 areas for low memory corruption
juin 10 13:42:39 pierre kernel: Using GB pages for direct mapping
juin 10 13:42:39 pierre kernel: BRK [0x5e5201000, 0x5e5201fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5202000, 0x5e5202fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5203000, 0x5e5203fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5204000, 0x5e5204fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5205000, 0x5e5205fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5206000, 0x5e5206fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5207000, 0x5e5207fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5208000, 0x5e5208fff] PGTABLE
juin 10 13:42:39 pierre kernel: BRK [0x5e5209000, 0x5e5209fff] PGTABLE
juin 10 13:42:39 pierre kernel: RAMDISK: [mem 0x337d9000-0x35be3fff]
juin 10 13:42:39 pierre kernel: ACPI: Early table checksum verification disabled
juin 10 13:42:39 pierre kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
juin 10 13:42:39 pierre kernel: ACPI: XSDT 0x00000000395090A0 0000C4 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 13:42:39 pierre kernel: ACPI: FACP 0x0000000039549D80 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
juin 10 13:42:39 pierre kernel: ACPI: DSDT 0x0000000039509200 040B80 (v02 ALASKA A M I 01072009 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: FACS 0x00000000395B4080 000040
juin 10 13:42:39 pierre kernel: ACPI: APIC 0x0000000039549E98 0000BC (v04 ALASKA A M I 01072009 AMI 00010013)
juin 10 13:42:39 pierre kernel: ACPI: FPDT 0x0000000039549F58 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 13:42:39 pierre kernel: ACPI: FIDT 0x0000000039549FA0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 13:42:39 pierre kernel: ACPI: MCFG 0x000000003954A040 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x000000003954A080 000204 (v01 ALASKA A M I 00001000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x000000003954A288 0017D5 (v02 ALASKA A M I 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x000000003954BA60 007F8B (v01 ALASKA A M I 00000001 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x00000000395539F0 0031C7 (v02 ALASKA A M I 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: HPET 0x0000000039556BB8 000038 (v01 ALASKA A M I 00000002 01000013)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x0000000039556BF0 000F9E (v02 ALASKA A M I 00001000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x0000000039557B90 002D1B (v02 ALASKA A M I 00000000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: UEFI 0x000000003955A8B0 000042 (v01 ALASKA A M I 00000002 01000013)
juin 10 13:42:39 pierre kernel: ACPI: LPIT 0x000000003955A8F8 00005C (v01 ALASKA A M I 00000002 01000013)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x000000003955A958 0027DE (v02 ALASKA A M I 00001000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0x000000003955D138 000FFE (v02 ALASKA A M I 00000000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: DBGP 0x000000003955E138 000034 (v01 ALASKA A M I 00000002 01000013)
juin 10 13:42:39 pierre kernel: ACPI: DBG2 0x000000003955E170 000054 (v00 ALASKA A M I 00000002 01000013)
juin 10 13:42:39 pierre kernel: ACPI: DMAR 0x000000003955E1C8 0000A8 (v01 ALASKA A M I 00000002 01000013)
juin 10 13:42:39 pierre kernel: ACPI: WSMT 0x000000003955E270 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
juin 10 13:42:39 pierre kernel: ACPI: Local APIC address 0xfee00000
juin 10 13:42:39 pierre kernel: No NUMA configuration found
juin 10 13:42:39 pierre kernel: Faking a node at [mem 0x0000000000000000-0x00000008be7fffff]
juin 10 13:42:39 pierre kernel: NODE_DATA(0) allocated [mem 0x8be7d5000-0x8be7fffff]
juin 10 13:42:39 pierre kernel: Zone ranges:
juin 10 13:42:39 pierre kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
juin 10 13:42:39 pierre kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
juin 10 13:42:39 pierre kernel: Normal [mem 0x0000000100000000-0x00000008be7fffff]
juin 10 13:42:39 pierre kernel: Device empty
juin 10 13:42:39 pierre kernel: Movable zone start for each node
juin 10 13:42:39 pierre kernel: Early memory node ranges
juin 10 13:42:39 pierre kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
juin 10 13:42:39 pierre kernel: node 0: [mem 0x0000000000100000-0x0000000030428fff]
juin 10 13:42:39 pierre kernel: node 0: [mem 0x000000003042b000-0x0000000038c14fff]
juin 10 13:42:39 pierre kernel: node 0: [mem 0x000000003907d000-0x00000000391ebfff]
juin 10 13:42:39 pierre kernel: node 0: [mem 0x0000000039eff000-0x0000000039efffff]
juin 10 13:42:39 pierre kernel: node 0: [mem 0x0000000100000000-0x00000008be7fffff]
juin 10 13:42:39 pierre kernel: Zeroed struct page in unavailable ranges: 35553 pages
juin 10 13:42:39 pierre kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000008be7fffff]
juin 10 13:42:39 pierre kernel: On node 0 totalpages: 8353055
juin 10 13:42:39 pierre kernel: DMA zone: 64 pages used for memmap
juin 10 13:42:39 pierre kernel: DMA zone: 21 pages reserved
juin 10 13:42:39 pierre kernel: DMA zone: 3996 pages, LIFO batch:0
juin 10 13:42:39 pierre kernel: DMA32 zone: 3575 pages used for memmap
juin 10 13:42:39 pierre kernel: DMA32 zone: 228739 pages, LIFO batch:63
juin 10 13:42:39 pierre kernel: Normal zone: 126880 pages used for memmap
juin 10 13:42:39 pierre kernel: Normal zone: 8120320 pages, LIFO batch:63
juin 10 13:42:39 pierre kernel: Reserving Intel graphics memory at [mem 0x3b800000-0x3f7fffff]
juin 10 13:42:39 pierre kernel: ACPI: PM-Timer IO Port: 0x1808
juin 10 13:42:39 pierre kernel: ACPI: Local APIC address 0xfee00000
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
juin 10 13:42:39 pierre kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
juin 10 13:42:39 pierre kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
juin 10 13:42:39 pierre kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
juin 10 13:42:39 pierre kernel: ACPI: IRQ0 used by override.
juin 10 13:42:39 pierre kernel: ACPI: IRQ9 used by override.
juin 10 13:42:39 pierre kernel: Using ACPI (MADT) for SMP configuration information
juin 10 13:42:39 pierre kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
juin 10 13:42:39 pierre kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x30429000-0x30429fff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x3042a000-0x3042afff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x38c15000-0x3907cfff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x391ec000-0x395b4fff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x395b5000-0x39efefff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x39f00000-0x3f7fffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0x3f800000-0xdfffffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
juin 10 13:42:39 pierre kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
juin 10 13:42:39 pierre kernel: [mem 0x3f800000-0xdfffffff] available for PCI devices
juin 10 13:42:39 pierre kernel: Booting paravirtualized kernel on bare hardware
juin 10 13:42:39 pierre kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
juin 10 13:42:39 pierre kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
juin 10 13:42:39 pierre kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
juin 10 13:42:39 pierre kernel: pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
juin 10 13:42:39 pierre kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
juin 10 13:42:39 pierre kernel: Built 1 zonelists, mobility grouping on. Total pages: 8222515
juin 10 13:42:39 pierre kernel: Policy zone: Normal
juin 10 13:42:39 pierre kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.45-gnu root=UUID=ada66a88-f2df-407e-9b0f-9dd4bcb75815 ro quiet splash
juin 10 13:42:39 pierre kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
juin 10 13:42:39 pierre kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
juin 10 13:42:39 pierre kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
juin 10 13:42:39 pierre kernel: Calgary: detecting Calgary via BIOS EBDA area
juin 10 13:42:39 pierre kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
juin 10 13:42:39 pierre kernel: Memory: 32701080K/33412220K available (14339K kernel code, 2391K rwdata, 4660K rodata, 2680K init, 5036K bss, 711140K reserved, 0K cma-reserved)
juin 10 13:42:39 pierre kernel: random: get_random_u64 called from __kmem_cache_create+0x42/0x540 with crng_init=0
juin 10 13:42:39 pierre kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
juin 10 13:42:39 pierre kernel: ftrace: allocating 43741 entries in 171 pages
juin 10 13:42:39 pierre kernel: rcu: Hierarchical RCU implementation.
juin 10 13:42:39 pierre kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
juin 10 13:42:39 pierre kernel: Tasks RCU enabled.
juin 10 13:42:39 pierre kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
juin 10 13:42:39 pierre kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
juin 10 13:42:39 pierre kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
juin 10 13:42:39 pierre kernel: random: crng done (trusting CPU's manufacturer)
juin 10 13:42:39 pierre kernel: Console: colour VGA+ 80x25
juin 10 13:42:39 pierre kernel: printk: console [tty0] enabled
juin 10 13:42:39 pierre kernel: ACPI: Core revision 20190816
juin 10 13:42:39 pierre kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
juin 10 13:42:39 pierre kernel: APIC: Switch to symmetric I/O mode setup
juin 10 13:42:39 pierre kernel: DMAR: Host address width 39
juin 10 13:42:39 pierre kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
juin 10 13:42:39 pierre kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
juin 10 13:42:39 pierre kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
juin 10 13:42:39 pierre kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
juin 10 13:42:39 pierre kernel: DMAR: RMRR base: 0x000000399d4000 end: 0x00000039c1dfff
juin 10 13:42:39 pierre kernel: DMAR: RMRR base: 0x0000003b000000 end: 0x0000003f7fffff
juin 10 13:42:39 pierre kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
juin 10 13:42:39 pierre kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
juin 10 13:42:39 pierre kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
juin 10 13:42:39 pierre kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
juin 10 13:42:39 pierre kernel: x2apic enabled
juin 10 13:42:39 pierre kernel: Switched APIC routing to cluster x2apic.
juin 10 13:42:39 pierre kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
juin 10 13:42:39 pierre kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
juin 10 13:42:39 pierre kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=14400000)
juin 10 13:42:39 pierre kernel: pid_max: default: 32768 minimum: 301
juin 10 13:42:39 pierre kernel: LSM: Security Framework initializing
juin 10 13:42:39 pierre kernel: Yama: becoming mindful.
juin 10 13:42:39 pierre kernel: AppArmor: AppArmor initialized
juin 10 13:42:39 pierre kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
juin 10 13:42:39 pierre kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
juin 10 13:42:39 pierre kernel: *** VALIDATE tmpfs ***
juin 10 13:42:39 pierre kernel: *** VALIDATE proc ***
juin 10 13:42:39 pierre kernel: *** VALIDATE cgroup1 ***
juin 10 13:42:39 pierre kernel: *** VALIDATE cgroup2 ***
juin 10 13:42:39 pierre kernel: mce: CPU0: Thermal monitoring enabled (TM1)
juin 10 13:42:39 pierre kernel: process: using mwait in idle threads
juin 10 13:42:39 pierre kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
juin 10 13:42:39 pierre kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
juin 10 13:42:39 pierre kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
juin 10 13:42:39 pierre kernel: Spectre V2 : Mitigation: Enhanced IBRS
juin 10 13:42:39 pierre kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
juin 10 13:42:39 pierre kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
juin 10 13:42:39 pierre kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
juin 10 13:42:39 pierre kernel: TAA: Vulnerable: Clear CPU buffers attempted, no microcode
juin 10 13:42:39 pierre kernel: Freeing SMP alternatives memory: 36K
juin 10 13:42:39 pierre kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
juin 10 13:42:39 pierre kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
juin 10 13:42:39 pierre kernel: ... version: 4
juin 10 13:42:39 pierre kernel: ... bit width: 48
juin 10 13:42:39 pierre kernel: ... generic registers: 8
juin 10 13:42:39 pierre kernel: ... value mask: 0000ffffffffffff
juin 10 13:42:39 pierre kernel: ... max period: 00007fffffffffff
juin 10 13:42:39 pierre kernel: ... fixed-purpose events: 3
juin 10 13:42:39 pierre kernel: ... event mask: 00000007000000ff
juin 10 13:42:39 pierre kernel: rcu: Hierarchical SRCU implementation.
juin 10 13:42:39 pierre kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
juin 10 13:42:39 pierre kernel: smp: Bringing up secondary CPUs ...
juin 10 13:42:39 pierre kernel: x86: Booting SMP configuration:
juin 10 13:42:39 pierre kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
juin 10 13:42:39 pierre kernel: smp: Brought up 1 node, 8 CPUs
juin 10 13:42:39 pierre kernel: smpboot: Max logical packages: 1
juin 10 13:42:39 pierre kernel: smpboot: Total of 8 processors activated (57600.00 BogoMIPS)
juin 10 13:42:39 pierre kernel: devtmpfs: initialized
juin 10 13:42:39 pierre kernel: x86/mm: Memory block size: 128MB
juin 10 13:42:39 pierre kernel: PM: Registering ACPI NVS region [mem 0x30429000-0x30429fff] (4096 bytes)
juin 10 13:42:39 pierre kernel: PM: Registering ACPI NVS region [mem 0x391ec000-0x395b4fff] (3969024 bytes)
juin 10 13:42:39 pierre kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
juin 10 13:42:39 pierre kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
juin 10 13:42:39 pierre kernel: pinctrl core: initialized pinctrl subsystem
juin 10 13:42:39 pierre kernel: PM: RTC time: 11:42:34, date: 2020-06-10
juin 10 13:42:39 pierre kernel: NET: Registered protocol family 16
juin 10 13:42:39 pierre kernel: audit: initializing netlink subsys (disabled)
juin 10 13:42:39 pierre kernel: audit: type=2000 audit(1591789353.028:1): state=initialized audit_enabled=0 res=1
juin 10 13:42:39 pierre kernel: EISA bus registered
juin 10 13:42:39 pierre kernel: cpuidle: using governor ladder
juin 10 13:42:39 pierre kernel: cpuidle: using governor menu
juin 10 13:42:39 pierre kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
juin 10 13:42:39 pierre kernel: ACPI: bus type PCI registered
juin 10 13:42:39 pierre kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
juin 10 13:42:39 pierre kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
juin 10 13:42:39 pierre kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
juin 10 13:42:39 pierre kernel: PCI: Using configuration type 1 for base access
juin 10 13:42:39 pierre kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
juin 10 13:42:39 pierre kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(Module Device)
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(Processor Device)
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(Processor Aggregator Device)
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(Linux-Dell-Video)
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
juin 10 13:42:39 pierre kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
juin 10 13:42:39 pierre kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A299EE2800 00078C (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A299C51C00 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A299D11A00 00011B (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A299EE5800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A29AC64000 000EF1 (v02 PmRef ApIst 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A299C55800 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: Dynamic OEM Table Load:
juin 10 13:42:39 pierre kernel: ACPI: SSDT 0xFFFF98A299C54C00 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
juin 10 13:42:39 pierre kernel: ACPI: Interpreter enabled
juin 10 13:42:39 pierre kernel: ACPI: (supports S0 S3 S4 S5)
juin 10 13:42:39 pierre kernel: ACPI: Using IOAPIC for interrupt routing
juin 10 13:42:39 pierre kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
juin 10 13:42:39 pierre kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [USBC] (on)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [V0PR] (on)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [V1PR] (on)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [V2PR] (on)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [WRST] (on)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [FN00] (off)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [FN01] (off)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [FN02] (off)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [FN03] (off)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [FN04] (off)
juin 10 13:42:39 pierre kernel: ACPI: Power Resource [PIN] (off)
juin 10 13:42:39 pierre kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
juin 10 13:42:39 pierre kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
juin 10 13:42:39 pierre kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
juin 10 13:42:39 pierre kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
juin 10 13:42:39 pierre kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
juin 10 13:42:39 pierre kernel: PCI host bridge to bus 0000:00
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: root bus resource [mem 0x3f800000-0xdfffffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
juin 10 13:42:39 pierre kernel: pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: [8086:3e98] type 00 class 0x030000
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: reg 0x10: [mem 0x50000000-0x50ffffff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff 64bit pref]
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
juin 10 13:42:39 pierre kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
juin 10 13:42:39 pierre kernel: pci 0000:00:12.0: reg 0x10: [mem 0x5131d000-0x5131dfff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
juin 10 13:42:39 pierre kernel: pci 0000:00:14.0: reg 0x10: [mem 0x51300000-0x5130ffff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
juin 10 13:42:39 pierre kernel: pci 0000:00:14.2: reg 0x10: [mem 0x51316000-0x51317fff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:14.2: reg 0x18: [mem 0x5131c000-0x5131cfff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
juin 10 13:42:39 pierre kernel: pci 0000:00:16.0: reg 0x10: [mem 0x5131b000-0x5131bfff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:16.0: PME# supported from D3hot
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: reg 0x10: [mem 0x51314000-0x51315fff]
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: reg 0x14: [mem 0x5131a000-0x5131a0ff]
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: reg 0x24: [mem 0x51319000-0x513197ff]
juin 10 13:42:39 pierre kernel: pci 0000:00:17.0: PME# supported from D3hot
juin 10 13:42:39 pierre kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
juin 10 13:42:39 pierre kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: [8086:a33a] type 01 class 0x060400
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x51310000-0x51313fff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x51000000-0x510fffff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x51318000-0x513180ff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
juin 10 13:42:39 pierre kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
juin 10 13:42:39 pierre kernel: acpiphp: Slot [1] registered
juin 10 13:42:39 pierre kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
juin 10 13:42:39 pierre kernel: acpiphp: Slot [1-1] registered
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
juin 10 13:42:39 pierre kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
juin 10 13:42:39 pierre kernel: pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff]
juin 10 13:42:39 pierre kernel: pci 0000:03:00.0: reg 0x18: [mem 0x51204000-0x51204fff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:03:00.0: reg 0x20: [mem 0x51200000-0x51203fff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:03:00.0: supports D1 D2
juin 10 13:42:39 pierre kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: bridge window [mem 0x51200000-0x512fffff]
juin 10 13:42:39 pierre kernel: pci 0000:04:00.0: [1987:5012] type 00 class 0x010802
juin 10 13:42:39 pierre kernel: pci 0000:04:00.0: reg 0x10: [mem 0x51100000-0x51103fff 64bit]
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: bridge window [mem 0x51100000-0x511fffff]
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
juin 10 13:42:39 pierre kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
juin 10 13:42:39 pierre kernel: iommu: Default domain type: Translated
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: vgaarb: bridge control possible
juin 10 13:42:39 pierre kernel: vgaarb: loaded
juin 10 13:42:39 pierre kernel: SCSI subsystem initialized
juin 10 13:42:39 pierre kernel: libata version 3.00 loaded.
juin 10 13:42:39 pierre kernel: ACPI: bus type USB registered
juin 10 13:42:39 pierre kernel: usbcore: registered new interface driver usbfs
juin 10 13:42:39 pierre kernel: usbcore: registered new interface driver hub
juin 10 13:42:39 pierre kernel: usbcore: registered new device driver usb
juin 10 13:42:39 pierre kernel: pps_core: LinuxPPS API ver. 1 registered
juin 10 13:42:39 pierre kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <name at domain>
juin 10 13:42:39 pierre kernel: PTP clock support registered
juin 10 13:42:39 pierre kernel: EDAC MC: Ver: 3.0.0
juin 10 13:42:39 pierre kernel: PCI: Using ACPI for IRQ routing
juin 10 13:42:39 pierre kernel: PCI: pci_cache_line_size set to 64 bytes
juin 10 13:42:39 pierre kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
juin 10 13:42:39 pierre kernel: e820: reserve RAM buffer [mem 0x30429000-0x33ffffff]
juin 10 13:42:39 pierre kernel: e820: reserve RAM buffer [mem 0x38c15000-0x3bffffff]
juin 10 13:42:39 pierre kernel: e820: reserve RAM buffer [mem 0x391ec000-0x3bffffff]
juin 10 13:42:39 pierre kernel: e820: reserve RAM buffer [mem 0x39f00000-0x3bffffff]
juin 10 13:42:39 pierre kernel: e820: reserve RAM buffer [mem 0x8be800000-0x8bfffffff]
juin 10 13:42:39 pierre kernel: NetLabel: Initializing
juin 10 13:42:39 pierre kernel: NetLabel: domain hash size = 128
juin 10 13:42:39 pierre kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
juin 10 13:42:39 pierre kernel: NetLabel: unlabeled traffic allowed by default
juin 10 13:42:39 pierre kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
juin 10 13:42:39 pierre kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
juin 10 13:42:39 pierre kernel: clocksource: Switched to clocksource tsc-early
juin 10 13:42:39 pierre kernel: *** VALIDATE bpf ***
juin 10 13:42:39 pierre kernel: VFS: Disk quotas dquot_6.6.0
juin 10 13:42:39 pierre kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
juin 10 13:42:39 pierre kernel: *** VALIDATE ramfs ***
juin 10 13:42:39 pierre kernel: *** VALIDATE hugetlbfs ***
juin 10 13:42:39 pierre kernel: AppArmor: AppArmor Filesystem Enabled
juin 10 13:42:39 pierre kernel: pnp: PnP ACPI init
juin 10 13:42:39 pierre kernel: system 00:00: [io 0x0a00-0x0a2f] has been reserved
juin 10 13:42:39 pierre kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
juin 10 13:42:39 pierre kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
juin 10 13:42:39 pierre kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 13:42:39 pierre kernel: pnp 00:01: [dma 0 disabled]
juin 10 13:42:39 pierre kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
juin 10 13:42:39 pierre kernel: system 00:02: [io 0x0680-0x069f] has been reserved
juin 10 13:42:39 pierre kernel: system 00:02: [io 0x164e-0x164f] has been reserved
juin 10 13:42:39 pierre kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 13:42:39 pierre kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
juin 10 13:42:39 pierre kernel: system 00:04: [io 0x1854-0x1857] has been reserved
juin 10 13:42:39 pierre kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
juin 10 13:42:39 pierre kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 13:42:39 pierre kernel: system 00:06: [io 0x1800-0x18fe] could not be reserved
juin 10 13:42:39 pierre kernel: system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
juin 10 13:42:39 pierre kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
juin 10 13:42:39 pierre kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 13:42:39 pierre kernel: system 00:07: [io 0x2000-0x20fe] has been reserved
juin 10 13:42:39 pierre kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 13:42:39 pierre kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
juin 10 13:42:39 pierre kernel: pnp: PnP ACPI: found 9 devices
juin 10 13:42:39 pierre kernel: thermal_sys: Registered thermal governor 'fair_share'
juin 10 13:42:39 pierre kernel: thermal_sys: Registered thermal governor 'bang_bang'
juin 10 13:42:39 pierre kernel: thermal_sys: Registered thermal governor 'step_wise'
juin 10 13:42:39 pierre kernel: thermal_sys: Registered thermal governor 'user_space'
juin 10 13:42:39 pierre kernel: thermal_sys: Registered thermal governor 'power_allocator'
juin 10 13:42:39 pierre kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
juin 10 13:42:39 pierre kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
juin 10 13:42:39 pierre kernel: pci 0000:00:1c.2: bridge window [mem 0x51200000-0x512fffff]
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
juin 10 13:42:39 pierre kernel: pci 0000:00:1d.0: bridge window [mem 0x51100000-0x511fffff]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: resource 7 [mem 0x3f800000-0xdfffffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
juin 10 13:42:39 pierre kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
juin 10 13:42:39 pierre kernel: pci_bus 0000:03: resource 1 [mem 0x51200000-0x512fffff]
juin 10 13:42:39 pierre kernel: pci_bus 0000:04: resource 1 [mem 0x51100000-0x511fffff]
juin 10 13:42:39 pierre kernel: NET: Registered protocol family 2
juin 10 13:42:39 pierre kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
juin 10 13:42:39 pierre kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
juin 10 13:42:39 pierre kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
juin 10 13:42:39 pierre kernel: TCP: Hash tables configured (established 262144 bind 65536)
juin 10 13:42:39 pierre kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
juin 10 13:42:39 pierre kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
juin 10 13:42:39 pierre kernel: NET: Registered protocol family 1
juin 10 13:42:39 pierre kernel: NET: Registered protocol family 44
juin 10 13:42:39 pierre kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
juin 10 13:42:39 pierre kernel: pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x662 took 82550 usecs
juin 10 13:42:39 pierre kernel: PCI: CLS 64 bytes, default 64
juin 10 13:42:39 pierre kernel: Trying to unpack rootfs image as initramfs...
juin 10 13:42:39 pierre kernel: Freeing initrd memory: 36908K
juin 10 13:42:39 pierre kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
juin 10 13:42:39 pierre kernel: software IO TLB: mapped [mem 0x2c429000-0x30429000] (64MB)
juin 10 13:42:39 pierre kernel: check: Scanning for low memory corruption every 60 seconds
juin 10 13:42:39 pierre kernel: Initialise system trusted keyrings
juin 10 13:42:39 pierre kernel: Key type blacklist registered
juin 10 13:42:39 pierre kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
juin 10 13:42:39 pierre kernel: zbud: loaded
juin 10 13:42:39 pierre kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
juin 10 13:42:39 pierre kernel: fuse: init (API version 7.31)
juin 10 13:42:39 pierre kernel: *** VALIDATE fuse ***
juin 10 13:42:39 pierre kernel: *** VALIDATE fuse ***
juin 10 13:42:39 pierre kernel: Platform Keyring initialized
juin 10 13:42:39 pierre kernel: Key type asymmetric registered
juin 10 13:42:39 pierre kernel: Asymmetric key parser 'x509' registered
juin 10 13:42:39 pierre kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
juin 10 13:42:39 pierre kernel: io scheduler mq-deadline registered
juin 10 13:42:39 pierre kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 124
juin 10 13:42:39 pierre kernel: pcieport 0000:00:1c.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
juin 10 13:42:39 pierre kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
juin 10 13:42:39 pierre kernel: pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
juin 10 13:42:39 pierre kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
juin 10 13:42:39 pierre kernel: intel_idle: MWAIT substates: 0x11142120
juin 10 13:42:39 pierre kernel: intel_idle: v0.4.1 model 0x9E
juin 10 13:42:39 pierre kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
juin 10 13:42:39 pierre kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
juin 10 13:42:39 pierre kernel: ACPI: Sleep Button [SLPB]
juin 10 13:42:39 pierre kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
juin 10 13:42:39 pierre kernel: ACPI: Power Button [PWRB]
juin 10 13:42:39 pierre kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
juin 10 13:42:39 pierre kernel: ACPI: Power Button [PWRF]
juin 10 13:42:39 pierre kernel: tsc: Refined TSC clocksource calibration: 3599.989 MHz
juin 10 13:42:39 pierre kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e4491f3c6, max_idle_ns: 440795339995 ns
juin 10 13:42:39 pierre kernel: clocksource: Switched to clocksource tsc
juin 10 13:42:39 pierre kernel: ACPI: Invalid passive threshold
juin 10 13:42:39 pierre kernel: thermal LNXTHERM:00: registered as thermal_zone0
juin 10 13:42:39 pierre kernel: ACPI: Thermal Zone [TZ10] (17 C)
juin 10 13:42:39 pierre kernel: thermal LNXTHERM:01: registered as thermal_zone1
juin 10 13:42:39 pierre kernel: ACPI: Thermal Zone [TZ00] (28 C)
juin 10 13:42:39 pierre kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
juin 10 13:42:39 pierre kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
juin 10 13:42:39 pierre kernel: Linux agpgart interface v0.103
juin 10 13:42:39 pierre kernel: loop: module loaded
juin 10 13:42:39 pierre kernel: libphy: Fixed MDIO Bus: probed
juin 10 13:42:39 pierre kernel: tun: Universal TUN/TAP device driver, 1.6
juin 10 13:42:39 pierre kernel: PPP generic driver version 2.4.2
juin 10 13:42:39 pierre kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
juin 10 13:42:39 pierre kernel: ehci-pci: EHCI PCI platform driver
juin 10 13:42:39 pierre kernel: ehci-platform: EHCI generic platform driver
juin 10 13:42:39 pierre kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
juin 10 13:42:39 pierre kernel: ohci-pci: OHCI PCI platform driver
juin 10 13:42:39 pierre kernel: ohci-platform: OHCI generic platform driver
juin 10 13:42:39 pierre kernel: uhci_hcd: USB Universal Host Controller Interface driver
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
juin 10 13:42:39 pierre kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
juin 10 13:42:39 pierre kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
juin 10 13:42:39 pierre kernel: usb usb1: Product: xHCI Host Controller
juin 10 13:42:39 pierre kernel: usb usb1: Manufacturer: Linux 5.4.45-gnu xhci-hcd
juin 10 13:42:39 pierre kernel: usb usb1: SerialNumber: 0000:00:14.0
juin 10 13:42:39 pierre kernel: hub 1-0:1.0: USB hub found
juin 10 13:42:39 pierre kernel: hub 1-0:1.0: 16 ports detected
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
juin 10 13:42:39 pierre kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
juin 10 13:42:39 pierre kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
juin 10 13:42:39 pierre kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
juin 10 13:42:39 pierre kernel: usb usb2: Product: xHCI Host Controller
juin 10 13:42:39 pierre kernel: usb usb2: Manufacturer: Linux 5.4.45-gnu xhci-hcd
juin 10 13:42:39 pierre kernel: usb usb2: SerialNumber: 0000:00:14.0
juin 10 13:42:39 pierre kernel: hub 2-0:1.0: USB hub found
juin 10 13:42:39 pierre kernel: hub 2-0:1.0: 10 ports detected
juin 10 13:42:39 pierre kernel: i8042: PNP: No PS/2 controller found.
juin 10 13:42:39 pierre kernel: mousedev: PS/2 mouse device common for all mice
juin 10 13:42:39 pierre kernel: rtc_cmos 00:03: RTC can wake from S4
juin 10 13:42:39 pierre kernel: rtc_cmos 00:03: registered as rtc0
juin 10 13:42:39 pierre kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
juin 10 13:42:39 pierre kernel: i2c /dev entries driver
juin 10 13:42:39 pierre kernel: device-mapper: uevent: version 1.0.3
juin 10 13:42:39 pierre kernel: device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: name at domain
juin 10 13:42:39 pierre kernel: platform eisa.0: Probing EISA bus 0
juin 10 13:42:39 pierre kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
juin 10 13:42:39 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
juin 10 13:42:39 pierre kernel: platform eisa.0: EISA: Detected 0 cards
juin 10 13:42:39 pierre kernel: intel_pstate: Intel P-state driver initializing
juin 10 13:42:39 pierre kernel: intel_pstate: HWP enabled
juin 10 13:42:39 pierre kernel: ledtrig-cpu: registered to indicate activity on CPUs
juin 10 13:42:39 pierre kernel: intel_pmc_core INT33A1:00: initialized
juin 10 13:42:39 pierre kernel: drop_monitor: Initializing network drop monitor service
juin 10 13:42:39 pierre kernel: NET: Registered protocol family 10
juin 10 13:42:39 pierre kernel: Segment Routing with IPv6
juin 10 13:42:39 pierre kernel: NET: Registered protocol family 17
juin 10 13:42:39 pierre kernel: Key type dns_resolver registered
juin 10 13:42:39 pierre kernel: RAS: Correctable Errors collector initialized.
juin 10 13:42:39 pierre kernel: microcode: sig=0x906ed, pf=0x2, revision=0xb8
juin 10 13:42:39 pierre kernel: microcode: Microcode Update Driver: v2.2.
juin 10 13:42:39 pierre kernel: IPI shorthand broadcast: enabled
juin 10 13:42:39 pierre kernel: sched_clock: Marking stable (3246280449, 2888374)->(3252503269, -3334446)
juin 10 13:42:39 pierre kernel: registered taskstats version 1
juin 10 13:42:39 pierre kernel: Loading compiled-in X.509 certificates
juin 10 13:42:39 pierre kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 13ed088e92f01e95528dc49351af5d5fd45ec72a'
juin 10 13:42:39 pierre kernel: zswap: loaded using pool lzo/zbud
juin 10 13:42:39 pierre kernel: Key type ._fscrypt registered
juin 10 13:42:39 pierre kernel: Key type .fscrypt registered
juin 10 13:42:39 pierre kernel: Key type big_key registered
juin 10 13:42:39 pierre kernel: Key type encrypted registered
juin 10 13:42:39 pierre kernel: AppArmor: AppArmor sha1 policy hashing enabled
juin 10 13:42:39 pierre kernel: ima: No TPM chip found, activating TPM-bypass!
juin 10 13:42:39 pierre kernel: ima: Allocated hash algorithm: sha1
juin 10 13:42:39 pierre kernel: ima: No architecture policies found
juin 10 13:42:39 pierre kernel: evm: Initialising EVM extended attributes:
juin 10 13:42:39 pierre kernel: evm: security.selinux
juin 10 13:42:39 pierre kernel: evm: security.SMACK64
juin 10 13:42:39 pierre kernel: evm: security.SMACK64EXEC
juin 10 13:42:39 pierre kernel: evm: security.SMACK64TRANSMUTE
juin 10 13:42:39 pierre kernel: evm: security.SMACK64MMAP
juin 10 13:42:39 pierre kernel: evm: security.apparmor
juin 10 13:42:39 pierre kernel: evm: security.ima
juin 10 13:42:39 pierre kernel: evm: security.capability
juin 10 13:42:39 pierre kernel: evm: HMAC attrs: 0x1
juin 10 13:42:39 pierre kernel: PM: Magic number: 8:600:731
juin 10 13:42:39 pierre kernel: rtc_cmos 00:03: setting system clock to 2020-06-10T11:42:37 UTC (1591789357)
juin 10 13:42:39 pierre kernel: Freeing unused decrypted memory: 2040K
juin 10 13:42:39 pierre kernel: Freeing unused kernel image memory: 2680K
juin 10 13:42:39 pierre kernel: Write protecting the kernel read-only data: 22528k
juin 10 13:42:39 pierre kernel: Freeing unused kernel image memory: 2008K
juin 10 13:42:39 pierre kernel: Freeing unused kernel image memory: 1484K
juin 10 13:42:39 pierre kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
juin 10 13:42:39 pierre kernel: Run /init as init process
juin 10 13:42:39 pierre kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 10 13:42:39 pierre kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 10 13:42:39 pierre kernel: ahci 0000:00:17.0: version 3.0
juin 10 13:42:39 pierre kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
juin 10 13:42:39 pierre kernel: nvme nvme0: pci function 0000:04:00.0
juin 10 13:42:39 pierre kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
juin 10 13:42:39 pierre kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst
juin 10 13:42:39 pierre kernel: libphy: r8169: probed
juin 10 13:42:39 pierre kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, b4:2e:99:de:70:12, XID 541, IRQ 129
juin 10 13:42:39 pierre kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
juin 10 13:42:39 pierre kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
juin 10 13:42:39 pierre kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
juin 10 13:42:39 pierre kernel: Console: switching to colour dummy device 80x25
juin 10 13:42:39 pierre kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
juin 10 13:42:39 pierre kernel: [drm] Driver supports precise vblank timestamp query.
juin 10 13:42:39 pierre kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
juin 10 13:42:39 pierre kernel: 0000:00:02.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 10 13:42:39 pierre kernel: i915 0000:00:02.0: Failed to load DMC firmware /*(DEBLOBBED)*/. Disabling runtime power management.
juin 10 13:42:39 pierre kernel: i915 0000:00:02.0: DMC firmware homepage: /*(DEBLOBBED)*/
juin 10 13:42:39 pierre kernel: scsi host0: ahci
juin 10 13:42:39 pierre kernel: scsi host1: ahci
juin 10 13:42:39 pierre kernel: scsi host2: ahci
juin 10 13:42:39 pierre kernel: scsi host3: ahci
juin 10 13:42:39 pierre kernel: scsi host4: ahci
juin 10 13:42:39 pierre kernel: scsi host5: ahci
juin 10 13:42:39 pierre kernel: ata1: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319100 irq 127
juin 10 13:42:39 pierre kernel: ata2: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319180 irq 127
juin 10 13:42:39 pierre kernel: ata3: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319200 irq 127
juin 10 13:42:39 pierre kernel: ata4: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319280 irq 127
juin 10 13:42:39 pierre kernel: ata5: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319300 irq 127
juin 10 13:42:39 pierre kernel: ata6: SATA max UDMA/133 abar m2048@0x51319000 port 0x51319380 irq 127
juin 10 13:42:39 pierre kernel: nvme nvme0: missing or invalid SUBNQN field.
juin 10 13:42:39 pierre kernel: nvme nvme0: Shutdown timeout set to 10 seconds
juin 10 13:42:39 pierre kernel: nvme nvme0: 8/0/0 default/read/poll queues
juin 10 13:42:39 pierre kernel: nvme0n1: p1 p2 p3 < p5 p6 >
juin 10 13:42:39 pierre kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
juin 10 13:42:39 pierre kernel: [drm] failed to retrieve link info, disabling eDP
juin 10 13:42:39 pierre kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
juin 10 13:42:39 pierre kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
juin 10 13:42:39 pierre kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
juin 10 13:42:39 pierre kernel: fbcon: i915drmfb (fb0) is primary device
juin 10 13:42:39 pierre kernel: Console: switching to colour frame buffer device 240x67
juin 10 13:42:39 pierre kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
juin 10 13:42:39 pierre kernel: ata3: SATA link down (SStatus 4 SControl 300)
juin 10 13:42:39 pierre kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
juin 10 13:42:39 pierre kernel: usb 1-4: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
juin 10 13:42:39 pierre kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
juin 10 13:42:39 pierre kernel: usb 1-4: Product: USB 2.0 Hub
juin 10 13:42:39 pierre kernel: hub 1-4:1.0: USB hub found
juin 10 13:42:39 pierre kernel: hub 1-4:1.0: 4 ports detected
juin 10 13:42:39 pierre kernel: ata2: SATA link down (SStatus 4 SControl 300)
juin 10 13:42:39 pierre kernel: ata4: SATA link down (SStatus 4 SControl 300)
juin 10 13:42:39 pierre kernel: ata5: SATA link down (SStatus 4 SControl 300)
juin 10 13:42:39 pierre kernel: ata6: SATA link down (SStatus 4 SControl 300)
juin 10 13:42:39 pierre kernel: ata1.00: ATA-10: ST2000DM008-2FR102, 0001, max UDMA/133
juin 10 13:42:39 pierre kernel: ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
juin 10 13:42:39 pierre kernel: ata1.00: configured for UDMA/133
juin 10 13:42:39 pierre kernel: scsi 0:0:0:0: Direct-Access ATA ST2000DM008-2FR1 0001 PQ: 0 ANSI: 5
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: [sda] Write Protect is off
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
juin 10 13:42:39 pierre kernel: sda: sda1
juin 10 13:42:39 pierre kernel: sd 0:0:0:0: [sda] Attached SCSI disk
juin 10 13:42:39 pierre kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
juin 10 13:42:39 pierre kernel: raid6: avx2x4 gen() 49400 MB/s
juin 10 13:42:39 pierre kernel: raid6: avx2x4 xor() 30967 MB/s
juin 10 13:42:39 pierre kernel: raid6: avx2x2 gen() 45178 MB/s
juin 10 13:42:39 pierre kernel: raid6: avx2x2 xor() 28978 MB/s
juin 10 13:42:39 pierre kernel: raid6: avx2x1 gen() 36519 MB/s
juin 10 13:42:39 pierre kernel: raid6: avx2x1 xor() 26119 MB/s
juin 10 13:42:39 pierre kernel: raid6: sse2x4 gen() 21093 MB/s
juin 10 13:42:39 pierre kernel: raid6: sse2x4 xor() 13204 MB/s
juin 10 13:42:39 pierre kernel: raid6: sse2x2 gen() 18018 MB/s
juin 10 13:42:39 pierre kernel: raid6: sse2x2 xor() 12143 MB/s
juin 10 13:42:39 pierre kernel: raid6: sse2x1 gen() 16076 MB/s
juin 10 13:42:39 pierre kernel: raid6: sse2x1 xor() 9174 MB/s
juin 10 13:42:39 pierre kernel: raid6: using algorithm avx2x4 gen() 49400 MB/s
juin 10 13:42:39 pierre kernel: raid6: .... xor() 30967 MB/s, rmw enabled
juin 10 13:42:39 pierre kernel: raid6: using avx2x2 recovery algorithm
juin 10 13:42:39 pierre kernel: xor: automatically using best checksumming function avx
juin 10 13:42:39 pierre kernel: usb 1-6: New USB device found, idVendor=059f, idProduct=102a, bcdDevice= 1.00
juin 10 13:42:39 pierre kernel: usb 1-6: New USB device strings: Mfr=10, Product=11, SerialNumber=5
juin 10 13:42:39 pierre kernel: usb 1-6: Product: LaCie Device
juin 10 13:42:39 pierre kernel: usb 1-6: Manufacturer: LaCie
juin 10 13:42:39 pierre kernel: usb 1-6: SerialNumber: 9213CA974
juin 10 13:42:39 pierre kernel: async_tx: api initialized (async)
juin 10 13:42:39 pierre kernel: usb-storage 1-6:1.0: USB Mass Storage device detected
juin 10 13:42:39 pierre kernel: scsi host6: usb-storage 1-6:1.0
juin 10 13:42:39 pierre kernel: usbcore: registered new interface driver usb-storage
juin 10 13:42:39 pierre kernel: usbcore: registered new interface driver uas
juin 10 13:42:39 pierre kernel: usb 1-4.1: new full-speed USB device number 4 using xhci_hcd
juin 10 13:42:39 pierre kernel: Btrfs loaded, crc32c=crc32c-intel
juin 10 13:42:39 pierre kernel: EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
juin 10 13:42:39 pierre systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
juin 10 13:42:39 pierre systemd[1]: Detected architecture x86-64.
juin 10 13:42:39 pierre systemd[1]: Set hostname to .
juin 10 13:42:39 pierre systemd[1]: Reached target User and Group Name Lookups.
juin 10 13:42:39 pierre systemd[1]: Listening on Journal Socket.
juin 10 13:42:39 pierre systemd[1]: Listening on Syslog Socket.
juin 10 13:42:39 pierre systemd[1]: Listening on udev Kernel Socket.
juin 10 13:42:39 pierre systemd[1]: Listening on udev Control Socket.
juin 10 13:42:39 pierre systemd[1]: Started Forward Password Requests to Wall Directory Watch.
juin 10 13:42:39 pierre systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
juin 10 13:42:39 pierre kernel: usb 1-4.1: New USB device found, idVendor=1631, idProduct=5400, bcdDevice= 0.03
juin 10 13:42:39 pierre kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 13:42:39 pierre kernel: usb 1-4.1: Product: USB Keyboard
juin 10 13:42:39 pierre kernel: usb 1-4.1: Manufacturer: BTC
juin 10 13:42:39 pierre kernel: hub 1-4.1:1.0: USB hub found
juin 10 13:42:39 pierre kernel: EXT4-fs (nvme0n1p1): re-mounted. Opts: errors=remount-ro
juin 10 13:42:39 pierre kernel: hub 1-4.1:1.0: 2 ports detected
juin 10 13:42:39 pierre kernel: lp: driver loaded but no devices found
juin 10 13:42:39 pierre kernel: ppdev: user-space parallel port driver
juin 10 13:42:39 pierre kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
juin 10 13:42:39 pierre kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
juin 10 13:42:39 pierre kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
juin 10 13:42:39 pierre kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
juin 10 13:42:39 pierre kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
juin 10 13:42:39 pierre kernel: cryptd: max_cpu_qlen set to 1000
juin 10 13:42:39 pierre kernel: AVX2 version of gcm_enc/dec engaged.
juin 10 13:42:39 pierre kernel: AES CTR mode by8 optimization enabled
juin 10 13:42:39 pierre kernel: Adding 51199996k swap on /dev/nvme0n1p5. Priority:-2 extents:1 across:51199996k SSFS
juin 10 13:42:39 pierre kernel: usb 1-7: new high-speed USB device number 5 using xhci_hcd
juin 10 13:42:39 pierre kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x0
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
juin 10 13:42:39 pierre kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
juin 10 13:42:39 pierre kernel: intel_rapl_common: Found RAPL domain package
juin 10 13:42:39 pierre kernel: intel_rapl_common: Found RAPL domain core
juin 10 13:42:39 pierre kernel: intel_rapl_common: Found RAPL domain uncore
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
juin 10 13:42:39 pierre kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
juin 10 13:42:39 pierre kernel: usb 1-7: New USB device found, idVendor=059f, idProduct=101a, bcdDevice= 0.01
juin 10 13:42:39 pierre kernel: usb 1-7: New USB device strings: Mfr=10, Product=11, SerialNumber=3
juin 10 13:42:39 pierre kernel: usb 1-7: Product: LaCie Hard Drive USB
juin 10 13:42:39 pierre kernel: usb 1-7: Manufacturer: LaCie
juin 10 13:42:39 pierre kernel: usb 1-7: SerialNumber: 00E000FE2C748
juin 10 13:42:39 pierre kernel: usb-storage 1-7:1.0: USB Mass Storage device detected
juin 10 13:42:39 pierre kernel: scsi host7: usb-storage 1-7:1.0
juin 10 13:42:39 pierre kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.883:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=885 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.887:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="gst_plugin_scanner" pid=879 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.903:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslogd" pid=887 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.903:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{usr/,}bin/ping" pid=890 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.907:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="syslog-ng" pid=888 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.919:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=894 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.931:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/irssi" pid=898 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.935:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/dovecot/anvil" pid=907 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.935:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=881 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: audit: type=1400 audit(1591789359.935:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=881 comm="apparmor_parser"
juin 10 13:42:39 pierre kernel: usb 1-4.2: new full-speed USB device number 6 using xhci_hcd
juin 10 13:42:40 pierre kernel: scsi 6:0:0:0: Direct-Access TOSHIBA MQ01ABD100 AX00 PQ: 0 ANSI: 2 CCS
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: [sdb] Write Protect is off
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: [sdb] Mode Sense: 28 00 00 00
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: [sdb] No Caching mode page found
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
juin 10 13:42:40 pierre kernel: usb 1-4.2: New USB device found, idVendor=056a, idProduct=033b, bcdDevice= 1.00
juin 10 13:42:40 pierre kernel: usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 13:42:40 pierre kernel: usb 1-4.2: Product: Intuos PS
juin 10 13:42:40 pierre kernel: usb 1-4.2: Manufacturer: Wacom Co.,Ltd.
juin 10 13:42:40 pierre kernel: usb 1-4.1.1: new full-speed USB device number 7 using xhci_hcd
juin 10 13:42:40 pierre kernel: usb 1-4.1.1: New USB device found, idVendor=1631, idProduct=5002, bcdDevice= 0.03
juin 10 13:42:40 pierre kernel: usb 1-4.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
juin 10 13:42:40 pierre kernel: usb 1-4.1.1: Product: USB Keyboard
juin 10 13:42:40 pierre kernel: usb 1-4.1.1: Manufacturer: BTC
juin 10 13:42:40 pierre kernel: Bluetooth: Core ver 2.22
juin 10 13:42:40 pierre kernel: NET: Registered protocol family 31
juin 10 13:42:40 pierre kernel: Bluetooth: HCI device and connection manager initialized
juin 10 13:42:40 pierre kernel: Bluetooth: HCI socket layer initialized
juin 10 13:42:40 pierre kernel: Bluetooth: L2CAP socket layer initialized
juin 10 13:42:40 pierre kernel: Bluetooth: SCO socket layer initialized
juin 10 13:42:40 pierre kernel: rfkill: input handler disabled
juin 10 13:42:40 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 10 13:42:40 pierre kernel: r8169 0000:03:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)
juin 10 13:42:40 pierre kernel: Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
juin 10 13:42:40 pierre kernel: sdb: sdb1
juin 10 13:42:40 pierre kernel: sd 6:0:0:0: [sdb] Attached SCSI disk
juin 10 13:42:40 pierre kernel: r8169 0000:03:00.0 enp3s0: Link is Down
juin 10 13:42:40 pierre kernel: usb 1-4.3: new full-speed USB device number 8 using xhci_hcd
juin 10 13:42:40 pierre kernel: usb 1-4.3: New USB device found, idVendor=046d, idProduct=c07f, bcdDevice=91.00
juin 10 13:42:40 pierre kernel: usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
juin 10 13:42:40 pierre kernel: usb 1-4.3: Product: Gaming Mouse G302
juin 10 13:42:40 pierre kernel: usb 1-4.3: Manufacturer: Logitech
juin 10 13:42:40 pierre kernel: usb 1-4.3: SerialNumber: 095C34653433
juin 10 13:42:40 pierre kernel: scsi 7:0:0:0: Direct-Access TOSHIBA HDWL110 PQ: 0 ANSI: 2 CCS
juin 10 13:42:40 pierre kernel: sd 7:0:0:0: Attached scsi generic sg2 type 0
juin 10 13:42:40 pierre kernel: sd 7:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
juin 10 13:42:40 pierre kernel: sd 7:0:0:0: [sdc] Write Protect is off
juin 10 13:42:40 pierre kernel: sd 7:0:0:0: [sdc] Mode Sense: 34 00 00 00
juin 10 13:42:40 pierre kernel: sd 7:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
juin 10 13:42:40 pierre kernel: hidraw: raw HID events driver (C) Jiri Kosina
juin 10 13:42:40 pierre kernel: usbcore: registered new interface driver usbhid
juin 10 13:42:40 pierre kernel: usbhid: USB HID core driver
juin 10 13:42:40 pierre kernel: hid-generic 0003:056A:033B.0001: hiddev0,hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input0
juin 10 13:42:40 pierre kernel: hid-generic 0003:056A:033B.0002: hiddev1,hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input1
juin 10 13:42:40 pierre kernel: input: Wacom Co.,Ltd. Intuos PS as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.2/0003:056A:033B.0003/input/input14
juin 10 13:42:40 pierre kernel: hid-generic 0003:056A:033B.0003: input,hidraw2: USB HID v1.10 Mouse [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input2
juin 10 13:42:40 pierre kernel: input: BTC USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.0/0003:1631:5002.0004/input/input15
juin 10 13:42:40 pierre kernel: hid-generic 0003:1631:5002.0004: input,hidraw3: USB HID v1.00 Keyboard [BTC USB Keyboard] on usb-0000:00:14.0-4.1.1/input0
juin 10 13:42:40 pierre kernel: input: BTC USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.1/0003:1631:5002.0005/input/input17
juin 10 13:42:40 pierre kernel: input: BTC USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1.1/1-4.1.1:1.1/0003:1631:5002.0005/input/input18
juin 10 13:42:40 pierre kernel: hid-generic 0003:1631:5002.0005: input,hiddev2,hidraw4: USB HID v1.00 Device [BTC USB Keyboard] on usb-0000:00:14.0-4.1.1/input1
juin 10 13:42:40 pierre kernel: input: Logitech Gaming Mouse G302 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/0003:046D:C07F.0006/input/input19
juin 10 13:42:40 pierre kernel: hid-generic 0003:046D:C07F.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Gaming Mouse G302] on usb-0000:00:14.0-4.3/input0
juin 10 13:42:40 pierre kernel: input: Logitech Gaming Mouse G302 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input20
juin 10 13:42:40 pierre kernel: input: Logitech Gaming Mouse G302 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input21
juin 10 13:42:40 pierre kernel: input: Logitech Gaming Mouse G302 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/0003:046D:C07F.0007/input/input22
juin 10 13:42:40 pierre kernel: hid-generic 0003:046D:C07F.0007: input,hiddev3,hidraw6: USB HID v1.11 Keyboard [Logitech Gaming Mouse G302] on usb-0000:00:14.0-4.3/input1
juin 10 13:42:40 pierre kernel: input: Wacom Intuos S 2 Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.0/0003:056A:033B.0001/input/input25
juin 10 13:42:41 pierre kernel: wacom 0003:056A:033B.0001: hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input0
juin 10 13:42:41 pierre kernel: input: Wacom Intuos S 2 Pad as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2/1-4.2:1.1/0003:056A:033B.0002/input/input30
juin 10 13:42:41 pierre kernel: wacom 0003:056A:033B.0002: hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PS] on usb-0000:00:14.0-4.2/input1
juin 10 13:42:41 pierre kernel: sd 7:0:0:0: [sdc] Attached SCSI disk
juin 10 13:42:42 pierre kernel: r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
juin 10 13:42:42 pierre kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
juin 10 13:42:47 pierre kernel: kauditd_printk_skb: 57 callbacks suppressed
juin 10 13:42:47 pierre kernel: audit: type=1400 audit(1591789367.279:69): apparmor="DENIED" operation="open" profile="/usr/bin/freshclam" name="/etc/ssl/openssl.cnf" pid=1403 comm="freshclam" requested_mask="r" denied_mask="r" fsuid=119 ouid=0
juin 10 13:42:48 pierre kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
juin 10 13:42:48 pierre kernel: Bluetooth: BNEP filters: protocol multicast
juin 10 13:42:48 pierre kernel: Bluetooth: BNEP socket layer initialized

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

Je ne vois rien de particulier dans ces logs. Ceci dit, ajouter l'option -p 3 pour ne voir que les erreurs (ou pire) ferait peut-être ressortir un message perdu au milieu du reste.

Je viens de démarrer trois fois sur le noyau fourni par linux-libre-lts, dans le dépôt de jxself. La première fois, je suis resté bloqué sur un écran noir avec un curseur fixe au milieu. La deuxième fois, le curseur bouge, l'écran de connexion s'affiche mais, une fois le mot de passe entré, le bureau ne se lance pas. La troisième fois, il se lance mais mon dongle WiFi ne fonctionne pas (bien que 'lsusb' le liste). Aussi, impossible de redémarrer proprement. Je viens du coup de redémarrer sur le noyau 4.15 et de supprimer le noyau plus récent.

Ces problèmes sont curieux. Différent du tiens qui plus est. Pourtant les noyau fournis par jxself fonctionnaient bien, il y a quelques années, lorsque je les utilisais.

Substance2004
Offline
Iscritto: 11/05/2013

Salut Magic,

L'option -p permet différents niveaux d'information.

Tu as choisi le niveau 3 qui est erreur, mais je me suis amusé à les faire tous de 0 à 7... juste pour voir, par curiosité.

Pour 0 (emergency) 1 (alert) 2 (critical) : R.A.S.

Les niveaux 5,6 et 7 sont plus accésoires et je crois avoir bien fait d'y ajouter 4 (warning)

Voici les logs :

$ journalctl -k -p 3 > kernelerror.log

-- Logs begin at jeu. 2020-06-11 16:55:23 CEST, end at jeu. 2020-06-11 16:57:57 CEST. --
juin 11 16:55:23 pierre kernel: 0000:00:02.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 11 16:55:24 pierre kernel: sd 6:0:0:0: [sdb] No Caching mode page found
juin 11 16:55:24 pierre kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
juin 11 16:55:24 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 11 16:55:24 pierre kernel: r8169 0000:03:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)

$ journalctl -k -p 4 > kernelwarning.log

-- Logs begin at jeu. 2020-06-11 16:55:23 CEST, end at jeu. 2020-06-11 16:57:57 CEST. --
juin 11 16:55:23 pierre kernel: ACPI: Invalid passive threshold
juin 11 16:55:23 pierre kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
juin 11 16:55:23 pierre kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
juin 11 16:55:23 pierre kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 11 16:55:23 pierre kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
juin 11 16:55:23 pierre kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
juin 11 16:55:23 pierre kernel: 0000:00:02.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 11 16:55:23 pierre kernel: nvme nvme0: missing or invalid SUBNQN field.
juin 11 16:55:24 pierre kernel: sd 6:0:0:0: [sdb] No Caching mode page found
juin 11 16:55:24 pierre kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
juin 11 16:55:24 pierre kernel: 0000:03:00.0: Missing Free firmware (non-Free firmware loading is disabled)
juin 11 16:55:24 pierre kernel: r8169 0000:03:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)
juin 11 16:55:32 pierre kernel: kauditd_printk_skb: 57 callbacks suppressed

Le niveau 4 est déjà plus locace.

platform eisa.0: EISA: Cannot allocate resource for mainboard
On suggère de booter avec acpi=off
https://askubuntu.com/questions/51382/eisa-cannot-allocate-resource-for-mainboard-error-on-installation#51628

Je vais arrêter là avec linux-libre.

Le mieux serait certainement de voir directement avec jxself himself vu que tu as aussi rencontré des difficultés. À moins que tu sois régulièrement en contact avec lui.

Mais c'est peut-être Flidas qui n'est pas ok pour ces kernels.

J'installe quand je pourrai l'alpha du 9 et testerai de nouveau.

Merci pour ta patience.