Constant system freezes forcing hard resets (2025-02-04 update)

this is a first for me and i’m lost on how to troubleshoot

ever since the 2025-02-04 update my system is freezing roughly once or twice per day - this happens with the 6.6.74 kernel, which i never had a problem with, as well as the 6.12.11 kernel

sometimes the mouse is responsive for a while and sometimes movement is delayed for minutes and extremely slow (moves a few pixels, stops, repeat)

the keyboard seems to be responsive, but there doesn’t seem to be anything i can do with it

using the ksystemlog viewer to look at the logs, there’s nothing i’m seeing because the logs seem to contain only info from the current boot

looking at $ journalctl --system and $ journalctl --user there are some errors, but i’m not sure they point to the problem, though i don’t know what to look for

inxi output...
$ inxi --admin --verbosity=1 --filter --no-host --width
System:
  Kernel: 6.6.74-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64
    root=UUID=bb1d3d93-e1ee-4b58-94bc-d9b9b6f183a1 rw
    resume=UUID=365557ba-d129-4798-90eb-91ecda0db65d udev.log_priority=3
    nowatchdog
  Desktop: KDE Plasma v: 6.2.5 tk: Qt v: N/A info: frameworks v: 6.10.0
    wm: kwin_x11 vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux
CPU:
  Info: quad core AMD Ryzen 5 3400G with Radeon Vega Graphics [MT MCP]
    arch: Zen/Zen+ note: check speed (MHz): avg: 1400 min/max: 1400/3700
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Picasso/Raven 2 [Radeon Vega
    Series / Radeon Mobile Series] driver: amdgpu v: kernel arch: GCN-5
    code: Vega process: GF 14nm built: 2017-20 pcie: gen: 3 speed: 8 GT/s
    lanes: 16 ports: active: HDMI-A-1 empty: DVI-D-1,HDMI-A-2,HDMI-A-3
    bus-ID: 27:00.0 chip-ID: 1002:15d8 class-ID: 0300 temp: 43.0 C
  Display: x11 server: X.Org v: 21.1.15 with: Xwayland v: 24.1.4
    compositor: kwin_x11 driver: X: loaded: modesetting alternate: fbdev,vesa
    dri: radeonsi gpu: amdgpu s-res: 1920x1080 resolution: 1920x1080
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 24.3.4-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon Vega 11 Graphics
    (radeonsi raven LLVM 19.1.7 DRM 3.54 6.6.74-1-MANJARO) device-ID: 1002:15d8
    memory: 1.95 GiB unified: no
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdpyinfo,xprop
Drives:
  Local Storage: total: 9.1 TiB used: 2.89 TiB (31.7%)
Info:
  Memory: total: 16 GiB note: est. available: 13.57 GiB used: 4.06 GiB (30.0%)
  Processes: 281 Power: uptime: 45m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 5.41 GiB services: org_kde_powerdevil,
    power-profiles-daemon, upowerd Init: systemd v: 257 default: graphical
    tool: systemctl
  Packages: pm: pacman pkgs: 1452 libs: 311 tools: pamac Compilers:
    gcc: 14.2.1 Shell: Bash v: 5.2.37 running-in: konsole inxi: 3.3.37

some additional info…

  • one freeze occurred while i was working in InkScape - i moved the mouse to the OS taskbar and happened to hover over one of the icons (either clipboard or night light) and the system froze as soon as the pop-up displayed

  • so far, all freezes happened while Firefox was running, but it’s almost always running anyway

  • another freeze occurred while i was watching a video in Firefox - the monitor stopped updating, but the audio continued playing for a while, then became sporadic

Hi @majik,

Please provide the output of the following:

journalctl --priority=warning..crit --no-pager --boot=-1

Where:

  • The --priority=warning..err argument limits the output to warnings and errors only;
  • the --no-pager formats the output nicely for use here, on the forum; and
  • the --boot=-1 argument limits the output to log messages from the previous boot. This can be adjusted to -2 for the boot before that, -3 to the boot before that, and so on and so forth.

More:

Note that the above text is partially pre-prepared as general instructions for new users. Please take the time to follow the given links and learn more.

this is the last boot...

$ journalctl --priority=warning..crit --no-pager --boot=-1

