Speicherboy/Fehlerbehebung: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „===== Weblinks =====“ durch „==== Weblinks ====“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
Zeile 4: | Zeile 4: | ||
== Kernel-Meldungen == | == Kernel-Meldungen == | ||
<syntaxhighlight lang="bash" highlight="1" line> | <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> | ||
i8042: Probing ports directly. | i8042: Probing ports directly. | ||
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? | ||
Zeile 15: | Zeile 15: | ||
=== Clock === | === Clock === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" line copy> | ||
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> | ||
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 | ||
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 | ||
Zeile 27: | Zeile 27: | ||
=== lpc_ich === | === lpc_ich === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" line copy> | ||
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> | ||
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) | ||
ACPI: OSL: Resource conflict; ACPI support missing from driver? | ACPI: OSL: Resource conflict; ACPI support missing from driver? | ||
Zeile 38: | Zeile 38: | ||
=== device-mappe === | === device-mappe === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" line copy> | ||
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> |
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