Speicherboy/Fehlerbehebung: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 9: | Zeile 9: | ||
=== i8042 === | === i8042 === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" line> | ||
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 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Clock === | === Clock === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" 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> | ||
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] | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== lpc_ich === | === lpc_ich === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" line> | ||
lpc_ich: Resource conflict(s) found affecting gpio_ich | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== ACPI === | === ACPI === | ||
<syntaxhighlight lang="bash" highlight="" line> | <syntaxhighlight lang="bash" highlight="" line> | ||
ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20220331/utaddress-204) | |||
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> | ||
device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 21. März 2025, 12:16 Uhr
Speicherboy/Fehlerbehebung
Beschreibung
sudo dmesg
Fehlermeldungen
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