Feb 11 07:58:22 atompc kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Feb 11 07:58:22 atompc kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 11 07:58:22 atompc kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 11 07:58:22 atompc kernel: ata2.00: supports DRM functions and may not be fully accessible
Feb 11 07:58:22 atompc kernel: ata2.00: supports DRM functions and may not be fully accessible
Feb 11 07:58:22 atompc kernel: ata5.00: supports DRM functions and may not be fully accessible
Feb 11 07:58:22 atompc kernel: ata5.00: supports DRM functions and may not be fully accessible
Feb 11 07:58:22 atompc kernel: [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Feb 11 07:58:22 atompc kernel: [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Feb 11 07:58:22 atompc kernel: amdgpu 0000:27:00.0: amdgpu: Secure display: Generic Failure.
Feb 11 07:58:22 atompc kernel: amdgpu 0000:27:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
Feb 11 07:58:22 atompc kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Feb 11 07:58:22 atompc systemd-journald[403]: File /var/log/journal/1b3e1f8556fc4305956e09f137c09f8f/system.journal corrupted or uncleanly shut down, renaming and replacing.
Feb 11 07:58:26 atompc dbus-broker-launch[683]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Feb 11 07:58:27 atompc dbus-broker-launch[781]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 11 07:58:27 atompc dbus-broker-launch[781]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Feb 11 07:58:27 atompc dbus-broker-launch[781]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 11 07:58:28 atompc dbus-broker-launch[683]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Feb 11 07:58:31 atompc sddm-greeter-qt6[777]: file:///usr/share/sddm/themes/breeze/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Feb 11 07:58:31 atompc systemd-journald[403]: File /var/log/journal/1b3e1f8556fc4305956e09f137c09f8f/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Feb 11 07:58:32 atompc dbus-broker-launch[952]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 11 07:58:32 atompc dbus-broker-launch[952]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Feb 11 07:58:32 atompc dbus-broker-launch[952]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 11 07:58:32 atompc kernel: block nvme0n1: No UUID available providing old NGUID
Feb 11 07:58:33 atompc baloo_file[966]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.27'
Feb 11 07:58:33 atompc baloo_file[966]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.30'
Feb 11 07:58:33 atompc kded6[1029]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Feb 11 07:58:33 atompc kded6[1029]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kconf_update[1183]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
Feb 11 07:58:33 atompc kded6[1029]: kscreen.kded: PowerDevil SuspendSession action not available!
Feb 11 07:58:33 atompc wireplumber[1113]: spa.bluez5: BlueZ system service is not available
Feb 11 07:58:33 atompc org_kde_powerdevil[1169]: Failed to create wl_display (No such file or directory)
Feb 11 07:58:33 atompc plasmashell[1084]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth":
                                          file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9
Feb 11 07:58:33 atompc plasmashell[1084]: Toolbox not loading, toolbox package is either invalid or disabled.
Feb 11 07:58:33 atompc plasmashell[1084]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Feb 11 07:58:33 atompc plasmashell[1084]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Feb 11 07:58:34 atompc plasmashell[1084]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Feb 11 07:58:34 atompc plasmashell[1084]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Feb 11 07:58:36 atompc backlighthelper[1404]: org.kde.powerdevil: no kernel backlight interface found
Feb 11 07:58:36 atompc org_kde_powerdevil[1169]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Feb 11 07:58:36 atompc org_kde_powerdevil[1169]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Feb 11 07:58:36 atompc org_kde_powerdevil[1169]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Feb 11 07:58:36 atompc org_kde_powerdevil[1169]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Feb 11 07:58:36 atompc easyeffects[1424]: Unknown key gtk-modules in /home/atom/.config/gtk-4.0/settings.ini
Feb 11 07:58:37 atompc xdg-desktop-portal-kde[1170]: xdp-kde-settings: Namespace  "org.gnome.desktop.a11y.interface"  is not supported
Feb 11 07:58:37 atompc easyeffects[1424]: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
Feb 11 07:58:37 atompc systemd[922]: app-sync.sh@autostart.service: Failed with result 'exit-code'.
Feb 11 07:59:32 atompc systemd[922]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Feb 11 08:04:54 atompc kwin_x11[1030]: kwin_core: XCB error: 152 (BadDamage), sequence: 46824, resource id: 18899598, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Feb 11 08:04:54 atompc kwin_x11[1030]: kwin_core: XCB error: 3 (BadWindow), sequence: 46825, resource id: 58720738, major code: 129 (SHAPE), minor code: 6 (Input)
Feb 11 08:50:52 atompc kwin_x11[1030]: kwin_core: XCB error: 152 (BadDamage), sequence: 23699, resource id: 19015456, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Feb 11 08:50:52 atompc kwin_x11[1030]: kwin_core: XCB error: 3 (BadWindow), sequence: 23700, resource id: 52429388, major code: 129 (SHAPE), minor code: 6 (Input)
Feb 11 09:10:13 atompc xdg-desktop-portal-kde[1170]: qt.dbus.integration: QDBusConnection: couldn't handle call to CreateMonitor, no slot matched
Feb 11 09:10:13 atompc xdg-desktop-portal-kde[1170]: qt.dbus.integration: QDBusConnection: couldn't handle call to CreateMonitor, no slot matched
Feb 11 09:10:13 atompc xdg-desktop-portal-kde[1170]: qt.dbus.integration: Could not find slot InhibitPortal::CreateMonitor
Feb 11 09:10:13 atompc xdg-desktop-por[971]: A backend call failed: No such method 'CreateMonitor' in interface 'org.freedesktop.impl.portal.Inhibit' at object path '/org/freedesktop/portal/desktop' (signature 'ooss')
Feb 11 09:10:13 atompc xdg-desktop-por[971]: Failed to close session implementation: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: No such object path '/org/freedesktop/portal/desktop/session/1_75/gtk1777528700'
Feb 11 09:10:14 atompc inkscape[4506]: invalid accelerator string ''
Feb 11 09:10:14 atompc inkscape[4506]: gtk_application_accels_get_actions_for_accel: assertion 'accel_key.key != 0' failed
Feb 11 09:10:14 atompc inkscape[4506]: Unable to parse accelerator '': ignored request to install 1 accelerators
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Feb 11 09:10:15 atompc inkscape[4506]: broker.vala:159: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Feb 11 09:10:59 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:10:59 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:11:02 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:11:02 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:11:04 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:11:04 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:11:51 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:11:51 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:19 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:19 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:23 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:23 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:32 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:32 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:56 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:29:56 atompc inkscape[4506]: Invalid state when picking: STATE_BBOX = 0, STATE_PICK = 0
Feb 11 09:35:07 atompc kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring comp_1.1.0 timeout, signaled seq=25314, emitted seq=25317
Feb 11 09:35:07 atompc kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process Xorg pid 747 thread Xorg:cs0 pid 749
and the one before...

$ journalctl --priority=warning..crit --no-pager --boot=-2

Feb 11 07:01:52 atompc kernel: Could not retrieve perf counters (-19)
Feb 11 07:01:52 atompc kernel: ata1.00: Model 'Samsung SSD 860 EVO 1TB', rev 'RVT04B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati
Feb 11 07:01:52 atompc kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 11 07:01:52 atompc kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 11 07:01:52 atompc kernel: ata2.00: supports DRM functions and may not be fully accessible
Feb 11 07:01:52 atompc kernel: ata2.00: supports DRM functions and may not be fully accessible
Feb 11 07:01:52 atompc kernel: ata5.00: Model 'Samsung SSD 870 EVO 4TB', rev 'SVT03B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati
Feb 11 07:01:52 atompc kernel: ata5.00: supports DRM functions and may not be fully accessible
Feb 11 07:01:52 atompc kernel: ata5.00: supports DRM functions and may not be fully accessible
Feb 11 07:01:52 atompc kernel: amdgpu 0000:27:00.0: amdgpu: psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Feb 11 07:01:52 atompc kernel: amdgpu 0000:27:00.0: amdgpu: psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Feb 11 07:01:52 atompc kernel: amdgpu 0000:27:00.0: amdgpu: Secure display: Generic Failure.
Feb 11 07:01:52 atompc kernel: amdgpu 0000:27:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
Feb 11 07:01:55 atompc dbus-broker-launch[588]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Feb 11 07:01:55 atompc dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 11 07:01:55 atompc dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Feb 11 07:01:55 atompc dbus-broker-launch[693]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 11 07:02:01 atompc dbus-broker-launch[588]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Feb 11 07:06:46 atompc sddm-greeter-qt6[689]: file:///usr/share/sddm/themes/breeze/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Feb 11 07:06:46 atompc dbus-broker-launch[893]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 11 07:06:46 atompc dbus-broker-launch[893]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Feb 11 07:06:46 atompc dbus-broker-launch[893]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 11 07:06:47 atompc kernel: block nvme0n1: No UUID available providing old NGUID
Feb 11 07:06:47 atompc baloo_file[908]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.27'
Feb 11 07:06:47 atompc baloo_file[908]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.30'
Feb 11 07:06:47 atompc kded6[972]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Feb 11 07:06:47 atompc kded6[972]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kconf_update[1126]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
Feb 11 07:06:47 atompc kded6[972]: kscreen.kded: PowerDevil SuspendSession action not available!
Feb 11 07:06:48 atompc wireplumber[1055]: spa.bluez5: BlueZ system service is not available
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "auto_null.monitor"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "auto_null"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "auto_null.monitor"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "@DEFAULT_SINK@"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "@DEFAULT_SOURCE@"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "@DEFAULT_SINK@"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "@DEFAULT_SOURCE@"
Feb 11 07:06:48 atompc kded6[972]: org.kde.pulseaudio: No object for name "alsa_input.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__source"
Feb 11 07:06:48 atompc org_kde_powerdevil[1110]: Failed to create wl_display (No such file or directory)
Feb 11 07:06:48 atompc plasmashell[1023]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth":
                                          file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9
Feb 11 07:06:48 atompc plasmashell[1023]: Toolbox not loading, toolbox package is either invalid or disabled.
Feb 11 07:06:48 atompc plasmashell[1023]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Feb 11 07:06:48 atompc plasmashell[1023]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Feb 11 07:06:48 atompc plasmashell[1023]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Feb 11 07:06:49 atompc plasmashell[1023]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Feb 11 07:06:50 atompc org_kde_powerdevil[1110]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
Feb 11 07:06:50 atompc backlighthelper[1346]: org.kde.powerdevil: no kernel backlight interface found
Feb 11 07:06:50 atompc org_kde_powerdevil[1110]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Feb 11 07:06:50 atompc org_kde_powerdevil[1110]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Feb 11 07:06:50 atompc org_kde_powerdevil[1110]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Feb 11 07:06:50 atompc org_kde_powerdevil[1110]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Feb 11 07:06:51 atompc easyeffects[1364]: Unknown key gtk-modules in /home/atom/.config/gtk-4.0/settings.ini
Feb 11 07:06:51 atompc xdg-desktop-portal-kde[1111]: xdp-kde-settings: Namespace  "org.gnome.desktop.a11y.interface"  is not supported
Feb 11 07:06:51 atompc easyeffects[1364]: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
Feb 11 07:06:54 atompc SysTray-X[1748]: QSystemTrayIcon::setVisible: No Icon set
Feb 11 07:07:05 atompc systemd[863]: app-sync.sh@autostart.service: Failed with result 'exit-code'.
Feb 11 07:07:47 atompc systemd[863]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 1) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 2) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 3) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 4) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 5) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 6) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1114 (reg 9457, index 7) beyond range (1185, 29)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 11743, index 1) beyond range (1470, 314)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 11743, index 2) beyond range (1470, 314)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 12314, index 3) beyond range (1542, 386)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 12314, index 4) beyond range (1542, 386)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 12314, index 5) beyond range (1542, 386)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 12314, index 6) beyond range (1542, 386)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1400 (reg 12885, index 7) beyond range (1613, 457)
Feb 11 07:55:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 15742, index 1) beyond range (1970, 814)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 15743, index 2) beyond range (1970, 814)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 15743, index 3) beyond range (1970, 814)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 16314, index 4) beyond range (2042, 886)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 16314, index 5) beyond range (2042, 886)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 16314, index 6) beyond range (2042, 886)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1900 (reg 16314, index 7) beyond range (2042, 886)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3358, index 1) beyond range (422, 1314)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3358, index 2) beyond range (422, 1314)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3930, index 3) beyond range (494, 1386)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3930, index 4) beyond range (494, 1386)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3930, index 5) beyond range (494, 1386)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3930, index 6) beyond range (494, 1386)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 352 (reg 3930, index 7) beyond range (494, 1386)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 566 (reg 5073, index 3) beyond range (637, 1529)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 566 (reg 5073, index 4) beyond range (637, 1529)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 566 (reg 5073, index 5) beyond range (637, 1529)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 566 (reg 5073, index 6) beyond range (637, 1529)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 566 (reg 5073, index 7) beyond range (637, 1529)
Feb 11 07:55:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:39 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1566 (reg 13072, index 5) beyond range (1637, 481)
Feb 11 07:55:39 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:39 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1566 (reg 13072, index 6) beyond range (1637, 481)
Feb 11 07:55:39 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:39 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1566 (reg 13644, index 7) beyond range (1708, 552)
Feb 11 07:55:39 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15358, index 1) beyond range (1922, 766)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15358, index 2) beyond range (1922, 766)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15358, index 3) beyond range (1922, 766)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15358, index 4) beyond range (1922, 766)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15358, index 5) beyond range (1922, 766)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15930, index 6) beyond range (1994, 838)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1852 (reg 15930, index 7) beyond range (1994, 838)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 4117, index 1) beyond range (517, 1409)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 4117, index 2) beyond range (517, 1409)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 4688, index 3) beyond range (589, 1481)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 4689, index 4) beyond range (589, 1481)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 4689, index 5) beyond range (589, 1481)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 4689, index 6) beyond range (589, 1481)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 447 (reg 5260, index 7) beyond range (660, 1552)
Feb 11 07:55:40 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 1) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 2) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 3) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 4) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 5) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 6) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1090 (reg 9260, index 7) beyond range (1160, 4)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1661 (reg 13831, index 4) beyond range (1731, 575)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1661 (reg 13831, index 5) beyond range (1731, 575)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1661 (reg 13831, index 6) beyond range (1731, 575)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1661 (reg 13831, index 7) beyond range (1731, 575)
Feb 11 07:55:41 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 7917, index 1) beyond range (992, 1884)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 7917, index 2) beyond range (992, 1884)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 8488, index 3) beyond range (1064, 1956)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 9060, index 4) beyond range (1135, 2027)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 9631, index 5) beyond range (1206, 50)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 9631, index 6) beyond range (1206, 50)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 922 (reg 10202, index 7) beyond range (1278, 122)
Feb 11 07:55:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14202, index 1) beyond range (1778, 622)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14202, index 2) beyond range (1778, 622)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14202, index 3) beyond range (1778, 622)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14202, index 4) beyond range (1778, 622)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14202, index 5) beyond range (1778, 622)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14773, index 6) beyond range (1849, 693)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1707 (reg 14773, index 7) beyond range (1849, 693)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 103, index 1) beyond range (15, 907)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 103, index 2) beyond range (15, 907)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 675, index 3) beyond range (87, 979)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 675, index 4) beyond range (87, 979)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 675, index 5) beyond range (87, 979)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 675, index 6) beyond range (87, 979)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1993 (reg 675, index 7) beyond range (87, 979)
Feb 11 07:55:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1088 (reg 9245, index 2) beyond range (1158, 2)
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1088 (reg 9245, index 3) beyond range (1158, 2)
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1088 (reg 9245, index 4) beyond range (1158, 2)
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1088 (reg 9816, index 5) beyond range (1230, 74)
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1088 (reg 9816, index 6) beyond range (1230, 74)
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1088 (reg 9817, index 7) beyond range (1230, 74)
Feb 11 07:55:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 1) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 2) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 3) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 4) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 5) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 6) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13816, index 7) beyond range (1730, 574)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 15530, index 1) beyond range (1944, 788)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 15530, index 2) beyond range (1944, 788)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 16101, index 3) beyond range (2015, 859)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 16101, index 4) beyond range (2015, 859)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 16102, index 5) beyond range (2015, 859)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 16102, index 6) beyond range (2015, 859)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1874 (reg 16102, index 7) beyond range (2015, 859)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 183 (reg 2003, index 3) beyond range (253, 1145)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 183 (reg 2003, index 4) beyond range (253, 1145)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 183 (reg 2003, index 5) beyond range (253, 1145)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 183 (reg 2574, index 6) beyond range (324, 1216)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 183 (reg 2574, index 7) beyond range (324, 1216)
Feb 11 07:55:48 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 683 (reg 6002, index 5) beyond range (753, 1645)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 683 (reg 6002, index 6) beyond range (753, 1645)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 683 (reg 6574, index 7) beyond range (824, 1716)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1183 (reg 10002, index 3) beyond range (1253, 97)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1183 (reg 10002, index 4) beyond range (1253, 97)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1183 (reg 10002, index 5) beyond range (1253, 97)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1183 (reg 10573, index 6) beyond range (1324, 168)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1183 (reg 10573, index 7) beyond range (1324, 168)
Feb 11 07:55:49 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1468 (reg 12287, index 4) beyond range (1538, 382)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1468 (reg 12287, index 5) beyond range (1538, 382)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1468 (reg 12859, index 6) beyond range (1610, 454)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1468 (reg 12859, index 7) beyond range (1610, 454)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 15716, index 1) beyond range (1967, 811)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 15716, index 2) beyond range (1967, 811)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 16287, index 3) beyond range (2038, 882)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 474, index 4) beyond range (62, 954)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 474, index 5) beyond range (62, 954)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 474, index 6) beyond range (62, 954)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1898 (reg 1046, index 7) beyond range (133, 1025)
Feb 11 07:55:50 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 4474, index 1) beyond range (562, 1454)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 4474, index 2) beyond range (562, 1454)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 5045, index 3) beyond range (633, 1525)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 5617, index 4) beyond range (705, 1597)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 6188, index 5) beyond range (776, 1668)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 6188, index 6) beyond range (776, 1668)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 491 (reg 6188, index 7) beyond range (776, 1668)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1134 (reg 9616, index 4) beyond range (1205, 49)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1134 (reg 9616, index 5) beyond range (1205, 49)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1134 (reg 10187, index 6) beyond range (1276, 120)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1134 (reg 10759, index 7) beyond range (1347, 191)
Feb 11 07:55:51 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:52 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1563 (reg 13044, index 5) beyond range (1633, 477)
Feb 11 07:55:52 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:52 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1563 (reg 13044, index 6) beyond range (1633, 477)
Feb 11 07:55:52 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:52 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1563 (reg 13616, index 7) beyond range (1705, 549)
Feb 11 07:55:52 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:52 atompc kernel: clocksource: Long readout interval, skipping watchdog check: cs_nsec: 15429054249 wd_nsec: 15429044820
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 586 (reg 5231, index 2) beyond range (656, 1548)
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 586 (reg 5231, index 3) beyond range (656, 1548)
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 586 (reg 5231, index 4) beyond range (656, 1548)
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 586 (reg 5231, index 5) beyond range (656, 1548)
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 586 (reg 5802, index 6) beyond range (728, 1620)
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 586 (reg 5802, index 7) beyond range (728, 1620)
Feb 11 07:55:53 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 13230, index 1) beyond range (1656, 500)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 13230, index 2) beyond range (1656, 500)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 14372, index 3) beyond range (1799, 643)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 14372, index 4) beyond range (1799, 643)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 14372, index 5) beyond range (1799, 643)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 14373, index 6) beyond range (1799, 643)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1586 (reg 14944, index 7) beyond range (1871, 715)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 109 (reg 1417, index 2) beyond range (180, 1072)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 109 (reg 1417, index 3) beyond range (180, 1072)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 109 (reg 1417, index 4) beyond range (180, 1072)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 109 (reg 1988, index 5) beyond range (251, 1143)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 109 (reg 1988, index 6) beyond range (251, 1143)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 109 (reg 1988, index 7) beyond range (251, 1143)
Feb 11 07:55:54 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1538 (reg 12844, index 7) beyond range (1608, 452)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 15701, index 1) beyond range (1965, 809)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 15701, index 2) beyond range (1965, 809)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 15701, index 3) beyond range (1965, 809)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 15701, index 4) beyond range (1965, 809)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 16272, index 5) beyond range (2037, 881)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 16272, index 6) beyond range (2037, 881)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1895 (reg 16272, index 7) beyond range (2037, 881)
Feb 11 07:55:56 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:55:57 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 561 (reg 5030, index 7) beyond range (631, 1523)
Feb 11 07:55:57 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 8072, index 1) beyond range (1012, 1904)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 8073, index 2) beyond range (1012, 1904)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 8644, index 3) beyond range (1083, 1975)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 9215, index 4) beyond range (1154, 2046)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 9787, index 5) beyond range (1226, 70)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 9787, index 6) beyond range (1226, 70)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 941 (reg 10358, index 7) beyond range (1297, 141)
Feb 11 07:56:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:00 atompc kernel: sched: DL replenish lagged too much
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 4830, index 1) beyond range (606, 1498)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 4830, index 2) beyond range (606, 1498)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 5401, index 3) beyond range (678, 1570)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 5973, index 4) beyond range (749, 1641)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 6544, index 5) beyond range (821, 1713)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 7115, index 6) beyond range (892, 1784)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 536 (reg 7687, index 7) beyond range (963, 1855)
Feb 11 07:56:01 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:02 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1893 (reg 15686, index 6) beyond range (1963, 807)
Feb 11 07:56:02 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:02 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1893 (reg 15686, index 7) beyond range (1963, 807)
Feb 11 07:56:02 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 7301, index 1) beyond range (915, 1807)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 7301, index 2) beyond range (915, 1807)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 7872, index 3) beyond range (987, 1879)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 8443, index 4) beyond range (1058, 1950)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 9015, index 5) beyond range (1129, 2021)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 9015, index 6) beyond range (1129, 2021)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 845 (reg 9015, index 7) beyond range (1129, 2021)
Feb 11 07:56:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 14157, index 1) beyond range (1772, 616)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 14157, index 2) beyond range (1772, 616)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 14728, index 3) beyond range (1844, 688)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 15300, index 4) beyond range (1915, 759)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 15300, index 5) beyond range (1915, 759)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 15871, index 6) beyond range (1986, 830)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1702 (reg 15871, index 7) beyond range (1986, 830)
Feb 11 07:56:04 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 2144, index 1) beyond range (271, 1163)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 2144, index 2) beyond range (271, 1163)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 2715, index 3) beyond range (342, 1234)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 3286, index 4) beyond range (413, 1305)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 3858, index 5) beyond range (485, 1377)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 4429, index 6) beyond range (556, 1448)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 200 (reg 4429, index 7) beyond range (556, 1448)
Feb 11 07:56:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 866 (reg 7471, index 7) beyond range (936, 1828)
Feb 11 07:56:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 14513, index 1) beyond range (1817, 661)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 14513, index 2) beyond range (1817, 661)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 14513, index 3) beyond range (1817, 661)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 15084, index 4) beyond range (1888, 732)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 15656, index 5) beyond range (1960, 804)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 15656, index 6) beyond range (1960, 804)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1746 (reg 15656, index 7) beyond range (1960, 804)
Feb 11 07:56:14 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:15 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (4 suppressed)
Feb 11 07:56:15 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:8/9 s:3233283919612 a:3233355725396 f:3233355745516 waiting:71805784 process:20120 status:triggered
Feb 11 07:56:15 atompc pipewire[1053]: pw.node: (Firefox-143) xrun state:0x790f5687b008 pending:0/1 s:3272217956026 a:3233284053552 f:3233284159062 waiting:18446744034775649142 process:105510 status:triggered
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 1) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 2) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 3) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 4) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 5) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 6) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1198 (reg 10128, index 7) beyond range (1269, 113)
Feb 11 07:56:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1698 (reg 14127, index 3) beyond range (1768, 612)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1698 (reg 14127, index 4) beyond range (1768, 612)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1698 (reg 14699, index 5) beyond range (1840, 684)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1698 (reg 15270, index 6) beyond range (1911, 755)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1698 (reg 15841, index 7) beyond range (1983, 827)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 5171, index 1) beyond range (649, 1541)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 5171, index 2) beyond range (649, 1541)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 5171, index 3) beyond range (649, 1541)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 5742, index 4) beyond range (720, 1612)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 6314, index 5) beyond range (792, 1684)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 6314, index 6) beyond range (792, 1684)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 579 (reg 6314, index 7) beyond range (792, 1684)
Feb 11 07:56:17 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 10885, index 1) beyond range (1363, 207)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 10885, index 2) beyond range (1363, 207)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 11456, index 3) beyond range (1435, 279)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 11456, index 4) beyond range (1435, 279)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 12027, index 5) beyond range (1506, 350)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 12027, index 6) beyond range (1506, 350)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1293 (reg 12027, index 7) beyond range (1506, 350)
Feb 11 07:56:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 7642, index 1) beyond range (958, 1850)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 7642, index 2) beyond range (958, 1850)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 8213, index 3) beyond range (1029, 1921)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 8785, index 4) beyond range (1101, 1993)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 8785, index 5) beyond range (1101, 1993)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 9356, index 6) beyond range (1172, 16)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 887 (reg 9356, index 7) beyond range (1172, 16)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13355, index 1) beyond range (1672, 516)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13355, index 2) beyond range (1672, 516)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13356, index 3) beyond range (1672, 516)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13356, index 4) beyond range (1672, 516)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13356, index 5) beyond range (1672, 516)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13356, index 6) beyond range (1672, 516)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1602 (reg 13927, index 7) beyond range (1743, 587)
Feb 11 07:56:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 482 (reg 4399, index 7) beyond range (552, 1444)
Feb 11 07:56:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 7256, index 1) beyond range (910, 1802)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 7256, index 2) beyond range (910, 1802)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 7827, index 3) beyond range (981, 1873)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 7827, index 4) beyond range (981, 1873)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 7827, index 5) beyond range (981, 1873)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 8399, index 6) beyond range (1052, 1944)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 839 (reg 8399, index 7) beyond range (1052, 1944)
Feb 11 07:56:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 291 (reg 2871, index 6) beyond range (361, 1253)
Feb 11 07:56:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 291 (reg 2871, index 7) beyond range (361, 1253)
Feb 11 07:56:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1077 (reg 9156, index 6) beyond range (1147, 2039)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1077 (reg 9156, index 7) beyond range (1147, 2039)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1505 (reg 12584, index 2) beyond range (1576, 420)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1505 (reg 12584, index 3) beyond range (1576, 420)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1505 (reg 12584, index 4) beyond range (1576, 420)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1505 (reg 13155, index 5) beyond range (1647, 491)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1505 (reg 13155, index 6) beyond range (1647, 491)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1505 (reg 13155, index 7) beyond range (1647, 491)
Feb 11 07:56:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 243 (reg 2485, index 4) beyond range (313, 1205)
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 243 (reg 2485, index 5) beyond range (313, 1205)
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 243 (reg 2485, index 6) beyond range (313, 1205)
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 243 (reg 2485, index 7) beyond range (313, 1205)
Feb 11 07:56:25 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1457 (reg 12198, index 3) beyond range (1527, 371)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1457 (reg 12198, index 4) beyond range (1527, 371)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1457 (reg 12769, index 5) beyond range (1599, 443)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1457 (reg 13341, index 6) beyond range (1670, 514)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1457 (reg 13912, index 7) beyond range (1742, 586)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 480 (reg 4384, index 3) beyond range (551, 1443)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 480 (reg 4384, index 4) beyond range (551, 1443)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 480 (reg 4384, index 5) beyond range (551, 1443)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 480 (reg 4384, index 6) beyond range (551, 1443)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 480 (reg 4384, index 7) beyond range (551, 1443)
Feb 11 07:56:27 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 9526, index 1) beyond range (1193, 37)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 10098, index 2) beyond range (1265, 109)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 10098, index 3) beyond range (1265, 109)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 10669, index 4) beyond range (1336, 180)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 10669, index 5) beyond range (1336, 180)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 10669, index 6) beyond range (1336, 180)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1123 (reg 10669, index 7) beyond range (1336, 180)
Feb 11 07:56:28 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1909 (reg 15811, index 3) beyond range (1979, 823)
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1909 (reg 15811, index 4) beyond range (1979, 823)
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1909 (reg 16383, index 5) beyond range (2, 894)
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1909 (reg 570, index 6) beyond range (74, 966)
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1909 (reg 1142, index 7) beyond range (145, 1037)
Feb 11 07:56:29 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 432 (reg 3998, index 3) beyond range (502, 1394)
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 432 (reg 3998, index 4) beyond range (502, 1394)
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 432 (reg 4570, index 5) beyond range (574, 1466)
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 432 (reg 5141, index 6) beyond range (645, 1537)
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 432 (reg 5141, index 7) beyond range (645, 1537)
Feb 11 07:56:30 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 11997, index 1) beyond range (1502, 346)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 11997, index 2) beyond range (1502, 346)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 12569, index 3) beyond range (1574, 418)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 12569, index 4) beyond range (1574, 418)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 12569, index 5) beyond range (1574, 418)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 12569, index 6) beyond range (1574, 418)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1432 (reg 13140, index 7) beyond range (1645, 489)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 98 (reg 1327, index 7) beyond range (168, 1060)
Feb 11 07:56:31 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1955 (reg 16182, index 3) beyond range (2025, 869)
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1955 (reg 16182, index 4) beyond range (2025, 869)
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1955 (reg 370, index 5) beyond range (49, 941)
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1955 (reg 941, index 6) beyond range (120, 1012)
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1955 (reg 1513, index 7) beyond range (192, 1084)
Feb 11 07:56:33 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:34 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 550 (reg 4941, index 6) beyond range (620, 1512)
Feb 11 07:56:34 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:34 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 550 (reg 4941, index 7) beyond range (620, 1512)
Feb 11 07:56:34 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1287 (reg 10840, index 3) beyond range (1358, 202)
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1287 (reg 11411, index 4) beyond range (1429, 273)
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1287 (reg 11411, index 5) beyond range (1429, 273)
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1287 (reg 11982, index 6) beyond range (1500, 344)
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1287 (reg 11983, index 7) beyond range (1500, 344)
Feb 11 07:56:37 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 9882, index 1) beyond range (1238, 82)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 9883, index 2) beyond range (1238, 82)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 10454, index 3) beyond range (1309, 153)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 10454, index 4) beyond range (1309, 153)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 10454, index 5) beyond range (1309, 153)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 10454, index 6) beyond range (1309, 153)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1167 (reg 11025, index 7) beyond range (1381, 225)
Feb 11 07:56:38 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 2826, index 1) beyond range (356, 1248)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 3397, index 2) beyond range (427, 1319)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 3397, index 3) beyond range (427, 1319)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 3397, index 4) beyond range (427, 1319)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 3397, index 5) beyond range (427, 1319)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 3397, index 6) beyond range (427, 1319)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 285 (reg 3397, index 7) beyond range (427, 1319)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 5111, index 1) beyond range (641, 1533)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 5111, index 2) beyond range (641, 1533)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 5683, index 3) beyond range (713, 1605)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 5683, index 4) beyond range (713, 1605)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 6254, index 5) beyond range (784, 1676)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 6254, index 6) beyond range (784, 1676)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 571 (reg 6254, index 7) beyond range (784, 1676)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 7397, index 1) beyond range (927, 1819)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 7397, index 2) beyond range (927, 1819)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 7397, index 3) beyond range (927, 1819)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 7968, index 4) beyond range (999, 1891)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 8539, index 5) beyond range (1070, 1962)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 8539, index 6) beyond range (1070, 1962)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 857 (reg 8539, index 7) beyond range (1070, 1962)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1214 (reg 10253, index 7) beyond range (1284, 128)
Feb 11 07:56:42 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:42 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (16 suppressed)
Feb 11 07:56:42 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:6/9 s:3297917454924 a:3297922290441 f:3297922310651 waiting:4835517 process:20210 status:triggered
Feb 11 07:56:42 atompc pipewire[1053]: pw.node: (ee_soe_gate-104) xrun state:0x790f56890008 pending:0/2 s:3299593203170 a:3297917608234 f:3297917698624 waiting:18446744072033956680 process:90390 status:triggered
Feb 11 07:56:44 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1096 (reg 9296, index 7) beyond range (1165, 9)
Feb 11 07:56:44 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1666 (reg 13867, index 2) beyond range (1736, 580)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1666 (reg 13867, index 3) beyond range (1736, 580)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1666 (reg 14438, index 4) beyond range (1807, 651)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1666 (reg 15581, index 5) beyond range (1950, 794)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1666 (reg 15581, index 6) beyond range (1950, 794)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1666 (reg 15581, index 7) beyond range (1950, 794)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 2023 (reg 340, index 5) beyond range (45, 937)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 2023 (reg 340, index 6) beyond range (45, 937)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 2023 (reg 911, index 7) beyond range (116, 1008)
Feb 11 07:56:45 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 3197, index 1) beyond range (402, 1294)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 3197, index 2) beyond range (402, 1294)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 3768, index 3) beyond range (474, 1366)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 4339, index 4) beyond range (545, 1437)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 4911, index 5) beyond range (616, 1508)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 5482, index 6) beyond range (688, 1580)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 332 (reg 5482, index 7) beyond range (688, 1580)
Feb 11 07:56:46 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1903 (reg 15767, index 6) beyond range (1973, 817)
Feb 11 07:56:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:47 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1903 (reg 15767, index 7) beyond range (1973, 817)
Feb 11 07:56:47 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:56:50 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (28 suppressed)
Feb 11 07:56:50 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:8/9 s:3306833038921 a:3306837843106 f:3306837866787 waiting:4804185 process:23681 status:triggered
Feb 11 07:56:50 atompc pipewire[1053]: pw.node: (Firefox-143) xrun state:0x790f5687b008 pending:0/1 s:3306927894093 a:3306927922993 f:3306833193201 waiting:28900 process:18446744073614821824 status:awake
Feb 11 07:56:52 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (30 suppressed)
Feb 11 07:56:52 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:8/9 s:3308745869122 a:3308927872724 f:3308927899184 waiting:182003602 process:26460 status:triggered
Feb 11 07:56:52 atompc pipewire[1053]: pw.node: (Firefox-143) xrun state:0x790f5687b008 pending:0/1 s:3308928067074 a:3308928091204 f:3308746048852 waiting:24130 process:18446744073527509264 status:awake
Feb 11 07:56:54 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (30 suppressed)
Feb 11 07:56:54 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:6/9 s:3310888624544 a:3310890732037 f:3310890743527 waiting:2107493 process:11490 status:triggered
Feb 11 07:56:54 atompc pipewire[1053]: pw.node: (ee_soe_gate-104) xrun state:0x790f56890008 pending:0/2 s:3310931274891 a:3310888720784 f:3310888770724 waiting:18446744073666997509 process:49940 status:triggered
Feb 11 07:56:58 atompc kernel: xhci_hcd 0000:12:00.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 6 comp_code 13
Feb 11 07:56:58 atompc kernel: xhci_hcd 0000:12:00.0: Looking for event-dma 00000000ff17f690 trb-start 00000000ff17f6a0 trb-end 00000000ff17f6a0 seg-start 00000000ff17f000 seg-end 00000000ff17fff0
Feb 11 07:56:58 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (32 suppressed)
Feb 11 07:56:58 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:6/9 s:3315059074839 a:3315072966608 f:3315072986998 waiting:13891769 process:20390 status:triggered
Feb 11 07:56:58 atompc pipewire[1053]: pw.node: (ee_soe_gate-104) xrun state:0x790f56890008 pending:0/2 s:3315221666557 a:3315070723644 f:3315070787685 waiting:18446744073558608703 process:64041 status:triggered
Feb 11 07:56:59 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 907 (reg 7738, index 7) beyond range (970, 1862)
Feb 11 07:56:59 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 208 (reg 2210, index 2) beyond range (279, 1171)
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 208 (reg 2210, index 3) beyond range (279, 1171)
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 208 (reg 2210, index 4) beyond range (279, 1171)
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 208 (reg 2781, index 5) beyond range (350, 1242)
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 208 (reg 2781, index 6) beyond range (350, 1242)
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 208 (reg 2781, index 7) beyond range (350, 1242)
Feb 11 07:57:00 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:00 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (29 suppressed)
Feb 11 07:57:00 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:6/9 s:3317219334406 a:3317261507811 f:3317261522771 waiting:42173405 process:14960 status:triggered
Feb 11 07:57:00 atompc pipewire[1053]: pw.node: (ee_soe_gate-104) xrun state:0x790f56890008 pending:0/2 s:3317261657781 a:3317285031623 f:3317177451399 waiting:23373842 process:18446744073601971392 status:awake
Feb 11 07:57:02 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (42 suppressed)
Feb 11 07:57:02 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:6/9 s:3319254356382 a:3319296544189 f:3319296564909 waiting:42187807 process:20720 status:triggered
Feb 11 07:57:02 atompc pipewire[1053]: pw.node: (ee_soe_gate-104) xrun state:0x790f56890008 pending:0/2 s:3319296723389 a:3319070746027 f:3319070820937 waiting:18446744073483574254 process:74910 status:triggered
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 9823, index 1) beyond range (1230, 74)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 9823, index 2) beyond range (1230, 74)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 10394, index 3) beyond range (1302, 146)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 10394, index 4) beyond range (1302, 146)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 10394, index 5) beyond range (1302, 146)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 10394, index 6) beyond range (1302, 146)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1166 (reg 10966, index 7) beyond range (1373, 217)
Feb 11 07:57:03 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:04 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) graph xrun not-triggered (24 suppressed)
Feb 11 07:57:04 atompc pipewire[1053]: pw.node: (alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink-59) xrun state:0x790f57e7a008 pending:6/9 s:3321340705444 a:3321343684308 f:3321343701308 waiting:2978864 process:17000 status:triggered
Feb 11 07:57:04 atompc pipewire[1053]: pw.node: (ee_soe_gate-104) xrun state:0x790f56890008 pending:0/2 s:3321382982131 a:3321340831115 f:3321340891785 waiting:18446744073667400600 process:60670 status:triggered
Feb 11 07:57:07 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1421 (reg 11908, index 5) beyond range (1491, 335)
Feb 11 07:57:07 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:07 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1421 (reg 11908, index 6) beyond range (1491, 335)
Feb 11 07:57:07 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:07 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1421 (reg 12479, index 7) beyond range (1562, 406)
Feb 11 07:57:07 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 1) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 2) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 3) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 4) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 5) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 6) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1849 (reg 15336, index 7) beyond range (1920, 764)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 158 (reg 1809, index 2) beyond range (229, 1121)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 158 (reg 1809, index 3) beyond range (229, 1121)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 158 (reg 1809, index 4) beyond range (229, 1121)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 158 (reg 1809, index 5) beyond range (229, 1121)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 158 (reg 1809, index 6) beyond range (229, 1121)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 158 (reg 1809, index 7) beyond range (229, 1121)
Feb 11 07:57:08 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:09 atompc kernel: xhci_hcd 0000:12:00.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 6 comp_code 13
Feb 11 07:57:09 atompc kernel: xhci_hcd 0000:12:00.0: Looking for event-dma 00000000ff180c60 trb-start 00000000ff180c70 trb-end 00000000ff180c70 seg-start 00000000ff180000 seg-end 00000000ff180ff0
Feb 11 07:57:09 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1375 (reg 11522, index 7) beyond range (1443, 287)
Feb 11 07:57:09 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 402 (reg 3708, index 4) beyond range (466, 1358)
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 402 (reg 3708, index 5) beyond range (466, 1358)
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 402 (reg 3708, index 6) beyond range (466, 1358)
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 402 (reg 3708, index 7) beyond range (466, 1358)
Feb 11 07:57:10 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1039 (reg 8851, index 5) beyond range (1109, 2001)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1039 (reg 9422, index 6) beyond range (1180, 24)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1039 (reg 9993, index 7) beyond range (1252, 96)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 10565, index 1) beyond range (1323, 167)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 11136, index 2) beyond range (1395, 239)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 11136, index 3) beyond range (1395, 239)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 11136, index 4) beyond range (1395, 239)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 11136, index 5) beyond range (1395, 239)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 11136, index 6) beyond range (1395, 239)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1253 (reg 11136, index 7) beyond range (1395, 239)
Feb 11 07:57:11 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1467 (reg 12279, index 4) beyond range (1537, 381)
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1467 (reg 12279, index 5) beyond range (1537, 381)
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1467 (reg 12850, index 6) beyond range (1609, 453)
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1467 (reg 13422, index 7) beyond range (1680, 524)
Feb 11 07:57:12 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 3894, index 1) beyond range (489, 1381)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 4465, index 2) beyond range (561, 1453)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 5037, index 3) beyond range (632, 1524)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 5037, index 4) beyond range (632, 1524)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 5037, index 5) beyond range (632, 1524)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 5037, index 6) beyond range (632, 1524)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 421 (reg 5037, index 7) beyond range (632, 1524)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1066 (reg 9036, index 4) beyond range (1132, 2024)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1066 (reg 9036, index 5) beyond range (1132, 2024)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1066 (reg 9036, index 6) beyond range (1132, 2024)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1066 (reg 9036, index 7) beyond range (1132, 2024)
Feb 11 07:57:13 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:15 atompc kernel: xhci_hcd 0000:12:00.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 6 comp_code 13
Feb 11 07:57:15 atompc kernel: xhci_hcd 0000:12:00.0: Looking for event-dma 00000000ff180240 trb-start 00000000ff180250 trb-end 00000000ff180250 seg-start 00000000ff180000 seg-end 00000000ff180ff0
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 323 (reg 3122, index 2) beyond range (393, 1285)
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 323 (reg 3122, index 3) beyond range (393, 1285)
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 323 (reg 3693, index 4) beyond range (464, 1356)
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 323 (reg 3693, index 5) beyond range (464, 1356)
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 323 (reg 3693, index 6) beyond range (464, 1356)
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 323 (reg 3694, index 7) beyond range (464, 1356)
Feb 11 07:57:16 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 15121, index 1) beyond range (1893, 737)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 15692, index 2) beyond range (1964, 808)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 15692, index 3) beyond range (1964, 808)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 451, index 4) beyond range (59, 951)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 1022, index 5) beyond range (130, 1022)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 1593, index 6) beyond range (202, 1094)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1823 (reg 2165, index 7) beyond range (273, 1165)
Feb 11 07:57:18 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 4450, index 1) beyond range (559, 1451)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 5022, index 2) beyond range (630, 1522)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 5593, index 3) beyond range (702, 1594)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 6164, index 4) beyond range (773, 1665)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 6736, index 5) beyond range (845, 1737)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 7307, index 6) beyond range (916, 1808)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: hrtimer: interrupt took 285709740 ns
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 489 (reg 7307, index 7) beyond range (916, 1808)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1133 (reg 9592, index 3) beyond range (1202, 46)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1133 (reg 9593, index 4) beyond range (1202, 46)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1133 (reg 10164, index 5) beyond range (1273, 117)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1133 (reg 10164, index 6) beyond range (1273, 117)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1133 (reg 10735, index 7) beyond range (1344, 188)
Feb 11 07:57:19 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2350, index 1) beyond range (296, 1188)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2350, index 2) beyond range (296, 1188)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2922, index 3) beyond range (368, 1260)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2922, index 4) beyond range (368, 1260)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2922, index 5) beyond range (368, 1260)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2922, index 6) beyond range (368, 1260)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 229 (reg 2922, index 7) beyond range (368, 1260)
Feb 11 07:57:20 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 6921, index 1) beyond range (868, 1760)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 6921, index 2) beyond range (868, 1760)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 7493, index 3) beyond range (939, 1831)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 7493, index 4) beyond range (939, 1831)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 7493, index 5) beyond range (939, 1831)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 7493, index 6) beyond range (939, 1831)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 801 (reg 8064, index 7) beyond range (1011, 1903)
Feb 11 07:57:21 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13777, index 1) beyond range (1725, 569)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 13778, index 2) beyond range (1725, 569)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 14349, index 3) beyond range (1796, 640)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 14349, index 4) beyond range (1796, 640)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 14349, index 5) beyond range (1796, 640)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 14349, index 6) beyond range (1796, 640)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1659 (reg 14349, index 7) beyond range (1796, 640)
Feb 11 07:57:22 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 3678, index 1) beyond range (462, 1354)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 3679, index 2) beyond range (462, 1354)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 3679, index 3) beyond range (462, 1354)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 3679, index 4) beyond range (462, 1354)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 4250, index 5) beyond range (534, 1426)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 4250, index 6) beyond range (534, 1426)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 398 (reg 4821, index 7) beyond range (605, 1497)
Feb 11 07:57:23 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 9963, index 1) beyond range (1248, 92)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 10535, index 2) beyond range (1319, 163)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 10535, index 3) beyond range (1319, 163)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 10535, index 4) beyond range (1319, 163)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 10535, index 5) beyond range (1319, 163)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 11106, index 6) beyond range (1391, 235)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Frame ID 1185 (reg 11106, index 7) beyond range (1391, 235)
Feb 11 07:57:24 atompc kernel: xhci_hcd 0000:12:00.0: Ignore frame ID field, use SIA bit instead
Feb 11 07:57:24 atompc easyeffects[1364]:         pipe_manager.cpp:1511        Remote error res: Broken pipe
Feb 11 07:57:24 atompc easyeffects[1364]:         pipe_manager.cpp:1512        Remote error message: connection error
Feb 11 07:57:24 atompc xdg-desktop-por[912]: Caught PipeWire error: connection error
Feb 11 07:57:24 atompc systemd[863]: pipewire.service: Main process exited, code=killed, status=9/KILL
Feb 11 07:57:24 atompc systemd[863]: pipewire.service: Failed with result 'signal'.
Feb 11 07:57:24 atompc kded6[972]: org.kde.pulseaudio: context kaput
Feb 11 07:57:24 atompc kded6[972]: org.kde.pulseaudio: No object for name "alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink"
Feb 11 07:57:24 atompc kded6[972]: org.kde.pulseaudio: No object for name "alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink"
Feb 11 07:57:24 atompc kded6[972]: org.kde.pulseaudio: No object for name "alsa_output.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__sink"
Feb 11 07:57:24 atompc kded6[972]: org.kde.pulseaudio: No object for name "alsa_input.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__source"
Feb 11 07:57:25 atompc wireplumber[1055]: pw.core: 0x57f587dd9720: leaked proxy 0x57f587e782b0 id:3
Feb 11 07:57:25 atompc wireplumber[1055]: pw.core: 0x57f587dd9720: leaked proxy 0x57f587e69b50 id:4
Feb 11 07:57:25 atompc wireplumber[1055]: pw.core: 0x57f587dd9720: leaked proxy 0x57f587f26720 id:6
Feb 11 07:57:42 atompc wireplumber[3636]: spa.bluez5: BlueZ system service is not available
Feb 11 07:57:43 atompc kded6[972]: org.kde.pulseaudio: No object for name "alsa_input.usb-MOTU_M2_M2AE12AEVI-00.Direct__Direct__source"

