Zum Inhalt springen

Speicherboy/Fehlerbehebung: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
K Textersetzung - „line>“ durch „line copy>“
 
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== Fehlermeldungen ==
'''Speicherboy/Fehlerbehebung'''
<syntaxhighlight lang="bash" highlight="1" line>
 
== Beschreibung ==
 
== Kernel-Meldungen ==
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo dmesg
sudo dmesg
</syntaxhighlight>
</syntaxhighlight>
=== i8042 ===
=== i8042 ===
<syntaxhighlight lang="bash" highlight="" line>
<syntaxhighlight lang="bash" highlight="" line copy>
[    3.857274] i8042: Probing ports directly.
i8042: Probing ports directly.
[    3.891428] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
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
i8042: If AUX port is really absent please use the 'i8042.noaux' option
</syntaxhighlight>
</syntaxhighlight>


=== Clock ===
=== Clock ===
<syntaxhighlight lang="bash" highlight="" line>
<syntaxhighlight lang="bash" highlight="" line copy>
[    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
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>
</syntaxhighlight>


=== r8169 ===
=== r8169 ===
<syntaxhighlight lang="bash" highlight="" line>
<syntaxhighlight lang="bash" highlight="" line copy>
[    5.816718] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
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
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]
r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
</syntaxhighlight>
</syntaxhighlight>


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


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


=== device-mappe ===
=== device-mappe ===
<syntaxhighlight lang="bash" highlight="" line>
<syntaxhighlight lang="bash" highlight="" line copy>
[  11.395224] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
</syntaxhighlight>
</syntaxhighlight>
<noinclude>
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
=== Links ===
==== Weblinks ====
[[Kategorie:Speicherboy]]
</noinclude>

Aktuelle Version vom 11. Mai 2025, 13:39 Uhr

Speicherboy/Fehlerbehebung

Beschreibung

Kernel-Meldungen

sudo dmesg

i8042

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

Clock

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

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

lpc_ich

lpc_ich: Resource conflict(s) found affecting gpio_ich

ACPI

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

device-mappe

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


Anhang

Siehe auch

Links

Weblinks