[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linux-31] Pb de reboot à l'arrêt...
Le 05/10/2018 16:14, Joyce MARKOLL a écrit :
Si tu fais un dmesg après reboot, peux-tu voir s'il y a des lignes en
"errors" ?
Généralement j'envoie la sortie dans un fichier texte pour rechercher
"error" et
"warning" confortablement ( dmesg > dmesg.txt)
Oui... ce ne sont que les messages d'erreur de démarrage... et pas de
l'arrêt... on est d'ac!
$ grep -i error dmesg.txt
[ 0.045505] ACPI Error: No handler for Region [EC__] (
(ptrval)) [EmbeddedControl] (20170831/evregion-166)
[ 0.045510] ACPI Error: Region EmbeddedControl (ID=3) has no handler
(20170831/exfldio-299)
[ 0.045523] ACPI Error: Method parse/execution failed
\_SB.PCI0.LPCB.EC._REG, AE_NOT_EXIST (20170831/psparse-550)
[ 0.863994] RAS: Correctable Errors collector initialized.
[ 1.356581] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup
failure, AE_NOT_FOUND (20170831/psargs-364)
[ 1.356591] ACPI Error: Method parse/execution failed
\_SB.PCI0.PEG0.PEGP.DD02._BCL, AE_NOT_FOUND (20170831/psparse-550)
[ 11.803567] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
$
$
$
$ grep -i warning dmesg.txt
[ 0.000000] WARNING: CPU: 0 PID: 0 at
/build/linux-39dmni/linux-4.15.0/drivers/iommu/dmar.c:848
warn_invalid_dmar.part.11+0x5c/0x70
[ 4.971686] random: 7 urandom warning(s) missed due to ratelimiting
[ 32.692589] ACPI Warning: SystemIO range
0x0000000000001828-0x000000000000182F conflicts with OpRegion
0x0000000000001800-0x000000000000187F (\PMIO) (20170831/utaddress-247)
[ 32.692599] ACPI Warning: SystemIO range
0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion
0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[ 32.692603] ACPI Warning: SystemIO range
0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion
0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR)
(20170831/utaddress-247)
[ 32.692608] ACPI Warning: SystemIO range
0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion
0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
[ 32.692612] ACPI Warning: SystemIO range
0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion
0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[ 32.692615] ACPI Warning: SystemIO range
0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion
0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR)
(20170831/utaddress-247)
[ 32.692620] ACPI Warning: SystemIO range
0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion
0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170831/utaddress-247)
[ 32.692623] ACPI Warning: SystemIO range
0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion
0x0000000000001C00-0x0000000000001FFF (\GPR) (20170831/utaddress-247)
[ 32.692627] ACPI Warning: SystemIO range
0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion
0x0000000000001C00-0x0000000000001C5F (\_SB.PCI0.PEG0.PEGP.GPR)
(20170831/utaddress-247)
[ 39.965883] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type
mismatch - Found [Buffer], ACPI requires [Package]
(20170831/nsarguments-100)
$
$
Apparemment y a quelques problèmes de gestion de l'Apci!
JM