Zum Inhalt springen

Speicherboy/Fehlerbehebung: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
== Fehlermeldungen ==
<syntaxhighlight lang="bash" highlight="1" line>
sudo dmesg
</syntaxhighlight>


== i8042 ==
=== i8042 ===
<syntaxhighlight lang="bash" highlight="" line>
[    3.857274] i8042: Probing ports directly.
[    3.857274] i8042: Probing ports directly.
[    3.891428] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    3.891428] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    3.891434] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    3.891434] i8042: If AUX port is really absent please use the 'i8042.noaux' option
</syntaxhighlight>


== Clock ==
=== Clock ===
<syntaxhighlight lang="bash" highlight="" line>
[    5.217733] Unstable clock detected, switching default tracing clock to "global", If you want to keep using the local clock, then add: "trace_clock=local" on the kernel command line
[    5.217733] Unstable clock detected, switching default tracing clock to "global", If you want to keep using the local clock, then add: "trace_clock=local" on the kernel command line
</syntaxhighlight>


== r8169 ==
=== r8169 ===
<syntaxhighlight lang="bash" highlight="" line>
[    5.816718] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.816718] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.932897] r8169 0000:01:00.0 eth0: RTL8168e/8111e, 1c:6f:65:bb:14:b8, XID 2c2, IRQ 24
[    5.932897] r8169 0000:01:00.0 eth0: RTL8168e/8111e, 1c:6f:65:bb:14:b8, XID 2c2, IRQ 24
[    5.932919] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    5.932919] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
</syntaxhighlight>


== lpc_ich ==
=== lpc_ich ===
<syntaxhighlight lang="bash" highlight="" line>
[    5.916745] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.916745] lpc_ich: Resource conflict(s) found affecting gpio_ich
</syntaxhighlight>


== ACPI ==
=== ACPI ===
<syntaxhighlight lang="bash" highlight="" line>
[    5.916539] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20220331/utaddress-204)
[    5.916539] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20220331/utaddress-204)
[    5.916568] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    5.916568] ACPI: OSL: Resource conflict; ACPI support missing from driver?
</syntaxhighlight>


== device-mappe ==
=== device-mappe ===
<syntaxhighlight lang="bash" highlight="" line>
[  11.395224] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[  11.395224] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
 
</syntaxhighlight>
 
 
 
[[Kategorie:Speicherboy]]

Version vom 21. März 2025, 12:05 Uhr

Fehlermeldungen

sudo dmesg

i8042

[    3.857274] i8042: Probing ports directly.
[    3.891428] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    3.891434] i8042: If AUX port is really absent please use the 'i8042.noaux' option

Clock

[    5.217733] Unstable clock detected, switching default tracing clock to "global", If you want to keep using the local clock, then add: "trace_clock=local" on the kernel command line

r8169

[    5.816718] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.932897] r8169 0000:01:00.0 eth0: RTL8168e/8111e, 1c:6f:65:bb:14:b8, XID 2c2, IRQ 24
[    5.932919] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]

lpc_ich

[    5.916745] lpc_ich: Resource conflict(s) found affecting gpio_ich

ACPI

[    5.916539] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20220331/utaddress-204)
[    5.916568] ACPI: OSL: Resource conflict; ACPI support missing from driver?

device-mappe

[   11.395224] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.