i tried messing around with the files to isolate the common lines, but wasn’t able to get a totally accurate result

There are several reports of random crashes over the last month. We are hoping to gather information that might help in finding a common cause. I have added a special tag to this topic that will also help to that end.

You can help us by providing the full output of this specific inxi command:

inxi --filter --verbosity=8

or the short form:

inxi -zv8

Regards.

1 Like

i would absolutely like to help, but i was told before that providing the complete output from inxi reveals potentially personal/sensitive/identifying information - looking at the output, is there anything i should be concerned about, such as UUIDs, etc.? i’m not seeing anything that rings alarm bells, but i want to be sure

The --filter option removes personally identifiable information from the output. :wink:

UUIDs etc. are nothing to worry about and are sometimes needed for support purposes.

The full inxi will, for example, show if there are issues with free space, missing or inadequate swap etc.

Please read:

If you look at the output in your terminal you will see the difference yourself between using the command with (or without) the filter.

Regards.

$ inxi --filter --verbosity=8
System:
  Kernel: 6.6.74-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64
    root=UUID=bb1d3d93-e1ee-4b58-94bc-d9b9b6f183a1 rw
    resume=UUID=365557ba-d129-4798-90eb-91ecda0db65d udev.log_priority=3
    nowatchdog
  Desktop: KDE Plasma v: 6.2.5 tk: Qt v: N/A info: frameworks v: 6.10.0
    wm: kwin_x11 vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop Mobo: Micro-Star model: B450 TOMAHAWK MAX (MS-7C02) v: 1.0
    serial: <superuser required> uuid: <superuser required> UEFI: American
    Megatrends LLC. v: 3.B0 date: 05/12/2021
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 16 GiB available: 13.57 GiB used: 3.25 GiB (24.0%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: Channel-A DIMM 0 type: no module installed
  Device-2: Channel-A DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 8 GiB speed: 3200 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: G.Skill
    part-no: F4-3200C16-8GVGB serial: N/A
  Device-3: Channel-B DIMM 0 type: no module installed
  Device-4: Channel-B DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 8 GiB speed: 3200 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: G.Skill
    part-no: F4-3200C16-8GVGB serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 5 3400G with Radeon Vega Graphics bits: 64
    type: MT MCP arch: Zen/Zen+ note: check gen: 1 level: v3 note: check
    built: 2019 process: GF 12nm family: 0x17 (23) model-id: 0x18 (24)
    stepping: 1 microcode: 0x8108109
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 4 threads: 8 tpc: 2
    smt: enabled cache: L1: 384 KiB desc: d-4x32 KiB; i-4x64 KiB L2: 2 MiB
    desc: 4x512 KiB L3: 4 MiB desc: 1x4 MiB
  Speed (MHz): avg: 1400 min/max: 1400/3700 boost: enabled scaling:
    driver: acpi-cpufreq governor: schedutil cores: 1: 1400 2: 1400 3: 1400
    4: 1400 5: 1400 6: 1400 7: 1400 8: 1400 bogomips: 59230
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext clflush clflushopt clzero cmov cmp_legacy constant_tsc cpb
    cpuid cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid f16c
    flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb irperf
    lahf_lm lbrv lm mca mce misalignsse mmx mmxext monitor movbe msr mtrr
    mwaitx nonstop_tsc nopl npt nrip_save nx osvw overflow_recov pae pat
    pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_llc perfctr_nb
    pfthreshold pge pni popcnt pse pse36 rapl rdrand rdseed rdtscp rep_good
    sep sev sev_es sha_ni skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2
    sse4a ssse3 succor svm svm_lock syscall tce topoext tsc tsc_scale
    v_vmsave_vmload vgif vmcb_clean vme vmmcall wdt xgetbv1 xsave xsavec
    xsaveerptr xsaveopt
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT vulnerable
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; STIBP:
    disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Picasso/Raven 2 [Radeon Vega
    Series / Radeon Mobile Series] driver: amdgpu v: kernel arch: GCN-5
    code: Vega process: GF 14nm built: 2017-20 pcie: gen: 3 speed: 8 GT/s
    lanes: 16 ports: active: HDMI-A-1 empty: DVI-D-1,HDMI-A-2,HDMI-A-3
    bus-ID: 27:00.0 chip-ID: 1002:15d8 class-ID: 0300 temp: 43.0 C
  Display: x11 server: X.Org v: 21.1.15 with: Xwayland v: 24.1.4
    compositor: kwin_x11 driver: X: loaded: modesetting alternate: fbdev,vesa
    dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93") monitors: <missing: xrandr>
  Monitor-1: HDMI-A-1 model: BenQ EX2510 serial: <filter> built: 2020
    res: 1920x1080 dpi: 90 gamma: 1.2 chroma: red: x: 0.651 y: 0.341 green:
    x: 0.310 y: 0.631 blue: x: 0.145 y: 0.051 white: x: 0.314 y: 0.329
    size: 544x303mm (21.42x11.93") diag: 623mm (24.5") ratio: 16:9
    modes: 1920x1080, 3840x2160, 1680x1050, 1600x900, 1280x1024, 1440x900,
    1280x800, 1152x864, 1280x720, 1024x768, 832x624, 800x600, 720x576,
    720x480, 640x480, 720x400
  EDID-Warnings: 1: parse_edid: unhandled CEA mode 96 2: parse_edid:
    unhandled CEA mode 97
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 24.3.4-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon Vega 11 Graphics
    (radeonsi raven LLVM 19.1.7 DRM 3.54 6.6.74-1-MANJARO)
    device-ID: 1002:15d8 memory: 1.95 GiB unified: no
  API: Vulkan v: 1.4.303 layers: N/A device: 0 type: integrated-gpu name: AMD
    Radeon Vega 11 Graphics (RADV RAVEN) driver: N/A device-ID: 1002:15d8
    surfaces: xcb,xlib
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdpyinfo,xprop
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP
    Audio vendor: Micro-Star MSI driver: snd_hda_intel v: kernel pcie: gen: 3
    speed: 8 GT/s lanes: 16 bus-ID: 27:00.1 chip-ID: 1002:15de class-ID: 0403
  Device-2: Mark of the Unicorn M Series driver: cdc_acm,snd-usb-audio
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-1:2
    chip-ID: 07fd:000b class-ID: 0a00 serial: <filter>
  API: ALSA v: k6.6.74-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: PipeWire v: 1.2.7 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    vendor: Micro-Star MSI driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 port: f000 bus-ID: 22:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp34s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
  IF-ID-1: azirevpn-us-mia state: unknown speed: N/A duplex: N/A mac: N/A
  IP v4: <filter> scope: global
  IP v6: <filter> scope: global
  Info: services: NetworkManager,systemd-timesyncd
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 9.1 TiB used: 2.89 TiB (31.7%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: WDS100T3XHC-00SJG0 size: 931.51 GiB block-size: physical: 512 B
    logical: 512 B speed: 31.6 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 102000WD temp: 44.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 860 EVO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 4B6Q scheme: GPT
  ID-3: /dev/sdb maj-min: 8:16 vendor: Crucial model: CT2000MX500SSD1
    size: 1.82 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 033 scheme: GPT
  ID-4: /dev/sdc maj-min: 8:32 vendor: Samsung model: SSD 870 EVO 4TB
    size: 3.64 TiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 3B6Q scheme: GPT
  ID-5: /dev/sdd maj-min: 8:48 vendor: SanDisk model: SDSSDH32000G
    size: 1.82 TiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 70RL scheme: MBR
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 905.34 GiB size: 890.05 GiB (98.31%)
    used: 19.67 GiB (2.2%) fs: ext4 dev: /dev/nvme0n1p3 maj-min: 259:3
    label: Root uuid: bb1d3d93-e1ee-4b58-94bc-d9b9b6f183a1
  ID-2: /archive raw-size: 1.82 TiB size: 1.79 TiB (98.42%)
    used: 8.54 GiB (0.5%) fs: ext4 dev: /dev/sdd1 maj-min: 8:49 label: Archive
    uuid: 1eb02be6-20af-4ad8-9e1b-d592992fab43
  ID-3: /av raw-size: 3.64 TiB size: 3.58 TiB (98.40%)
    used: 1.94 TiB (54.1%) fs: ext4 dev: /dev/sdc1 maj-min: 8:33 label: Media
    uuid: 45c9271b-5cff-490c-bd91-37fc1c7ffeb7
  ID-4: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 296 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: BOOT
    uuid: 61A2-791F
  ID-5: /home raw-size: 931.02 GiB size: 915.33 GiB (98.31%)
    used: 99.44 GiB (10.9%) fs: ext4 dev: /dev/sda1 maj-min: 8:1 label: Home
    uuid: d186724a-14d9-46e5-a29d-b16ae175fd25
  ID-6: /storage raw-size: 1.82 TiB size: 1.79 TiB (98.37%)
    used: 844.99 GiB (46.1%) fs: ext4 dev: /dev/sdb1 maj-min: 8:17
    label: Storage uuid: 5cc0fb64-e894-4df0-9075-42cdb94500b1
Swap:
  Kernel: swappiness: 20 (default 60) cache-pressure: 100 (default) zswap: yes
    compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 25.39 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/nvme0n1p2 maj-min: 259:2 label: swap
    uuid: 365557ba-d129-4798-90eb-91ecda0db65d
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 10 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-1:2 info: Mark of the Unicorn M Series
    type: audio,abstract (modem),CDC-data driver: cdc_acm,snd-usb-audio
    interfaces: 7 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    power: 500mA chip-ID: 07fd:000b class-ID: 0a00 serial: <filter>
  Device-2: 1-2:3 info: Logitech G502 X type: mouse,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 046d:c099 class-ID: 0300
    serial: <filter>
  Device-3: 1-8:4 info: Cyber Power System CP1500 AVR UPS type: HID
    driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 2mA chip-ID: 0764:0501 class-ID: 0300
    serial: <filter>
  Device-4: 1-9:5 info: Apple Aluminium Keyboard (ISO) type: keyboard,mouse
    driver: apple,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 300mA chip-ID: 05ac:0250 class-ID: 0301
  Hub-2: 2-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-4: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-5: 5-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-6: 6-0:1 info: super-speed hub ports: 1 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 41.2 C mobo: N/A gpu: amdgpu temp: 41.0 C
  Fan Speeds (rpm): N/A
Repos:
  Packages: pm: pacman pkgs: 1452 libs: 311 tools: pamac
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    2: https://nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    3: https://nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    4: https://uvermont.mm.fcix.net/manjaro/stable/$repo/$arch
    5: https://southfront.mm.fcix.net/manjaro/stable/$repo/$arch
    6: https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    7: https://codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    8: https://repo.ialab.dsu.edu/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 270
  1: cpu: 5.4% command: firefox pid: 5700 mem: 276.4 MiB (1.9%)
  2: cpu: 4.1% command: firefox pid: 5118 mem: 560.7 MiB (4.0%)
  3: cpu: 2.7% command: kwin_x11 pid: 1034 mem: 186.1 MiB (1.3%)
  4: cpu: 2.2% command: Xorg pid: 756 mem: 197.4 MiB (1.4%)
  5: cpu: 1.7% command: firefox pid: 5222 mem: 236.7 MiB (1.7%)
  Memory top: 5 of 270
  1: mem: 560.7 MiB (4.0%) command: firefox pid: 5118 cpu: 4.1%
  2: mem: 473.1 MiB (3.4%) command: thunderbird pid: 1434 cpu: 0.5%
  3: mem: 418.5 MiB (3.0%) command: plasmashell pid: 1094 cpu: 0.2%
  4: mem: 276.4 MiB (1.9%) command: firefox pid: 5700 cpu: 5.4%
  5: mem: 253.5 MiB (1.8%) command: kate pid: 5078 cpu: 1.0%
Info:
  Processes: 270 Power: uptime: 2h 53m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 5.41 GiB services: org_kde_powerdevil,
    power-profiles-daemon, upowerd Init: systemd v: 257 default: graphical
    tool: systemctl
  Compilers: gcc: 14.2.1 Shell: Bash v: 5.2.37 running-in: dolphin
    inxi: 3.3.37
2 Likes

can you check

cpupower frequency-info 

your UEFI is not up to date [ be careful on reset it will go back to secure boot ]
https://www.msi.com/Motherboard/B450-TOMAHAWK-MAX/support

$ cpupower frequency-info
analyzing CPU 4:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 4
  CPUs which need to have their frequency coordinated by software: 4
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 1.40 GHz - 3.70 GHz
  available frequency steps:  3.70 GHz, 2.30 GHz, 1.40 GHz
  available cpufreq governors: conservative ondemand userspace powersave performance schedutil
  current policy: frequency should be within 1.40 GHz and 3.70 GHz.
                  The governor "schedutil" may decide which speed to use
                  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 1.40 GHz (asserted by call to kernel)
  boost state support:
    Supported: no
    Active: no

your UEFI is not up to date …

how did you determine that and what does that mean?

from my desktop , used theses options
“amd-pstate=guided” “processor.max_cstate=5” and “iommu=pt”

in this case , i have

cpupower frequency-info
analyse du CPU 3 :
  driver: amd-pstate
  CPUs which run at the same hardware frequency: 3
  CPUs which need to have their frequency coordinated by software: 3
  maximum transition latency: 4.00 ms
  limitation matérielle : 550 MHz - 4.65 GHz
  régulateurs disponibles : conservative ondemand userspace powersave performance schedutil
  tactique actuelle : la fréquence doit être comprise entre 1.73 GHz et 4.65 GHz.
                  Le régulateur "schedutil" est libre de choisir la vitesse
                  dans cette plage de fréquences.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 4.64 GHz (asserted by call to kernel)
  boost state support:
    Supported: yes
    Active: yes
    AMD PSTATE Highest Performance: 166. Maximum Frequency: 4.65 GHz.
    AMD PSTATE Nominal Performance: 132. Nominal Frequency: 3.70 GHz.
    AMD PSTATE Lowest Non-linear Performance: 62. Lowest Non-linear Frequency: 1.73 GHz.
    AMD PSTATE Lowest Performance: 20. Lowest Frequency: 550 MHz.

in your case , minimum value can go to 400 or 550 Mhz id amd-pstate is ok.

check in your UEFI if option CPPC ( CPU or advanced CPU ) is available.

updated BIOS/UEFI and shortly thereafter the system froze again

output from cpupower frequency-info has changed - analyzing CPU 0: ??? why 0? was 4

$ cpupower frequency-info
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 1.40 GHz - 3.70 GHz
  available frequency steps:  3.70 GHz, 2.30 GHz, 1.40 GHz
  available cpufreq governors: conservative ondemand userspace powersave performance schedutil
  current policy: frequency should be within 1.40 GHz and 3.70 GHz.
                  The governor "schedutil" may decide which speed to use
                  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 1.43 GHz (asserted by call to kernel)
  boost state support:
    Supported: no
    Active: no

system froze again while writing this post!

updated BIOS/UEFI - info from cpupower frequency-info changed…

before the crash: CPUs which run at the same hardware frequency: 0

why 0? was 4

after crash and reboot…

$ cpupower frequency-info
analyzing CPU 4:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 4
  CPUs which need to have their frequency coordinated by software: 4
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 1.40 GHz - 3.70 GHz
  available frequency steps:  3.70 GHz, 2.30 GHz, 1.40 GHz
  available cpufreq governors: conservative ondemand userspace powersave performance schedutil
  current policy: frequency should be within 1.40 GHz and 3.70 GHz.
                  The governor "schedutil" may decide which speed to use
                  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 1.28 GHz (asserted by call to kernel)
  boost state support:
    Supported: no
    Active: no
$ inxi --filter --verbosity=8
$ inxi --filter --verbosity=8
System:
  Kernel: 6.12.11-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: hpet avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.12-x86_64
    root=UUID=bb1d3d93-e1ee-4b58-94bc-d9b9b6f183a1 rw
    resume=UUID=365557ba-d129-4798-90eb-91ecda0db65d udev.log_priority=3
    nowatchdog
  Desktop: KDE Plasma v: 6.2.5 tk: Qt v: N/A info: frameworks v: 6.10.0
    wm: kwin_x11 vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop Mobo: Micro-Star model: B450 TOMAHAWK MAX (MS-7C02) v: 1.0
    serial: <superuser required> uuid: <superuser required> UEFI: American
    Megatrends LLC. v: 3.K2 date: 08/30/2024
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 16 GiB available: 13.57 GiB used: 2.24 GiB (16.5%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: Channel-A DIMM 0 type: no module installed
  Device-2: Channel-A DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 8 GiB speed: 2133 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: G.Skill
    part-no: F4-3200C16-8GVGB serial: N/A
  Device-3: Channel-B DIMM 0 type: no module installed
  Device-4: Channel-B DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 8 GiB speed: 2133 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: G.Skill
    part-no: F4-3200C16-8GVGB serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 5 3400G with Radeon Vega Graphics bits: 64
    type: MT MCP arch: Zen/Zen+ note: check gen: 1 level: v3 note: check
    built: 2019 process: GF 12nm family: 0x17 (23) model-id: 0x18 (24)
    stepping: 1 microcode: 0x8108109
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 4 threads: 8 tpc: 2
    smt: enabled cache: L1: 384 KiB desc: d-4x32 KiB; i-4x64 KiB L2: 2 MiB
    desc: 4x512 KiB L3: 4 MiB desc: 1x4 MiB
  Speed (MHz): avg: 2954 min/max: 1400/3700 boost: enabled scaling:
    driver: acpi-cpufreq governor: schedutil cores: 1: 2954 2: 2954 3: 2954
    4: 2954 5: 2954 6: 2954 7: 2954 8: 2954 bogomips: 59107
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext clflush clflushopt clzero cmov cmp_legacy constant_tsc cpb
    cpuid cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid f16c
    flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb irperf
    lahf_lm lbrv lm mca mce misalignsse mmx mmxext monitor movbe msr mtrr
    mwaitx nonstop_tsc nopl npt nrip_save nx osvw overflow_recov pae pat
    pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_llc perfctr_nb
    pfthreshold pge pni popcnt pse pse36 rapl rdrand rdseed rdtscp rep_good
    sep sev sev_es sha_ni skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2
    sse4a ssse3 succor svm svm_lock syscall tce topoext tsc tsc_scale
    v_vmsave_vmload vgif vmcb_clean vme vmmcall wdt xgetbv1 xsave xsavec
    xsaveerptr xsaveopt
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT vulnerable
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; STIBP:
    disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Picasso/Raven 2 [Radeon Vega
    Series / Radeon Mobile Series] driver: amdgpu v: kernel arch: GCN-5
    code: Vega process: GF 14nm built: 2017-20 pcie: gen: 3 speed: 8 GT/s
    lanes: 16 ports: active: HDMI-A-1 empty: DVI-D-1,HDMI-A-2,HDMI-A-3
    bus-ID: 27:00.0 chip-ID: 1002:15d8 class-ID: 0300 temp: 44.0 C
  Display: x11 server: X.Org v: 21.1.15 with: Xwayland v: 24.1.4
    compositor: kwin_x11 driver: X: loaded: modesetting alternate: fbdev,vesa
    dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: HDMI-A-1 mapped: HDMI-1 model: BenQ EX2510 serial: <filter>
    built: 2020 res: N/A dpi: 90 gamma: 1.2 chroma: red: x: 0.651 y: 0.341
    green: x: 0.310 y: 0.631 blue: x: 0.145 y: 0.051 white: x: 0.314 y: 0.329
    size: 544x303mm (21.42x11.93") diag: 623mm (24.5") ratio: 16:9
    modes: 1920x1080, 3840x2160, 1680x1050, 1600x900, 1280x1024, 1440x900,
    1280x800, 1152x864, 1280x720, 1024x768, 832x624, 800x600, 720x576,
    720x480, 640x480, 720x400
  EDID-Warnings: 1: parse_edid: unhandled CEA mode 96 2: parse_edid:
    unhandled CEA mode 97
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 24.3.4-arch1.1
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon Vega 11 Graphics
    (radeonsi raven LLVM 19.1.7 DRM 3.59 6.12.11-1-MANJARO)
    device-ID: 1002:15d8 memory: 1.95 GiB unified: no
  API: Vulkan v: 1.4.303 layers: N/A device: 0 type: integrated-gpu name: AMD
    Radeon Vega 11 Graphics (RADV RAVEN) driver: N/A device-ID: 1002:15d8
    surfaces: xcb,xlib
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info
    x11: xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP
    Audio vendor: Micro-Star MSI driver: snd_hda_intel v: kernel pcie: gen: 3
    speed: 8 GT/s lanes: 16 bus-ID: 27:00.1 chip-ID: 1002:15de class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] Family 17h/19h/1ah HD Audio
    vendor: Micro-Star MSI driver: snd_hda_intel v: kernel pcie: gen: 3
    speed: 8 GT/s lanes: 16 bus-ID: 27:00.6 chip-ID: 1022:15e3 class-ID: 0403
  Device-3: Mark of the Unicorn M Series driver: cdc_acm,snd-usb-audio
    type: USB rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-1:2
    chip-ID: 07fd:000b class-ID: 0a00 serial: <filter>
  API: ALSA v: k6.12.11-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: PipeWire v: 1.2.7 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    vendor: Micro-Star MSI driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s
    lanes: 1 port: f000 bus-ID: 22:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp34s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
  IF-ID-1: azirevpn-us-mia state: unknown speed: N/A duplex: N/A mac: N/A
  IP v4: <filter> scope: global
  IP v6: <filter> scope: global
  Info: services: NetworkManager,systemd-timesyncd
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 9.1 TiB used: 2.89 TiB (31.7%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: WDS100T3XHC-00SJG0 size: 931.51 GiB block-size: physical: 512 B
    logical: 512 B speed: 31.6 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 102000WD temp: 45.9 C scheme: GPT
  ID-2: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 860 EVO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 4B6Q scheme: GPT
  ID-3: /dev/sdb maj-min: 8:16 vendor: Crucial model: CT2000MX500SSD1
    size: 1.82 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 033 scheme: GPT
  ID-4: /dev/sdc maj-min: 8:32 vendor: Samsung model: SSD 870 EVO 4TB
    size: 3.64 TiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 3B6Q scheme: GPT
  ID-5: /dev/sdd maj-min: 8:48 vendor: SanDisk model: SDSSDH32000G
    size: 1.82 TiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 70RL scheme: MBR
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 905.34 GiB size: 890.05 GiB (98.31%)
    used: 19.69 GiB (2.2%) fs: ext4 dev: /dev/nvme0n1p3 maj-min: 259:3
    label: Root uuid: bb1d3d93-e1ee-4b58-94bc-d9b9b6f183a1
  ID-2: /archive raw-size: 1.82 TiB size: 1.79 TiB (98.42%)
    used: 8.54 GiB (0.5%) fs: ext4 dev: /dev/sdd1 maj-min: 8:49 label: Archive
    uuid: 1eb02be6-20af-4ad8-9e1b-d592992fab43
  ID-3: /av raw-size: 3.64 TiB size: 3.58 TiB (98.40%)
    used: 1.94 TiB (54.1%) fs: ext4 dev: /dev/sdc1 maj-min: 8:33 label: Media
    uuid: 45c9271b-5cff-490c-bd91-37fc1c7ffeb7
  ID-4: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 296 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: BOOT
    uuid: 61A2-791F
  ID-5: /home raw-size: 931.02 GiB size: 915.33 GiB (98.31%)
    used: 99.44 GiB (10.9%) fs: ext4 dev: /dev/sda1 maj-min: 8:1 label: Home
    uuid: d186724a-14d9-46e5-a29d-b16ae175fd25
  ID-6: /storage raw-size: 1.82 TiB size: 1.79 TiB (98.37%)
    used: 845.03 GiB (46.1%) fs: ext4 dev: /dev/sdb1 maj-min: 8:17
    label: Storage uuid: 5cc0fb64-e894-4df0-9075-42cdb94500b1
Swap:
  Kernel: swappiness: 20 (default 60) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: partition size: 25.39 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/nvme0n1p2 maj-min: 259:2 label: swap
    uuid: 365557ba-d129-4798-90eb-91ecda0db65d
Unmounted:
  Message: No unmounted partitions found.
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 10 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 1-1:2 info: Mark of the Unicorn M Series
    type: audio,abstract (modem),CDC-data driver: cdc_acm,snd-usb-audio
    interfaces: 7 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    power: 500mA chip-ID: 07fd:000b class-ID: 0a00 serial: <filter>
  Device-2: 1-2:3 info: Logitech G502 X type: mouse,HID
    driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 046d:c099 class-ID: 0300
    serial: <filter>
  Device-3: 1-8:4 info: Cyber Power System CP1500 AVR UPS type: HID
    driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 2mA chip-ID: 0764:0501 class-ID: 0300
    serial: <filter>
  Device-4: 1-9:5 info: Apple Aluminium Keyboard (ISO) type: keyboard,mouse
    driver: apple,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 300mA chip-ID: 05ac:0250 class-ID: 0301
  Hub-2: 2-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-4: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-5: 5-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-6: 6-0:1 info: super-speed hub ports: 1 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 42.6 C mobo: N/A gpu: amdgpu temp: 42.0 C
  Fan Speeds (rpm): N/A
Repos:
  Packages: pm: pacman pkgs: 1453 libs: 311 tools: pamac
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    2: https://nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    3: https://nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    4: https://uvermont.mm.fcix.net/manjaro/stable/$repo/$arch
    5: https://southfront.mm.fcix.net/manjaro/stable/$repo/$arch
    6: https://opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    7: https://codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    8: https://repo.ialab.dsu.edu/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 278
  1: cpu: 100% command: ps pid: 2501 mem: 4.00 MiB (0.0%)
  2: cpu: 30.0% command: firefox pid: 1849 mem: 438.5 MiB (3.1%)
  3: cpu: 21.7% command: firefox pid: 2279 mem: 256.2 MiB (1.8%)
  4: cpu: 7.6% command: kwin_x11 pid: 1004 mem: 143.3 MiB (1.0%)
  5: cpu: 6.2% command: Xorg pid: 704 mem: 114.7 MiB (0.8%)
  Memory top: 5 of 278
  1: mem: 438.5 MiB (3.1%) command: firefox pid: 1849 cpu: 30.0%
  2: mem: 417.2 MiB (3.0%) command: thunderbird pid: 1410 cpu: 5.1%
  3: mem: 338.5 MiB (2.4%) command: plasmashell pid: 1064 cpu: 2.0%
  4: mem: 256.2 MiB (1.8%) command: firefox pid: 2279 cpu: 21.7%
  5: mem: 216.1 MiB (1.5%) command: konsole pid: 2433 cpu: 0.8%
Info:
  Processes: 278 Power: uptime: 5m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 5.41 GiB services: org_kde_powerdevil,
    power-profiles-daemon, upowerd Init: systemd v: 257 default: graphical
    tool: systemctl
  Compilers: gcc: 14.2.1 Shell: Bash v: 5.2.37 running-in: konsole
    inxi: 3.3.37

can you to add this on boot kernels ?
press Esc > advanced > (e)dit > add text ( uses arrows , be careful keyboard is qwerty)
F10 or Ctrl+X to boot

and check in journalctl

sudo journalctl -b0 | grep 'amd'

hi stephane - does anyone know if the 4-Feb update made any change to BIOS/UEFI?

i ask because i noticed a setting in firmware that seems to allow the OS to make changes and i also saw that the frequency of the RAM was apparently changed

i changed the frequency to what it should be and disabled that OS setting and also disabled C-state - so far, no freezes, but it’s way too early to draw any conclusions

anyway, i wanted to see what happens before i make any more changes … UNLESS you’re certain i should follow your suggestion (has the change to the pstate driver solved anyone else’s issue?)

The Member seems to have missed your question. I can only presume they meant your BIOS is getting a little old (it is) – updating to the latest available non-beta BIOS can often solve issues we were not aware of, albeit not in this case.

From your provided inxi output we can see that your BIOS was released in 2021;

there are likely updates available from the mainboard manufacturer site; whether any of these might magically fix your issue is unknown, but still a fair suggestion.

Regards.

i updated yesterday - mentioned a few posts up

the update didn’t solve the issue, but i noticed in BIOS that my m RAM frequency was apparently changed somehow (set to auto) prior to the update, and i don’t recall doing that and it’s not in my notes … thus i was wondering if the Manjaro update may have done anything to BIOS since i noticed a setting in BIOS that seems to allow the OS to make changes (now disabled)

To my knowledge Manjaro has no ability to manipulate your BIOS. I understand Windows (11) utilises this (if a BIOS has the capability) – for the purpose of enabling/disabling Secure Boot – so, it’s likely Windows-centric.

Typically when you update a BIOS, nothing is retained from whatever previous BIOS settings were used; this is understandable, because it’s brand new.

Any customisations would need to be re-applied; Secure Boot would again need to be disabled (Manjaro does not support it); and so on.

Regards.

switch to EndevourOs (KDE) > same problem

switch back to Manjaro, fresh install (manjaro-kde-24.2.1-241216-linux612) > same problem

update Manjaro > same problem

so the problem apparently lies upstream … somewhere

Long shot that it may be related to PSR somehow?

I only started getting bit with kernel 6.11+ but I’ll leave this here in case …