Bonjour Xubu,
En réponse à
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
steph@pc-steph-ubuntu-studio:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-headers-5.4.0-64 5.4.0-64.72 all
ii linux-headers-5.4.0-64-lowlatency 5.4.0-64.72 amd64
ii linux-image-5.4.0-64-lowlatency 5.4.0-64.72 amd64
ii linux-modules-5.4.0-64-lowlatency 5.4.0-64.72 amd64
ii linux-headers-5.4.0-65 5.4.0-65.73 all
ii linux-headers-5.4.0-65-lowlatency 5.4.0-65.73 amd64
ii linux-image-5.4.0-65-lowlatency 5.4.0-65.73 amd64
ii linux-modules-5.4.0-65-lowlatency 5.4.0-65.73 amd64
ii linux-headers-lowlatency 5.4.0.65.68 amd64
ii linux-image-lowlatency 5.4.0.65.68 amd64
ii linux-lowlatency 5.4.0.65.68 amd64
Noyau courant : 5.4.0-65-lowlatency x86_64
steph@pc-steph-ubuntu-studio:~$
dpkg -l | grep -v ^ii
steph@pc-steph-ubuntu-studio:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=============================================-=============================================-============-======================================================================================================
steph@pc-steph-ubuntu-studio:~$ ^C
steph@pc-steph-ubuntu-studio:~$
Le 01/12/2020, moko138 a écrit :
Ta description m'évoque en effet la conjonction
- d'un réglage du bios pour redémarrer en cas de plantage,
- et d'un plantage du pilote graphique.
Donc s'il te plaît, montre deux fois :
lspci -vnn | grep -A12 '\''[030[02]]' | grep -Ei "vga|3d|display|kernel"
une fois quand tu démarres sur le noyau 4.15,
l'autre fois en démarrant sur le noyau 5.4.
Merci !
steph@pc-steph-ubuntu-studio:~$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Trinity 2 [Radeon HD 7480D] [1002:9993] (prog-if 00 [VGA controller])
Kernel driver in use: radeon
Kernel modules: radeon
steph@pc-steph-ubuntu-studio:~$
Je n'ai plus le noyau 4.15 🙁