public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
@ 2025-04-01 15:32 jt
  2025-04-08 11:36 ` Aditya Garg
  2025-04-08 11:59 ` Aditya Garg
  0 siblings, 2 replies; 17+ messages in thread
From: jt @ 2025-04-01 15:32 UTC (permalink / raw)
  To: linux-input

Hi.

The trackpoint / touchpad combo on an HP EliteBook 850 G1 is detected
under Windows 7 as:

Synaptics TouchStyk V2.0 on PS/2 Port 1
Synaptics LuxPad V1.5 on SMB Port

Linux 6.13.9 (zabbly stable kernel on debian bookworm) detects these devices as:

PS/2 Generic Mouse
SynPS/2 Synaptics TouchPad

I was unable to get libinput quirks working so I filed
https://gitlab.freedesktop.org/libinput/libinput/-/issues/1106 - Peter
Hutterer kindly explained that the problem is that linux does not set
the INPUT_PROP_POINTINGSTICK property on my trackpoint. He explained
the udev hwdb workaround and he also suggested that I send a mail to
this list.

For what it's worth, I think that this mis-detection occurs on many HP
laptop models.

$ cat /proc/version
Linux version 6.13.9-zabbly+ (root@gh-zabbly-linux-39666878469) (gcc
(Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40)
#debian12 SMP PREEMPT_DYNAMIC Mon Mar 31 02:08:07 UTC 2025

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-01 15:32 PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse" jt
@ 2025-04-08 11:36 ` Aditya Garg
  2025-04-09 14:41   ` jt
  2025-04-08 11:59 ` Aditya Garg
  1 sibling, 1 reply; 17+ messages in thread
From: Aditya Garg @ 2025-04-08 11:36 UTC (permalink / raw)
  To: jt, linux-input



On 01-04-2025 09:02 pm, jt wrote:
> Hi.
> 
> The trackpoint / touchpad combo on an HP EliteBook 850 G1 is detected
> under Windows 7 as:
> 
> Synaptics TouchStyk V2.0 on PS/2 Port 1
> Synaptics LuxPad V1.5 on SMB Port
> 
> Linux 6.13.9 (zabbly stable kernel on debian bookworm) detects these devices as:
> 
> PS/2 Generic Mouse
> SynPS/2 Synaptics TouchPad
> 
> I was unable to get libinput quirks working so I filed
> https://gitlab.freedesktop.org/libinput/libinput/-/issues/1106 - Peter
> Hutterer kindly explained that the problem is that linux does not set
> the INPUT_PROP_POINTINGSTICK property on my trackpoint. He explained
> the udev hwdb workaround and he also suggested that I send a mail to
> this list.
> 
> For what it's worth, I think that this mis-detection occurs on many HP
> laptop models.
> 
> $ cat /proc/version
> Linux version 6.13.9-zabbly+ (root@gh-zabbly-linux-39666878469) (gcc
> (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40)
> #debian12 SMP PREEMPT_DYNAMIC Mon Mar 31 02:08:07 UTC 2025

Is there a driver in the Linux kernel for your trackpad? You also have simply emailed the mailing list without sending a mail to the kernel maintainers. So how will they contact you?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-01 15:32 PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse" jt
  2025-04-08 11:36 ` Aditya Garg
@ 2025-04-08 11:59 ` Aditya Garg
  1 sibling, 0 replies; 17+ messages in thread
From: Aditya Garg @ 2025-04-08 11:59 UTC (permalink / raw)
  To: jt, linux-input



On 01-04-2025 09:02 pm, jt wrote:
> Hi.
> 
> The trackpoint / touchpad combo on an HP EliteBook 850 G1 is detected
> under Windows 7 as:
> 
> Synaptics TouchStyk V2.0 on PS/2 Port 1
> Synaptics LuxPad V1.5 on SMB Port
> 
> Linux 6.13.9 (zabbly stable kernel on debian bookworm) detects these devices as:
> 
> PS/2 Generic Mouse
> SynPS/2 Synaptics TouchPad
> 


Can you try adding psmouse.synaptics_intertouch=1 and i8042.nopnp to grub and restart?


> I was unable to get libinput quirks working so I filed
> https://gitlab.freedesktop.org/libinput/libinput/-/issues/1106 - Peter
> Hutterer kindly explained that the problem is that linux does not set
> the INPUT_PROP_POINTINGSTICK property on my trackpoint. He explained
> the udev hwdb workaround and he also suggested that I send a mail to
> this list.
> 
> For what it's worth, I think that this mis-detection occurs on many HP
> laptop models.
> 
> $ cat /proc/version
> Linux version 6.13.9-zabbly+ (root@gh-zabbly-linux-39666878469) (gcc
> (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40)
> #debian12 SMP PREEMPT_DYNAMIC Mon Mar 31 02:08:07 UTC 2025


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-08 11:36 ` Aditya Garg
@ 2025-04-09 14:41   ` jt
  2025-04-09 21:19     ` Dmitry Torokhov
  0 siblings, 1 reply; 17+ messages in thread
From: jt @ 2025-04-09 14:41 UTC (permalink / raw)
  To: Aditya Garg, linux-input, dmitry.torokhov

On Tue, 8 Apr 2025 at 12:36, Aditya Garg <gargaditya08@live.com> wrote:
> Is there a driver in the Linux kernel for your trackpad?

I think that the driver for both the touchpad and the trackpoint is
"psmouse". Here is the udevadm printout for the trackpoint node:


$ udevadm info -a /dev/input/event5
...
  looking at device '/devices/platform/i8042/serio2/input/input9/event5':
    KERNEL=="event5"
    SUBSYSTEM=="input"
    DRIVER==""
    ATTR{power/async}=="disabled"
    ATTR{power/control}=="auto"
    ATTR{power/runtime_active_kids}=="0"
    ATTR{power/runtime_active_time}=="0"
    ATTR{power/runtime_enabled}=="disabled"
    ATTR{power/runtime_status}=="unsupported"
    ATTR{power/runtime_suspended_time}=="0"
    ATTR{power/runtime_usage}=="0"

  looking at parent device '/devices/platform/i8042/serio2/input/input9':
    KERNELS=="input9"
    SUBSYSTEMS=="input"
    DRIVERS==""
    ATTRS{capabilities/abs}=="0"
    ATTRS{capabilities/ev}=="7"
    ATTRS{capabilities/ff}=="0"
    ATTRS{capabilities/key}=="70000 0 0 0 0"
    ATTRS{capabilities/led}=="0"
    ATTRS{capabilities/msc}=="0"
    ATTRS{capabilities/rel}=="3"
    ATTRS{capabilities/snd}=="0"
    ATTRS{capabilities/sw}=="0"
    ATTRS{id/bustype}=="0011"
    ATTRS{id/product}=="0001"
    ATTRS{id/vendor}=="0002"
    ATTRS{id/version}=="0000"
    ATTRS{inhibited}=="0"
    ATTRS{name}=="PS/2 Generic Mouse"
    ATTRS{phys}=="isa0060/serio2/input0"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"
    ATTRS{properties}=="1"
    ATTRS{uniq}==""

  looking at parent device '/devices/platform/i8042/serio2':
    KERNELS=="serio2"
    SUBSYSTEMS=="serio"
    DRIVERS=="psmouse"
    ATTRS{bind_mode}=="auto"
    ATTRS{description}=="i8042 AUX1 port"
    ATTRS{drvctl}=="(not readable)"
    ATTRS{firmware_id}=="PNP: SYN3003 SYN0100 SYN0002 PNP0f13"
    ATTRS{id/extra}=="00"
    ATTRS{id/id}=="00"
    ATTRS{id/proto}=="00"
    ATTRS{id/type}=="01"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"
    ATTRS{power/wakeup}=="disabled"
    ATTRS{power/wakeup_abort_count}==""
    ATTRS{power/wakeup_active}==""
    ATTRS{power/wakeup_active_count}==""
    ATTRS{power/wakeup_count}==""
    ATTRS{power/wakeup_expire_count}==""
    ATTRS{power/wakeup_last_time_ms}==""
    ATTRS{power/wakeup_max_time_ms}==""
    ATTRS{power/wakeup_total_time_ms}==""
    ATTRS{protocol}=="PS/2"
    ATTRS{rate}=="100"
    ATTRS{resetafter}=="5"
    ATTRS{resolution}=="200"
    ATTRS{resync_time}=="0"

  looking at parent device '/devices/platform/i8042':
    KERNELS=="i8042"
    SUBSYSTEMS=="platform"
    DRIVERS=="i8042"
    ATTRS{driver_override}=="(null)"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"

  looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"


> You also have simply emailed the mailing list without sending a mail to the kernel maintainers. So how will they contact you?

I think that the relevant maintainer is Dmitry Torokhov so I will
include his email in the recipient list for future emails. (Thank you
for the nudge!)

(Copied from your next email...)
> Can you try adding psmouse.synaptics_intertouch=1 and i8042.nopnp to grub and restart?

As requested, I have tried adding the following module parameters to
the grub command line:

psmouse.synaptics_intertouch=1 # just psmouse
i8042.nopnp # just i8042
psmouse.synaptics_intertouch=1 i8042.nopnp # both psmouse and i8042

but each time, the results appear to be the same i.e. the device
continues to be recognised as "PS/2 Generic Mouse".

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-09 14:41   ` jt
@ 2025-04-09 21:19     ` Dmitry Torokhov
  2025-04-09 22:54       ` jt
  0 siblings, 1 reply; 17+ messages in thread
From: Dmitry Torokhov @ 2025-04-09 21:19 UTC (permalink / raw)
  To: jt; +Cc: Aditya Garg, linux-input

On Wed, Apr 09, 2025 at 03:41:50PM +0100, jt wrote:
> On Tue, 8 Apr 2025 at 12:36, Aditya Garg <gargaditya08@live.com> wrote:
> > Can you try adding psmouse.synaptics_intertouch=1 and i8042.nopnp to grub and restart?
> 
> As requested, I have tried adding the following module parameters to
> the grub command line:
> 
> psmouse.synaptics_intertouch=1 # just psmouse
> i8042.nopnp # just i8042
> psmouse.synaptics_intertouch=1 i8042.nopnp # both psmouse and i8042
> 
> but each time, the results appear to be the same i.e. the device
> continues to be recognised as "PS/2 Generic Mouse".

What about the main touchpad module? Is it still identified as "SynPS/2
Synaptics TouchPad"?

I guess there are 2 separate problems - one with Windows using SMBUS
mode for the main touchpad whereas we are sticking to the legacy PS/2
mode, and the separate one with the trackpoint not being identified as
such.

Could you please boot with "i8042.debug=1" kernel command line option
and post the dmesg?

Thanks.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-09 21:19     ` Dmitry Torokhov
@ 2025-04-09 22:54       ` jt
  2025-04-10  9:02         ` Dmitry Torokhov
  0 siblings, 1 reply; 17+ messages in thread
From: jt @ 2025-04-09 22:54 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Aditya Garg, linux-input

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

On Wed, 9 Apr 2025 at 22:19, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> What about the main touchpad module? Is it still identified as "SynPS/2
> Synaptics TouchPad"?

Yes. Please see the attached "libinput list-devices" output and both
udevadm outputs.

> Could you please boot with "i8042.debug=1" kernel command line option
> and post the dmesg?

Sure, attached.

> Thanks.

Thank *you*. I appreciate you looking at this.

[-- Attachment #2: udevadm.info.trackpoint.output --]
[-- Type: application/octet-stream, Size: 3933 bytes --]


Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/devices/platform/i8042/serio2/input/input9/event4':
    KERNEL=="event4"
    SUBSYSTEM=="input"
    DRIVER==""
    ATTR{power/async}=="disabled"
    ATTR{power/control}=="auto"
    ATTR{power/runtime_active_kids}=="0"
    ATTR{power/runtime_active_time}=="0"
    ATTR{power/runtime_enabled}=="disabled"
    ATTR{power/runtime_status}=="unsupported"
    ATTR{power/runtime_suspended_time}=="0"
    ATTR{power/runtime_usage}=="0"

  looking at parent device '/devices/platform/i8042/serio2/input/input9':
    KERNELS=="input9"
    SUBSYSTEMS=="input"
    DRIVERS==""
    ATTRS{capabilities/abs}=="0"
    ATTRS{capabilities/ev}=="7"
    ATTRS{capabilities/ff}=="0"
    ATTRS{capabilities/key}=="70000 0 0 0 0"
    ATTRS{capabilities/led}=="0"
    ATTRS{capabilities/msc}=="0"
    ATTRS{capabilities/rel}=="3"
    ATTRS{capabilities/snd}=="0"
    ATTRS{capabilities/sw}=="0"
    ATTRS{id/bustype}=="0011"
    ATTRS{id/product}=="0001"
    ATTRS{id/vendor}=="0002"
    ATTRS{id/version}=="0000"
    ATTRS{inhibited}=="0"
    ATTRS{name}=="PS/2 Generic Mouse"
    ATTRS{phys}=="isa0060/serio2/input0"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"
    ATTRS{properties}=="1"
    ATTRS{uniq}==""

  looking at parent device '/devices/platform/i8042/serio2':
    KERNELS=="serio2"
    SUBSYSTEMS=="serio"
    DRIVERS=="psmouse"
    ATTRS{bind_mode}=="auto"
    ATTRS{description}=="i8042 AUX1 port"
    ATTRS{drvctl}=="(not readable)"
    ATTRS{firmware_id}=="PNP: SYN3003 SYN0100 SYN0002 PNP0f13"
    ATTRS{id/extra}=="00"
    ATTRS{id/id}=="00"
    ATTRS{id/proto}=="00"
    ATTRS{id/type}=="01"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"
    ATTRS{power/wakeup}=="disabled"
    ATTRS{power/wakeup_abort_count}==""
    ATTRS{power/wakeup_active}==""
    ATTRS{power/wakeup_active_count}==""
    ATTRS{power/wakeup_count}==""
    ATTRS{power/wakeup_expire_count}==""
    ATTRS{power/wakeup_last_time_ms}==""
    ATTRS{power/wakeup_max_time_ms}==""
    ATTRS{power/wakeup_total_time_ms}==""
    ATTRS{protocol}=="PS/2"
    ATTRS{rate}=="100"
    ATTRS{resetafter}=="5"
    ATTRS{resolution}=="200"
    ATTRS{resync_time}=="0"

  looking at parent device '/devices/platform/i8042':
    KERNELS=="i8042"
    SUBSYSTEMS=="platform"
    DRIVERS=="i8042"
    ATTRS{driver_override}=="(null)"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"

  looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"


[-- Attachment #3: libinput.list-devices.output --]
[-- Type: application/octet-stream, Size: 4148 bytes --]

Device:           Power Button
Kernel:           /dev/input/event2
Group:            1
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Video Bus
Kernel:           /dev/input/event10
Group:            2
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Lid Switch
Kernel:           /dev/input/event1
Group:            3
Seat:             seat0, default
Capabilities:     switch
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           Sleep Button
Kernel:           /dev/input/event0
Group:            4
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           AT Translated Set 2 keyboard
Kernel:           /dev/input/event3
Group:            5
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           PS/2 Generic Mouse
Kernel:           /dev/input/event4
Group:            6
Seat:             seat0, default
Capabilities:     pointer 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   *button
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           SynPS/2 Synaptics TouchPad
Kernel:           /dev/input/event9
Group:            7
Seat:             seat0, default
Size:             105x62mm
Capabilities:     pointer gesture
Tap-to-click:     disabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   *two-finger edge 
Click methods:    none
Disable-w-typing: enabled
Disable-w-trackpointing: enabled
Accel profiles:   flat *adaptive
Rotation:         n/a

Device:           Wireless hotkeys
Kernel:           /dev/input/event5
Group:            8
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a

Device:           HP WMI hotkeys
Kernel:           /dev/input/event7
Group:            9
Seat:             seat0, default
Capabilities:     keyboard 
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles:   n/a
Rotation:         n/a


[-- Attachment #4: dmesg.output --]
[-- Type: application/octet-stream, Size: 131067 bytes --]

[    0.000000] Linux version 6.13.9-zabbly+ (root@gh-zabbly-linux-39666878469) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #debian12 SMP PREEMPT_DYNAMIC Mon Mar 31 02:08:07 UTC 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+ root=UUID=01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro ipv6.disable=1 i8042.debug=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bab7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc000000-0x00000000bf1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000033edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 850 G1/198F, BIOS L71 Ver. 01.21 09/03/2014
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2394.502 MHz processor
[    0.001297] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001303] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001316] last_pfn = 0x33ee00 max_arch_pfn = 0x400000000
[    0.001327] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
[    0.001331] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001801] last_pfn = 0xbc000 max_arch_pfn = 0x400000000
[    0.016342] Using GB pages for direct mapping
[    0.016668] RAMDISK: [mem 0x32343000-0x35198fff]
[    0.016676] ACPI: Early table checksum verification disabled
[    0.016681] ACPI: RSDP 0x00000000000F2FE0 000024 (v02 HPQOEM)
[    0.016688] ACPI: XSDT 0x00000000BBFFE120 0000A4 (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.016699] ACPI: FACP 0x00000000BBFFC000 00010C (v05 HPQOEM 198F     00000001 HP   00000001)
[    0.016709] ACPI: DSDT 0x00000000BBFD1000 025472 (v02 HPQOEM 198F     00000001 INTL 20110112)
[    0.016715] ACPI: FACS 0x00000000BBDE4000 000040
[    0.016720] ACPI: FACS 0x00000000BBDE4000 000040
[    0.016725] ACPI: HPET 0x00000000BBFFB000 000038 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.016730] ACPI: APIC 0x00000000BBFFA000 0000BC (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.016736] ACPI: MCFG 0x00000000BBFF9000 00003C (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.016741] ACPI: TCPA 0x00000000BBFF7000 000032 (v02 HPQOEM 198F     00000000 HP   00000001)
[    0.016747] ACPI: SSDT 0x00000000BBFCE000 000313 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
[    0.016753] ACPI: SSDT 0x00000000BBFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
[    0.016759] ACPI: SLIC 0x00000000BBFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.016764] ACPI: FPDT 0x00000000BBFCA000 000044 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.016770] ACPI: BGRT 0x00000000BBFC9000 000038 (v00 HPQOEM 198F     00000001 HP   00000001)
[    0.016775] ACPI: SSDT 0x00000000BBFC5000 000466 (v01 Isct   IsctAsl  00003000 INTL 20110112)
[    0.016781] ACPI: SSDT 0x00000000BBFC4000 000544 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
[    0.016787] ACPI: SSDT 0x00000000BBFC3000 000AF3 (v01 PmRef  CpuPm    00003000 INTL 20110112)
[    0.016793] ACPI: SSDT 0x00000000BBFC2000 0001D5 (v01 PmRef  LakeTiny 00003000 INTL 20110112)
[    0.016799] ACPI: SSDT 0x00000000BBFC1000 000706 (v01 SaSsdt SaSsdt   00003000 INTL 20110112)
[    0.016804] ACPI: ASF! 0x00000000BBFF8000 0000A5 (v32 HPQOEM 198F     00000001 HP   00000001)
[    0.016809] ACPI: Reserving FACP table memory at [mem 0xbbffc000-0xbbffc10b]
[    0.016812] ACPI: Reserving DSDT table memory at [mem 0xbbfd1000-0xbbff6471]
[    0.016813] ACPI: Reserving FACS table memory at [mem 0xbbde4000-0xbbde403f]
[    0.016815] ACPI: Reserving FACS table memory at [mem 0xbbde4000-0xbbde403f]
[    0.016816] ACPI: Reserving HPET table memory at [mem 0xbbffb000-0xbbffb037]
[    0.016817] ACPI: Reserving APIC table memory at [mem 0xbbffa000-0xbbffa0bb]
[    0.016819] ACPI: Reserving MCFG table memory at [mem 0xbbff9000-0xbbff903b]
[    0.016820] ACPI: Reserving TCPA table memory at [mem 0xbbff7000-0xbbff7031]
[    0.016822] ACPI: Reserving SSDT table memory at [mem 0xbbfce000-0xbbfce312]
[    0.016823] ACPI: Reserving SSDT table memory at [mem 0xbbfcd000-0xbbfcd489]
[    0.016824] ACPI: Reserving SLIC table memory at [mem 0xbbfcc000-0xbbfcc175]
[    0.016826] ACPI: Reserving FPDT table memory at [mem 0xbbfca000-0xbbfca043]
[    0.016827] ACPI: Reserving BGRT table memory at [mem 0xbbfc9000-0xbbfc9037]
[    0.016829] ACPI: Reserving SSDT table memory at [mem 0xbbfc5000-0xbbfc5465]
[    0.016830] ACPI: Reserving SSDT table memory at [mem 0xbbfc4000-0xbbfc4543]
[    0.016831] ACPI: Reserving SSDT table memory at [mem 0xbbfc3000-0xbbfc3af2]
[    0.016833] ACPI: Reserving SSDT table memory at [mem 0xbbfc2000-0xbbfc21d4]
[    0.016834] ACPI: Reserving SSDT table memory at [mem 0xbbfc1000-0xbbfc1705]
[    0.016836] ACPI: Reserving ASF! table memory at [mem 0xbbff8000-0xbbff80a4]
[    0.016934] No NUMA configuration found
[    0.016935] Faking a node at [mem 0x0000000000000000-0x000000033edfffff]
[    0.016951] NODE_DATA(0) allocated [mem 0x33edd3340-0x33edfdcbf]
[    0.017276] Zone ranges:
[    0.017277]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017281]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017284]   Normal   [mem 0x0000000100000000-0x000000033edfffff]
[    0.017286]   Device   empty
[    0.017288] Movable zone start for each node
[    0.017292] Early memory node ranges
[    0.017293]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.017296]   node   0: [mem 0x0000000000100000-0x00000000bab7efff]
[    0.017298]   node   0: [mem 0x00000000bbfff000-0x00000000bbffffff]
[    0.017300]   node   0: [mem 0x0000000100000000-0x000000033edfffff]
[    0.017303] Initmem setup node 0 [mem 0x0000000000001000-0x000000033edfffff]
[    0.017311] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017346] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.024114] On node 0, zone DMA32: 5248 pages in unavailable ranges
[    0.045100] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.045187] On node 0, zone Normal: 4608 pages in unavailable ranges
[    0.045198] Reserving Intel graphics memory at [mem 0xbd200000-0xbf1fffff]
[    0.045286] ACPI: PM-Timer IO Port: 0x1808
[    0.045300] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.045306] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.045308] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.045310] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.045311] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.045312] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.045314] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.045315] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.045316] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.045329] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-39
[    0.045334] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.045337] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.045346] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.045348] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.045355] TSC deadline timer available
[    0.045364] CPU topo: Max. logical packages:   1
[    0.045365] CPU topo: Max. logical dies:       1
[    0.045367] CPU topo: Max. dies per package:   1
[    0.045376] CPU topo: Max. threads per core:   2
[    0.045377] CPU topo: Num. cores per package:     2
[    0.045378] CPU topo: Num. threads per package:   4
[    0.045380] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.045381] CPU topo: Rejected CPUs 4
[    0.045404] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.045408] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.045410] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.045411] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.045413] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.045415] PM: hibernation: Registered nosave memory: [mem 0xbab7f000-0xbbe7efff]
[    0.045417] PM: hibernation: Registered nosave memory: [mem 0xbbe7f000-0xbbf7efff]
[    0.045418] PM: hibernation: Registered nosave memory: [mem 0xbbf7f000-0xbbffefff]
[    0.045420] PM: hibernation: Registered nosave memory: [mem 0xbc000000-0xbf1fffff]
[    0.045422] PM: hibernation: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
[    0.045423] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.045424] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.045426] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.045427] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.045428] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.045430] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.045431] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.045432] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.045433] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.045435] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.045436] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.045437] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.045438] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.045441] [mem 0xbf200000-0xdfffffff] available for PCI devices
[    0.045444] Booting paravirtualized kernel on bare hardware
[    0.045448] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.045467] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.045927] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[    0.045937] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[    0.045941] pcpu-alloc: [0] 0 1 2 3 
[    0.045970] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+ root=UUID=01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro ipv6.disable=1 i8042.debug=1
[    0.046063] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+", will be passed to user space.
[    0.046089] random: crng init done
[    0.046090] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.048329] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.049456] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.049592] Fallback order for Node 0: 0 
[    0.049597] Built 1 zonelists, mobility grouping on.  Total pages: 3119388
[    0.049600] Policy zone: Normal
[    0.049612] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.049617] software IO TLB: area num 4.
[    0.111203] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.111238] Kernel/User page tables isolation: enabled
[    0.111292] ftrace: allocating 56094 entries in 220 pages
[    0.163786] ftrace: allocated 220 pages with 5 groups
[    0.165209] Dynamic Preempt: voluntary
[    0.165284] rcu: Preemptible hierarchical RCU implementation.
[    0.165285] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.165287] 	Trampoline variant of Tasks RCU enabled.
[    0.165288] 	Rude variant of Tasks RCU enabled.
[    0.165289] 	Tracing variant of Tasks RCU enabled.
[    0.165290] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.165291] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.165302] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.165306] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.165308] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.172429] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.172671] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.174514] Console: colour VGA+ 80x25
[    0.174519] printk: legacy console [tty0] enabled
[    0.184256] ACPI: Core revision 20240827
[    0.184533] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.184590] APIC: Switch to symmetric I/O mode setup
[    0.185099] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2283ed8cd31, max_idle_ns: 440795250524 ns
[    0.185182] Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.00 BogoMIPS (lpj=2394502)
[    0.185295] CPU0: Thermal monitoring enabled (TM1)
[    0.185387] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.185435] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.185488] process: using mwait in idle threads
[    0.185533] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.185605] Spectre V2 : Mitigation: Retpolines
[    0.185648] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.185717] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.185766] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.185817] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.185887] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.185935] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.186006] MDS: Mitigation: Clear CPU buffers
[    0.186049] MMIO Stale Data: Unknown: No mitigations
[    0.186094] SRBDS: Mitigation: Microcode
[    0.186142] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.186178] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.186178] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.186178] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.186178] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.186178] Freeing SMP alternatives memory: 48K
[    0.186178] pid_max: default: 32768 minimum: 301
[    0.186178] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[    0.186178] landlock: Up and running.
[    0.186178] Yama: becoming mindful.
[    0.186178] AppArmor: AppArmor initialized
[    0.186178] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.186178] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.186178] smpboot: CPU0: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.186178] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.186178] ... version:                3
[    0.186178] ... bit width:              48
[    0.186178] ... generic registers:      4
[    0.186178] ... value mask:             0000ffffffffffff
[    0.186178] ... max period:             00007fffffffffff
[    0.186178] ... fixed-purpose events:   3
[    0.186178] ... event mask:             000000070000000f
[    0.186294] signal: max sigframe size: 1776
[    0.186360] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.188972] rcu: Hierarchical SRCU implementation.
[    0.189020] rcu: 	Max phase no-delay instances is 400.
[    0.189140] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.190624] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.191194] smp: Bringing up secondary CPUs ...
[    0.193212] smpboot: x86: Booting SMP configuration:
[    0.193259] .... node  #0, CPUs:      #2 #1 #3
[    0.199222] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.199364] smp: Brought up 1 node, 4 CPUs
[    0.199364] smpboot: Total of 4 processors activated (19156.01 BogoMIPS)
[    0.200279] Memory: 12082368K/12477552K available (20480K kernel code, 3434K rwdata, 14084K rodata, 4960K init, 5752K bss, 386072K reserved, 0K cma-reserved)
[    0.200845] devtmpfs: initialized
[    0.200845] x86/mm: Memory block size: 128MB
[    0.203184] ACPI: PM: Registering ACPI NVS region [mem 0xbbe7f000-0xbbf7efff] (1048576 bytes)
[    0.203348] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.203431] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.203574] pinctrl core: initialized pinctrl subsystem
[    0.203777] PM: RTC time: 21:53:27, date: 2025-04-09
[    0.204669] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.205113] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.205373] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.205645] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.205729] audit: initializing netlink subsys (disabled)
[    0.205790] audit: type=2000 audit(1744235607.020:1): state=initialized audit_enabled=0 res=1
[    0.205790] thermal_sys: Registered thermal governor 'fair_share'
[    0.205790] thermal_sys: Registered thermal governor 'bang_bang'
[    0.205790] thermal_sys: Registered thermal governor 'step_wise'
[    0.205790] thermal_sys: Registered thermal governor 'user_space'
[    0.206183] thermal_sys: Registered thermal governor 'power_allocator'
[    0.206242] EISA bus registered
[    0.206338] cpuidle: using governor ladder
[    0.206338] cpuidle: using governor menu
[    0.206338] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.206362] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.206546] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.206624] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry
[    0.206688] PCI: Using configuration type 1 for base access
[    0.206816] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.207223] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.207341] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.207341] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.207341] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.207369] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.208371] ACPI: Added _OSI(Module Device)
[    0.208417] ACPI: Added _OSI(Processor Device)
[    0.208460] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.208504] ACPI: Added _OSI(Processor Aggregator Device)
[    0.233402] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.235230] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.275865] ACPI: Dynamic OEM Table Load:
[    0.275922] ACPI: SSDT 0xFFFF8DE60039C000 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
[    0.277551] ACPI: Dynamic OEM Table Load:
[    0.277606] ACPI: SSDT 0xFFFF8DE600A5D800 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
[    0.279323] ACPI: Dynamic OEM Table Load:
[    0.279374] ACPI: SSDT 0xFFFF8DE600289200 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
[    0.281828] ACPI: EC: EC started
[    0.281871] ACPI: EC: interrupt blocked
[    1.716628] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.716678] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    1.716747] ACPI: Interpreter enabled
[    1.716835] ACPI: PM: (supports S0 S3 S4 S5)
[    1.716878] ACPI: Using IOAPIC for interrupt routing
[    1.718263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.718337] PCI: Using E820 reservations for host bridge windows
[    1.718940] ACPI: Enabled 7 GPEs in block 00 to 7F
[    1.722687] ACPI: \_SB_.PCI0.HDEF.APPR: New power resource
[    1.728823] ACPI: \_SB_.PCI0.LPCB.SIO_.COM1.COMP: New power resource
[    1.729489] ACPI: \_SB_.PCI0.LPCB.SIO_.LPT0.LPP_: New power resource
[    1.731471] ACPI: \_SB_.PCI0.RP06.PXP6: New power resource
[    1.840055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.840188] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.841289] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    1.843872] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.843944] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.845131] PCI host bridge to bus 0000:00
[    1.845178] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.845229] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.845280] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.845348] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
[    1.845417] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff window]
[    1.845485] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    1.845553] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    1.845621] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.845685] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 conventional PCI endpoint
[    1.845875] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000 conventional PCI endpoint
[    1.845957] pci 0000:00:02.0: BAR 0 [mem 0xd0000000-0xd03fffff 64bit]
[    1.846013] pci 0000:00:02.0: BAR 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.846068] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    1.846138] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.846457] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    1.846543] pci 0000:00:03.0: BAR 0 [mem 0xd0730000-0xd0733fff 64bit]
[    1.846768] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 conventional PCI endpoint
[    1.846854] pci 0000:00:14.0: BAR 0 [mem 0xd0720000-0xd072ffff 64bit]
[    1.846964] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.847147] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000 conventional PCI endpoint
[    1.847200] pci 0000:00:16.0: BAR 0 [mem 0xd0739000-0xd073901f 64bit]
[    1.847330] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.847456] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000 conventional PCI endpoint
[    1.847540] pci 0000:00:19.0: BAR 0 [mem 0xd0700000-0xd071ffff]
[    1.847594] pci 0000:00:19.0: BAR 1 [mem 0xd073e000-0xd073efff]
[    1.847649] pci 0000:00:19.0: BAR 2 [io  0x3080-0x309f]
[    1.847761] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.847916] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    1.848006] pci 0000:00:1b.0: BAR 0 [mem 0xd0734000-0xd0737fff 64bit]
[    1.848137] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.848297] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400 PCIe Root Port
[    1.848391] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.848441] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.848563] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.849135] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400 PCIe Root Port
[    1.849207] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.849257] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.849383] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.849949] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400 PCIe Root Port
[    1.850045] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.850094] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.850225] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.850789] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320 conventional PCI endpoint
[    1.850877] pci 0000:00:1d.0: BAR 0 [mem 0xd073d000-0xd073d3ff]
[    1.851025] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.851204] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 conventional PCI endpoint
[    1.851524] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601 conventional PCI endpoint
[    1.851608] pci 0000:00:1f.2: BAR 0 [io  0x30a8-0x30af]
[    1.851661] pci 0000:00:1f.2: BAR 1 [io  0x30b4-0x30b7]
[    1.851713] pci 0000:00:1f.2: BAR 2 [io  0x30a0-0x30a7]
[    1.851765] pci 0000:00:1f.2: BAR 3 [io  0x30b0-0x30b3]
[    1.851816] pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
[    1.851868] pci 0000:00:1f.2: BAR 5 [mem 0xd073c000-0xd073c7ff]
[    1.851960] pci 0000:00:1f.2: PME# supported from D3hot
[    1.852106] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 conventional PCI endpoint
[    1.852194] pci 0000:00:1f.3: BAR 0 [mem 0xd0738000-0xd07380ff 64bit]
[    1.852262] pci 0000:00:1f.3: BAR 4 [io  0xef80-0xef9f]
[    1.852458] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.852594] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000 PCIe Endpoint
[    1.852690] pci 0000:02:00.0: BAR 0 [mem 0xd0500000-0xd057ffff 64bit]
[    1.852792] pci 0000:02:00.0: ROM [mem 0xffff0000-0xffffffff pref]
[    1.852938] pci 0000:02:00.0: supports D1 D2
[    1.852981] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.853270] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.853395] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000 PCIe Endpoint
[    1.853484] pci 0000:03:00.0: BAR 0 [mem 0xd0400000-0xd0400fff]
[    1.853702] pci 0000:03:00.0: supports D1 D2
[    1.853745] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.853988] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.856288] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    1.856422] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    1.856550] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[    1.856681] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    1.856808] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    1.856934] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.856981] ACPI: PCI: Interrupt link LNKF disabled
[    1.857104] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    1.857233] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.857281] ACPI: PCI: Interrupt link LNKH disabled
[    1.858213] ACPI: EC: interrupt unblocked
[    1.858258] ACPI: EC: event unblocked
[    1.858301] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.858346] ACPI: EC: GPE=0x6
[    1.858387] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    1.858438] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    1.858606] iommu: Default domain type: Translated
[    1.858606] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.858606] SCSI subsystem initialized
[    1.858626] libata version 3.00 loaded.
[    1.858626] ACPI: bus type USB registered
[    1.858626] usbcore: registered new interface driver usbfs
[    1.858626] usbcore: registered new interface driver hub
[    1.858626] usbcore: registered new device driver usb
[    1.858626] pps_core: LinuxPPS API ver. 1 registered
[    1.858626] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.859182] PTP clock support registered
[    1.859248] EDAC MC: Ver: 3.0.0
[    1.859535] NetLabel: Initializing
[    1.859578] NetLabel:  domain hash size = 128
[    1.859621] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.859691] NetLabel:  unlabeled traffic allowed by default
[    1.860214] mctp: management component transport protocol core
[    1.860250] NET: Registered PF_MCTP protocol family
[    1.860308] PCI: Using ACPI for IRQ routing
[    1.866536] PCI: pci_cache_line_size set to 64 bytes
[    1.866580] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    1.866584] e820: reserve RAM buffer [mem 0xbab7f000-0xbbffffff]
[    1.866586] e820: reserve RAM buffer [mem 0x33ee00000-0x33fffffff]
[    1.866617] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.866617] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.866617] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.866617] vgaarb: loaded
[    1.867280] clocksource: Switched to clocksource tsc-early
[    1.868703] VFS: Disk quotas dquot_6.6.0
[    1.868772] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.869018] AppArmor: AppArmor Filesystem Enabled
[    1.869119] pnp: PnP ACPI init
[    1.869522] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.869577] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.869628] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.869678] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.869727] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.869778] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.869828] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.869877] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.869927] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.869977] system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
[    1.870274] system 00:01: [io  0x0200-0x027f] has been reserved
[    1.870324] system 00:01: [io  0xffff] has been reserved
[    1.870370] system 00:01: [io  0xffff] has been reserved
[    1.870416] system 00:01: [io  0xffff] has been reserved
[    1.870462] system 00:01: [io  0x1800-0x18fe] has been reserved
[    1.870515] system 00:01: [io  0xef80-0xef9f] has been reserved
[    1.871488] system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
[    1.871543] system 00:05: [mem 0x40004000-0x40004fff] could not be reserved
[    1.872036] pnp: PnP ACPI: found 7 devices
[    1.879419] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.879602] NET: Registered PF_INET protocol family
[    1.879890] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.908386] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.908525] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.908702] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.909135] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.909738] TCP: Hash tables configured (established 131072 bind 65536)
[    1.909929] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    1.910670] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.910904] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.911160] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.911217] NET: Registered PF_XDP protocol family
[    1.911266] pci 0000:02:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
[    1.911350] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.911422] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.911518] pci 0000:00:1c.5: bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]: assigned
[    1.911591] pci 0000:00:1c.5: bridge window [io  0x2000-0x2fff]: assigned
[    1.911643] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.911693] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.911750] pci 0000:02:00.0: ROM [mem 0xd0580000-0xd058ffff pref]: assigned
[    1.911801] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.911849] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.911905] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.911951] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    1.912002] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.912054] pci 0000:00:1c.5:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.912127] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.912176] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.912224] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.912275] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
[    1.912325] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff window]
[    1.912374] pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff window]
[    1.912424] pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff window]
[    1.912478] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    1.912527] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    1.912575] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.912622] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[    1.912670] pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.912887] pci 0000:00:14.0: enabling device (0000 -> 0002)
[    1.913786] PCI: CLS 64 bytes, default 64
[    1.913847] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.913899] software IO TLB: mapped [mem 0x00000000b6b7f000-0x00000000bab7f000] (64MB)
[    1.913965] Trying to unpack rootfs image as initramfs...
[    1.914102] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than Reserved [mem 0xfed10000-0xfed13fff]
[    1.914216] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs
[    1.942364] Initialise system trusted keyrings
[    1.942426] Key type blacklist registered
[    1.942575] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    1.942645] zbud: loaded
[    1.943085] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.943298] fuse: init (API version 7.41)
[    1.943546] integrity: Platform Keyring initialized
[    1.943598] integrity: Machine keyring initialized
[    1.966785] Key type asymmetric registered
[    1.966839] Asymmetric key parser 'x509' registered
[    1.966930] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.967093] io scheduler mq-deadline registered
[    1.967906] ledtrig-cpu: registered to indicate activity on CPUs
[    1.968362] pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
[    1.968801] pcieport 0000:00:1c.3: PME: Signaling with IRQ 41
[    1.969225] pcieport 0000:00:1c.5: PME: Signaling with IRQ 42
[    1.969309] pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.969657] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.970671] ACPI: AC: AC Adapter [AC] (on-line)
[    1.970815] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.970916] ACPI: button: Sleep Button [SLPB]
[    1.971007] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.971103] ACPI: button: Lid Switch [LID]
[    1.971196] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.971342] ACPI: button: Power Button [PWRF]
[    1.998615] thermal LNXTHERM:00: registered as thermal_zone0
[    1.998671] ACPI: thermal: Thermal Zone [CPUZ] (40 C)
[    2.022882] thermal LNXTHERM:01: registered as thermal_zone1
[    2.022938] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    2.037979] thermal LNXTHERM:02: registered as thermal_zone2
[    2.038035] ACPI: thermal: Thermal Zone [EXTZ] (28 C)
[    2.053326] thermal LNXTHERM:03: registered as thermal_zone3
[    2.053382] ACPI: thermal: Thermal Zone [LOCZ] (29 C)
[    2.068387] thermal LNXTHERM:04: registered as thermal_zone4
[    2.068444] ACPI: thermal: Thermal Zone [BATZ] (20 C)
[    2.069122] thermal LNXTHERM:05: registered as thermal_zone5
[    2.069173] ACPI: thermal: Thermal Zone [PCHZ] (114 C)
[    2.069577] ACPI: battery: Slot [BAT0] (battery absent)
[    2.069643] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.073789] hpet_acpi_add: no address or irqs in _CRS
[    2.073867] Linux agpgart interface v0.103
[    2.077066] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
[    2.101518] loop: module loaded
[    2.102045] tun: Universal TUN/TAP device driver, 1.6
[    2.102166] PPP generic driver version 2.4.2
[    2.102853] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.102911] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.102991] ehci-pci 0000:00:1d.0: debug port 2
[    2.106957] ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
[    2.112520] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.112659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    2.112733] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.112803] usb usb1: Product: EHCI Host Controller
[    2.112849] usb usb1: Manufacturer: Linux 6.13.9-zabbly+ ehci_hcd
[    2.112898] usb usb1: SerialNumber: 0000:00:1d.0
[    2.113232] hub 1-0:1.0: USB hub found
[    2.113287] hub 1-0:1.0: 3 ports detected
[    2.113710] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.113772] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.114916] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    2.115227] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.115277] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.115347] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.115449] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    2.115531] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.115600] usb usb2: Product: xHCI Host Controller
[    2.115645] usb usb2: Manufacturer: Linux 6.13.9-zabbly+ xhci-hcd
[    2.115693] usb usb2: SerialNumber: 0000:00:14.0
[    2.115966] hub 2-0:1.0: USB hub found
[    2.116024] hub 2-0:1.0: 9 ports detected
[    2.118438] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[    2.118519] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.118588] usb usb3: Product: xHCI Host Controller
[    2.118634] usb usb3: Manufacturer: Linux 6.13.9-zabbly+ xhci-hcd
[    2.118682] usb usb3: SerialNumber: 0000:00:14.0
[    2.118916] hub 3-0:1.0: USB hub found
[    2.118970] hub 3-0:1.0: 4 ports detected
[    2.120320] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.120457] i8042: [0] 20 -> i8042 (command)
[    2.120477] i8042: [1] 67 <- i8042 (return)
[    2.120580] i8042: [1] 20 -> i8042 (command)
[    2.120639] i8042: [1] 67 <- i8042 (return)
[    2.120645] i8042: [1] 60 -> i8042 (command)
[    2.120702] i8042: [1] 76 -> i8042 (parameter)
[    2.120712] i8042: [1] d3 -> i8042 (command)
[    2.120769] i8042: [1] 5a -> i8042 (parameter)
[    2.120830] i8042: [1] 5a <- i8042 (return)
[    2.120834] i8042: [1] a7 -> i8042 (command)
[    2.120890] i8042: [1] 20 -> i8042 (command)
[    2.120949] i8042: [1] 76 <- i8042 (return)
[    2.120952] i8042: [1] a8 -> i8042 (command)
[    2.121008] i8042: [1] 20 -> i8042 (command)
[    2.121067] i8042: [1] 56 <- i8042 (return)
[    2.121070] i8042: [1] 60 -> i8042 (command)
[    2.121128] i8042: [1] 74 -> i8042 (parameter)
[    2.121187] i8042: [1] d3 -> i8042 (command)
[    2.121244] i8042: [1] f0 -> i8042 (parameter)
[    2.121306] i8042: [1] f0 <- i8042 (return)
[    2.121309] i8042: [1] d3 -> i8042 (command)
[    2.121366] i8042: [1] 56 -> i8042 (parameter)
[    2.121428] i8042: [1] 56 <- i8042 (return)
[    2.121431] i8042: [1] d3 -> i8042 (command)
[    2.121489] i8042: [2] a4 -> i8042 (parameter)
[    2.121523] i8042: [2] 11 <- i8042 (return)
[    2.121554] i8042: Detected active multiplexing controller, rev 1.1
[    2.121605] i8042: [2] 60 -> i8042 (command)
[    2.121663] i8042: [2] 74 -> i8042 (parameter)
[    2.121686] i8042: [2] 90 -> i8042 (command)
[    2.121744] i8042: [2] a8 -> i8042 (command)
[    2.121801] i8042: [2] 91 -> i8042 (command)
[    2.121859] i8042: [2] a8 -> i8042 (command)
[    2.121916] i8042: [2] 92 -> i8042 (command)
[    2.121973] i8042: [2] a8 -> i8042 (command)
[    2.122031] i8042: [2] 93 -> i8042 (command)
[    2.122088] i8042: [2] a8 -> i8042 (command)
[    2.122145] i8042: [2] 60 -> i8042 (command)
[    2.122202] i8042: [2] 56 -> i8042 (parameter)
[    2.122217] i8042: [2] 60 -> i8042 (command)
[    2.122275] i8042: [2] 47 -> i8042 (parameter)
[    2.122278] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.122329] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.122423] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.122506] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.122566] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.122802] mousedev: PS/2 mouse device common for all mice
[    2.123051] i8042: [3] f5 -> i8042 (kbd-data)
[    2.123076] rtc_cmos 00:02: RTC can wake from S4
[    2.123430] rtc_cmos 00:02: registered as rtc0
[    2.123522] rtc_cmos 00:02: setting system clock to 2025-04-09T21:53:29 UTC (1744235609)
[    2.123629] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    2.123694] i2c_dev: i2c /dev entries driver
[    2.123763] i8042: [4] fa <- i8042 (interrupt, 0, 1)
[    2.123777] i8042: [4] ed -> i8042 (kbd-data)
[    2.124128] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    2.124229] device-mapper: uevent: version 1.0.3
[    2.124359] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    2.124470] platform eisa.0: Probing EISA bus 0
[    2.124529] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.124579] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.124628] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.124677] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.124726] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.124775] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.124823] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.124872] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.124921] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.124970] platform eisa.0: EISA: Detected 0 cards
[    2.125059] intel_pstate: Intel P-state driver initializing
[    2.125628] drop_monitor: Initializing network drop monitor service
[    2.125757] IPv6: Loaded, but administratively disabled, reboot required to enable
[    2.125819] NET: Registered PF_PACKET protocol family
[    2.125922] Key type dns_resolver registered
[    2.126683] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    2.126776] microcode: Current revision: 0x00000026
[    2.126822] i8042: [7] fa <- i8042 (interrupt, 0, 1)
[    2.126841] microcode: Updated early from: 0x0000001c
[    2.126852] i8042: [7] 00 -> i8042 (kbd-data)
[    2.127911] IPI shorthand broadcast: enabled
[    2.129854] i8042: [10] fa <- i8042 (interrupt, 0, 1)
[    2.129873] i8042: [10] f3 -> i8042 (kbd-data)
[    2.131049] sched_clock: Marking stable (2118001681, 12474066)->(2199744017, -69268270)
[    2.131338] registered taskstats version 1
[    2.131971] Loading compiled-in X.509 certificates
[    2.132884] i8042: [13] fa <- i8042 (interrupt, 0, 1)
[    2.132899] i8042: [13] 00 -> i8042 (kbd-data)
[    2.133135] Loaded X.509 cert 'Build time autogenerated kernel key: 0515ad06357eebaa4a99deb8a8a8a68d68b0ab66'
[    2.135921] i8042: [16] fa <- i8042 (interrupt, 0, 1)
[    2.135942] i8042: [16] f4 -> i8042 (kbd-data)
[    2.136977] Demotion targets for Node 0: null
[    2.137187] Key type .fscrypt registered
[    2.137225] Key type fscrypt-provisioning registered
[    2.138948] i8042: [19] fa <- i8042 (interrupt, 0, 1)
[    2.139010] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.139156] i8042: [19] 90 -> i8042 (command)
[    2.139214] i8042: [19] f2 -> i8042 (parameter)
[    2.141988] i8042: [22] MUX error, status is 35, data is fe
[    2.141993] i8042: [22] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.142008] i8042: [22] 90 -> i8042 (command)
[    2.142066] i8042: [22] f2 -> i8042 (parameter)
[    2.143097] i8042: [23] MUX error, status is 35, data is fe
[    2.143101] i8042: [23] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.143116] i8042: [23] 90 -> i8042 (command)
[    2.143175] i8042: [23] ed -> i8042 (parameter)
[    2.144009] i8042: [24] MUX error, status is 35, data is fe
[    2.144013] i8042: [24] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.144027] i8042: [24] 90 -> i8042 (command)
[    2.144086] i8042: [24] ed -> i8042 (parameter)
[    2.145012] i8042: [25] MUX error, status is 35, data is fe
[    2.145014] i8042: [25] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.145051] i8042: [25] 91 -> i8042 (command)
[    2.145108] i8042: [25] f2 -> i8042 (parameter)
[    2.147528] i8042: [28] fa <- i8042 (interrupt, 3, 12)
[    2.149077] i8042: [29] 00 <- i8042 (interrupt, 3, 12)
[    2.149122] i8042: [29] 92 -> i8042 (command)
[    2.149181] i8042: [29] f2 -> i8042 (parameter)
[    2.151731] i8042: [32] fa <- i8042 (interrupt, 4, 12)
[    2.153127] i8042: [33] 00 <- i8042 (interrupt, 4, 12)
[    2.153171] i8042: [33] 93 -> i8042 (command)
[    2.153230] i8042: [33] f2 -> i8042 (parameter)
[    2.154130] i8042: [34] MUX error, status is f5, data is fe
[    2.154134] i8042: [34] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.154149] i8042: [34] 93 -> i8042 (command)
[    2.154208] i8042: [34] f2 -> i8042 (parameter)
[    2.155240] i8042: [35] MUX error, status is f5, data is fe
[    2.155244] i8042: [35] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.155260] i8042: [35] 93 -> i8042 (command)
[    2.155318] i8042: [35] ed -> i8042 (parameter)
[    2.156151] i8042: [36] MUX error, status is f5, data is fe
[    2.156155] i8042: [36] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.156170] i8042: [36] 93 -> i8042 (command)
[    2.156229] i8042: [36] ed -> i8042 (parameter)
[    2.157165] i8042: [37] MUX error, status is f5, data is fe
[    2.157169] i8042: [37] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.352520] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    2.352609] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.355951] Freeing initrd memory: 47448K
[    2.360964] Key type trusted registered
[    2.380082] Key type encrypted registered
[    2.380129] AppArmor: AppArmor sha256 policy hashing enabled
[    2.380181] Loading compiled-in module X.509 certificates
[    2.380927] Loaded X.509 cert 'Build time autogenerated kernel key: 0515ad06357eebaa4a99deb8a8a8a68d68b0ab66'
[    2.380994] ima: Allocated hash algorithm: sha1
[    2.418216] ima: No architecture policies found
[    2.418289] evm: Initialising EVM extended attributes:
[    2.418333] evm: security.selinux
[    2.418372] evm: security.SMACK64
[    2.418411] evm: security.SMACK64EXEC
[    2.418451] evm: security.SMACK64TRANSMUTE
[    2.418497] evm: security.SMACK64MMAP
[    2.418538] evm: security.apparmor
[    2.418577] evm: security.ima
[    2.418614] evm: security.capability
[    2.418654] evm: HMAC attrs: 0x1
[    2.419262] PM:   Magic number: 5:232:904
[    2.419336] usb usb2-port5: hash matches
[    2.424008] RAS: Correctable Errors collector initialized.
[    2.439310] clk: Disabling unused clocks
[    2.439353] PM: genpd: Disabling unused power domains
[    2.440694] Freeing unused decrypted memory: 2028K
[    2.441543] Freeing unused kernel image (initmem) memory: 4960K
[    2.441656] Write protecting the kernel read-only data: 34816k
[    2.441972] Freeing unused kernel image (rodata/data gap) memory: 252K
[    2.475898] usb 2-3: New USB device found, idVendor=0424, idProduct=2134, bcdDevice=50.00
[    2.475972] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.476016] usb 2-3: Product: USB2134B
[    2.476052] usb 2-3: Manufacturer: SMSC
[    2.476846] hub 2-3:1.0: USB hub found
[    2.476915] hub 2-3:1.0: 4 ports detected
[    2.478561] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    2.478627] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.478994] hub 1-1:1.0: USB hub found
[    2.479165] hub 1-1:1.0: 8 ports detected
[    2.494944] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.494986] x86/mm: Checking user space page tables
[    2.543439] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.543501] Run /init as init process
[    2.543535]   with arguments:
[    2.543536]     /init
[    2.543538]   with environment:
[    2.543539]     HOME=/
[    2.543540]     TERM=linux
[    2.543541]     BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+
[    2.594493] usb 2-7: new high-speed USB device number 3 using xhci_hcd
[    2.659808] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[    2.692230] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    2.692302] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.692579] ahci 0000:00:1f.2: version 3.0
[    2.694066] i2c i2c-0: Successfully instantiated SPD at 0x50
[    2.695070] i8042: [575] 90 -> i8042 (command)
[    2.695132] i8042: [575] f2 -> i8042 (parameter)
[    2.695205] e1000e: Intel(R) PRO/1000 Network Driver
[    2.695247] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.696154] i8042: [576] MUX error, status is 35, data is fe
[    2.696159] i8042: [576] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.696193] i8042: [576] 91 -> i8042 (command)
[    2.696253] i8042: [576] f2 -> i8042 (parameter)
[    2.696522] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.698665] i8042: [579] fa <- i8042 (interrupt, 3, 12)
[    2.700211] i8042: [580] 00 <- i8042 (interrupt, 3, 12)
[    2.700228] i8042: [580] 91 -> i8042 (command)
[    2.700287] i8042: [580] f6 -> i8042 (parameter)
[    2.702737] i8042: [583] fa <- i8042 (interrupt, 3, 12)
[    2.702953] i8042: [583] 91 -> i8042 (command)
[    2.703013] i8042: [583] f3 -> i8042 (parameter)
[    2.703724] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    2.703793] ahci 0000:00:1f.2: 1/2 ports implemented (port mask 0x2)
[    2.703837] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    2.704773] scsi host0: ahci
[    2.705543] i8042: [586] fa <- i8042 (interrupt, 3, 12)
[    2.705561] i8042: [586] 91 -> i8042 (command)
[    2.705621] i8042: [586] 0a -> i8042 (parameter)
[    2.707680] scsi host1: ahci
[    2.707813] ata1: DUMMY
[    2.707853] ata2: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c180 irq 44 lpm-pol 3
[    2.708038] i8042: [588] fa <- i8042 (interrupt, 3, 12)
[    2.708054] i8042: [588] 91 -> i8042 (command)
[    2.708114] i8042: [588] e8 -> i8042 (parameter)
[    2.710550] i8042: [591] fa <- i8042 (interrupt, 3, 12)
[    2.710567] i8042: [591] 91 -> i8042 (command)
[    2.710628] i8042: [591] 00 -> i8042 (parameter)
[    2.713032] i8042: [593] fa <- i8042 (interrupt, 3, 12)
[    2.713056] i8042: [593] 91 -> i8042 (command)
[    2.713117] i8042: [593] f3 -> i8042 (parameter)
[    2.715541] i8042: [596] fa <- i8042 (interrupt, 3, 12)
[    2.715560] i8042: [596] 91 -> i8042 (command)
[    2.715621] i8042: [596] 14 -> i8042 (parameter)
[    2.718021] i8042: [598] fa <- i8042 (interrupt, 3, 12)
[    2.718041] i8042: [598] 91 -> i8042 (command)
[    2.718101] i8042: [598] f3 -> i8042 (parameter)
[    2.720525] i8042: [601] fa <- i8042 (interrupt, 3, 12)
[    2.720540] i8042: [601] 91 -> i8042 (command)
[    2.720600] i8042: [601] 3c -> i8042 (parameter)
[    2.723000] i8042: [603] fa <- i8042 (interrupt, 3, 12)
[    2.723016] i8042: [603] 91 -> i8042 (command)
[    2.723074] i8042: [603] f3 -> i8042 (parameter)
[    2.725494] i8042: [606] fa <- i8042 (interrupt, 3, 12)
[    2.725514] i8042: [606] 91 -> i8042 (command)
[    2.725573] i8042: [606] 28 -> i8042 (parameter)
[    2.728099] i8042: [608] fa <- i8042 (interrupt, 3, 12)
[    2.728113] i8042: [608] 91 -> i8042 (command)
[    2.728171] i8042: [608] f3 -> i8042 (parameter)
[    2.730633] i8042: [611] fa <- i8042 (interrupt, 3, 12)
[    2.730659] i8042: [611] 91 -> i8042 (command)
[    2.730719] i8042: [611] 14 -> i8042 (parameter)
[    2.733159] i8042: [613] fa <- i8042 (interrupt, 3, 12)
[    2.733197] i8042: [613] 91 -> i8042 (command)
[    2.733256] i8042: [613] f3 -> i8042 (parameter)
[    2.735719] i8042: [616] fa <- i8042 (interrupt, 3, 12)
[    2.735759] i8042: [616] 91 -> i8042 (command)
[    2.735819] i8042: [616] 14 -> i8042 (parameter)
[    2.738258] i8042: [618] fa <- i8042 (interrupt, 3, 12)
[    2.738299] i8042: [618] 91 -> i8042 (command)
[    2.738359] i8042: [618] f3 -> i8042 (parameter)
[    2.740782] i8042: [621] fa <- i8042 (interrupt, 3, 12)
[    2.740800] i8042: [621] 91 -> i8042 (command)
[    2.740858] i8042: [621] 3c -> i8042 (parameter)
[    2.743282] i8042: [623] fa <- i8042 (interrupt, 3, 12)
[    2.743292] i8042: [623] 91 -> i8042 (command)
[    2.743349] i8042: [623] f3 -> i8042 (parameter)
[    2.745757] i8042: [626] fa <- i8042 (interrupt, 3, 12)
[    2.745765] i8042: [626] 91 -> i8042 (command)
[    2.745822] i8042: [626] 28 -> i8042 (parameter)
[    2.748219] i8042: [628] fa <- i8042 (interrupt, 3, 12)
[    2.748226] i8042: [628] 91 -> i8042 (command)
[    2.748284] i8042: [628] f3 -> i8042 (parameter)
[    2.750832] i8042: [631] fa <- i8042 (interrupt, 3, 12)
[    2.750865] i8042: [631] 91 -> i8042 (command)
[    2.750923] i8042: [631] 14 -> i8042 (parameter)
[    2.753368] i8042: [633] fa <- i8042 (interrupt, 3, 12)
[    2.753410] i8042: [633] 91 -> i8042 (command)
[    2.753470] i8042: [633] f3 -> i8042 (parameter)
[    2.755924] i8042: [636] fa <- i8042 (interrupt, 3, 12)
[    2.755965] i8042: [636] 91 -> i8042 (command)
[    2.756025] i8042: [636] 14 -> i8042 (parameter)
[    2.758468] i8042: [638] fa <- i8042 (interrupt, 3, 12)
[    2.758510] i8042: [639] 91 -> i8042 (command)
[    2.758570] i8042: [639] f2 -> i8042 (parameter)
[    2.760994] i8042: [641] fa <- i8042 (interrupt, 3, 12)
[    2.762008] i8042: [642] 00 <- i8042 (interrupt, 3, 12)
[    2.762024] i8042: [642] 91 -> i8042 (command)
[    2.762086] i8042: [642] e8 -> i8042 (parameter)
[    2.764532] i8042: [645] fa <- i8042 (interrupt, 3, 12)
[    2.764550] i8042: [645] 91 -> i8042 (command)
[    2.764608] i8042: [645] 00 -> i8042 (parameter)
[    2.765893] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.767033] i8042: [647] fa <- i8042 (interrupt, 3, 12)
[    2.767076] i8042: [647] 91 -> i8042 (command)
[    2.767136] i8042: [647] e8 -> i8042 (parameter)
[    2.767767] usb 2-7: New USB device found, idVendor=04f2, idProduct=b3ed, bcdDevice=66.63
[    2.767845] usb 2-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.767895] usb 2-7: Product: HP HD Webcam
[    2.767937] usb 2-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.767984] usb 2-7: SerialNumber: 200901010001
[    2.769587] i8042: [650] fa <- i8042 (interrupt, 3, 12)
[    2.769628] i8042: [650] 91 -> i8042 (command)
[    2.769691] i8042: [650] 00 -> i8042 (parameter)
[    2.772100] i8042: [652] fa <- i8042 (interrupt, 3, 12)
[    2.772605] i8042: [653] 91 -> i8042 (command)
[    2.772666] i8042: [653] e8 -> i8042 (parameter)
[    2.775105] i8042: [655] fa <- i8042 (interrupt, 3, 12)
[    2.775119] i8042: [655] 91 -> i8042 (command)
[    2.775177] i8042: [655] 00 -> i8042 (parameter)
[    2.777621] i8042: [658] fa <- i8042 (interrupt, 3, 12)
[    2.777658] i8042: [658] 91 -> i8042 (command)
[    2.777719] i8042: [658] e8 -> i8042 (parameter)
[    2.780172] i8042: [660] fa <- i8042 (interrupt, 3, 12)
[    2.780209] i8042: [660] 91 -> i8042 (command)
[    2.780269] i8042: [660] 00 -> i8042 (parameter)
[    2.782711] i8042: [663] fa <- i8042 (interrupt, 3, 12)
[    2.782748] i8042: [663] 91 -> i8042 (command)
[    2.782808] i8042: [663] e9 -> i8042 (parameter)
[    2.785393] i8042: [665] fa <- i8042 (interrupt, 3, 12)
[    2.785990] i8042: [666] 00 <- i8042 (interrupt, 3, 12)
[    2.787376] i8042: [667] 46 <- i8042 (interrupt, 3, 12)
[    2.789398] i8042: [669] 12 <- i8042 (interrupt, 3, 12)
[    2.789442] i8042: [669] 91 -> i8042 (command)
[    2.789503] i8042: [670] e8 -> i8042 (parameter)
[    2.791993] i8042: [672] fa <- i8042 (interrupt, 3, 12)
[    2.792034] i8042: [672] 91 -> i8042 (command)
[    2.792095] i8042: [672] 00 -> i8042 (parameter)
[    2.794554] i8042: [675] fa <- i8042 (interrupt, 3, 12)
[    2.794608] i8042: [675] 91 -> i8042 (command)
[    2.794668] i8042: [675] e8 -> i8042 (parameter)
[    2.797124] i8042: [677] fa <- i8042 (interrupt, 3, 12)
[    2.797165] i8042: [677] 91 -> i8042 (command)
[    2.797226] i8042: [677] 00 -> i8042 (parameter)
[    2.799650] i8042: [680] fa <- i8042 (interrupt, 3, 12)
[    2.799665] i8042: [680] 91 -> i8042 (command)
[    2.799723] i8042: [680] e8 -> i8042 (parameter)
[    2.802231] i8042: [682] fa <- i8042 (interrupt, 3, 12)
[    2.802240] i8042: [682] 91 -> i8042 (command)
[    2.802297] i8042: [682] 00 -> i8042 (parameter)
[    2.804718] i8042: [685] fa <- i8042 (interrupt, 3, 12)
[    2.804726] i8042: [685] 91 -> i8042 (command)
[    2.804783] i8042: [685] e8 -> i8042 (parameter)
[    2.807193] i8042: [687] fa <- i8042 (interrupt, 3, 12)
[    2.807201] i8042: [687] 91 -> i8042 (command)
[    2.807258] i8042: [687] 00 -> i8042 (parameter)
[    2.809719] i8042: [690] fa <- i8042 (interrupt, 3, 12)
[    2.809760] i8042: [690] 91 -> i8042 (command)
[    2.809821] i8042: [690] e9 -> i8042 (parameter)
[    2.812299] i8042: [692] fa <- i8042 (interrupt, 3, 12)
[    2.813716] i8042: [694] 00 <- i8042 (interrupt, 3, 12)
[    2.815734] i8042: [696] 46 <- i8042 (interrupt, 3, 12)
[    2.817855] i8042: [698] 12 <- i8042 (interrupt, 3, 12)
[    2.817900] i8042: [698] 91 -> i8042 (command)
[    2.817959] i8042: [698] f6 -> i8042 (parameter)
[    2.820408] i8042: [700] fa <- i8042 (interrupt, 3, 12)
[    2.820432] i8042: [700] 91 -> i8042 (command)
[    2.820491] i8042: [701] e8 -> i8042 (parameter)
[    2.822911] i8042: [703] fa <- i8042 (interrupt, 3, 12)
[    2.822921] i8042: [703] 91 -> i8042 (command)
[    2.822978] i8042: [703] 00 -> i8042 (parameter)
[    2.825381] i8042: [705] fa <- i8042 (interrupt, 3, 12)
[    2.825389] i8042: [705] 91 -> i8042 (command)
[    2.825447] i8042: [705] e6 -> i8042 (parameter)
[    2.827842] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:bf:9c:de:fa:56
[    2.827930] i8042: [708] fa <- i8042 (interrupt, 3, 12)
[    2.827939] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.827947] i8042: [708] 91 -> i8042 (command)
[    2.828019] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.828050] i8042: [708] e6 -> i8042 (parameter)
[    2.830536] i8042: [711] fa <- i8042 (interrupt, 3, 12)
[    2.830594] i8042: [711] 91 -> i8042 (command)
[    2.830655] i8042: [711] e6 -> i8042 (parameter)
[    2.830669] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[    2.833130] i8042: [713] fa <- i8042 (interrupt, 3, 12)
[    2.833168] i8042: [713] 91 -> i8042 (command)
[    2.833228] i8042: [713] e9 -> i8042 (parameter)
[    2.835693] i8042: [716] fa <- i8042 (interrupt, 3, 12)
[    2.837008] i8042: [717] 00 <- i8042 (interrupt, 3, 12)
[    2.839028] i8042: [719] 00 <- i8042 (interrupt, 3, 12)
[    2.841053] i8042: [721] 64 <- i8042 (interrupt, 3, 12)
[    2.841100] i8042: [721] 91 -> i8042 (command)
[    2.841160] i8042: [721] e8 -> i8042 (parameter)
[    2.842484] usb 3-3: New USB device found, idVendor=0424, idProduct=5534, bcdDevice=50.00
[    2.842561] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    2.842611] usb 3-3: Product: USB5534B
[    2.842652] usb 3-3: Manufacturer: SMSC
[    2.843610] i8042: [724] fa <- i8042 (interrupt, 3, 12)
[    2.843629] hub 3-3:1.0: USB hub found
[    2.843684] i8042: [724] 91 -> i8042 (command)
[    2.843742] i8042: [724] 00 -> i8042 (parameter)
[    2.843850] hub 3-3:1.0: 4 ports detected
[    2.844932] usb: port power management may be unreliable
[    2.846206] i8042: [726] fa <- i8042 (interrupt, 3, 12)
[    2.846252] i8042: [726] 91 -> i8042 (command)
[    2.846312] i8042: [726] e7 -> i8042 (parameter)
[    2.848725] i8042: [729] fa <- i8042 (interrupt, 3, 12)
[    2.848759] i8042: [729] 91 -> i8042 (command)
[    2.848821] i8042: [729] e7 -> i8042 (parameter)
[    2.851244] i8042: [731] fa <- i8042 (interrupt, 3, 12)
[    2.851268] i8042: [731] 91 -> i8042 (command)
[    2.851330] i8042: [731] e7 -> i8042 (parameter)
[    2.853789] i8042: [734] fa <- i8042 (interrupt, 3, 12)
[    2.853833] i8042: [734] 91 -> i8042 (command)
[    2.853895] i8042: [734] e9 -> i8042 (parameter)
[    2.856372] i8042: [736] fa <- i8042 (interrupt, 3, 12)
[    2.857365] i8042: [737] 10 <- i8042 (interrupt, 3, 12)
[    2.859287] i8042: [739] 00 <- i8042 (interrupt, 3, 12)
[    2.861307] i8042: [741] 64 <- i8042 (interrupt, 3, 12)
[    2.861351] i8042: [741] 91 -> i8042 (command)
[    2.861413] i8042: [741] e8 -> i8042 (parameter)
[    2.863890] i8042: [744] fa <- i8042 (interrupt, 3, 12)
[    2.863913] i8042: [744] 91 -> i8042 (command)
[    2.863974] i8042: [744] 00 -> i8042 (parameter)
[    2.866431] i8042: [746] fa <- i8042 (interrupt, 3, 12)
[    2.866475] i8042: [746] 91 -> i8042 (command)
[    2.866540] i8042: [747] ec -> i8042 (parameter)
[    2.868995] i8042: [749] fa <- i8042 (interrupt, 3, 12)
[    2.869039] i8042: [749] 91 -> i8042 (command)
[    2.869100] i8042: [749] ec -> i8042 (parameter)
[    2.871531] i8042: [752] fa <- i8042 (interrupt, 3, 12)
[    2.871581] i8042: [752] 91 -> i8042 (command)
[    2.871642] i8042: [752] ec -> i8042 (parameter)
[    2.874102] i8042: [754] fa <- i8042 (interrupt, 3, 12)
[    2.874157] i8042: [754] 91 -> i8042 (command)
[    2.874218] i8042: [754] e9 -> i8042 (parameter)
[    2.876811] i8042: [757] fa <- i8042 (interrupt, 3, 12)
[    2.877522] i8042: [758] 10 <- i8042 (interrupt, 3, 12)
[    2.879546] i8042: [760] 00 <- i8042 (interrupt, 3, 12)
[    2.881568] i8042: [762] 64 <- i8042 (interrupt, 3, 12)
[    2.881619] i8042: [762] 91 -> i8042 (command)
[    2.881680] i8042: [762] ea -> i8042 (parameter)
[    2.884177] i8042: [764] fa <- i8042 (interrupt, 3, 12)
[    2.884231] i8042: [764] 91 -> i8042 (command)
[    2.884292] i8042: [764] f6 -> i8042 (parameter)
[    2.886764] i8042: [767] fa <- i8042 (interrupt, 3, 12)
[    2.886816] i8042: [767] 91 -> i8042 (command)
[    2.886878] i8042: [767] f5 -> i8042 (parameter)
[    2.889339] i8042: [769] fa <- i8042 (interrupt, 3, 12)
[    2.889391] i8042: [769] 91 -> i8042 (command)
[    2.889452] i8042: [769] e6 -> i8042 (parameter)
[    2.891933] i8042: [772] fa <- i8042 (interrupt, 3, 12)
[    2.891983] i8042: [772] 91 -> i8042 (command)
[    2.892044] i8042: [772] e6 -> i8042 (parameter)
[    2.894592] i8042: [775] fa <- i8042 (interrupt, 3, 12)
[    2.894638] i8042: [775] 91 -> i8042 (command)
[    2.894699] i8042: [775] e6 -> i8042 (parameter)
[    2.898539] i8042: [779] fa <- i8042 (interrupt, 3, 12)
[    2.898590] i8042: [779] 91 -> i8042 (command)
[    2.898651] i8042: [779] e9 -> i8042 (parameter)
[    2.901130] i8042: [781] fa <- i8042 (interrupt, 3, 12)
[    2.901843] i8042: [782] 00 <- i8042 (interrupt, 3, 12)
[    2.903849] i8042: [784] 02 <- i8042 (interrupt, 3, 12)
[    2.905875] i8042: [786] 64 <- i8042 (interrupt, 3, 12)
[    2.905928] i8042: [786] 91 -> i8042 (command)
[    2.905989] i8042: [786] e8 -> i8042 (parameter)
[    2.908585] i8042: [789] fa <- i8042 (interrupt, 3, 12)
[    2.908634] i8042: [789] 91 -> i8042 (command)
[    2.908696] i8042: [789] 03 -> i8042 (parameter)
[    2.911170] i8042: [791] fa <- i8042 (interrupt, 3, 12)
[    2.911222] i8042: [791] 91 -> i8042 (command)
[    2.911283] i8042: [791] e6 -> i8042 (parameter)
[    2.913741] i8042: [794] fa <- i8042 (interrupt, 3, 12)
[    2.913821] i8042: [794] 91 -> i8042 (command)
[    2.913887] i8042: [794] e6 -> i8042 (parameter)
[    2.914571] usb 2-3.2: new full-speed USB device number 4 using xhci_hcd
[    2.916345] i8042: [796] fa <- i8042 (interrupt, 3, 12)
[    2.916420] i8042: [796] 91 -> i8042 (command)
[    2.916486] i8042: [796] e6 -> i8042 (parameter)
[    2.918956] i8042: [799] fa <- i8042 (interrupt, 3, 12)
[    2.919034] i8042: [799] 91 -> i8042 (command)
[    2.919099] i8042: [799] e9 -> i8042 (parameter)
[    2.921574] i8042: [802] fa <- i8042 (interrupt, 3, 12)
[    2.923095] i8042: [803] 00 <- i8042 (interrupt, 3, 12)
[    2.925213] i8042: [805] 03 <- i8042 (interrupt, 3, 12)
[    2.927142] i8042: [807] 64 <- i8042 (interrupt, 3, 12)
[    2.927217] i8042: [807] 91 -> i8042 (command)
[    2.927283] i8042: [807] e8 -> i8042 (parameter)
[    2.929782] i8042: [810] fa <- i8042 (interrupt, 3, 12)
[    2.929854] i8042: [810] 91 -> i8042 (command)
[    2.929919] i8042: [810] 00 -> i8042 (parameter)
[    2.932401] i8042: [812] fa <- i8042 (interrupt, 3, 12)
[    2.932475] i8042: [812] 91 -> i8042 (command)
[    2.932540] i8042: [812] e6 -> i8042 (parameter)
[    2.935000] i8042: [815] fa <- i8042 (interrupt, 3, 12)
[    2.935069] i8042: [815] 91 -> i8042 (command)
[    2.935134] i8042: [815] e6 -> i8042 (parameter)
[    2.937609] i8042: [818] fa <- i8042 (interrupt, 3, 12)
[    2.937684] i8042: [818] 91 -> i8042 (command)
[    2.937749] i8042: [818] e6 -> i8042 (parameter)
[    2.940212] i8042: [820] fa <- i8042 (interrupt, 3, 12)
[    2.940290] i8042: [820] 91 -> i8042 (command)
[    2.940355] i8042: [820] e9 -> i8042 (parameter)
[    2.942829] i8042: [823] fa <- i8042 (interrupt, 3, 12)
[    2.944362] i8042: [824] 00 <- i8042 (interrupt, 3, 12)
[    2.946384] i8042: [826] 00 <- i8042 (interrupt, 3, 12)
[    2.948409] i8042: [828] 64 <- i8042 (interrupt, 3, 12)
[    2.948522] i8042: [829] 91 -> i8042 (command)
[    2.948596] i8042: [829] e1 -> i8042 (parameter)
[    2.951099] i8042: [831] fe <- i8042 (interrupt, 3, 12)
[    2.951173] i8042: [831] 91 -> i8042 (command)
[    2.951239] i8042: [831] e1 -> i8042 (parameter)
[    2.953713] i8042: [834] fc <- i8042 (interrupt, 3, 12)
[    2.953779] i8042: [834] 91 -> i8042 (command)
[    2.953845] i8042: [834] 0a -> i8042 (parameter)
[    2.956313] i8042: [836] fe <- i8042 (interrupt, 3, 12)
[    2.956388] i8042: [836] 91 -> i8042 (command)
[    2.956454] i8042: [836] 0a -> i8042 (parameter)
[    2.959015] i8042: [839] fc <- i8042 (interrupt, 3, 12)
[    2.959095] i8042: [839] 91 -> i8042 (command)
[    2.959160] i8042: [839] f5 -> i8042 (parameter)
[    2.961635] i8042: [842] fa <- i8042 (interrupt, 3, 12)
[    2.961711] i8042: [842] 91 -> i8042 (command)
[    2.961776] i8042: [842] f3 -> i8042 (parameter)
[    2.964238] i8042: [844] fa <- i8042 (interrupt, 3, 12)
[    2.964314] i8042: [844] 91 -> i8042 (command)
[    2.964380] i8042: [844] 66 -> i8042 (parameter)
[    2.966859] i8042: [847] fa <- i8042 (interrupt, 3, 12)
[    2.966934] i8042: [847] 91 -> i8042 (command)
[    2.966999] i8042: [847] 88 -> i8042 (parameter)
[    2.968598] tsc: Refined TSC clocksource calibration: 2394.458 MHz
[    2.968696] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c44026a, max_idle_ns: 440795260713 ns
[    2.968890] clocksource: Switched to clocksource tsc
[    2.969458] i8042: [849] fe <- i8042 (interrupt, 3, 12)
[    2.969509] i8042: [850] 91 -> i8042 (command)
[    2.969574] i8042: [850] f3 -> i8042 (parameter)
[    2.972047] i8042: [852] fa <- i8042 (interrupt, 3, 12)
[    2.972123] i8042: [852] 91 -> i8042 (command)
[    2.972188] i8042: [852] 66 -> i8042 (parameter)
[    2.974638] i8042: [855] fa <- i8042 (interrupt, 3, 12)
[    2.974714] i8042: [855] 91 -> i8042 (command)
[    2.974780] i8042: [855] 00 -> i8042 (parameter)
[    2.977248] i8042: [857] fe <- i8042 (interrupt, 3, 12)
[    2.977324] i8042: [857] 91 -> i8042 (command)
[    2.977389] i8042: [857] e9 -> i8042 (parameter)
[    2.979871] i8042: [860] fa <- i8042 (interrupt, 3, 12)
[    2.980926] i8042: [861] 00 <- i8042 (interrupt, 3, 12)
[    2.982848] i8042: [863] 00 <- i8042 (interrupt, 3, 12)
[    2.984864] i8042: [865] 66 <- i8042 (interrupt, 3, 12)
[    2.984944] i8042: [865] 91 -> i8042 (command)
[    2.985010] i8042: [865] f4 -> i8042 (parameter)
[    2.987514] i8042: [868] fa <- i8042 (interrupt, 3, 12)
[    2.987606] i8042: [868] 91 -> i8042 (command)
[    2.987671] i8042: [868] f6 -> i8042 (parameter)
[    2.990154] i8042: [870] fa <- i8042 (interrupt, 3, 12)
[    2.990228] i8042: [870] 91 -> i8042 (command)
[    2.990293] i8042: [870] ff -> i8042 (parameter)
[    2.992753] i8042: [873] fa <- i8042 (interrupt, 3, 12)
[    3.001312] usb 2-3.2: New USB device found, idVendor=0489, idProduct=e036, bcdDevice= 0.02
[    3.001435] usb 2-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.001560] usb 2-3.2: Product: Bluetooth USB Host Controller
[    3.001630] usb 2-3.2: Manufacturer: Atheros Communications
[    3.001699] usb 2-3.2: SerialNumber: Alaska Day 2006
[    3.015113] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.016186] ata2.00: ATA-9: TS128GMTS550T, R0906A, max UDMA/133
[    3.016313] ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.016820] ata2.00: configured for UDMA/133
[    3.027245] scsi 1:0:0:0: Direct-Access     ATA      TS128GMTS550T    6A   PQ: 0 ANSI: 5
[    3.027847] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    3.027931] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.028043] sd 1:0:0:0: [sda] Write Protect is off
[    3.028099] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.028121] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.028226] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.047286]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    3.048115] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.051421] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    3.123124] EXT4-fs (sda5): mounted filesystem 01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro with ordered data mode. Quota mode: none.
[    3.270270] systemd[1]: Inserted module 'autofs4'
[    3.291225] systemd[1]: systemd 252.36-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.291415] systemd[1]: Detected architecture x86-64.
[    3.293283] systemd[1]: Hostname set to <elite2>.
[    3.332765] i8042: [1213] aa <- i8042 (interrupt, 3, 12)
[    3.334792] i8042: [1215] 00 <- i8042 (interrupt, 3, 12)
[    3.334824] i8042: [1215] 91 -> i8042 (command)
[    3.334884] i8042: [1215] f3 -> i8042 (parameter)
[    3.337331] i8042: [1217] fa <- i8042 (interrupt, 3, 12)
[    3.337351] i8042: [1217] 91 -> i8042 (command)
[    3.337411] i8042: [1217] c8 -> i8042 (parameter)
[    3.339830] i8042: [1220] fa <- i8042 (interrupt, 3, 12)
[    3.339847] i8042: [1220] 91 -> i8042 (command)
[    3.339907] i8042: [1220] f3 -> i8042 (parameter)
[    3.342416] i8042: [1222] fa <- i8042 (interrupt, 3, 12)
[    3.342436] i8042: [1222] 91 -> i8042 (command)
[    3.342496] i8042: [1223] 64 -> i8042 (parameter)
[    3.344926] i8042: [1225] fa <- i8042 (interrupt, 3, 12)
[    3.344942] i8042: [1225] 91 -> i8042 (command)
[    3.345000] i8042: [1225] f3 -> i8042 (parameter)
[    3.347419] i8042: [1227] fa <- i8042 (interrupt, 3, 12)
[    3.347443] i8042: [1227] 91 -> i8042 (command)
[    3.347503] i8042: [1228] 50 -> i8042 (parameter)
[    3.349922] i8042: [1230] fa <- i8042 (interrupt, 3, 12)
[    3.349938] i8042: [1230] 91 -> i8042 (command)
[    3.349996] i8042: [1230] f2 -> i8042 (parameter)
[    3.352431] i8042: [1232] fa <- i8042 (interrupt, 3, 12)
[    3.354044] i8042: [1234] 00 <- i8042 (interrupt, 3, 12)
[    3.354065] i8042: [1234] 91 -> i8042 (command)
[    3.354126] i8042: [1234] f3 -> i8042 (parameter)
[    3.356573] i8042: [1237] fa <- i8042 (interrupt, 3, 12)
[    3.356599] i8042: [1237] 91 -> i8042 (command)
[    3.356662] i8042: [1237] c8 -> i8042 (parameter)
[    3.359063] i8042: [1239] fa <- i8042 (interrupt, 3, 12)
[    3.359086] i8042: [1239] 91 -> i8042 (command)
[    3.359147] i8042: [1239] f3 -> i8042 (parameter)
[    3.361645] i8042: [1242] fa <- i8042 (interrupt, 3, 12)
[    3.361658] i8042: [1242] 91 -> i8042 (command)
[    3.361716] i8042: [1242] c8 -> i8042 (parameter)
[    3.364112] i8042: [1244] fa <- i8042 (interrupt, 3, 12)
[    3.364128] i8042: [1244] 91 -> i8042 (command)
[    3.364187] i8042: [1244] f3 -> i8042 (parameter)
[    3.366598] i8042: [1247] fa <- i8042 (interrupt, 3, 12)
[    3.366616] i8042: [1247] 91 -> i8042 (command)
[    3.366677] i8042: [1247] 50 -> i8042 (parameter)
[    3.369079] i8042: [1249] fa <- i8042 (interrupt, 3, 12)
[    3.369104] i8042: [1249] 91 -> i8042 (command)
[    3.369166] i8042: [1249] f2 -> i8042 (parameter)
[    3.371591] i8042: [1252] fa <- i8042 (interrupt, 3, 12)
[    3.372294] i8042: [1252] 00 <- i8042 (interrupt, 3, 12)
[    3.372317] i8042: [1252] 91 -> i8042 (command)
[    3.372378] i8042: [1252] f3 -> i8042 (parameter)
[    3.374825] i8042: [1255] fa <- i8042 (interrupt, 3, 12)
[    3.374841] i8042: [1255] 91 -> i8042 (command)
[    3.374902] i8042: [1255] c8 -> i8042 (parameter)
[    3.377301] i8042: [1257] fa <- i8042 (interrupt, 3, 12)
[    3.377320] i8042: [1257] 91 -> i8042 (command)
[    3.377381] i8042: [1257] f3 -> i8042 (parameter)
[    3.379856] i8042: [1260] fa <- i8042 (interrupt, 3, 12)
[    3.379878] i8042: [1260] 91 -> i8042 (command)
[    3.379939] i8042: [1260] 64 -> i8042 (parameter)
[    3.382342] i8042: [1262] fa <- i8042 (interrupt, 3, 12)
[    3.382364] i8042: [1262] 91 -> i8042 (command)
[    3.382426] i8042: [1262] f3 -> i8042 (parameter)
[    3.384838] i8042: [1265] fa <- i8042 (interrupt, 3, 12)
[    3.384861] i8042: [1265] 91 -> i8042 (command)
[    3.384922] i8042: [1265] 50 -> i8042 (parameter)
[    3.387323] i8042: [1267] fa <- i8042 (interrupt, 3, 12)
[    3.387345] i8042: [1267] 91 -> i8042 (command)
[    3.387406] i8042: [1267] f2 -> i8042 (parameter)
[    3.389829] i8042: [1270] fa <- i8042 (interrupt, 3, 12)
[    3.390529] i8042: [1271] 00 <- i8042 (interrupt, 3, 12)
[    3.390553] i8042: [1271] 91 -> i8042 (command)
[    3.390613] i8042: [1271] f3 -> i8042 (parameter)
[    3.393059] i8042: [1273] fa <- i8042 (interrupt, 3, 12)
[    3.393082] i8042: [1273] 91 -> i8042 (command)
[    3.393143] i8042: [1273] 64 -> i8042 (parameter)
[    3.395554] i8042: [1276] fa <- i8042 (interrupt, 3, 12)
[    3.395573] i8042: [1276] 91 -> i8042 (command)
[    3.395634] i8042: [1276] e8 -> i8042 (parameter)
[    3.398109] i8042: [1278] fa <- i8042 (interrupt, 3, 12)
[    3.398133] i8042: [1278] 91 -> i8042 (command)
[    3.398194] i8042: [1278] 03 -> i8042 (parameter)
[    3.400598] i8042: [1281] fa <- i8042 (interrupt, 3, 12)
[    3.400620] i8042: [1281] 91 -> i8042 (command)
[    3.400681] i8042: [1281] e6 -> i8042 (parameter)
[    3.403120] i8042: [1283] fa <- i8042 (interrupt, 3, 12)
[    3.403219] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input9
[    3.403431] i8042: [1283] 91 -> i8042 (command)
[    3.403491] i8042: [1284] f4 -> i8042 (parameter)
[    3.405926] i8042: [1286] fa <- i8042 (interrupt, 3, 12)
[    3.406001] i8042: [1286] 92 -> i8042 (command)
[    3.406063] i8042: [1286] f2 -> i8042 (parameter)
[    3.408579] i8042: [1289] fa <- i8042 (interrupt, 4, 12)
[    3.409766] i8042: [1290] 00 <- i8042 (interrupt, 4, 12)
[    3.409790] i8042: [1290] 92 -> i8042 (command)
[    3.409852] i8042: [1290] f6 -> i8042 (parameter)
[    3.412381] i8042: [1292] fa <- i8042 (interrupt, 4, 12)
[    3.412410] i8042: [1292] 92 -> i8042 (command)
[    3.412471] i8042: [1292] f3 -> i8042 (parameter)
[    3.415076] i8042: [1295] fa <- i8042 (interrupt, 4, 12)
[    3.415097] i8042: [1295] 92 -> i8042 (command)
[    3.415158] i8042: [1295] 0a -> i8042 (parameter)
[    3.417654] i8042: [1298] fa <- i8042 (interrupt, 4, 12)
[    3.417672] i8042: [1298] 92 -> i8042 (command)
[    3.417733] i8042: [1298] e8 -> i8042 (parameter)
[    3.420238] i8042: [1300] fa <- i8042 (interrupt, 4, 12)
[    3.420255] i8042: [1300] 92 -> i8042 (command)
[    3.420314] i8042: [1300] 00 -> i8042 (parameter)
[    3.422809] i8042: [1303] fa <- i8042 (interrupt, 4, 12)
[    3.422824] i8042: [1303] 92 -> i8042 (command)
[    3.422883] i8042: [1303] f3 -> i8042 (parameter)
[    3.425387] i8042: [1305] fa <- i8042 (interrupt, 4, 12)
[    3.425402] i8042: [1305] 92 -> i8042 (command)
[    3.425461] i8042: [1305] 14 -> i8042 (parameter)
[    3.427954] i8042: [1308] fa <- i8042 (interrupt, 4, 12)
[    3.427971] i8042: [1308] 92 -> i8042 (command)
[    3.428030] i8042: [1308] f3 -> i8042 (parameter)
[    3.430548] i8042: [1311] fa <- i8042 (interrupt, 4, 12)
[    3.430563] i8042: [1311] 92 -> i8042 (command)
[    3.430622] i8042: [1311] 3c -> i8042 (parameter)
[    3.433129] i8042: [1313] fa <- i8042 (interrupt, 4, 12)
[    3.433144] i8042: [1313] 92 -> i8042 (command)
[    3.433203] i8042: [1313] f3 -> i8042 (parameter)
[    3.435697] i8042: [1316] fa <- i8042 (interrupt, 4, 12)
[    3.435718] i8042: [1316] 92 -> i8042 (command)
[    3.435778] i8042: [1316] 28 -> i8042 (parameter)
[    3.438381] i8042: [1318] fa <- i8042 (interrupt, 4, 12)
[    3.438400] i8042: [1318] 92 -> i8042 (command)
[    3.438460] i8042: [1318] f3 -> i8042 (parameter)
[    3.440956] i8042: [1321] fa <- i8042 (interrupt, 4, 12)
[    3.440975] i8042: [1321] 92 -> i8042 (command)
[    3.441036] i8042: [1321] 14 -> i8042 (parameter)
[    3.443540] i8042: [1324] fa <- i8042 (interrupt, 4, 12)
[    3.443549] systemd[1]: Queued start job for default target graphical.target.
[    3.443559] i8042: [1324] 92 -> i8042 (command)
[    3.443657] i8042: [1324] f3 -> i8042 (parameter)
[    3.446179] i8042: [1326] fa <- i8042 (interrupt, 4, 12)
[    3.446198] i8042: [1326] 92 -> i8042 (command)
[    3.446258] i8042: [1326] 14 -> i8042 (parameter)
[    3.448792] i8042: [1329] fa <- i8042 (interrupt, 4, 12)
[    3.448830] i8042: [1329] 92 -> i8042 (command)
[    3.448891] i8042: [1329] f3 -> i8042 (parameter)
[    3.451441] i8042: [1331] fa <- i8042 (interrupt, 4, 12)
[    3.451496] i8042: [1332] 92 -> i8042 (command)
[    3.451557] i8042: [1332] 3c -> i8042 (parameter)
[    3.454077] i8042: [1334] fa <- i8042 (interrupt, 4, 12)
[    3.454105] i8042: [1334] 92 -> i8042 (command)
[    3.454167] i8042: [1334] f3 -> i8042 (parameter)
[    3.454937] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    3.455592] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.456046] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.456264] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    3.456473] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.456675] i8042: [1337] fa <- i8042 (interrupt, 4, 12)
[    3.456690] i8042: [1337] 92 -> i8042 (command)
[    3.456749] i8042: [1337] 28 -> i8042 (parameter)
[    3.456874] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.457054] systemd[1]: Expecting device dev-disk-by\x2dlabel-swap.device - /dev/disk/by-label/swap...
[    3.457210] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    3.457375] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.458063] systemd[1]: Reached target paths.target - Path Units.
[    3.458194] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.458339] systemd[1]: Reached target slices.target - Slice Units.
[    3.458501] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.458768] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    3.458979] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.459245] i8042: [1339] fa <- i8042 (interrupt, 4, 12)
[    3.459275] i8042: [1339] 92 -> i8042 (command)
[    3.459333] i8042: [1339] f3 -> i8042 (parameter)
[    3.459422] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    3.459720] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.459990] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.460267] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.460533] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.461511] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.461948] i8042: [1342] fa <- i8042 (interrupt, 4, 12)
[    3.461968] i8042: [1342] 92 -> i8042 (command)
[    3.462028] i8042: [1342] 14 -> i8042 (parameter)
[    3.462741] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.464421] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.464534] i8042: [1345] fa <- i8042 (interrupt, 4, 12)
[    3.465081] i8042: [1345] 92 -> i8042 (command)
[    3.465142] i8042: [1345] f3 -> i8042 (parameter)
[    3.465928] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.467652] i8042: [1348] fa <- i8042 (interrupt, 4, 12)
[    3.467671] i8042: [1348] 92 -> i8042 (command)
[    3.467723] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.467732] i8042: [1348] 14 -> i8042 (parameter)
[    3.469357] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.470281] i8042: [1350] fa <- i8042 (interrupt, 4, 12)
[    3.470303] i8042: [1350] 92 -> i8042 (command)
[    3.470363] i8042: [1350] f2 -> i8042 (parameter)
[    3.470750] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    3.472877] i8042: [1353] fa <- i8042 (interrupt, 4, 12)
[    3.472997] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    3.474612] i8042: [1355] 00 <- i8042 (interrupt, 4, 12)
[    3.474635] i8042: [1355] 92 -> i8042 (command)
[    3.474695] i8042: [1355] e8 -> i8042 (parameter)
[    3.474867] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.476432] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.477227] i8042: [1357] fa <- i8042 (interrupt, 4, 12)
[    3.477248] i8042: [1357] 92 -> i8042 (command)
[    3.477308] i8042: [1357] 00 -> i8042 (parameter)
[    3.478673] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    3.479814] i8042: [1360] fa <- i8042 (interrupt, 4, 12)
[    3.479837] i8042: [1360] 92 -> i8042 (command)
[    3.479898] i8042: [1360] e8 -> i8042 (parameter)
[    3.481429] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    3.482137] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    3.482392] i8042: [1362] fa <- i8042 (interrupt, 4, 12)
[    3.482590] i8042: [1363] 92 -> i8042 (command)
[    3.482651] i8042: [1363] 00 -> i8042 (parameter)
[    3.485257] i8042: [1365] fa <- i8042 (interrupt, 4, 12)
[    3.485503] i8042: [1366] 92 -> i8042 (command)
[    3.485563] i8042: [1366] e8 -> i8042 (parameter)
[    3.486448] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.488070] i8042: [1368] fa <- i8042 (interrupt, 4, 12)
[    3.488103] i8042: [1368] 92 -> i8042 (command)
[    3.488162] i8042: [1368] 00 -> i8042 (parameter)
[    3.490092] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.490658] i8042: [1371] fa <- i8042 (interrupt, 4, 12)
[    3.490677] i8042: [1371] 92 -> i8042 (command)
[    3.490737] i8042: [1371] e8 -> i8042 (parameter)
[    3.493245] i8042: [1373] fa <- i8042 (interrupt, 4, 12)
[    3.493264] i8042: [1373] 92 -> i8042 (command)
[    3.493323] i8042: [1373] 00 -> i8042 (parameter)
[    3.495541] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.495816] i8042: [1376] fa <- i8042 (interrupt, 4, 12)
[    3.495831] i8042: [1376] 92 -> i8042 (command)
[    3.495890] i8042: [1376] e9 -> i8042 (parameter)
[    3.497356] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.498386] i8042: [1378] fa <- i8042 (interrupt, 4, 12)
[    3.499941] i8042: [1380] 01 <- i8042 (interrupt, 4, 12)
[    3.502078] i8042: [1382] 47 <- i8042 (interrupt, 4, 12)
[    3.503053] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    3.503368] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.504445] i8042: [1384] 18 <- i8042 (interrupt, 4, 12)
[    3.505169] i8042: [1385] 92 -> i8042 (command)
[    3.505228] i8042: [1385] ff -> i8042 (parameter)
[    3.506093] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.507188] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.507723] i8042: [1388] fa <- i8042 (interrupt, 4, 12)
[    3.507821] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.508502] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.508802] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    3.512048] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    3.512358] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    3.512998] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.513289] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.513886] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.514162] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    3.514944] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.515216] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    3.515784] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.517583] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.519276] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    3.519572] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    3.522038] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.535725] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.542120] ACPI: bus type drm_connector registered
[    3.543658] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.543976] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    3.551645] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.553709] EXT4-fs (sda5): re-mounted 01ba0e82-715a-4a64-92bc-b56584a1c6a4 r/w. Quota mode: none.
[    3.557309] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    3.558045] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    3.558378] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.558570] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.567845] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    3.569781] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    3.593027] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[    3.593372] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.602631] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    3.607816] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    3.608370] systemd[1]: Started systemd-journald.service - Journal Service.
[    3.621019] systemd-journald[223]: Received client request to flush runtime journal.
[    3.679004] audit: type=1400 audit(1744235611.054:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=254 comm="apparmor_parser"
[    3.681502] audit: type=1400 audit(1744235611.056:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=257 comm="apparmor_parser"
[    3.681625] audit: type=1400 audit(1744235611.056:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=257 comm="apparmor_parser"
[    3.681720] audit: type=1400 audit(1744235611.056:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=257 comm="apparmor_parser"
[    3.682759] audit: type=1400 audit(1744235611.058:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=255 comm="apparmor_parser"
[    3.682859] audit: type=1400 audit(1744235611.058:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=255 comm="apparmor_parser"
[    3.690758] audit: type=1400 audit(1744235611.066:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=256 comm="apparmor_parser"
[    3.690870] audit: type=1400 audit(1744235611.066:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=256 comm="apparmor_parser"
[    3.690971] audit: type=1400 audit(1744235611.066:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=256 comm="apparmor_parser"
[    3.860704] input: Wireless hotkeys as /devices/virtual/input/input11
[    3.877230] i8042: [1757] aa <- i8042 (interrupt, 4, 12)
[    3.880165] i8042: [1760] 00 <- i8042 (interrupt, 4, 12)
[    3.880189] i8042: [1760] 92 -> i8042 (command)
[    3.880250] i8042: [1760] e6 -> i8042 (parameter)
[    3.882780] i8042: [1763] fa <- i8042 (interrupt, 4, 12)
[    3.882802] i8042: [1763] 92 -> i8042 (command)
[    3.882862] i8042: [1763] e8 -> i8042 (parameter)
[    3.883310] hp_accel: laptop model unknown, using default axes configuration
[    3.885373] i8042: [1765] fa <- i8042 (interrupt, 4, 12)
[    3.885394] i8042: [1765] 92 -> i8042 (command)
[    3.885453] i8042: [1765] 00 -> i8042 (parameter)
[    3.887949] i8042: [1768] fa <- i8042 (interrupt, 4, 12)
[    3.887971] i8042: [1768] 92 -> i8042 (command)
[    3.888032] i8042: [1768] e8 -> i8042 (parameter)
[    3.890555] i8042: [1771] fa <- i8042 (interrupt, 4, 12)
[    3.890846] i8042: [1771] 92 -> i8042 (command)
[    3.890906] i8042: [1771] 00 -> i8042 (parameter)
[    3.893418] i8042: [1773] fa <- i8042 (interrupt, 4, 12)
[    3.893440] i8042: [1773] 92 -> i8042 (command)
[    3.893501] i8042: [1774] e8 -> i8042 (parameter)
[    3.895997] i8042: [1776] fa <- i8042 (interrupt, 4, 12)
[    3.896017] i8042: [1776] 92 -> i8042 (command)
[    3.896078] i8042: [1776] 00 -> i8042 (parameter)
[    3.897591] Adding 8719356k swap on /dev/sda6.  Priority:-2 extents:1 across:8719356k SS
[    3.898688] i8042: [1779] fa <- i8042 (interrupt, 4, 12)
[    3.898767] i8042: [1779] 92 -> i8042 (command)
[    3.898827] i8042: [1779] e8 -> i8042 (parameter)
[    3.901323] i8042: [1781] fa <- i8042 (interrupt, 4, 12)
[    3.901346] i8042: [1781] 92 -> i8042 (command)
[    3.901406] i8042: [1781] 00 -> i8042 (parameter)
[    3.903904] i8042: [1784] fa <- i8042 (interrupt, 4, 12)
[    3.903927] i8042: [1784] 92 -> i8042 (command)
[    3.903988] i8042: [1784] e9 -> i8042 (parameter)
[    3.906554] i8042: [1787] fa <- i8042 (interrupt, 4, 12)
[    3.909964] i8042: [1790] 01 <- i8042 (interrupt, 4, 12)
[    3.912579] i8042: [1793] 47 <- i8042 (interrupt, 4, 12)
[    3.915711] i8042: [1796] 18 <- i8042 (interrupt, 4, 12)
[    3.915733] i8042: [1796] 92 -> i8042 (command)
[    3.915793] i8042: [1796] e6 -> i8042 (parameter)
[    3.918326] i8042: [1798] fa <- i8042 (interrupt, 4, 12)
[    3.918348] i8042: [1798] 92 -> i8042 (command)
[    3.918408] i8042: [1798] e8 -> i8042 (parameter)
[    3.920925] i8042: [1801] fa <- i8042 (interrupt, 4, 12)
[    3.920945] i8042: [1801] 92 -> i8042 (command)
[    3.921005] i8042: [1801] 00 -> i8042 (parameter)
[    3.922511] iTCO_vendor_support: vendor-support=0
[    3.923500] i8042: [1804] fa <- i8042 (interrupt, 4, 12)
[    3.923524] i8042: [1804] 92 -> i8042 (command)
[    3.923584] i8042: [1804] e8 -> i8042 (parameter)
[    3.926089] i8042: [1806] fa <- i8042 (interrupt, 4, 12)
[    3.926553] i8042: [1807] 92 -> i8042 (command)
[    3.926614] i8042: [1807] 00 -> i8042 (parameter)
[    3.929119] i8042: [1809] fa <- i8042 (interrupt, 4, 12)
[    3.931882] i8042: [1812] 92 -> i8042 (command)
[    3.931943] i8042: [1812] e8 -> i8042 (parameter)
[    3.934439] i8042: [1814] fa <- i8042 (interrupt, 4, 12)
[    3.934660] i8042: [1815] 92 -> i8042 (command)
[    3.934721] i8042: [1815] 00 -> i8042 (parameter)
[    3.936675] mc: Linux media interface: v0.10
[    3.937326] i8042: [1817] fa <- i8042 (interrupt, 4, 12)
[    3.937343] i8042: [1817] 92 -> i8042 (command)
[    3.937403] i8042: [1817] e8 -> i8042 (parameter)
[    3.939911] i8042: [1820] fa <- i8042 (interrupt, 4, 12)
[    3.940109] i8042: [1820] 92 -> i8042 (command)
[    3.940169] i8042: [1820] 03 -> i8042 (parameter)
[    3.942664] i8042: [1823] fa <- i8042 (interrupt, 4, 12)
[    3.943802] i8042: [1824] 92 -> i8042 (command)
[    3.943862] i8042: [1824] e9 -> i8042 (parameter)
[    3.946369] i8042: [1826] fa <- i8042 (interrupt, 4, 12)
[    3.947491] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    3.948022] i8042: [1828] 01 <- i8042 (interrupt, 4, 12)
[    3.950922] at24 0-0050: supply vcc not found, using dummy regulator
[    3.951058] i8042: [1831] e2 <- i8042 (interrupt, 4, 12)
[    3.954092] i8042: [1834] b1 <- i8042 (interrupt, 4, 12)
[    3.954137] i8042: [1834] 92 -> i8042 (command)
[    3.954197] i8042: [1834] e6 -> i8042 (parameter)
[    3.956730] i8042: [1837] fa <- i8042 (interrupt, 4, 12)
[    3.956816] i8042: [1837] 92 -> i8042 (command)
[    3.956876] i8042: [1837] e8 -> i8042 (parameter)
[    3.959407] i8042: [1839] fa <- i8042 (interrupt, 4, 12)
[    3.959428] i8042: [1839] 92 -> i8042 (command)
[    3.959488] i8042: [1840] 00 -> i8042 (parameter)
[    3.961982] i8042: [1842] fa <- i8042 (interrupt, 4, 12)
[    3.962002] i8042: [1842] 92 -> i8042 (command)
[    3.962062] i8042: [1842] e8 -> i8042 (parameter)
[    3.963774] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    3.963966] at24 0-0050: 256 byte spd EEPROM, read-only
[    3.964567] i8042: [1845] fa <- i8042 (interrupt, 4, 12)
[    3.965351] i8042: [1845] 92 -> i8042 (command)
[    3.965411] i8042: [1845] 00 -> i8042 (parameter)
[    3.966729] videodev: Linux video capture interface: v2.00
[    3.967908] i8042: [1848] fa <- i8042 (interrupt, 4, 12)
[    3.967928] i8042: [1848] 92 -> i8042 (command)
[    3.967987] i8042: [1848] e8 -> i8042 (parameter)
[    3.970493] i8042: [1851] fa <- i8042 (interrupt, 4, 12)
[    3.970915] i8042: [1851] 92 -> i8042 (command)
[    3.970975] i8042: [1851] 02 -> i8042 (parameter)
[    3.973578] i8042: [1854] fa <- i8042 (interrupt, 4, 12)
[    3.973642] i8042: [1854] 92 -> i8042 (command)
[    3.973702] i8042: [1854] e8 -> i8042 (parameter)
[    3.976198] i8042: [1856] fa <- i8042 (interrupt, 4, 12)
[    3.976218] i8042: [1856] 92 -> i8042 (command)
[    3.976278] i8042: [1856] 02 -> i8042 (parameter)
[    3.978784] i8042: [1859] fa <- i8042 (interrupt, 4, 12)
[    3.978869] i8042: [1859] 92 -> i8042 (command)
[    3.978929] i8042: [1859] e9 -> i8042 (parameter)
[    3.981438] i8042: [1861] fa <- i8042 (interrupt, 4, 12)
[    3.983468] i8042: [1863] 19 <- i8042 (interrupt, 4, 12)
[    3.986500] i8042: [1867] 2b <- i8042 (interrupt, 4, 12)
[    3.989637] i8042: [1870] 1b <- i8042 (interrupt, 4, 12)
[    3.989656] i8042: [1870] 92 -> i8042 (command)
[    3.989716] i8042: [1870] e6 -> i8042 (parameter)
[    3.992247] i8042: [1872] fa <- i8042 (interrupt, 4, 12)
[    3.992269] i8042: [1872] 92 -> i8042 (command)
[    3.992329] i8042: [1872] e8 -> i8042 (parameter)
[    3.994837] i8042: [1875] fa <- i8042 (interrupt, 4, 12)
[    3.994855] i8042: [1875] 92 -> i8042 (command)
[    3.994914] i8042: [1875] 00 -> i8042 (parameter)
[    3.997407] i8042: [1877] fa <- i8042 (interrupt, 4, 12)
[    3.997426] i8042: [1877] 92 -> i8042 (command)
[    3.997486] i8042: [1878] e8 -> i8042 (parameter)
[    3.999994] i8042: [1880] fa <- i8042 (interrupt, 4, 12)
[    4.000010] i8042: [1880] 92 -> i8042 (command)
[    4.000071] i8042: [1880] 00 -> i8042 (parameter)
[    4.002567] i8042: [1883] fa <- i8042 (interrupt, 4, 12)
[    4.002589] i8042: [1883] 92 -> i8042 (command)
[    4.002650] i8042: [1883] e8 -> i8042 (parameter)
[    4.005162] i8042: [1885] fa <- i8042 (interrupt, 4, 12)
[    4.005181] i8042: [1885] 92 -> i8042 (command)
[    4.005241] i8042: [1885] 00 -> i8042 (parameter)
[    4.007748] i8042: [1888] fa <- i8042 (interrupt, 4, 12)
[    4.007766] i8042: [1888] 92 -> i8042 (command)
[    4.007825] i8042: [1888] e8 -> i8042 (parameter)
[    4.010344] i8042: [1890] fa <- i8042 (interrupt, 4, 12)
[    4.010363] i8042: [1890] 92 -> i8042 (command)
[    4.010424] i8042: [1890] 01 -> i8042 (parameter)
[    4.012933] i8042: [1893] fa <- i8042 (interrupt, 4, 12)
[    4.012952] i8042: [1893] 92 -> i8042 (command)
[    4.013012] i8042: [1893] e9 -> i8042 (parameter)
[    4.015612] i8042: [1896] fa <- i8042 (interrupt, 4, 12)
[    4.016890] i8042: [1897] 28 <- i8042 (interrupt, 4, 12)
[    4.017083] Bluetooth: Core ver 2.22
[    4.017171] NET: Registered PF_BLUETOOTH protocol family
[    4.017218] Bluetooth: HCI device and connection manager initialized
[    4.017219] lis3lv02d: 8 bits 3DC sensor found
[    4.017287] Bluetooth: HCI socket layer initialized
[    4.017372] Bluetooth: L2CAP socket layer initialized
[    4.017571] Bluetooth: SCO socket layer initialized
[    4.019931] i8042: [1900] d1 <- i8042 (interrupt, 4, 12)
[    4.022966] i8042: [1903] 40 <- i8042 (interrupt, 4, 12)
[    4.022989] i8042: [1903] 92 -> i8042 (command)
[    4.023050] i8042: [1903] e6 -> i8042 (parameter)
[    4.025581] i8042: [1906] fa <- i8042 (interrupt, 4, 12)
[    4.025598] i8042: [1906] 92 -> i8042 (command)
[    4.025659] i8042: [1906] e8 -> i8042 (parameter)
[    4.028266] i8042: [1908] fa <- i8042 (interrupt, 4, 12)
[    4.028285] i8042: [1908] 92 -> i8042 (command)
[    4.028345] i8042: [1908] 00 -> i8042 (parameter)
[    4.030840] i8042: [1911] fa <- i8042 (interrupt, 4, 12)
[    4.030891] i8042: [1911] 92 -> i8042 (command)
[    4.030951] i8042: [1911] e8 -> i8042 (parameter)
[    4.033456] i8042: [1913] fa <- i8042 (interrupt, 4, 12)
[    4.033474] i8042: [1913] 92 -> i8042 (command)
[    4.033534] i8042: [1914] 00 -> i8042 (parameter)
[    4.036034] i8042: [1916] fa <- i8042 (interrupt, 4, 12)
[    4.036051] i8042: [1916] 92 -> i8042 (command)
[    4.036110] i8042: [1916] e8 -> i8042 (parameter)
[    4.038602] i8042: [1919] fa <- i8042 (interrupt, 4, 12)
[    4.038618] i8042: [1919] 92 -> i8042 (command)
[    4.038677] i8042: [1919] 00 -> i8042 (parameter)
[    4.041180] i8042: [1921] fa <- i8042 (interrupt, 4, 12)
[    4.041194] i8042: [1921] 92 -> i8042 (command)
[    4.041253] i8042: [1921] e8 -> i8042 (parameter)
[    4.043747] i8042: [1924] fa <- i8042 (interrupt, 4, 12)
[    4.043760] i8042: [1924] 92 -> i8042 (command)
[    4.043819] i8042: [1924] 02 -> i8042 (parameter)
[    4.046324] i8042: [1926] fa <- i8042 (interrupt, 4, 12)
[    4.046337] i8042: [1926] 92 -> i8042 (command)
[    4.046397] i8042: [1926] e9 -> i8042 (parameter)
[    4.048894] i8042: [1929] fa <- i8042 (interrupt, 4, 12)
[    4.050312] i8042: [1930] d0 <- i8042 (interrupt, 4, 12)
[    4.053347] i8042: [1933] 01 <- i8042 (interrupt, 4, 12)
[    4.056380] i8042: [1936] 23 <- i8042 (interrupt, 4, 12)
[    4.056393] i8042: [1936] 92 -> i8042 (command)
[    4.056452] i8042: [1936] e6 -> i8042 (parameter)
[    4.058984] i8042: [1939] fa <- i8042 (interrupt, 4, 12)
[    4.058997] i8042: [1939] 92 -> i8042 (command)
[    4.059056] i8042: [1939] e8 -> i8042 (parameter)
[    4.062010] i8042: [1942] fa <- i8042 (interrupt, 4, 12)
[    4.063511] i8042: [1944] 92 -> i8042 (command)
[    4.063572] i8042: [1944] 00 -> i8042 (parameter)
[    4.066066] i8042: [1946] fa <- i8042 (interrupt, 4, 12)
[    4.066086] i8042: [1946] 92 -> i8042 (command)
[    4.066145] i8042: [1946] e8 -> i8042 (parameter)
[    4.067989] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.068059] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.068110] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.068151] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.068192] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.068649] i8042: [1949] fa <- i8042 (interrupt, 4, 12)
[    4.068726] i8042: [1949] 92 -> i8042 (command)
[    4.068786] i8042: [1949] 00 -> i8042 (parameter)
[    4.069732] input: PC Speaker as /devices/platform/pcspkr/input/input12
[    4.071282] i8042: [1951] fa <- i8042 (interrupt, 4, 12)
[    4.071303] i8042: [1951] 92 -> i8042 (command)
[    4.071363] i8042: [1951] e8 -> i8042 (parameter)
[    4.072126] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.073535] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.073878] i8042: [1954] fa <- i8042 (interrupt, 4, 12)
[    4.073898] i8042: [1954] 92 -> i8042 (command)
[    4.073957] i8042: [1954] 02 -> i8042 (parameter)
[    4.076450] i8042: [1956] fa <- i8042 (interrupt, 4, 12)
[    4.076475] i8042: [1956] 92 -> i8042 (command)
[    4.076534] i8042: [1957] e8 -> i8042 (parameter)
[    4.076770] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.078130] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    4.078756] Creating 1 MTD partitions on "intel-spi":
[    4.078804] 0x000000000000-0x000001000000 : "BIOS"
[    4.079042] i8042: [1959] fa <- i8042 (interrupt, 4, 12)
[    4.079088] i8042: [1959] 92 -> i8042 (command)
[    4.079148] i8042: [1959] 01 -> i8042 (parameter)
[    4.081642] i8042: [1962] fa <- i8042 (interrupt, 4, 12)
[    4.081664] i8042: [1962] 92 -> i8042 (command)
[    4.081724] i8042: [1962] e9 -> i8042 (parameter)
[    4.084327] i8042: [1964] fa <- i8042 (interrupt, 4, 12)
[    4.085764] i8042: [1966] 84 <- i8042 (interrupt, 4, 12)
[    4.087535] cryptd: max_cpu_qlen set to 1000
[    4.088795] i8042: [1969] 03 <- i8042 (interrupt, 4, 12)
[    4.091829] i8042: [1972] 00 <- i8042 (interrupt, 4, 12)
[    4.091905] i8042: [1972] 92 -> i8042 (command)
[    4.091965] i8042: [1972] e6 -> i8042 (parameter)
[    4.094498] i8042: [1975] fa <- i8042 (interrupt, 4, 12)
[    4.094517] i8042: [1975] 92 -> i8042 (command)
[    4.094577] i8042: [1975] e8 -> i8042 (parameter)
[    4.097183] i8042: [1977] fa <- i8042 (interrupt, 4, 12)
[    4.097202] i8042: [1977] 92 -> i8042 (command)
[    4.097262] i8042: [1977] 00 -> i8042 (parameter)
[    4.099758] i8042: [1980] fa <- i8042 (interrupt, 4, 12)
[    4.099808] i8042: [1980] 92 -> i8042 (command)
[    4.099868] i8042: [1980] e8 -> i8042 (parameter)
[    4.102374] i8042: [1982] fa <- i8042 (interrupt, 4, 12)
[    4.102423] i8042: [1982] 92 -> i8042 (command)
[    4.102483] i8042: [1983] 00 -> i8042 (parameter)
[    4.104709] input: HP WMI hotkeys as /devices/virtual/input/input13
[    4.104988] i8042: [1985] fa <- i8042 (interrupt, 4, 12)
[    4.106441] i8042: [1986] 92 -> i8042 (command)
[    4.106502] i8042: [1987] e8 -> i8042 (parameter)
[    4.107015] AES CTR mode by8 optimization enabled
[    4.108999] i8042: [1989] fa <- i8042 (interrupt, 4, 12)
[    4.109034] i8042: [1989] 92 -> i8042 (command)
[    4.109094] i8042: [1989] 03 -> i8042 (parameter)
[    4.111590] i8042: [1992] fa <- i8042 (interrupt, 4, 12)
[    4.111610] i8042: [1992] 92 -> i8042 (command)
[    4.111670] i8042: [1992] e8 -> i8042 (parameter)
[    4.112920] usbcore: registered new interface driver btusb
[    4.114622] i8042: [1995] fa <- i8042 (interrupt, 4, 12)
[    4.114642] i8042: [1995] 92 -> i8042 (command)
[    4.114701] i8042: [1995] 00 -> i8042 (parameter)
[    4.117209] i8042: [1997] fa <- i8042 (interrupt, 4, 12)
[    4.117239] i8042: [1997] 92 -> i8042 (command)
[    4.117299] i8042: [1997] e9 -> i8042 (parameter)
[    4.119897] i8042: [2000] fa <- i8042 (interrupt, 4, 12)
[    4.121210] i8042: [2001] 02 <- i8042 (interrupt, 4, 12)
[    4.124243] i8042: [2004] 68 <- i8042 (interrupt, 4, 12)
[    4.127278] i8042: [2007] 00 <- i8042 (interrupt, 4, 12)
[    4.179582] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input14
[    4.191619] i8042: [2072] 92 -> i8042 (command)
[    4.191682] i8042: [2072] e6 -> i8042 (parameter)
[    4.194188] i8042: [2074] fa <- i8042 (interrupt, 4, 12)
[    4.194205] i8042: [2074] 92 -> i8042 (command)
[    4.194264] i8042: [2074] e8 -> i8042 (parameter)
[    4.196756] i8042: [2077] fa <- i8042 (interrupt, 4, 12)
[    4.196778] i8042: [2077] 92 -> i8042 (command)
[    4.196837] i8042: [2077] 00 -> i8042 (parameter)
[    4.199342] i8042: [2079] fa <- i8042 (interrupt, 4, 12)
[    4.199469] usbcore: registered new interface driver ath3k
[    4.199525] i8042: [2080] 92 -> i8042 (command)
[    4.199586] i8042: [2080] e8 -> i8042 (parameter)
[    4.200161] usb 2-7: Found UVC 1.00 device HP HD Webcam (04f2:b3ed)
[    4.202082] i8042: [2082] fa <- i8042 (interrupt, 4, 12)
[    4.202095] i8042: [2082] 92 -> i8042 (command)
[    4.202154] i8042: [2082] 00 -> i8042 (parameter)
[    4.204647] i8042: [2085] fa <- i8042 (interrupt, 4, 12)
[    4.204755] i8042: [2085] 92 -> i8042 (command)
[    4.204816] i8042: [2085] e8 -> i8042 (parameter)
[    4.207322] i8042: [2087] fa <- i8042 (interrupt, 4, 12)
[    4.207342] i8042: [2087] 92 -> i8042 (command)
[    4.207401] i8042: [2087] 02 -> i8042 (parameter)
[    4.209901] i8042: [2090] fa <- i8042 (interrupt, 4, 12)
[    4.209919] i8042: [2090] 92 -> i8042 (command)
[    4.209979] i8042: [2090] e8 -> i8042 (parameter)
[    4.212586] i8042: [2093] fa <- i8042 (interrupt, 4, 12)
[    4.212757] i8042: [2093] 92 -> i8042 (command)
[    4.212816] i8042: [2093] 00 -> i8042 (parameter)
[    4.213606] usbcore: registered new interface driver uvcvideo
[    4.215781] i8042: [2096] fa <- i8042 (interrupt, 4, 12)
[    4.215798] i8042: [2096] 92 -> i8042 (command)
[    4.215857] i8042: [2096] e9 -> i8042 (parameter)
[    4.218387] i8042: [2098] fa <- i8042 (interrupt, 4, 12)
[    4.219390] i8042: [2099] 29 <- i8042 (interrupt, 4, 12)
[    4.222431] i8042: [2102] 80 <- i8042 (interrupt, 4, 12)
[    4.225462] i8042: [2105] 38 <- i8042 (interrupt, 4, 12)
[    4.225483] i8042: [2106] 92 -> i8042 (command)
[    4.225543] i8042: [2106] e6 -> i8042 (parameter)
[    4.228192] i8042: [2108] fa <- i8042 (interrupt, 4, 12)
[    4.228208] i8042: [2108] 92 -> i8042 (command)
[    4.228266] i8042: [2108] e8 -> i8042 (parameter)
[    4.230805] i8042: [2111] fa <- i8042 (interrupt, 4, 12)
[    4.230821] i8042: [2111] 92 -> i8042 (command)
[    4.230879] i8042: [2111] 00 -> i8042 (parameter)
[    4.233392] i8042: [2113] fa <- i8042 (interrupt, 4, 12)
[    4.233407] i8042: [2113] 92 -> i8042 (command)
[    4.233466] i8042: [2113] e8 -> i8042 (parameter)
[    4.235988] i8042: [2116] fa <- i8042 (interrupt, 4, 12)
[    4.236004] i8042: [2116] 92 -> i8042 (command)
[    4.236062] i8042: [2116] 00 -> i8042 (parameter)
[    4.238578] i8042: [2119] fa <- i8042 (interrupt, 4, 12)
[    4.238594] i8042: [2119] 92 -> i8042 (command)
[    4.238652] i8042: [2119] e8 -> i8042 (parameter)
[    4.241167] i8042: [2121] fa <- i8042 (interrupt, 4, 12)
[    4.241182] i8042: [2121] 92 -> i8042 (command)
[    4.241241] i8042: [2121] 03 -> i8042 (parameter)
[    4.243767] i8042: [2124] fa <- i8042 (interrupt, 4, 12)
[    4.243782] i8042: [2124] 92 -> i8042 (command)
[    4.243841] i8042: [2124] e8 -> i8042 (parameter)
[    4.246355] i8042: [2126] fa <- i8042 (interrupt, 4, 12)
[    4.246371] i8042: [2126] 92 -> i8042 (command)
[    4.246429] i8042: [2126] 01 -> i8042 (parameter)
[    4.248952] i8042: [2129] fa <- i8042 (interrupt, 4, 12)
[    4.248968] i8042: [2129] 92 -> i8042 (command)
[    4.249026] i8042: [2129] e9 -> i8042 (parameter)
[    4.251642] i8042: [2132] fa <- i8042 (interrupt, 4, 12)
[    4.252814] i8042: [2133] b0 <- i8042 (interrupt, 4, 12)
[    4.255852] i8042: [2136] fe <- i8042 (interrupt, 4, 12)
[    4.258883] i8042: [2139] 92 <- i8042 (interrupt, 4, 12)
[    4.258898] psmouse serio3: synaptics: queried max coordinates: x [..5660], y [..4702]
[    4.258963] i8042: [2139] 92 -> i8042 (command)
[    4.259020] i8042: [2139] e6 -> i8042 (parameter)
[    4.261570] i8042: [2142] fa <- i8042 (interrupt, 4, 12)
[    4.261586] i8042: [2142] 92 -> i8042 (command)
[    4.261644] i8042: [2142] e8 -> i8042 (parameter)
[    4.264270] i8042: [2144] fa <- i8042 (interrupt, 4, 12)
[    4.264286] i8042: [2144] 92 -> i8042 (command)
[    4.264344] i8042: [2144] 00 -> i8042 (parameter)
[    4.267305] i8042: [2147] fa <- i8042 (interrupt, 4, 12)
[    4.267321] i8042: [2147] 92 -> i8042 (command)
[    4.267379] i8042: [2147] e8 -> i8042 (parameter)
[    4.269892] i8042: [2150] fa <- i8042 (interrupt, 4, 12)
[    4.269907] i8042: [2150] 92 -> i8042 (command)
[    4.269966] i8042: [2150] 00 -> i8042 (parameter)
[    4.272484] i8042: [2153] fa <- i8042 (interrupt, 4, 12)
[    4.272500] i8042: [2153] 92 -> i8042 (command)
[    4.272558] i8042: [2153] e8 -> i8042 (parameter)
[    4.275083] i8042: [2155] fa <- i8042 (interrupt, 4, 12)
[    4.275098] i8042: [2155] 92 -> i8042 (command)
[    4.275157] i8042: [2155] 03 -> i8042 (parameter)
[    4.277671] i8042: [2158] fa <- i8042 (interrupt, 4, 12)
[    4.277687] i8042: [2158] 92 -> i8042 (command)
[    4.277745] i8042: [2158] e8 -> i8042 (parameter)
[    4.280270] i8042: [2160] fa <- i8042 (interrupt, 4, 12)
[    4.280285] i8042: [2160] 92 -> i8042 (command)
[    4.280344] i8042: [2160] 03 -> i8042 (parameter)
[    4.282858] i8042: [2163] fa <- i8042 (interrupt, 4, 12)
[    4.282874] i8042: [2163] 92 -> i8042 (command)
[    4.282933] i8042: [2163] e9 -> i8042 (parameter)
[    4.285458] i8042: [2165] fa <- i8042 (interrupt, 4, 12)
[    4.287251] i8042: [2167] 2a <- i8042 (interrupt, 4, 12)
[    4.290288] i8042: [2170] bb <- i8042 (interrupt, 4, 12)
[    4.293320] i8042: [2173] 26 <- i8042 (interrupt, 4, 12)
[    4.293334] psmouse serio3: synaptics: queried min coordinates: x [1366..], y [1238..]
[    4.293400] psmouse serio3: synaptics: Your touchpad (PNP: SYN3003 SYN0100 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    4.293532] i8042: [2174] 92 -> i8042 (command)
[    4.293590] i8042: [2174] e6 -> i8042 (parameter)
[    4.296141] i8042: [2176] fa <- i8042 (interrupt, 4, 12)
[    4.296157] i8042: [2176] 92 -> i8042 (command)
[    4.296216] i8042: [2176] e8 -> i8042 (parameter)
[    4.298739] i8042: [2179] fa <- i8042 (interrupt, 4, 12)
[    4.298754] i8042: [2179] 92 -> i8042 (command)
[    4.298813] i8042: [2179] 03 -> i8042 (parameter)
[    4.301437] i8042: [2181] fa <- i8042 (interrupt, 4, 12)
[    4.301452] i8042: [2181] 92 -> i8042 (command)
[    4.301510] i8042: [2182] e8 -> i8042 (parameter)
[    4.304023] i8042: [2184] fa <- i8042 (interrupt, 4, 12)
[    4.304039] i8042: [2184] 92 -> i8042 (command)
[    4.304097] i8042: [2184] 00 -> i8042 (parameter)
[    4.306620] i8042: [2187] fa <- i8042 (interrupt, 4, 12)
[    4.306636] i8042: [2187] 92 -> i8042 (command)
[    4.306694] i8042: [2187] e8 -> i8042 (parameter)
[    4.309208] i8042: [2189] fa <- i8042 (interrupt, 4, 12)
[    4.309224] i8042: [2189] 92 -> i8042 (command)
[    4.309282] i8042: [2189] 01 -> i8042 (parameter)
[    4.311820] i8042: [2192] fa <- i8042 (interrupt, 4, 12)
[    4.311836] i8042: [2192] 92 -> i8042 (command)
[    4.311894] i8042: [2192] e8 -> i8042 (parameter)
[    4.314408] i8042: [2194] fa <- i8042 (interrupt, 4, 12)
[    4.314424] i8042: [2194] 92 -> i8042 (command)
[    4.314482] i8042: [2195] 01 -> i8042 (parameter)
[    4.317033] i8042: [2197] fa <- i8042 (interrupt, 4, 12)
[    4.317049] i8042: [2197] 92 -> i8042 (command)
[    4.317107] i8042: [2197] f3 -> i8042 (parameter)
[    4.319620] i8042: [2200] fa <- i8042 (interrupt, 4, 12)
[    4.319636] i8042: [2200] 92 -> i8042 (command)
[    4.319694] i8042: [2200] 14 -> i8042 (parameter)
[    4.322309] i8042: [2202] fa <- i8042 (interrupt, 4, 12)
[    4.322325] i8042: [2202] 92 -> i8042 (command)
[    4.322383] i8042: [2202] e6 -> i8042 (parameter)
[    4.324908] i8042: [2205] fa <- i8042 (interrupt, 4, 12)
[    4.324924] i8042: [2205] 92 -> i8042 (command)
[    4.324983] i8042: [2205] e8 -> i8042 (parameter)
[    4.327500] i8042: [2208] fa <- i8042 (interrupt, 4, 12)
[    4.327515] i8042: [2208] 92 -> i8042 (command)
[    4.327574] i8042: [2208] 00 -> i8042 (parameter)
[    4.330098] i8042: [2210] fa <- i8042 (interrupt, 4, 12)
[    4.330114] i8042: [2210] 92 -> i8042 (command)
[    4.330172] i8042: [2210] e8 -> i8042 (parameter)
[    4.332687] i8042: [2213] fa <- i8042 (interrupt, 4, 12)
[    4.332703] i8042: [2213] 92 -> i8042 (command)
[    4.332761] i8042: [2213] 00 -> i8042 (parameter)
[    4.335287] i8042: [2215] fa <- i8042 (interrupt, 4, 12)
[    4.335303] i8042: [2215] 92 -> i8042 (command)
[    4.335361] i8042: [2215] e8 -> i8042 (parameter)
[    4.337892] i8042: [2218] fa <- i8042 (interrupt, 4, 12)
[    4.337908] i8042: [2218] 92 -> i8042 (command)
[    4.337967] i8042: [2218] 00 -> i8042 (parameter)
[    4.340491] i8042: [2221] fa <- i8042 (interrupt, 4, 12)
[    4.340508] i8042: [2221] 92 -> i8042 (command)
[    4.340566] i8042: [2221] e8 -> i8042 (parameter)
[    4.343095] i8042: [2223] fa <- i8042 (interrupt, 4, 12)
[    4.343111] i8042: [2223] 92 -> i8042 (command)
[    4.343169] i8042: [2223] 03 -> i8042 (parameter)
[    4.345682] i8042: [2226] fa <- i8042 (interrupt, 4, 12)
[    4.345699] i8042: [2226] 92 -> i8042 (command)
[    4.345758] i8042: [2226] f3 -> i8042 (parameter)
[    4.348396] i8042: [2228] fa <- i8042 (interrupt, 4, 12)
[    4.348411] i8042: [2228] 92 -> i8042 (command)
[    4.348470] i8042: [2228] c8 -> i8042 (parameter)
[    4.350987] i8042: [2231] fa <- i8042 (interrupt, 4, 12)
[    4.351002] psmouse serio3: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26800/0x0, board id: 2769, fw id: 1649435
[    4.351128] i8042: [2231] 92 -> i8042 (command)
[    4.351187] i8042: [2231] e6 -> i8042 (parameter)
[    4.353705] i8042: [2234] fa <- i8042 (interrupt, 4, 12)
[    4.353721] i8042: [2234] 92 -> i8042 (command)
[    4.353780] i8042: [2234] e8 -> i8042 (parameter)
[    4.356308] i8042: [2236] fa <- i8042 (interrupt, 4, 12)
[    4.356323] i8042: [2236] 92 -> i8042 (command)
[    4.356382] i8042: [2236] 03 -> i8042 (parameter)
[    4.358895] i8042: [2239] fa <- i8042 (interrupt, 4, 12)
[    4.358911] i8042: [2239] 92 -> i8042 (command)
[    4.358969] i8042: [2239] e8 -> i8042 (parameter)
[    4.361503] i8042: [2242] fa <- i8042 (interrupt, 4, 12)
[    4.361519] i8042: [2242] 92 -> i8042 (command)
[    4.361577] i8042: [2242] 00 -> i8042 (parameter)
[    4.364090] i8042: [2244] fa <- i8042 (interrupt, 4, 12)
[    4.364105] i8042: [2244] 92 -> i8042 (command)
[    4.364164] i8042: [2244] e8 -> i8042 (parameter)
[    4.366690] i8042: [2247] fa <- i8042 (interrupt, 4, 12)
[    4.366705] i8042: [2247] 92 -> i8042 (command)
[    4.366764] i8042: [2247] 01 -> i8042 (parameter)
[    4.369736] i8042: [2250] fa <- i8042 (interrupt, 4, 12)
[    4.369752] i8042: [2250] 92 -> i8042 (command)
[    4.369811] i8042: [2250] e8 -> i8042 (parameter)
[    4.372401] i8042: [2252] fa <- i8042 (interrupt, 4, 12)
[    4.372417] i8042: [2252] 92 -> i8042 (command)
[    4.372475] i8042: [2252] 01 -> i8042 (parameter)
[    4.374989] i8042: [2255] fa <- i8042 (interrupt, 4, 12)
[    4.375005] i8042: [2255] 92 -> i8042 (command)
[    4.375064] i8042: [2255] f3 -> i8042 (parameter)
[    4.377590] i8042: [2258] fa <- i8042 (interrupt, 4, 12)
[    4.377605] i8042: [2258] 92 -> i8042 (command)
[    4.377663] i8042: [2258] 14 -> i8042 (parameter)
[    4.380176] i8042: [2260] fa <- i8042 (interrupt, 4, 12)
[    4.380192] i8042: [2260] 92 -> i8042 (command)
[    4.380251] i8042: [2260] e8 -> i8042 (parameter)
[    4.382780] i8042: [2263] fa <- i8042 (interrupt, 4, 12)
[    4.382796] i8042: [2263] 92 -> i8042 (command)
[    4.382854] i8042: [2263] 03 -> i8042 (parameter)
[    4.385368] i8042: [2265] fa <- i8042 (interrupt, 4, 12)
[    4.385384] i8042: [2265] 92 -> i8042 (command)
[    4.385442] i8042: [2265] e6 -> i8042 (parameter)
[    4.387968] i8042: [2268] fa <- i8042 (interrupt, 4, 12)
[    4.388038] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input10
[    4.388252] i8042: [2268] 92 -> i8042 (command)
[    4.388313] i8042: [2268] f4 -> i8042 (parameter)
[    4.390848] i8042: [2271] fa <- i8042 (interrupt, 4, 12)
[    4.390904] i8042: [2271] 93 -> i8042 (command)
[    4.390963] i8042: [2271] f2 -> i8042 (parameter)
[    4.391581] i8042: [2272] MUX error, status is f5, data is fe
[    4.391586] i8042: [2272] fe <- i8042 (interrupt, 5, 12, timeout)
[    4.698707] i915 0000:00:02.0: [drm] Found haswell/ult (device ID 0a16) display version 7.00 stepping N/A
[    4.700247] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.701875] Console: switching to colour dummy device 80x25
[    4.710555] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.731575] snd_hda_codec_idt hdaudioC0D0: 92HD91BXX: picked fixup  for PCI SSID 103c:1900
[    4.733801] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[    4.733824] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[    4.733831] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[    4.733838] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[    4.733843] snd_hda_codec_idt hdaudioC0D0:    inputs:
[    4.733848] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
[    4.733854] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[    4.733859] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
[    4.738359] ath: phy0: ASPM enabled: 0xc42
[    4.738374] ath: EEPROM regdomain: 0x65
[    4.738377] ath: EEPROM indicates we should expect a direct regpair map
[    4.738380] ath: Country alpha2 being used: 00
[    4.738382] ath: Regpair used: 0x65
[    4.803989] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    4.808623] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.809179] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.809691] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[    4.814547] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0x00000000b1fbe4d4, irq=19
[    4.821868] ath9k 0000:02:00.0 wlo1: renamed from wlan0
[    4.838715] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.839859] fbcon: i915drmfb (fb0) is primary device
[    4.845459] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    4.845567] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    4.845657] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    4.845740] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    4.871127] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card2/input21
[    4.871239] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card2/input22
[    4.871323] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card2/input23
[    4.890097] intel_rapl_common: Found RAPL domain package
[    4.890102] intel_rapl_common: Found RAPL domain core
[    4.890104] intel_rapl_common: Found RAPL domain uncore
[    4.890106] intel_rapl_common: Found RAPL domain dram
[    4.916547] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.916552] Bluetooth: BNEP filters: protocol multicast
[    4.916556] Bluetooth: BNEP socket layer initialized
[    4.918276] Bluetooth: MGMT ver 1.23
[    4.922742] NET: Registered PF_ALG protocol family
[    5.963895] Console: switching to colour frame buffer device 240x67
[    5.985203] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    6.068523] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[    7.106301] wlo1: authenticate with 00:37:b7:10:29:dc (local address=a4:17:31:e1:9c:01)
[    7.106338] wlo1: send auth to 00:37:b7:10:29:dc (try 1/3)
[    7.109244] wlo1: authenticated
[    7.110580] wlo1: associate with 00:37:b7:10:29:dc (try 1/3)
[    7.113136] wlo1: RX AssocResp from 00:37:b7:10:29:dc (capab=0x431 status=0 aid=1)
[    7.113304] wlo1: associated
[    9.523778] i8042: [7404] ** <- i8042 (interrupt, 0, 1)
[    9.605558] i8042: [7486] ** <- i8042 (interrupt, 0, 1)
[    9.746289] i8042: [7626] ** <- i8042 (interrupt, 0, 1)
[    9.806996] i8042: [7687] ** <- i8042 (interrupt, 0, 1)
[    9.858407] i8042: [7738] ** <- i8042 (interrupt, 0, 1)
[    9.887908] i8042: [7768] ** <- i8042 (interrupt, 0, 1)
[    9.891789] i8042: [7772] ** <- i8042 (interrupt, 0, 1)
[    9.979774] i8042: [7860] ** <- i8042 (interrupt, 0, 1)
[   10.000137] i8042: [7880] ** <- i8042 (interrupt, 0, 1)
[   10.061685] i8042: [7942] ** <- i8042 (interrupt, 0, 1)
[   10.141718] i8042: [8022] ** <- i8042 (interrupt, 0, 1)
[   10.213377] i8042: [8093] ** <- i8042 (interrupt, 0, 1)
[   10.232734] i8042: [8113] ** <- i8042 (interrupt, 0, 1)
[   10.304386] i8042: [8184] ** <- i8042 (interrupt, 0, 1)
[   10.414750] i8042: [8295] ** <- i8042 (interrupt, 0, 1)
[   10.496522] i8042: [8377] ** <- i8042 (interrupt, 0, 1)
[   11.668807] i8042: [9549] ** <- i8042 (interrupt, 0, 1)
[   11.699179] i8042: [9579] ** <- i8042 (interrupt, 0, 1)
[   11.740467] i8042: [9620] ** <- i8042 (interrupt, 0, 1)
[   11.831496] i8042: [9712] ** <- i8042 (interrupt, 0, 1)
[   11.834529] i8042: [9715] ** <- i8042 (interrupt, 0, 1)
[   11.932648] i8042: [9813] ** <- i8042 (interrupt, 0, 1)
[   12.054168] i8042: [9934] ** <- i8042 (interrupt, 0, 1)
[   12.124989] i8042: [10005] ** <- i8042 (interrupt, 0, 1)
[   12.206755] i8042: [10087] ** <- i8042 (interrupt, 0, 1)
[   12.266595] i8042: [10147] ** <- i8042 (interrupt, 0, 1)
[   12.270473] i8042: [10150] ** <- i8042 (interrupt, 0, 1)
[   12.338232] i8042: [10218] ** <- i8042 (interrupt, 0, 1)
[   12.489062] i8042: [10369] ** <- i8042 (interrupt, 0, 1)
[   12.601180] i8042: [10481] ** <- i8042 (interrupt, 0, 1)
[   12.604217] i8042: [10484] ** <- i8042 (interrupt, 0, 1)
[   12.651748] i8042: [10532] ** <- i8042 (interrupt, 0, 1)
[   12.964420] i8042: [10844] ** <- i8042 (interrupt, 0, 1)
[   13.037026] i8042: [10917] ** <- i8042 (interrupt, 0, 1)
[   16.942366] i8042: [14822] ** <- i8042 (interrupt, 0, 1)
[   17.034258] i8042: [14914] ** <- i8042 (interrupt, 0, 1)
[   17.104193] i8042: [14984] ** <- i8042 (interrupt, 0, 1)
[   17.185977] i8042: [15066] ** <- i8042 (interrupt, 0, 1)
[   17.215459] i8042: [15095] ** <- i8042 (interrupt, 0, 1)
[   17.287131] i8042: [15167] ** <- i8042 (interrupt, 0, 1)
[   17.336833] i8042: [15217] ** <- i8042 (interrupt, 0, 1)
[   17.407672] i8042: [15288] ** <- i8042 (interrupt, 0, 1)
[   17.489444] i8042: [15369] ** <- i8042 (interrupt, 0, 1)
[   17.529903] i8042: [15410] ** <- i8042 (interrupt, 0, 1)
[   18.096516] i8042: [15977] ** <- i8042 (interrupt, 0, 1)
[   18.188409] i8042: [16068] ** <- i8042 (interrupt, 0, 1)
[   18.248221] i8042: [16128] ** <- i8042 (interrupt, 0, 1)
[   18.319888] i8042: [16200] ** <- i8042 (interrupt, 0, 1)
[   18.399929] i8042: [16280] ** <- i8042 (interrupt, 0, 1)
[   18.470764] i8042: [16351] ** <- i8042 (interrupt, 0, 1)
[   18.542387] i8042: [16422] ** <- i8042 (interrupt, 0, 1)
[   18.545422] i8042: [16425] ** <- i8042 (interrupt, 0, 1)
[   18.603063] i8042: [16483] ** <- i8042 (interrupt, 0, 1)
[   18.643515] i8042: [16524] ** <- i8042 (interrupt, 0, 1)
[   19.057230] i8042: [16937] ** <- i8042 (interrupt, 0, 1)
[   19.109679] i8042: [16990] ** <- i8042 (interrupt, 0, 1)
[   19.250384] i8042: [17130] ** <- i8042 (interrupt, 0, 1)
[   19.322050] i8042: [17202] ** <- i8042 (interrupt, 0, 1)
[   19.472857] i8042: [17353] ** <- i8042 (interrupt, 0, 1)
[   19.534422] i8042: [17414] ** <- i8042 (interrupt, 0, 1)
[   19.715598] i8042: [17596] ** <- i8042 (interrupt, 0, 1)
[   19.807490] i8042: [17687] ** <- i8042 (interrupt, 0, 1)
[   20.555012] i8042: [18435] ** <- i8042 (interrupt, 0, 1)
[   20.616566] i8042: [18497] ** <- i8042 (interrupt, 0, 1)
[   20.979774] i8042: [18860] ** <- i8042 (interrupt, 0, 1)
[   21.040492] i8042: [18921] ** <- i8042 (interrupt, 0, 1)
[   21.091893] i8042: [18972] ** <- i8042 (interrupt, 0, 1)
[   21.153585] i8042: [19034] ** <- i8042 (interrupt, 0, 1)
[   21.203289] i8042: [19083] ** <- i8042 (interrupt, 0, 1)
[   21.264843] i8042: [19145] ** <- i8042 (interrupt, 0, 1)
[   22.438244] i8042: [20318] ** <- i8042 (interrupt, 0, 1)
[   22.499780] i8042: [20380] ** <- i8042 (interrupt, 0, 1)
[   23.641906] i8042: [21522] ** <- i8042 (interrupt, 0, 1)
[   23.834102] i8042: [21714] ** <- i8042 (interrupt, 0, 1)
[   23.885539] i8042: [21766] ** <- i8042 (interrupt, 0, 1)
[   23.986699] i8042: [21867] ** <- i8042 (interrupt, 0, 1)
[   24.411699] i8042: [22292] ** <- i8042 (interrupt, 0, 1)
[   24.493477] i8042: [22373] ** <- i8042 (interrupt, 0, 1)
[   24.927592] i8042: [22808] ** <- i8042 (interrupt, 0, 1)
[   24.999253] i8042: [22879] ** <- i8042 (interrupt, 0, 1)
[   25.059078] i8042: [22939] ** <- i8042 (interrupt, 0, 1)
[   25.130750] i8042: [23011] ** <- i8042 (interrupt, 0, 1)
[   25.242161] i8042: [23122] ** <- i8042 (interrupt, 0, 1)
[   25.312997] i8042: [23193] ** <- i8042 (interrupt, 0, 1)
[   25.364400] i8042: [23244] ** <- i8042 (interrupt, 0, 1)
[   25.393903] i8042: [23274] ** <- i8042 (interrupt, 0, 1)
[   25.435203] i8042: [23315] ** <- i8042 (interrupt, 0, 1)
[   25.465553] i8042: [23346] ** <- i8042 (interrupt, 0, 1)
[   25.960245] i8042: [23840] ** <- i8042 (interrupt, 0, 1)
[   25.990607] i8042: [23871] ** <- i8042 (interrupt, 0, 1)
[   26.072380] i8042: [23952] ** <- i8042 (interrupt, 0, 1)
[   26.143185] i8042: [24023] ** <- i8042 (interrupt, 0, 1)
[   26.243471] i8042: [24123] ** <- i8042 (interrupt, 0, 1)
[   26.315144] i8042: [24195] ** <- i8042 (interrupt, 0, 1)
[   26.385082] i8042: [24265] ** <- i8042 (interrupt, 0, 1)
[   26.456692] i8042: [24337] ** <- i8042 (interrupt, 0, 1)
[   26.496339] i8042: [24376] ** <- i8042 (interrupt, 0, 1)
[   26.546958] i8042: [24427] ** <- i8042 (interrupt, 0, 1)
[   26.598372] i8042: [24478] ** <- i8042 (interrupt, 0, 1)
[   26.638835] i8042: [24519] ** <- i8042 (interrupt, 0, 1)
[   26.718881] i8042: [24599] ** <- i8042 (interrupt, 0, 1)
[   26.790544] i8042: [24671] ** <- i8042 (interrupt, 0, 1)
[   28.065063] i8042: [25945] ** <- i8042 (interrupt, 0, 1)
[   28.146847] i8042: [26027] ** <- i8042 (interrupt, 0, 1)
[   29.097741] i8042: [26978] ** <- i8042 (interrupt, 0, 1)
[   29.148340] i8042: [27028] ** <- i8042 (interrupt, 0, 1)
[   29.189623] i8042: [27070] ** <- i8042 (interrupt, 0, 1)
[   29.270537] i8042: [27151] ** <- i8042 (interrupt, 0, 1)
[   29.380912] i8042: [27261] ** <- i8042 (interrupt, 0, 1)
[   29.482921] i8042: [27363] ** <- i8042 (interrupt, 0, 1)
[   29.593302] i8042: [27473] ** <- i8042 (interrupt, 0, 1)
[   29.623665] i8042: [27504] ** <- i8042 (interrupt, 0, 1)
[   29.695301] i8042: [27575] ** <- i8042 (interrupt, 0, 1)
[   29.786326] i8042: [27666] ** <- i8042 (interrupt, 0, 1)
[   29.805684] i8042: [27686] ** <- i8042 (interrupt, 0, 1)
[   29.897574] i8042: [27778] ** <- i8042 (interrupt, 0, 1)
[   30.048414] i8042: [27928] ** <- i8042 (interrupt, 0, 1)
[   30.140295] i8042: [28020] ** <- i8042 (interrupt, 0, 1)
[   30.251690] i8042: [28132] ** <- i8042 (interrupt, 0, 1)
[   30.333475] i8042: [28213] ** <- i8042 (interrupt, 0, 1)
[   30.555119] i8042: [28435] ** <- i8042 (interrupt, 0, 1)

[-- Attachment #5: udevadm.info.touchpad.output --]
[-- Type: application/octet-stream, Size: 3965 bytes --]


Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/devices/platform/i8042/serio3/input/input10/event9':
    KERNEL=="event9"
    SUBSYSTEM=="input"
    DRIVER==""
    ATTR{power/async}=="disabled"
    ATTR{power/control}=="auto"
    ATTR{power/runtime_active_kids}=="0"
    ATTR{power/runtime_active_time}=="0"
    ATTR{power/runtime_enabled}=="disabled"
    ATTR{power/runtime_status}=="unsupported"
    ATTR{power/runtime_suspended_time}=="0"
    ATTR{power/runtime_usage}=="0"

  looking at parent device '/devices/platform/i8042/serio3/input/input10':
    KERNELS=="input10"
    SUBSYSTEMS=="input"
    DRIVERS==""
    ATTRS{capabilities/abs}=="660800011000003"
    ATTRS{capabilities/ev}=="b"
    ATTRS{capabilities/ff}=="0"
    ATTRS{capabilities/key}=="e520 30000 0 0 0 0"
    ATTRS{capabilities/led}=="0"
    ATTRS{capabilities/msc}=="0"
    ATTRS{capabilities/rel}=="0"
    ATTRS{capabilities/snd}=="0"
    ATTRS{capabilities/sw}=="0"
    ATTRS{id/bustype}=="0011"
    ATTRS{id/product}=="0007"
    ATTRS{id/vendor}=="0002"
    ATTRS{id/version}=="01b1"
    ATTRS{inhibited}=="0"
    ATTRS{name}=="SynPS/2 Synaptics TouchPad"
    ATTRS{phys}=="isa0060/serio3/input0"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"
    ATTRS{properties}=="1"
    ATTRS{uniq}==""

  looking at parent device '/devices/platform/i8042/serio3':
    KERNELS=="serio3"
    SUBSYSTEMS=="serio"
    DRIVERS=="psmouse"
    ATTRS{bind_mode}=="auto"
    ATTRS{description}=="i8042 AUX2 port"
    ATTRS{drvctl}=="(not readable)"
    ATTRS{firmware_id}=="PNP: SYN3003 SYN0100 SYN0002 PNP0f13"
    ATTRS{id/extra}=="00"
    ATTRS{id/id}=="00"
    ATTRS{id/proto}=="00"
    ATTRS{id/type}=="01"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"
    ATTRS{power/wakeup}=="disabled"
    ATTRS{power/wakeup_abort_count}==""
    ATTRS{power/wakeup_active}==""
    ATTRS{power/wakeup_active_count}==""
    ATTRS{power/wakeup_count}==""
    ATTRS{power/wakeup_expire_count}==""
    ATTRS{power/wakeup_last_time_ms}==""
    ATTRS{power/wakeup_max_time_ms}==""
    ATTRS{power/wakeup_total_time_ms}==""
    ATTRS{protocol}=="SynPS/2"
    ATTRS{rate}=="80"
    ATTRS{resetafter}=="5"
    ATTRS{resolution}=="200"
    ATTRS{resync_time}=="0"

  looking at parent device '/devices/platform/i8042':
    KERNELS=="i8042"
    SUBSYSTEMS=="platform"
    DRIVERS=="i8042"
    ATTRS{driver_override}=="(null)"
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"

  looking at parent device '/devices/platform':
    KERNELS=="platform"
    SUBSYSTEMS==""
    DRIVERS==""
    ATTRS{power/async}=="disabled"
    ATTRS{power/control}=="auto"
    ATTRS{power/runtime_active_kids}=="0"
    ATTRS{power/runtime_active_time}=="0"
    ATTRS{power/runtime_enabled}=="disabled"
    ATTRS{power/runtime_status}=="unsupported"
    ATTRS{power/runtime_suspended_time}=="0"
    ATTRS{power/runtime_usage}=="0"


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-09 22:54       ` jt
@ 2025-04-10  9:02         ` Dmitry Torokhov
  2025-04-10 19:48           ` jt
  0 siblings, 1 reply; 17+ messages in thread
From: Dmitry Torokhov @ 2025-04-10  9:02 UTC (permalink / raw)
  To: jt; +Cc: Aditya Garg, linux-input

On Wed, Apr 09, 2025 at 11:54:44PM +0100, jt wrote:
> On Wed, 9 Apr 2025 at 22:19, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > What about the main touchpad module? Is it still identified as "SynPS/2
> > Synaptics TouchPad"?
> 
> Yes. Please see the attached "libinput list-devices" output and both
> udevadm outputs.
> 
> > Could you please boot with "i8042.debug=1" kernel command line option
> > and post the dmesg?
> 
> Sure, attached.

Thank you for sending the logs. Let's start with the main touchpad. I
see in the logs:

[    4.293334] psmouse serio3: synaptics: queried min coordinates: x [1366..], y [1238..]
[    4.293400] psmouse serio3: synaptics: Your touchpad (PNP: SYN3003 SYN0100 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.

I also see munch of "MUX" errors in the logs. Please try booting with
"i8042.nomux=1" option.

Also you need to enable the intertouch mode
since the PNP ID of your module is not in the list of known intertouch
devices. If psmouse is built-in then you should add
'psmouse.synaptics_intertouch=1' to the kernel command line. However if
psmouse is a module, you should add "options psmouse intertouch=1" to
modprobe config.

Once you done this the touchpad will hopefully be in SMBus mode.

And please send me another dmesg of boot with the above config and
i8042.debug=1.

Thanks!

-- 
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-10  9:02         ` Dmitry Torokhov
@ 2025-04-10 19:48           ` jt
  2025-04-24 19:18             ` jt
  0 siblings, 1 reply; 17+ messages in thread
From: jt @ 2025-04-10 19:48 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Aditya Garg, linux-input

[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

On Thu, 10 Apr 2025 at 10:02, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> And please send me another dmesg of boot with the above config and
> i8042.debug=1.

My first attempt was with "i8042.nomux=1
psmouse.synaptics_intertouch=1 i8042.debug=1". With this combination
of parameters, libinput only sees 1 pointing device which it describes
as "PS/2 Generic Mouse". However, both the touchpad and the trackpoint
are able to move the pointer under xorg.

I then thought to try removing the "i8042.nomux=1", leaving only
"psmouse.synaptics_intertouch=1 i8042.debug=1". libinput now shows 2
pointing devices: a "Synaptics TM2769-001" and a "PS/2 Generic Mouse".

I have attached both dmesg outputs for the above. I can attach as many
different dmesg outputs as would be helpful to you - just let me know
exactly which different parameter combinations you would like me to
try.

Best wishes.

[-- Attachment #2: with.i8042.nomux=1.dmesg.output --]
[-- Type: application/octet-stream, Size: 129723 bytes --]

[    0.000000] Linux version 6.13.9-zabbly+ (root@gh-zabbly-linux-39666878469) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #debian12 SMP PREEMPT_DYNAMIC Mon Mar 31 02:08:07 UTC 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+ root=UUID=01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro ipv6.disable=1 i8042.nomux=1 psmouse.synaptics_intertouch=1 i8042.debug=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bab7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc000000-0x00000000bf1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000033edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 850 G1/198F, BIOS L71 Ver. 01.21 09/03/2014
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2394.489 MHz processor
[    0.001296] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001302] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001315] last_pfn = 0x33ee00 max_arch_pfn = 0x400000000
[    0.001327] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
[    0.001330] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001801] last_pfn = 0xbc000 max_arch_pfn = 0x400000000
[    0.016344] Using GB pages for direct mapping
[    0.017162] RAMDISK: [mem 0x32343000-0x35198fff]
[    0.017171] ACPI: Early table checksum verification disabled
[    0.017175] ACPI: RSDP 0x00000000000F2FE0 000024 (v02 HPQOEM)
[    0.017183] ACPI: XSDT 0x00000000BBFFE120 0000A4 (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.017192] ACPI: FACP 0x00000000BBFFC000 00010C (v05 HPQOEM 198F     00000001 HP   00000001)
[    0.017202] ACPI: DSDT 0x00000000BBFD1000 025472 (v02 HPQOEM 198F     00000001 INTL 20110112)
[    0.017208] ACPI: FACS 0x00000000BBDE4000 000040
[    0.017213] ACPI: FACS 0x00000000BBDE4000 000040
[    0.017218] ACPI: HPET 0x00000000BBFFB000 000038 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017224] ACPI: APIC 0x00000000BBFFA000 0000BC (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017229] ACPI: MCFG 0x00000000BBFF9000 00003C (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017235] ACPI: TCPA 0x00000000BBFF7000 000032 (v02 HPQOEM 198F     00000000 HP   00000001)
[    0.017240] ACPI: SSDT 0x00000000BBFCE000 000313 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
[    0.017246] ACPI: SSDT 0x00000000BBFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
[    0.017252] ACPI: SLIC 0x00000000BBFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.017258] ACPI: FPDT 0x00000000BBFCA000 000044 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017263] ACPI: BGRT 0x00000000BBFC9000 000038 (v00 HPQOEM 198F     00000001 HP   00000001)
[    0.017269] ACPI: SSDT 0x00000000BBFC5000 000466 (v01 Isct   IsctAsl  00003000 INTL 20110112)
[    0.017275] ACPI: SSDT 0x00000000BBFC4000 000544 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
[    0.017281] ACPI: SSDT 0x00000000BBFC3000 000AF3 (v01 PmRef  CpuPm    00003000 INTL 20110112)
[    0.017286] ACPI: SSDT 0x00000000BBFC2000 0001D5 (v01 PmRef  LakeTiny 00003000 INTL 20110112)
[    0.017292] ACPI: SSDT 0x00000000BBFC1000 000706 (v01 SaSsdt SaSsdt   00003000 INTL 20110112)
[    0.017298] ACPI: ASF! 0x00000000BBFF8000 0000A5 (v32 HPQOEM 198F     00000001 HP   00000001)
[    0.017303] ACPI: Reserving FACP table memory at [mem 0xbbffc000-0xbbffc10b]
[    0.017305] ACPI: Reserving DSDT table memory at [mem 0xbbfd1000-0xbbff6471]
[    0.017307] ACPI: Reserving FACS table memory at [mem 0xbbde4000-0xbbde403f]
[    0.017308] ACPI: Reserving FACS table memory at [mem 0xbbde4000-0xbbde403f]
[    0.017310] ACPI: Reserving HPET table memory at [mem 0xbbffb000-0xbbffb037]
[    0.017311] ACPI: Reserving APIC table memory at [mem 0xbbffa000-0xbbffa0bb]
[    0.017313] ACPI: Reserving MCFG table memory at [mem 0xbbff9000-0xbbff903b]
[    0.017314] ACPI: Reserving TCPA table memory at [mem 0xbbff7000-0xbbff7031]
[    0.017315] ACPI: Reserving SSDT table memory at [mem 0xbbfce000-0xbbfce312]
[    0.017317] ACPI: Reserving SSDT table memory at [mem 0xbbfcd000-0xbbfcd489]
[    0.017318] ACPI: Reserving SLIC table memory at [mem 0xbbfcc000-0xbbfcc175]
[    0.017320] ACPI: Reserving FPDT table memory at [mem 0xbbfca000-0xbbfca043]
[    0.017321] ACPI: Reserving BGRT table memory at [mem 0xbbfc9000-0xbbfc9037]
[    0.017322] ACPI: Reserving SSDT table memory at [mem 0xbbfc5000-0xbbfc5465]
[    0.017324] ACPI: Reserving SSDT table memory at [mem 0xbbfc4000-0xbbfc4543]
[    0.017325] ACPI: Reserving SSDT table memory at [mem 0xbbfc3000-0xbbfc3af2]
[    0.017327] ACPI: Reserving SSDT table memory at [mem 0xbbfc2000-0xbbfc21d4]
[    0.017328] ACPI: Reserving SSDT table memory at [mem 0xbbfc1000-0xbbfc1705]
[    0.017329] ACPI: Reserving ASF! table memory at [mem 0xbbff8000-0xbbff80a4]
[    0.017429] No NUMA configuration found
[    0.017431] Faking a node at [mem 0x0000000000000000-0x000000033edfffff]
[    0.017447] NODE_DATA(0) allocated [mem 0x33edd5340-0x33edffcbf]
[    0.017777] Zone ranges:
[    0.017778]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017781]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017784]   Normal   [mem 0x0000000100000000-0x000000033edfffff]
[    0.017787]   Device   empty
[    0.017788] Movable zone start for each node
[    0.017793] Early memory node ranges
[    0.017794]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.017797]   node   0: [mem 0x0000000000100000-0x00000000bab7efff]
[    0.017799]   node   0: [mem 0x00000000bbfff000-0x00000000bbffffff]
[    0.017801]   node   0: [mem 0x0000000100000000-0x000000033edfffff]
[    0.017804] Initmem setup node 0 [mem 0x0000000000001000-0x000000033edfffff]
[    0.017811] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017847] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.024621] On node 0, zone DMA32: 5248 pages in unavailable ranges
[    0.045593] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.045678] On node 0, zone Normal: 4608 pages in unavailable ranges
[    0.045688] Reserving Intel graphics memory at [mem 0xbd200000-0xbf1fffff]
[    0.045778] ACPI: PM-Timer IO Port: 0x1808
[    0.045791] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.045797] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.045800] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.045801] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.045803] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.045804] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.045805] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.045807] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.045808] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.045820] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-39
[    0.045825] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.045829] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.045837] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.045839] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.045847] TSC deadline timer available
[    0.045855] CPU topo: Max. logical packages:   1
[    0.045856] CPU topo: Max. logical dies:       1
[    0.045858] CPU topo: Max. dies per package:   1
[    0.045867] CPU topo: Max. threads per core:   2
[    0.045868] CPU topo: Num. cores per package:     2
[    0.045869] CPU topo: Num. threads per package:   4
[    0.045870] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.045872] CPU topo: Rejected CPUs 4
[    0.045896] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.045899] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.045901] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.045902] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.045904] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.045906] PM: hibernation: Registered nosave memory: [mem 0xbab7f000-0xbbe7efff]
[    0.045908] PM: hibernation: Registered nosave memory: [mem 0xbbe7f000-0xbbf7efff]
[    0.045909] PM: hibernation: Registered nosave memory: [mem 0xbbf7f000-0xbbffefff]
[    0.045912] PM: hibernation: Registered nosave memory: [mem 0xbc000000-0xbf1fffff]
[    0.045913] PM: hibernation: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
[    0.045914] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.045915] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.045917] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.045918] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.045919] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.045920] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.045922] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.045923] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.045924] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.045926] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.045927] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.045928] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.045930] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.045933] [mem 0xbf200000-0xdfffffff] available for PCI devices
[    0.045935] Booting paravirtualized kernel on bare hardware
[    0.045939] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.045959] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.046421] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[    0.046431] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[    0.046435] pcpu-alloc: [0] 0 1 2 3 
[    0.046463] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+ root=UUID=01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro ipv6.disable=1 i8042.nomux=1 psmouse.synaptics_intertouch=1 i8042.debug=1
[    0.046615] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+", will be passed to user space.
[    0.046641] random: crng init done
[    0.046642] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.048879] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.050007] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.050141] Fallback order for Node 0: 0 
[    0.050146] Built 1 zonelists, mobility grouping on.  Total pages: 3119388
[    0.050148] Policy zone: Normal
[    0.050161] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.050166] software IO TLB: area num 4.
[    0.111939] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.111975] Kernel/User page tables isolation: enabled
[    0.112028] ftrace: allocating 56094 entries in 220 pages
[    0.164056] ftrace: allocated 220 pages with 5 groups
[    0.165480] Dynamic Preempt: voluntary
[    0.165554] rcu: Preemptible hierarchical RCU implementation.
[    0.165555] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.165557] 	Trampoline variant of Tasks RCU enabled.
[    0.165558] 	Rude variant of Tasks RCU enabled.
[    0.165559] 	Tracing variant of Tasks RCU enabled.
[    0.165560] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.165561] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.165573] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.165576] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.165579] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.172701] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.172935] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.174781] Console: colour VGA+ 80x25
[    0.174785] printk: legacy console [tty0] enabled
[    0.184592] ACPI: Core revision 20240827
[    0.184869] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.184926] APIC: Switch to symmetric I/O mode setup
[    0.185435] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2283e155a7d, max_idle_ns: 440795273450 ns
[    0.185518] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.97 BogoMIPS (lpj=2394489)
[    0.185631] CPU0: Thermal monitoring enabled (TM1)
[    0.185723] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.185772] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.185825] process: using mwait in idle threads
[    0.185870] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.185943] Spectre V2 : Mitigation: Retpolines
[    0.185986] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.186056] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.186104] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.186155] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.186225] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.186273] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.186344] MDS: Mitigation: Clear CPU buffers
[    0.186388] MMIO Stale Data: Unknown: No mitigations
[    0.186433] SRBDS: Mitigation: Microcode
[    0.186480] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.186515] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.186515] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.186515] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.186515] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.186515] Freeing SMP alternatives memory: 48K
[    0.186515] pid_max: default: 32768 minimum: 301
[    0.186515] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[    0.186515] landlock: Up and running.
[    0.186515] Yama: becoming mindful.
[    0.186515] AppArmor: AppArmor initialized
[    0.186515] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.186515] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.186515] smpboot: CPU0: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.186515] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.186515] ... version:                3
[    0.186515] ... bit width:              48
[    0.186515] ... generic registers:      4
[    0.186515] ... value mask:             0000ffffffffffff
[    0.186515] ... max period:             00007fffffffffff
[    0.186515] ... fixed-purpose events:   3
[    0.186515] ... event mask:             000000070000000f
[    0.186646] signal: max sigframe size: 1776
[    0.186711] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.189465] rcu: Hierarchical SRCU implementation.
[    0.189513] rcu: 	Max phase no-delay instances is 400.
[    0.189595] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.190962] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.191540] smp: Bringing up secondary CPUs ...
[    0.194544] smpboot: x86: Booting SMP configuration:
[    0.194591] .... node  #0, CPUs:      #2 #1 #3
[    0.200558] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.200701] smp: Brought up 1 node, 4 CPUs
[    0.200701] smpboot: Total of 4 processors activated (19155.91 BogoMIPS)
[    0.201614] Memory: 12082136K/12477552K available (20480K kernel code, 3434K rwdata, 14084K rodata, 4960K init, 5752K bss, 386056K reserved, 0K cma-reserved)
[    0.202174] devtmpfs: initialized
[    0.202174] x86/mm: Memory block size: 128MB
[    0.204555] ACPI: PM: Registering ACPI NVS region [mem 0xbbe7f000-0xbbf7efff] (1048576 bytes)
[    0.204719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.204803] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.204947] pinctrl core: initialized pinctrl subsystem
[    0.205152] PM: RTC time: 18:38:52, date: 2025-04-10
[    0.206046] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.206524] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.206781] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.207053] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.207137] audit: initializing netlink subsys (disabled)
[    0.207198] audit: type=2000 audit(1744310331.021:1): state=initialized audit_enabled=0 res=1
[    0.207198] thermal_sys: Registered thermal governor 'fair_share'
[    0.207198] thermal_sys: Registered thermal governor 'bang_bang'
[    0.207198] thermal_sys: Registered thermal governor 'step_wise'
[    0.207521] thermal_sys: Registered thermal governor 'user_space'
[    0.207568] thermal_sys: Registered thermal governor 'power_allocator'
[    0.207626] EISA bus registered
[    0.207722] cpuidle: using governor ladder
[    0.207722] cpuidle: using governor menu
[    0.207722] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.207727] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.207911] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.207989] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry
[    0.208054] PCI: Using configuration type 1 for base access
[    0.208210] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.208581] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.208676] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.208676] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.208676] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.208705] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.209707] ACPI: Added _OSI(Module Device)
[    0.209753] ACPI: Added _OSI(Processor Device)
[    0.209796] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.209840] ACPI: Added _OSI(Processor Aggregator Device)
[    0.234703] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.236563] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.275990] ACPI: Dynamic OEM Table Load:
[    0.275990] ACPI: SSDT 0xFFFFA0044098C400 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
[    0.277409] ACPI: Dynamic OEM Table Load:
[    0.277462] ACPI: SSDT 0xFFFFA00440EEE000 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
[    0.279152] ACPI: Dynamic OEM Table Load:
[    0.279204] ACPI: SSDT 0xFFFFA00440C64C00 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
[    0.281645] ACPI: EC: EC started
[    0.281688] ACPI: EC: interrupt blocked
[    1.718154] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.718205] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    1.718274] ACPI: Interpreter enabled
[    1.718360] ACPI: PM: (supports S0 S3 S4 S5)
[    1.718404] ACPI: Using IOAPIC for interrupt routing
[    1.719811] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.719885] PCI: Using E820 reservations for host bridge windows
[    1.720487] ACPI: Enabled 7 GPEs in block 00 to 7F
[    1.724227] ACPI: \_SB_.PCI0.HDEF.APPR: New power resource
[    1.730378] ACPI: \_SB_.PCI0.LPCB.SIO_.COM1.COMP: New power resource
[    1.731043] ACPI: \_SB_.PCI0.LPCB.SIO_.LPT0.LPP_: New power resource
[    1.733443] ACPI: \_SB_.PCI0.RP06.PXP6: New power resource
[    1.848417] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.848477] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.849550] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    1.852128] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.852199] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.853389] PCI host bridge to bus 0000:00
[    1.853438] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.853489] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.853518] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.853586] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
[    1.853655] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff window]
[    1.853723] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    1.853791] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    1.853859] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.853923] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 conventional PCI endpoint
[    1.854114] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000 conventional PCI endpoint
[    1.854196] pci 0000:00:02.0: BAR 0 [mem 0xd0000000-0xd03fffff 64bit]
[    1.854252] pci 0000:00:02.0: BAR 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.854306] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    1.854377] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.854732] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    1.854818] pci 0000:00:03.0: BAR 0 [mem 0xd0730000-0xd0733fff 64bit]
[    1.855038] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 conventional PCI endpoint
[    1.855124] pci 0000:00:14.0: BAR 0 [mem 0xd0720000-0xd072ffff 64bit]
[    1.855234] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.855418] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000 conventional PCI endpoint
[    1.855508] pci 0000:00:16.0: BAR 0 [mem 0xd0739000-0xd073901f 64bit]
[    1.855600] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.855730] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000 conventional PCI endpoint
[    1.855813] pci 0000:00:19.0: BAR 0 [mem 0xd0700000-0xd071ffff]
[    1.855867] pci 0000:00:19.0: BAR 1 [mem 0xd073e000-0xd073efff]
[    1.855921] pci 0000:00:19.0: BAR 2 [io  0x3080-0x309f]
[    1.856034] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.856194] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    1.856284] pci 0000:00:1b.0: BAR 0 [mem 0xd0734000-0xd0737fff 64bit]
[    1.856416] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.856585] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400 PCIe Root Port
[    1.856680] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.856730] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.856853] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.857424] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400 PCIe Root Port
[    1.857521] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.857571] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.857699] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.858265] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400 PCIe Root Port
[    1.858361] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.858411] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.858544] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.859106] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320 conventional PCI endpoint
[    1.859194] pci 0000:00:1d.0: BAR 0 [mem 0xd073d000-0xd073d3ff]
[    1.859344] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.859526] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 conventional PCI endpoint
[    1.859854] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601 conventional PCI endpoint
[    1.859937] pci 0000:00:1f.2: BAR 0 [io  0x30a8-0x30af]
[    1.859989] pci 0000:00:1f.2: BAR 1 [io  0x30b4-0x30b7]
[    1.860040] pci 0000:00:1f.2: BAR 2 [io  0x30a0-0x30a7]
[    1.860092] pci 0000:00:1f.2: BAR 3 [io  0x30b0-0x30b3]
[    1.860143] pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
[    1.860195] pci 0000:00:1f.2: BAR 5 [mem 0xd073c000-0xd073c7ff]
[    1.860286] pci 0000:00:1f.2: PME# supported from D3hot
[    1.860432] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 conventional PCI endpoint
[    1.860520] pci 0000:00:1f.3: BAR 0 [mem 0xd0738000-0xd07380ff 64bit]
[    1.860588] pci 0000:00:1f.3: BAR 4 [io  0xef80-0xef9f]
[    1.860788] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.860922] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000 PCIe Endpoint
[    1.861017] pci 0000:02:00.0: BAR 0 [mem 0xd0500000-0xd057ffff 64bit]
[    1.861119] pci 0000:02:00.0: ROM [mem 0xffff0000-0xffffffff pref]
[    1.861264] pci 0000:02:00.0: supports D1 D2
[    1.861308] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.861597] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.861723] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000 PCIe Endpoint
[    1.861812] pci 0000:03:00.0: BAR 0 [mem 0xd0400000-0xd0400fff]
[    1.862028] pci 0000:03:00.0: supports D1 D2
[    1.862071] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.862310] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.864603] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    1.864738] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    1.864866] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[    1.864993] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    1.865120] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    1.865247] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.865294] ACPI: PCI: Interrupt link LNKF disabled
[    1.865418] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    1.865549] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.865597] ACPI: PCI: Interrupt link LNKH disabled
[    1.866526] ACPI: EC: interrupt unblocked
[    1.866571] ACPI: EC: event unblocked
[    1.866614] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.866659] ACPI: EC: GPE=0x6
[    1.866700] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    1.866751] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    1.866916] iommu: Default domain type: Translated
[    1.866916] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.866916] SCSI subsystem initialized
[    1.867535] libata version 3.00 loaded.
[    1.867571] ACPI: bus type USB registered
[    1.867571] usbcore: registered new interface driver usbfs
[    1.867585] usbcore: registered new interface driver hub
[    1.867638] usbcore: registered new device driver usb
[    1.867719] pps_core: LinuxPPS API ver. 1 registered
[    1.867764] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.867838] PTP clock support registered
[    1.867905] EDAC MC: Ver: 3.0.0
[    1.868594] NetLabel: Initializing
[    1.868637] NetLabel:  domain hash size = 128
[    1.868680] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.868751] NetLabel:  unlabeled traffic allowed by default
[    1.868825] mctp: management component transport protocol core
[    1.868825] NET: Registered PF_MCTP protocol family
[    1.868825] PCI: Using ACPI for IRQ routing
[    1.875127] PCI: pci_cache_line_size set to 64 bytes
[    1.875170] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    1.875174] e820: reserve RAM buffer [mem 0xbab7f000-0xbbffffff]
[    1.875176] e820: reserve RAM buffer [mem 0x33ee00000-0x33fffffff]
[    1.875201] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.875201] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.875201] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.875201] vgaarb: loaded
[    1.875608] clocksource: Switched to clocksource tsc-early
[    1.876589] VFS: Disk quotas dquot_6.6.0
[    1.876647] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.876876] AppArmor: AppArmor Filesystem Enabled
[    1.876969] pnp: PnP ACPI init
[    1.877354] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.877408] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.877459] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.877509] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.877565] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.877615] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.877664] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.877713] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.877763] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.877814] system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
[    1.878109] system 00:01: [io  0x0200-0x027f] has been reserved
[    1.878159] system 00:01: [io  0xffff] has been reserved
[    1.878206] system 00:01: [io  0xffff] has been reserved
[    1.878252] system 00:01: [io  0xffff] has been reserved
[    1.878298] system 00:01: [io  0x1800-0x18fe] has been reserved
[    1.878345] system 00:01: [io  0xef80-0xef9f] has been reserved
[    1.879288] system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
[    1.879342] system 00:05: [mem 0x40004000-0x40004fff] could not be reserved
[    1.879848] pnp: PnP ACPI: found 7 devices
[    1.886565] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.886730] NET: Registered PF_INET protocol family
[    1.887012] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.915506] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.915641] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.915818] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.916252] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.917399] TCP: Hash tables configured (established 131072 bind 65536)
[    1.917594] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    1.917778] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.918012] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.918273] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.918330] NET: Registered PF_XDP protocol family
[    1.918379] pci 0000:02:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
[    1.918462] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.918535] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.918632] pci 0000:00:1c.5: bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]: assigned
[    1.918705] pci 0000:00:1c.5: bridge window [io  0x2000-0x2fff]: assigned
[    1.918758] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.918808] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.918865] pci 0000:02:00.0: ROM [mem 0xd0580000-0xd058ffff pref]: assigned
[    1.918917] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.918965] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.919021] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.919067] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    1.919118] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.919169] pci 0000:00:1c.5:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.919244] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.919293] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.919341] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.919391] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
[    1.919441] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff window]
[    1.919491] pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff window]
[    1.919541] pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff window]
[    1.919594] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    1.919643] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    1.919692] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.919738] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[    1.919786] pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.920001] pci 0000:00:14.0: enabling device (0000 -> 0002)
[    1.920917] PCI: CLS 64 bytes, default 64
[    1.920977] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.921025] software IO TLB: mapped [mem 0x00000000b6b7f000-0x00000000bab7f000] (64MB)
[    1.921045] Trying to unpack rootfs image as initramfs...
[    1.921216] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than Reserved [mem 0xfed10000-0xfed13fff]
[    1.921322] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs
[    1.943902] Initialise system trusted keyrings
[    1.943965] Key type blacklist registered
[    1.944098] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    1.944166] zbud: loaded
[    1.944605] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.944831] fuse: init (API version 7.41)
[    1.945084] integrity: Platform Keyring initialized
[    1.945137] integrity: Machine keyring initialized
[    1.968345] Key type asymmetric registered
[    1.968392] Asymmetric key parser 'x509' registered
[    1.968478] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.968653] io scheduler mq-deadline registered
[    1.969412] ledtrig-cpu: registered to indicate activity on CPUs
[    1.969876] pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
[    1.970296] pcieport 0000:00:1c.3: PME: Signaling with IRQ 41
[    1.970739] pcieport 0000:00:1c.5: PME: Signaling with IRQ 42
[    1.970824] pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.971178] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.972370] ACPI: AC: AC Adapter [AC] (on-line)
[    1.972512] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.972627] ACPI: button: Sleep Button [SLPB]
[    1.972722] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.972817] ACPI: button: Lid Switch [LID]
[    1.972907] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.973319] ACPI: button: Power Button [PWRF]
[    1.998773] thermal LNXTHERM:00: registered as thermal_zone0
[    1.998830] ACPI: thermal: Thermal Zone [CPUZ] (40 C)
[    2.023068] thermal LNXTHERM:01: registered as thermal_zone1
[    2.023124] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    2.038183] thermal LNXTHERM:02: registered as thermal_zone2
[    2.038240] ACPI: thermal: Thermal Zone [EXTZ] (28 C)
[    2.053358] thermal LNXTHERM:03: registered as thermal_zone3
[    2.053415] ACPI: thermal: Thermal Zone [LOCZ] (30 C)
[    2.068709] thermal LNXTHERM:04: registered as thermal_zone4
[    2.068765] ACPI: thermal: Thermal Zone [BATZ] (20 C)
[    2.069419] thermal LNXTHERM:05: registered as thermal_zone5
[    2.069470] ACPI: thermal: Thermal Zone [PCHZ] (114 C)
[    2.069877] ACPI: battery: Slot [BAT0] (battery absent)
[    2.070066] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.073949] hpet_acpi_add: no address or irqs in _CRS
[    2.074029] Linux agpgart interface v0.103
[    2.077133] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
[    2.104725] loop: module loaded
[    2.105459] tun: Universal TUN/TAP device driver, 1.6
[    2.105605] PPP generic driver version 2.4.2
[    2.106488] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.106564] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.106647] ehci-pci 0000:00:1d.0: debug port 2
[    2.110620] ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
[    2.116594] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.116724] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    2.116799] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.116868] usb usb1: Product: EHCI Host Controller
[    2.116914] usb usb1: Manufacturer: Linux 6.13.9-zabbly+ ehci_hcd
[    2.116962] usb usb1: SerialNumber: 0000:00:1d.0
[    2.117255] hub 1-0:1.0: USB hub found
[    2.117308] hub 1-0:1.0: 3 ports detected
[    2.117718] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.117782] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.118949] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    2.119351] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.119408] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.119487] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.119631] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    2.119710] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.119782] usb usb2: Product: xHCI Host Controller
[    2.119831] usb usb2: Manufacturer: Linux 6.13.9-zabbly+ xhci-hcd
[    2.119882] usb usb2: SerialNumber: 0000:00:14.0
[    2.120250] hub 2-0:1.0: USB hub found
[    2.120320] hub 2-0:1.0: 9 ports detected
[    2.124275] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[    2.124358] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.124433] usb usb3: Product: xHCI Host Controller
[    2.124482] usb usb3: Manufacturer: Linux 6.13.9-zabbly+ xhci-hcd
[    2.124534] usb usb3: SerialNumber: 0000:00:14.0
[    2.124855] hub 3-0:1.0: USB hub found
[    2.124919] hub 3-0:1.0: 4 ports detected
[    2.127159] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.127328] i8042: [0] 20 -> i8042 (command)
[    2.127391] i8042: [0] 47 <- i8042 (return)
[    2.127446] i8042: [0] 20 -> i8042 (command)
[    2.127507] i8042: [0] 47 <- i8042 (return)
[    2.127514] i8042: [0] 60 -> i8042 (command)
[    2.127549] i8042: [1] 56 -> i8042 (parameter)
[    2.127591] i8042: [1] d3 -> i8042 (command)
[    2.127650] i8042: [1] 5a -> i8042 (parameter)
[    2.127713] i8042: [1] 5a <- i8042 (return)
[    2.127718] i8042: [1] a7 -> i8042 (command)
[    2.127775] i8042: [1] 20 -> i8042 (command)
[    2.127836] i8042: [1] 76 <- i8042 (return)
[    2.127842] i8042: [1] a8 -> i8042 (command)
[    2.127899] i8042: [1] 20 -> i8042 (command)
[    2.127959] i8042: [1] 56 <- i8042 (return)
[    2.127964] i8042: [1] 60 -> i8042 (command)
[    2.128023] i8042: [1] 74 -> i8042 (parameter)
[    2.128048] i8042: [1] 60 -> i8042 (command)
[    2.128107] i8042: [1] 56 -> i8042 (parameter)
[    2.128124] i8042: [1] 60 -> i8042 (command)
[    2.128182] i8042: [1] 47 -> i8042 (parameter)
[    2.128187] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.128246] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.128607] mousedev: PS/2 mouse device common for all mice
[    2.128934] i8042: [2] f5 -> i8042 (kbd-data)
[    2.129027] rtc_cmos 00:02: RTC can wake from S4
[    2.129453] rtc_cmos 00:02: registered as rtc0
[    2.129539] rtc_cmos 00:02: setting system clock to 2025-04-10T18:38:53 UTC (1744310333)
[    2.129679] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    2.129756] i2c_dev: i2c /dev entries driver
[    2.130083] i8042: [3] fa <- i8042 (interrupt, 0, 1)
[    2.130103] i8042: [3] ed -> i8042 (kbd-data)
[    2.130331] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    2.130443] device-mapper: uevent: version 1.0.3
[    2.130610] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    2.130748] platform eisa.0: Probing EISA bus 0
[    2.130798] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.130853] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.130907] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.130960] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.131014] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.131069] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.131122] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.131175] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.131228] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.131282] platform eisa.0: EISA: Detected 0 cards
[    2.131342] intel_pstate: Intel P-state driver initializing
[    2.131988] drop_monitor: Initializing network drop monitor service
[    2.132230] IPv6: Loaded, but administratively disabled, reboot required to enable
[    2.132319] NET: Registered PF_PACKET protocol family
[    2.132499] Key type dns_resolver registered
[    2.133099] i8042: [6] fa <- i8042 (interrupt, 0, 1)
[    2.133122] i8042: [6] 00 -> i8042 (kbd-data)
[    2.133527] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    2.133763] microcode: Current revision: 0x00000026
[    2.133804] microcode: Updated early from: 0x0000001c
[    2.134093] IPI shorthand broadcast: enabled
[    2.136117] sched_clock: Marking stable (2123001679, 12545941)->(2204180696, -68633076)
[    2.136712] i8042: [10] fa <- i8042 (interrupt, 0, 1)
[    2.136730] i8042: [10] f3 -> i8042 (kbd-data)
[    2.136894] registered taskstats version 1
[    2.137862] Loading compiled-in X.509 certificates
[    2.138720] Loaded X.509 cert 'Build time autogenerated kernel key: 0515ad06357eebaa4a99deb8a8a8a68d68b0ab66'
[    2.139167] i8042: [12] fa <- i8042 (interrupt, 0, 1)
[    2.139181] i8042: [12] 00 -> i8042 (kbd-data)
[    2.141329] Demotion targets for Node 0: null
[    2.141474] Key type .fscrypt registered
[    2.141512] Key type fscrypt-provisioning registered
[    2.142214] i8042: [15] fa <- i8042 (interrupt, 0, 1)
[    2.142240] i8042: [15] f4 -> i8042 (kbd-data)
[    2.145257] i8042: [18] fa <- i8042 (interrupt, 0, 1)
[    2.145357] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.145538] i8042: [18] d4 -> i8042 (command)
[    2.145597] i8042: [19] f2 -> i8042 (parameter)
[    2.152609] i8042: [26] fa <- i8042 (interrupt, 1, 12)
[    2.153360] i8042: [26] 00 <- i8042 (interrupt, 1, 12)
[    2.153378] i8042: [26] 60 -> i8042 (command)
[    2.153396] i8042: [26] 45 -> i8042 (parameter)
[    2.153452] i8042: [26] 60 -> i8042 (command)
[    2.153510] i8042: [26] 47 -> i8042 (parameter)
[    2.352590] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.360586] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    2.362642] Freeing initrd memory: 47448K
[    2.367347] Key type trusted registered
[    2.386303] Key type encrypted registered
[    2.386347] AppArmor: AppArmor sha256 policy hashing enabled
[    2.386401] Loading compiled-in module X.509 certificates
[    2.387299] Loaded X.509 cert 'Build time autogenerated kernel key: 0515ad06357eebaa4a99deb8a8a8a68d68b0ab66'
[    2.387373] ima: Allocated hash algorithm: sha1
[    2.424702] ima: No architecture policies found
[    2.424776] evm: Initialising EVM extended attributes:
[    2.424820] evm: security.selinux
[    2.424860] evm: security.SMACK64
[    2.424899] evm: security.SMACK64EXEC
[    2.424939] evm: security.SMACK64TRANSMUTE
[    2.424980] evm: security.SMACK64MMAP
[    2.425020] evm: security.apparmor
[    2.425059] evm: security.ima
[    2.425097] evm: security.capability
[    2.425137] evm: HMAC attrs: 0x1
[    2.425698] PM:   Magic number: 5:230:645
[    2.435279] RAS: Correctable Errors collector initialized.
[    2.469192] clk: Disabling unused clocks
[    2.469249] PM: genpd: Disabling unused power domains
[    2.471493] Freeing unused decrypted memory: 2028K
[    2.472638] Freeing unused kernel image (initmem) memory: 4960K
[    2.472761] Write protecting the kernel read-only data: 34816k
[    2.473165] Freeing unused kernel image (rodata/data gap) memory: 252K
[    2.477995] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    2.478075] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.478643] hub 1-1:1.0: USB hub found
[    2.478867] hub 1-1:1.0: 8 ports detected
[    2.483894] usb 2-3: New USB device found, idVendor=0424, idProduct=2134, bcdDevice=50.00
[    2.483973] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.484026] usb 2-3: Product: USB2134B
[    2.484070] usb 2-3: Manufacturer: SMSC
[    2.484788] hub 2-3:1.0: USB hub found
[    2.484855] hub 2-3:1.0: 4 ports detected
[    2.536503] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.536544] x86/mm: Checking user space page tables
[    2.584909] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.584963] Run /init as init process
[    2.585010]   with arguments:
[    2.585012]     /init
[    2.585013]   with environment:
[    2.585014]     HOME=/
[    2.585015]     TERM=linux
[    2.585016]     BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+
[    2.595624] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[    2.608006] usb 3-3: New USB device found, idVendor=0424, idProduct=5534, bcdDevice=50.00
[    2.608086] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    2.608129] usb 3-3: Product: USB5534B
[    2.608165] usb 3-3: Manufacturer: SMSC
[    2.609009] hub 3-3:1.0: USB hub found
[    2.609229] hub 3-3:1.0: 4 ports detected
[    2.609899] usb: port power management may be unreliable
[    2.704301] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[    2.720609] usb 2-7: new high-speed USB device number 3 using xhci_hcd
[    2.733272] i8042: [606] d4 -> i8042 (command)
[    2.733334] i8042: [606] f2 -> i8042 (parameter)
[    2.735162] e1000e: Intel(R) PRO/1000 Network Driver
[    2.735207] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.736511] ahci 0000:00:1f.2: version 3.0
[    2.739783] i8042: [613] fa <- i8042 (interrupt, 1, 12)
[    2.740054] i8042: [613] 00 <- i8042 (interrupt, 1, 12)
[    2.740075] i8042: [613] d4 -> i8042 (command)
[    2.740135] i8042: [613] f6 -> i8042 (parameter)
[    2.741196] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.747185] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    2.747260] ahci 0000:00:1f.2: 1/2 ports implemented (port mask 0x2)
[    2.747308] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    2.750555] scsi host0: ahci
[    2.772576] scsi host1: ahci
[    2.775293] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    2.775365] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.776619] ata1: DUMMY
[    2.776659] ata2: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c180 irq 45 lpm-pol 3
[    2.776781] i2c i2c-0: Successfully instantiated SPD at 0x50
[    2.811831] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.873928] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:bf:9c:de:fa:56
[    2.874017] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.874092] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.894606] usb 2-7: New USB device found, idVendor=04f2, idProduct=b3ed, bcdDevice=66.63
[    2.894690] usb 2-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.894744] usb 2-7: Product: HP HD Webcam
[    2.894788] usb 2-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.894837] usb 2-7: SerialNumber: 200901010001
[    2.919599] usb 2-3.2: new full-speed USB device number 4 using xhci_hcd
[    2.944674] psmouse serio1: Failed to reset mouse on isa0060/serio1: -5
[    2.944776] i8042: [818] d4 -> i8042 (command)
[    2.968795] tsc: Refined TSC clocksource calibration: 2394.457 MHz
[    2.968889] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c360c9e, max_idle_ns: 440795302742 ns
[    3.115706] i8042: [989] f3 -> i8042 (parameter)
[    3.115715] i8042: [989] fa <- i8042 (interrupt, 1, 12)
[    3.115741] i8042: [989] d4 -> i8042 (command)
[    3.115760] clocksource: Switched to clocksource tsc
[    3.120207] i8042: [993] 0a -> i8042 (parameter)
[    3.120214] i8042: [993] fa <- i8042 (interrupt, 1, 12)
[    3.120222] i8042: [993] d4 -> i8042 (command)
[    3.124694] i8042: [998] e8 -> i8042 (parameter)
[    3.124701] i8042: [998] fa <- i8042 (interrupt, 1, 12)
[    3.124714] i8042: [998] d4 -> i8042 (command)
[    3.129289] i8042: [998] 00 -> i8042 (parameter)
[    3.129298] i8042: [1002] fa <- i8042 (interrupt, 1, 12)
[    3.129344] i8042: [1002] d4 -> i8042 (command)
[    3.133760] i8042: [1003] f3 -> i8042 (parameter)
[    3.133769] i8042: [1007] fa <- i8042 (interrupt, 1, 12)
[    3.133804] i8042: [1007] d4 -> i8042 (command)
[    3.138242] i8042: [1008] 14 -> i8042 (parameter)
[    3.138251] i8042: [1011] fa <- i8042 (interrupt, 1, 12)
[    3.138271] i8042: [1011] d4 -> i8042 (command)
[    3.142735] i8042: [1016] f3 -> i8042 (parameter)
[    3.142742] i8042: [1016] fa <- i8042 (interrupt, 1, 12)
[    3.142754] i8042: [1016] d4 -> i8042 (command)
[    3.147219] i8042: [1018] 3c -> i8042 (parameter)
[    3.147227] i8042: [1020] fa <- i8042 (interrupt, 1, 12)
[    3.147238] i8042: [1020] d4 -> i8042 (command)
[    3.151710] i8042: [1023] f3 -> i8042 (parameter)
[    3.151720] i8042: [1025] fa <- i8042 (interrupt, 1, 12)
[    3.151731] i8042: [1025] d4 -> i8042 (command)
[    3.156196] i8042: [1028] 28 -> i8042 (parameter)
[    3.156203] i8042: [1029] fa <- i8042 (interrupt, 1, 12)
[    3.156215] i8042: [1029] d4 -> i8042 (command)
[    3.160688] i8042: [1034] f3 -> i8042 (parameter)
[    3.160695] i8042: [1034] fa <- i8042 (interrupt, 1, 12)
[    3.160702] i8042: [1034] d4 -> i8042 (command)
[    3.165613] i8042: [1038] 14 -> i8042 (parameter)
[    3.165623] i8042: [1039] fa <- i8042 (interrupt, 1, 12)
[    3.165635] i8042: [1039] d4 -> i8042 (command)
[    3.170100] i8042: [1039] f3 -> i8042 (parameter)
[    3.170107] i8042: [1043] fa <- i8042 (interrupt, 1, 12)
[    3.170121] i8042: [1043] d4 -> i8042 (command)
[    3.170123] usb 2-3.2: New USB device found, idVendor=0489, idProduct=e036, bcdDevice= 0.02
[    3.170188] usb 2-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.170248] usb 2-3.2: Product: Bluetooth USB Host Controller
[    3.170289] usb 2-3.2: Manufacturer: Atheros Communications
[    3.170328] usb 2-3.2: SerialNumber: Alaska Day 2006
[    3.174698] i8042: [1048] 14 -> i8042 (parameter)
[    3.174706] i8042: [1048] fa <- i8042 (interrupt, 1, 12)
[    3.174721] i8042: [1048] d4 -> i8042 (command)
[    3.179192] i8042: [1048] f3 -> i8042 (parameter)
[    3.179201] i8042: [1052] fa <- i8042 (interrupt, 1, 12)
[    3.179212] i8042: [1052] d4 -> i8042 (command)
[    3.183679] i8042: [1057] 3c -> i8042 (parameter)
[    3.183686] i8042: [1057] fa <- i8042 (interrupt, 1, 12)
[    3.183697] i8042: [1057] d4 -> i8042 (command)
[    3.188162] i8042: [1059] f3 -> i8042 (parameter)
[    3.188170] i8042: [1061] fa <- i8042 (interrupt, 1, 12)
[    3.188181] i8042: [1061] d4 -> i8042 (command)
[    3.192651] i8042: [1066] 28 -> i8042 (parameter)
[    3.192658] i8042: [1066] fa <- i8042 (interrupt, 1, 12)
[    3.192670] i8042: [1066] d4 -> i8042 (command)
[    3.197134] i8042: [1070] f3 -> i8042 (parameter)
[    3.197142] i8042: [1070] fa <- i8042 (interrupt, 1, 12)
[    3.197153] i8042: [1070] d4 -> i8042 (command)
[    3.201623] i8042: [1075] 14 -> i8042 (parameter)
[    3.201630] i8042: [1075] fa <- i8042 (interrupt, 1, 12)
[    3.201641] i8042: [1075] d4 -> i8042 (command)
[    3.206105] i8042: [1079] f3 -> i8042 (parameter)
[    3.206112] i8042: [1079] fa <- i8042 (interrupt, 1, 12)
[    3.206123] i8042: [1079] d4 -> i8042 (command)
[    3.210644] i8042: [1084] 14 -> i8042 (parameter)
[    3.210652] i8042: [1084] fa <- i8042 (interrupt, 1, 12)
[    3.210659] i8042: [1084] d4 -> i8042 (command)
[    3.215135] i8042: [1087] f2 -> i8042 (parameter)
[    3.215145] i8042: [1088] fa <- i8042 (interrupt, 1, 12)
[    3.221247] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.222158] i8042: [1095] fa <- i8042 (interrupt, 1, 12)
[    3.222174] ata2.00: ATA-9: TS128GMTS550T, R0906A, max UDMA/133
[    3.222208] i8042: [1095] d4 -> i8042 (command)
[    3.222242] ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.222285] i8042: [1095] e8 -> i8042 (parameter)
[    3.222531] ata2.00: configured for UDMA/133
[    3.226838] i8042: [1100] fa <- i8042 (interrupt, 1, 12)
[    3.226915] i8042: [1100] d4 -> i8042 (command)
[    3.226977] i8042: [1100] 00 -> i8042 (parameter)
[    3.231483] i8042: [1104] fa <- i8042 (interrupt, 1, 12)
[    3.231539] i8042: [1104] d4 -> i8042 (command)
[    3.231602] i8042: [1105] e8 -> i8042 (parameter)
[    3.232800] scsi 1:0:0:0: Direct-Access     ATA      TS128GMTS550T    6A   PQ: 0 ANSI: 5
[    3.233283] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    3.233293] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.233422] sd 1:0:0:0: [sda] Write Protect is off
[    3.233472] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.233493] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.233602] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.236112] i8042: [1109] fa <- i8042 (interrupt, 1, 12)
[    3.236176] i8042: [1109] d4 -> i8042 (command)
[    3.236237] i8042: [1109] 00 -> i8042 (parameter)
[    3.240755] i8042: [1114] fa <- i8042 (interrupt, 1, 12)
[    3.240832] i8042: [1114] d4 -> i8042 (command)
[    3.240894] i8042: [1114] e8 -> i8042 (parameter)
[    3.245408] i8042: [1118] fa <- i8042 (interrupt, 1, 12)
[    3.245465] i8042: [1118] d4 -> i8042 (command)
[    3.245527] i8042: [1118] 00 -> i8042 (parameter)
[    3.250059] i8042: [1123] fa <- i8042 (interrupt, 1, 12)
[    3.250140] i8042: [1123] d4 -> i8042 (command)
[    3.250202] i8042: [1123] e8 -> i8042 (parameter)
[    3.251249]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    3.251734] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.254677] i8042: [1128] fa <- i8042 (interrupt, 1, 12)
[    3.254802] i8042: [1128] d4 -> i8042 (command)
[    3.254865] i8042: [1128] 00 -> i8042 (parameter)
[    3.256748] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    3.259438] i8042: [1132] fa <- i8042 (interrupt, 1, 12)
[    3.259452] i8042: [1132] d4 -> i8042 (command)
[    3.259512] i8042: [1132] e9 -> i8042 (parameter)
[    3.269920] i8042: [1143] fa <- i8042 (interrupt, 1, 12)
[    3.270121] i8042: [1143] 00 <- i8042 (interrupt, 1, 12)
[    3.271132] i8042: [1144] 46 <- i8042 (interrupt, 1, 12)
[    3.272167] i8042: [1145] 12 <- i8042 (interrupt, 1, 12)
[    3.272196] i8042: [1145] d4 -> i8042 (command)
[    3.272259] i8042: [1145] e8 -> i8042 (parameter)
[    3.276766] i8042: [1150] fa <- i8042 (interrupt, 1, 12)
[    3.276963] i8042: [1150] d4 -> i8042 (command)
[    3.277027] i8042: [1150] 00 -> i8042 (parameter)
[    3.281532] i8042: [1154] fa <- i8042 (interrupt, 1, 12)
[    3.281559] i8042: [1155] d4 -> i8042 (command)
[    3.281621] i8042: [1155] e8 -> i8042 (parameter)
[    3.286095] i8042: [1159] fa <- i8042 (interrupt, 1, 12)
[    3.286136] i8042: [1159] d4 -> i8042 (command)
[    3.286196] i8042: [1159] 00 -> i8042 (parameter)
[    3.290685] i8042: [1164] fa <- i8042 (interrupt, 1, 12)
[    3.290727] i8042: [1164] d4 -> i8042 (command)
[    3.290789] i8042: [1164] e8 -> i8042 (parameter)
[    3.295280] i8042: [1168] fa <- i8042 (interrupt, 1, 12)
[    3.295304] i8042: [1168] d4 -> i8042 (command)
[    3.295365] i8042: [1168] 00 -> i8042 (parameter)
[    3.299983] i8042: [1173] fa <- i8042 (interrupt, 1, 12)
[    3.300058] i8042: [1173] d4 -> i8042 (command)
[    3.300120] i8042: [1173] e8 -> i8042 (parameter)
[    3.304621] i8042: [1178] fa <- i8042 (interrupt, 1, 12)
[    3.304647] i8042: [1178] d4 -> i8042 (command)
[    3.304709] i8042: [1178] 00 -> i8042 (parameter)
[    3.309183] i8042: [1182] fa <- i8042 (interrupt, 1, 12)
[    3.309214] i8042: [1182] d4 -> i8042 (command)
[    3.309279] i8042: [1182] e9 -> i8042 (parameter)
[    3.319721] i8042: [1193] fa <- i8042 (interrupt, 1, 12)
[    3.319812] i8042: [1193] 00 <- i8042 (interrupt, 1, 12)
[    3.320824] i8042: [1194] 46 <- i8042 (interrupt, 1, 12)
[    3.321839] i8042: [1195] 12 <- i8042 (interrupt, 1, 12)
[    3.321898] i8042: [1195] d4 -> i8042 (command)
[    3.321958] i8042: [1195] f6 -> i8042 (parameter)
[    3.328429] EXT4-fs (sda5): mounted filesystem 01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro with ordered data mode. Quota mode: none.
[    3.478781] systemd[1]: Inserted module 'autofs4'
[    3.500304] systemd[1]: systemd 252.36-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.500503] systemd[1]: Detected architecture x86-64.
[    3.502085] systemd[1]: Hostname set to <elite2>.
[    3.528570] i8042: [1402] d4 -> i8042 (command)
[    3.696111] i8042: [1569] e8 -> i8042 (parameter)
[    3.696125] i8042: [1569] fa <- i8042 (interrupt, 1, 12)
[    3.696202] i8042: [1569] d4 -> i8042 (command)
[    3.700602] i8042: [1574] 00 -> i8042 (parameter)
[    3.700611] i8042: [1574] fa <- i8042 (interrupt, 1, 12)
[    3.700626] i8042: [1574] d4 -> i8042 (command)
[    3.705101] i8042: [1578] e6 -> i8042 (parameter)
[    3.705109] i8042: [1578] fa <- i8042 (interrupt, 1, 12)
[    3.705121] i8042: [1578] d4 -> i8042 (command)
[    3.709695] i8042: [1583] e6 -> i8042 (parameter)
[    3.709703] i8042: [1583] fa <- i8042 (interrupt, 1, 12)
[    3.709716] i8042: [1583] d4 -> i8042 (command)
[    3.714193] i8042: [1587] e6 -> i8042 (parameter)
[    3.714200] i8042: [1587] fa <- i8042 (interrupt, 1, 12)
[    3.714213] i8042: [1587] d4 -> i8042 (command)
[    3.718691] i8042: [1592] e9 -> i8042 (parameter)
[    3.718698] i8042: [1592] fa <- i8042 (interrupt, 1, 12)
[    3.729084] i8042: [1602] fa <- i8042 (interrupt, 1, 12)
[    3.729328] i8042: [1602] 00 <- i8042 (interrupt, 1, 12)
[    3.730341] i8042: [1603] 00 <- i8042 (interrupt, 1, 12)
[    3.730382] i8042: [1603] d4 -> i8042 (command)
[    3.730443] i8042: [1603] f6 -> i8042 (parameter)
[    3.781414] systemd[1]: Queued start job for default target graphical.target.
[    3.792038] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    3.792703] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.793195] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.793413] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    3.793628] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.793959] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.794140] systemd[1]: Expecting device dev-disk-by\x2dlabel-swap.device - /dev/disk/by-label/swap...
[    3.794296] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    3.794460] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.794628] systemd[1]: Reached target paths.target - Path Units.
[    3.795280] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.795424] systemd[1]: Reached target slices.target - Slice Units.
[    3.795594] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.795868] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    3.796076] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.796564] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    3.796858] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.797142] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.797438] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.797708] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.798711] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.799883] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.801575] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.803337] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.804834] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.806486] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.807768] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    3.809946] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    3.812177] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.814273] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.816687] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    3.818657] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    3.819197] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    3.823753] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.827818] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.829547] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.831613] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.835911] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    3.836235] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.836540] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.838883] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.839387] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.840073] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.840361] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    3.841040] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    3.841333] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    3.842182] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.842493] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.843132] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.843443] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    3.844066] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.844339] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    3.844961] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.847511] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.856514] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    3.856810] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    3.858372] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.863701] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.864080] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.879417] ACPI: bus type drm_connector registered
[    3.882701] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.883017] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    3.887570] EXT4-fs (sda5): re-mounted 01ba0e82-715a-4a64-92bc-b56584a1c6a4 r/w. Quota mode: none.
[    3.892811] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    3.893161] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.893300] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.900820] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    3.902469] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    3.904612] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    3.923087] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[    3.924202] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.931608] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    3.938573] i8042: [1812] d4 -> i8042 (command)
[    3.939796] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    3.940345] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    4.007257] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[    4.009093] systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
[    4.013698] systemd[1]: Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown.
[    4.104625] i8042: [1978] f5 -> i8042 (parameter)
[    4.104635] i8042: [1978] fa <- i8042 (interrupt, 1, 12)
[    4.104651] i8042: [1978] d4 -> i8042 (command)
[    4.109130] i8042: [1982] e6 -> i8042 (parameter)
[    4.109141] i8042: [1982] fa <- i8042 (interrupt, 1, 12)
[    4.109159] i8042: [1982] d4 -> i8042 (command)
[    4.113622] i8042: [1987] e6 -> i8042 (parameter)
[    4.113631] i8042: [1987] fa <- i8042 (interrupt, 1, 12)
[    4.113645] i8042: [1987] d4 -> i8042 (command)
[    4.117115] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    4.117449] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[    4.117656] systemd[1]: Reached target local-fs.target - Local File Systems.
[    4.118131] i8042: [1991] e6 -> i8042 (parameter)
[    4.118142] i8042: [1991] fa <- i8042 (interrupt, 1, 12)
[    4.118153] i8042: [1991] d4 -> i8042 (command)
[    4.119337] systemd[1]: Starting apparmor.service - Load AppArmor profiles...
[    4.120799] systemd[1]: Starting console-setup.service - Set console font and keymap...
[    4.122698] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
[    4.122753] i8042: [1996] e9 -> i8042 (parameter)
[    4.122776] i8042: [1996] fa <- i8042 (interrupt, 1, 12)
[    4.122957] systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
[    4.124819] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    4.127316] systemd[1]: Finished console-setup.service - Set console font and keymap.
[    4.131025] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 248 (systemd-binfmt)
[    4.133223] i8042: [2006] fa <- i8042 (interrupt, 1, 12)
[    4.133799] i8042: [2007] 00 <- i8042 (interrupt, 1, 12)
[    4.134811] i8042: [2008] 02 <- i8042 (interrupt, 1, 12)
[    4.134833] i8042: [2008] d4 -> i8042 (command)
[    4.134894] i8042: [2008] e8 -> i8042 (parameter)
[    4.139381] i8042: [2012] fa <- i8042 (interrupt, 1, 12)
[    4.139399] i8042: [2012] d4 -> i8042 (command)
[    4.139459] i8042: [2012] 03 -> i8042 (parameter)
[    4.143934] i8042: [2017] fa <- i8042 (interrupt, 1, 12)
[    4.143951] i8042: [2017] d4 -> i8042 (command)
[    4.144011] i8042: [2017] e6 -> i8042 (parameter)
[    4.148499] i8042: [2021] fa <- i8042 (interrupt, 1, 12)
[    4.148517] i8042: [2021] d4 -> i8042 (command)
[    4.148588] i8042: [2022] e6 -> i8042 (parameter)
[    4.153074] i8042: [2026] fa <- i8042 (interrupt, 1, 12)
[    4.153093] i8042: [2026] d4 -> i8042 (command)
[    4.153154] i8042: [2026] e6 -> i8042 (parameter)
[    4.155810] audit: type=1400 audit(1744310335.525:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=255 comm="apparmor_parser"
[    4.156140] audit: type=1400 audit(1744310335.525:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=256 comm="apparmor_parser"
[    4.156239] audit: type=1400 audit(1744310335.525:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=256 comm="apparmor_parser"
[    4.157644] audit: type=1400 audit(1744310335.527:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=258 comm="apparmor_parser"
[    4.157751] audit: type=1400 audit(1744310335.527:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=258 comm="apparmor_parser"
[    4.157860] audit: type=1400 audit(1744310335.527:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=258 comm="apparmor_parser"
[    4.158762] i8042: [2032] fa <- i8042 (interrupt, 1, 12)
[    4.159057] i8042: [2032] d4 -> i8042 (command)
[    4.159117] i8042: [2032] e9 -> i8042 (parameter)
[    4.163127] audit: type=1400 audit(1744310335.532:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=257 comm="apparmor_parser"
[    4.163232] audit: type=1400 audit(1744310335.532:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=257 comm="apparmor_parser"
[    4.163328] audit: type=1400 audit(1744310335.532:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=257 comm="apparmor_parser"
[    4.169662] i8042: [2043] fa <- i8042 (interrupt, 1, 12)
[    4.170334] i8042: [2043] 00 <- i8042 (interrupt, 1, 12)
[    4.171349] i8042: [2044] 03 <- i8042 (interrupt, 1, 12)
[    4.172359] i8042: [2045] 64 <- i8042 (interrupt, 1, 12)
[    4.172437] i8042: [2045] d4 -> i8042 (command)
[    4.172499] i8042: [2045] e8 -> i8042 (parameter)
[    4.172850] systemd[1]: Finished apparmor.service - Load AppArmor profiles.
[    4.174837] systemd[1]: Starting networking.service - Raise network interfaces...
[    4.177009] i8042: [2050] fa <- i8042 (interrupt, 1, 12)
[    4.177086] i8042: [2050] d4 -> i8042 (command)
[    4.177147] i8042: [2050] 00 -> i8042 (parameter)
[    4.181638] i8042: [2055] fa <- i8042 (interrupt, 1, 12)
[    4.181669] i8042: [2055] d4 -> i8042 (command)
[    4.181733] i8042: [2055] e6 -> i8042 (parameter)
[    4.186209] i8042: [2059] fa <- i8042 (interrupt, 1, 12)
[    4.186235] i8042: [2059] d4 -> i8042 (command)
[    4.186297] i8042: [2059] e6 -> i8042 (parameter)
[    4.190803] i8042: [2064] fa <- i8042 (interrupt, 1, 12)
[    4.190825] i8042: [2064] d4 -> i8042 (command)
[    4.190884] i8042: [2064] e6 -> i8042 (parameter)
[    4.195359] i8042: [2068] fa <- i8042 (interrupt, 1, 12)
[    4.195391] i8042: [2068] d4 -> i8042 (command)
[    4.195453] i8042: [2068] e9 -> i8042 (parameter)
[    4.195580] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
[    4.205877] i8042: [2079] fa <- i8042 (interrupt, 1, 12)
[    4.206882] i8042: [2080] 00 <- i8042 (interrupt, 1, 12)
[    4.208239] i8042: [2081] 00 <- i8042 (interrupt, 1, 12)
[    4.208804] i8042: [2082] 64 <- i8042 (interrupt, 1, 12)
[    4.208827] i8042: [2082] d4 -> i8042 (command)
[    4.208890] i8042: [2082] e1 -> i8042 (parameter)
[    4.213368] i8042: [2086] fe <- i8042 (interrupt, 1, 12)
[    4.213390] i8042: [2086] d4 -> i8042 (command)
[    4.213452] i8042: [2086] e1 -> i8042 (parameter)
[    4.217943] i8042: [2091] fc <- i8042 (interrupt, 1, 12)
[    4.217968] i8042: [2091] d4 -> i8042 (command)
[    4.218029] i8042: [2091] 0a -> i8042 (parameter)
[    4.222507] i8042: [2095] fe <- i8042 (interrupt, 1, 12)
[    4.222532] i8042: [2095] d4 -> i8042 (command)
[    4.222594] i8042: [2096] 0a -> i8042 (parameter)
[    4.227082] i8042: [2100] fc <- i8042 (interrupt, 1, 12)
[    4.227107] i8042: [2100] d4 -> i8042 (command)
[    4.227169] i8042: [2100] f5 -> i8042 (parameter)
[    4.231646] i8042: [2105] fa <- i8042 (interrupt, 1, 12)
[    4.231671] i8042: [2105] d4 -> i8042 (command)
[    4.231732] i8042: [2105] f3 -> i8042 (parameter)
[    4.236220] i8042: [2109] fa <- i8042 (interrupt, 1, 12)
[    4.236242] i8042: [2109] d4 -> i8042 (command)
[    4.236303] i8042: [2109] 66 -> i8042 (parameter)
[    4.240767] i8042: [2114] fa <- i8042 (interrupt, 1, 12)
[    4.241303] i8042: [2114] d4 -> i8042 (command)
[    4.241365] i8042: [2114] 88 -> i8042 (parameter)
[    4.245844] i8042: [2119] fe <- i8042 (interrupt, 1, 12)
[    4.245869] i8042: [2119] d4 -> i8042 (command)
[    4.245930] i8042: [2119] f3 -> i8042 (parameter)
[    4.250418] i8042: [2123] fa <- i8042 (interrupt, 1, 12)
[    4.250443] i8042: [2123] d4 -> i8042 (command)
[    4.250504] i8042: [2123] 66 -> i8042 (parameter)
[    4.254968] i8042: [2128] fa <- i8042 (interrupt, 1, 12)
[    4.254991] i8042: [2128] d4 -> i8042 (command)
[    4.255052] i8042: [2128] 00 -> i8042 (parameter)
[    4.259987] i8042: [2133] fe <- i8042 (interrupt, 1, 12)
[    4.260009] i8042: [2133] d4 -> i8042 (command)
[    4.260071] i8042: [2133] e9 -> i8042 (parameter)
[    4.269631] systemd[1]: Finished networking.service - Raise network interfaces.
[    4.270473] i8042: [2143] fa <- i8042 (interrupt, 1, 12)
[    4.270648] i8042: [2144] 00 <- i8042 (interrupt, 1, 12)
[    4.271659] i8042: [2145] 00 <- i8042 (interrupt, 1, 12)
[    4.272673] i8042: [2146] 66 <- i8042 (interrupt, 1, 12)
[    4.272693] i8042: [2146] d4 -> i8042 (command)
[    4.272756] i8042: [2146] f4 -> i8042 (parameter)
[    4.277232] i8042: [2150] fa <- i8042 (interrupt, 1, 12)
[    4.277256] i8042: [2150] d4 -> i8042 (command)
[    4.277319] i8042: [2150] f6 -> i8042 (parameter)
[    4.314006] systemd[1]: Found device dev-disk-by\x2dlabel-swap.device - TS128GMTS550T swap.
[    4.328018] input: Wireless hotkeys as /devices/virtual/input/input6
[    4.334189] hp_accel: laptop model unknown, using default axes configuration
[    4.355744] systemd[1]: Activating swap dev-disk-by\x2dlabel-swap.swap - /dev/disk/by-label/swap...
[    4.360138] iTCO_vendor_support: vendor-support=0
[    4.363160] Adding 8719356k swap on /dev/sda6.  Priority:-2 extents:1 across:8719356k SS
[    4.376926] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    4.380628] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    4.389492] systemd[1]: Activated swap dev-disk-by\x2dlabel-swap.swap - /dev/disk/by-label/swap.
[    4.397270] systemd[1]: Reached target swap.target - Swaps.
[    4.400161] at24 0-0050: supply vcc not found, using dummy regulator
[    4.402677] mc: Linux media interface: v0.10
[    4.403331] at24 0-0050: 256 byte spd EEPROM, read-only
[    4.453307] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
[    4.459161] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    4.467004] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.470031] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.470420] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.471839] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    4.480478] videodev: Linux video capture interface: v2.00
[    4.480568] i8042: [2354] d4 -> i8042 (command)
[    4.651580] i8042: [2525] ff -> i8042 (parameter)
[    4.651590] i8042: [2525] fa <- i8042 (interrupt, 1, 12)
[    4.652925] Bluetooth: Core ver 2.22
[    4.652990] NET: Registered PF_BLUETOOTH protocol family
[    4.653034] Bluetooth: HCI device and connection manager initialized
[    4.653083] Bluetooth: HCI socket layer initialized
[    4.653125] Bluetooth: L2CAP socket layer initialized
[    4.653171] Bluetooth: SCO socket layer initialized
[    4.654189] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.654269] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.654314] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.654357] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.654404] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.655767] i8042: [2529] fa <- i8042 (interrupt, 1, 12)
[    4.662355] cryptd: max_cpu_qlen set to 1000
[    4.669698] Creating 1 MTD partitions on "intel-spi":
[    4.669748] 0x000000000000-0x000001000000 : "BIOS"
[    4.681905] input: HP WMI hotkeys as /devices/virtual/input/input8
[    4.683984] AES CTR mode by8 optimization enabled
[    4.690622] systemd[1]: Reached target sound.target - Sound Card.
[    4.761562] i8042: [2635] d4 -> i8042 (command)
[    5.025763] i8042: [2899] f3 -> i8042 (parameter)
[    5.025777] i8042: [2899] aa <- i8042 (interrupt, 1, 12)
[    5.030260] i8042: [2903] fa <- i8042 (interrupt, 1, 12)
[    5.030562] i8042: [2904] d4 -> i8042 (command)
[    5.030624] i8042: [2904] c8 -> i8042 (parameter)
[    5.035102] i8042: [2908] fa <- i8042 (interrupt, 1, 12)
[    5.035121] i8042: [2908] d4 -> i8042 (command)
[    5.035182] i8042: [2908] f3 -> i8042 (parameter)
[    5.037120] usbcore: registered new interface driver btusb
[    5.038750] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
[    5.039658] i8042: [2913] fa <- i8042 (interrupt, 1, 12)
[    5.039678] i8042: [2913] d4 -> i8042 (command)
[    5.039738] i8042: [2913] 64 -> i8042 (parameter)
[    5.040474] snd_hda_codec_idt hdaudioC0D0: 92HD91BXX: picked fixup  for PCI SSID 103c:1900
[    5.042202] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[    5.042286] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[    5.042354] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[    5.042404] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[    5.042450] snd_hda_codec_idt hdaudioC0D0:    inputs:
[    5.042492] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
[    5.042536] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[    5.042586] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
[    5.042808] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
[    5.044220] i8042: [2917] fa <- i8042 (interrupt, 1, 12)
[    5.044357] i8042: [2917] d4 -> i8042 (command)
[    5.044417] i8042: [2917] f3 -> i8042 (parameter)
[    5.047463] usbcore: registered new interface driver ath3k
[    5.048891] i8042: [2922] fa <- i8042 (interrupt, 1, 12)
[    5.048911] i8042: [2922] d4 -> i8042 (command)
[    5.048973] i8042: [2922] 50 -> i8042 (parameter)
[    5.053460] i8042: [2926] fa <- i8042 (interrupt, 1, 12)
[    5.053481] i8042: [2926] d4 -> i8042 (command)
[    5.053542] i8042: [2926] f2 -> i8042 (parameter)
[    5.059988] i8042: [2933] fa <- i8042 (interrupt, 1, 12)
[    5.060403] i8042: [2933] 00 <- i8042 (interrupt, 1, 12)
[    5.064903] i8042: [2938] d4 -> i8042 (command)
[    5.064965] i8042: [2938] f3 -> i8042 (parameter)
[    5.065984] usb 2-7: Found UVC 1.00 device HP HD Webcam (04f2:b3ed)
[    5.069343] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
[    5.069439] i8042: [2942] fa <- i8042 (interrupt, 1, 12)
[    5.069458] i8042: [2942] d4 -> i8042 (command)
[    5.069519] i8042: [2942] c8 -> i8042 (parameter)
[    5.069799] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
[    5.073979] i8042: [2947] fa <- i8042 (interrupt, 1, 12)
[    5.079126] usbcore: registered new interface driver uvcvideo
[    5.082288] i8042: [2955] d4 -> i8042 (command)
[    5.082352] i8042: [2955] f3 -> i8042 (parameter)
[    5.086836] i8042: [2960] fa <- i8042 (interrupt, 1, 12)
[    5.086860] i8042: [2960] d4 -> i8042 (command)
[    5.086921] i8042: [2960] c8 -> i8042 (parameter)
[    5.091383] i8042: [2964] fa <- i8042 (interrupt, 1, 12)
[    5.091404] i8042: [2964] d4 -> i8042 (command)
[    5.091467] i8042: [2964] f3 -> i8042 (parameter)
[    5.092694] ath: phy0: ASPM enabled: 0xc42
[    5.092741] ath: EEPROM regdomain: 0x65
[    5.092743] ath: EEPROM indicates we should expect a direct regpair map
[    5.092746] ath: Country alpha2 being used: 00
[    5.092748] ath: Regpair used: 0x65
[    5.095953] i8042: [2969] fa <- i8042 (interrupt, 1, 12)
[    5.095970] i8042: [2969] d4 -> i8042 (command)
[    5.096030] i8042: [2969] 50 -> i8042 (parameter)
[    5.100491] i8042: [2973] fa <- i8042 (interrupt, 1, 12)
[    5.100509] i8042: [2973] d4 -> i8042 (command)
[    5.100569] i8042: [2974] f2 -> i8042 (parameter)
[    5.107024] i8042: [2980] fa <- i8042 (interrupt, 1, 12)
[    5.108134] i8042: [2981] 00 <- i8042 (interrupt, 1, 12)
[    5.108147] i8042: [2981] d4 -> i8042 (command)
[    5.108205] i8042: [2981] f3 -> i8042 (parameter)
[    5.112678] i8042: [2986] fa <- i8042 (interrupt, 1, 12)
[    5.112694] i8042: [2986] d4 -> i8042 (command)
[    5.112754] i8042: [2986] c8 -> i8042 (parameter)
[    5.117224] i8042: [2990] fa <- i8042 (interrupt, 1, 12)
[    5.117235] i8042: [2990] d4 -> i8042 (command)
[    5.117294] i8042: [2990] f3 -> i8042 (parameter)
[    5.121765] i8042: [2995] fa <- i8042 (interrupt, 1, 12)
[    5.121774] i8042: [2995] d4 -> i8042 (command)
[    5.121833] i8042: [2995] 64 -> i8042 (parameter)
[    5.126748] i8042: [3000] fa <- i8042 (interrupt, 1, 12)
[    5.126758] i8042: [3000] d4 -> i8042 (command)
[    5.126818] i8042: [3000] f3 -> i8042 (parameter)
[    5.131290] i8042: [3004] fa <- i8042 (interrupt, 1, 12)
[    5.131300] i8042: [3004] d4 -> i8042 (command)
[    5.131360] i8042: [3004] 50 -> i8042 (parameter)
[    5.135820] i8042: [3009] fa <- i8042 (interrupt, 1, 12)
[    5.135829] i8042: [3009] d4 -> i8042 (command)
[    5.135888] i8042: [3009] f2 -> i8042 (parameter)
[    5.142334] i8042: [3015] fa <- i8042 (interrupt, 1, 12)
[    5.142508] i8042: [3015] 00 <- i8042 (interrupt, 1, 12)
[    5.142521] i8042: [3015] d4 -> i8042 (command)
[    5.142581] i8042: [3016] f3 -> i8042 (parameter)
[    5.147358] i8042: [3020] fa <- i8042 (interrupt, 1, 12)
[    5.147368] i8042: [3020] d4 -> i8042 (command)
[    5.147427] i8042: [3020] 64 -> i8042 (parameter)
[    5.151908] i8042: [3025] fa <- i8042 (interrupt, 1, 12)
[    5.151918] i8042: [3025] d4 -> i8042 (command)
[    5.151977] i8042: [3025] e8 -> i8042 (parameter)
[    5.156449] i8042: [3029] fa <- i8042 (interrupt, 1, 12)
[    5.156557] i8042: [3030] d4 -> i8042 (command)
[    5.156617] i8042: [3030] 03 -> i8042 (parameter)
[    5.159012] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    5.161094] i8042: [3034] fa <- i8042 (interrupt, 1, 12)
[    5.161181] i8042: [3034] d4 -> i8042 (command)
[    5.161242] i8042: [3034] e6 -> i8042 (parameter)
[    5.161799] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    5.164543] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    5.164827] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    5.164959] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    5.165147] systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
[    5.165717] i8042: [3039] fa <- i8042 (interrupt, 1, 12)
[    5.165790] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input5
[    5.166121] i8042: [3039] d4 -> i8042 (command)
[    5.166142] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[    5.166181] i8042: [3039] f4 -> i8042 (parameter)
[    5.166280] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    5.166881] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    5.167182] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    5.167947] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    5.168285] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    5.169280] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    5.170686] i8042: [3044] fa <- i8042 (interrupt, 1, 12)
[    5.171345] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    5.171672] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    5.172133] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    5.184174] lis3lv02d: 8 bits 3DC sensor found
[    5.334638] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9
[    5.678909] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0x000000004d836715, irq=19
[    5.680286] i915 0000:00:02.0: [drm] Found haswell/ult (device ID 0a16) display version 7.00 stepping N/A
[    5.680807] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.681586] Console: switching to colour dummy device 80x25
[    5.686023] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.686579] ath9k 0000:02:00.0 wlo1: renamed from wlan0
[    5.692164] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    5.692302] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    5.692543] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    5.692894] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    5.712125] intel_rapl_common: Found RAPL domain package
[    5.712139] intel_rapl_common: Found RAPL domain core
[    5.712144] intel_rapl_common: Found RAPL domain uncore
[    5.712149] intel_rapl_common: Found RAPL domain dram
[    5.714013] systemd[1]: Expecting device sys-subsystem-net-devices-wlo1.device - /sys/subsystem/net/devices/wlo1...
[    5.730099] systemd[1]: Found device sys-subsystem-net-devices-wlo1.device - AR9485 Wireless Network Adapter (Unex DHXA-225).
[    5.740053] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    5.740779] systemd[1]: Started ifup@wlo1.service - ifup for wlo1.
[    5.742450] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.742742] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
[    5.746588] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[    5.756805] fbcon: i915drmfb (fb0) is primary device
[    6.922039] Console: switching to colour frame buffer device 240x67
[    6.936334] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.944230] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    6.953390] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card2/input15
[    6.955967] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card2/input16
[    6.956162] systemd[1]: Started systemd-journald.service - Journal Service.
[    6.956299] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card2/input17
[    7.027219] systemd-journald[224]: Received client request to flush runtime journal.
[    7.532921] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.533890] Bluetooth: BNEP filters: protocol multicast
[    7.534697] Bluetooth: BNEP socket layer initialized
[    7.537989] Bluetooth: MGMT ver 1.23
[    7.544721] NET: Registered PF_ALG protocol family
[   12.686993] wlo1: authenticate with 00:37:b7:10:29:dc (local address=a4:17:31:e1:9c:01)
[   12.687074] wlo1: send auth to 00:37:b7:10:29:dc (try 1/3)
[   12.690467] wlo1: authenticated
[   12.691633] wlo1: associate with 00:37:b7:10:29:dc (try 1/3)
[   12.694285] wlo1: RX AssocResp from 00:37:b7:10:29:dc (capab=0x431 status=0 aid=1)
[   12.694507] wlo1: associated
[   14.578702] i8042: [12452] ** <- i8042 (interrupt, 0, 1)
[   14.670621] i8042: [12544] ** <- i8042 (interrupt, 0, 1)
[   14.750626] i8042: [12624] ** <- i8042 (interrupt, 0, 1)
[   14.811381] i8042: [12684] ** <- i8042 (interrupt, 0, 1)
[   14.872943] i8042: [12746] ** <- i8042 (interrupt, 0, 1)
[   14.903291] i8042: [12776] ** <- i8042 (interrupt, 0, 1)
[   14.922656] i8042: [12796] ** <- i8042 (interrupt, 0, 1)
[   14.994346] i8042: [12867] ** <- i8042 (interrupt, 0, 1)
[   14.997380] i8042: [12870] ** <- i8042 (interrupt, 0, 1)
[   15.044928] i8042: [12918] ** <- i8042 (interrupt, 0, 1)
[   15.104764] i8042: [12978] ** <- i8042 (interrupt, 0, 1)
[   15.185730] i8042: [13059] ** <- i8042 (interrupt, 0, 1)
[   15.189611] i8042: [13063] ** <- i8042 (interrupt, 0, 1)
[   15.257411] i8042: [13130] ** <- i8042 (interrupt, 0, 1)
[   15.337473] i8042: [13210] ** <- i8042 (interrupt, 0, 1)
[   15.429413] i8042: [13302] ** <- i8042 (interrupt, 0, 1)
[   16.197577] i8042: [14071] ** <- i8042 (interrupt, 0, 1)
[   16.258313] i8042: [14131] ** <- i8042 (interrupt, 0, 1)
[   16.299612] i8042: [14173] ** <- i8042 (interrupt, 0, 1)
[   16.360326] i8042: [14233] ** <- i8042 (interrupt, 0, 1)
[   16.399926] i8042: [14273] ** <- i8042 (interrupt, 0, 1)
[   16.491863] i8042: [14365] ** <- i8042 (interrupt, 0, 1)
[   16.561817] i8042: [14435] ** <- i8042 (interrupt, 0, 1)
[   16.602310] i8042: [14475] ** <- i8042 (interrupt, 0, 1)
[   16.673996] i8042: [14547] ** <- i8042 (interrupt, 0, 1)
[   16.754093] i8042: [14627] ** <- i8042 (interrupt, 0, 1)
[   16.757970] i8042: [14631] ** <- i8042 (interrupt, 0, 1)
[   16.825756] i8042: [14699] ** <- i8042 (interrupt, 0, 1)
[   16.905835] i8042: [14779] ** <- i8042 (interrupt, 0, 1)
[   16.987634] i8042: [14861] ** <- i8042 (interrupt, 0, 1)
[   17.006999] i8042: [14880] ** <- i8042 (interrupt, 0, 1)
[   17.088807] i8042: [14962] ** <- i8042 (interrupt, 0, 1)
[   17.239695] i8042: [15113] ** <- i8042 (interrupt, 0, 1)
[   17.322520] i8042: [15195] ** <- i8042 (interrupt, 0, 1)
[   18.009702] i8042: [15883] ** <- i8042 (interrupt, 0, 1)
[   18.071274] i8042: [15944] ** <- i8042 (interrupt, 0, 1)
[   18.090625] i8042: [15964] ** <- i8042 (interrupt, 0, 1)
[   18.152214] i8042: [16025] ** <- i8042 (interrupt, 0, 1)
[   18.201931] i8042: [16075] ** <- i8042 (interrupt, 0, 1)
[   18.293877] i8042: [16167] ** <- i8042 (interrupt, 0, 1)
[   19.507277] i8042: [17380] ** <- i8042 (interrupt, 0, 1)
[   19.557890] i8042: [17431] ** <- i8042 (interrupt, 0, 1)
[   19.599211] i8042: [17472] ** <- i8042 (interrupt, 0, 1)
[   19.602248] i8042: [17475] ** <- i8042 (interrupt, 0, 1)
[   19.649809] i8042: [17523] ** <- i8042 (interrupt, 0, 1)
[   19.670049] i8042: [17543] ** <- i8042 (interrupt, 0, 1)
[   19.760260] i8042: [17633] ** <- i8042 (interrupt, 0, 1)
[   19.810882] i8042: [17684] ** <- i8042 (interrupt, 0, 1)
[   19.851361] i8042: [17724] ** <- i8042 (interrupt, 0, 1)
[   19.855235] i8042: [17728] ** <- i8042 (interrupt, 0, 1)
[   19.882556] i8042: [17755] ** <- i8042 (interrupt, 0, 1)
[   19.943259] i8042: [17816] ** <- i8042 (interrupt, 0, 1)
[   20.063814] i8042: [17937] ** <- i8042 (interrupt, 0, 1)
[   20.135517] i8042: [18008] ** <- i8042 (interrupt, 0, 1)
[   20.165011] i8042: [18038] ** <- i8042 (interrupt, 0, 1)
[   20.236709] i8042: [18110] ** <- i8042 (interrupt, 0, 1)
[   23.556993] i8042: [21430] ** <- i8042 (interrupt, 0, 1)
[   23.612509] i8042: [21485] 09 <- i8042 (interrupt, 1, 12)
[   23.613517] i8042: [21486] 00 <- i8042 (interrupt, 1, 12)
[   23.614525] i8042: [21487] 00 <- i8042 (interrupt, 1, 12)
[   23.628687] i8042: [21502] ** <- i8042 (interrupt, 0, 1)
[   23.658160] i8042: [21531] ** <- i8042 (interrupt, 0, 1)
[   23.739990] i8042: [21613] ** <- i8042 (interrupt, 0, 1)
[   23.779612] i8042: [21653] ** <- i8042 (interrupt, 0, 1)
[   23.845262] i8042: [21718] 08 <- i8042 (interrupt, 1, 12)
[   23.846246] i8042: [21719] 00 <- i8042 (interrupt, 1, 12)
[   23.847253] i8042: [21720] 00 <- i8042 (interrupt, 1, 12)
[   23.861423] i8042: [21734] ** <- i8042 (interrupt, 0, 1)
[   23.901028] i8042: [21774] ** <- i8042 (interrupt, 0, 1)
[   23.942372] i8042: [21815] ** <- i8042 (interrupt, 0, 1)
[   24.022449] i8042: [21895] ** <- i8042 (interrupt, 0, 1)
[   24.123660] i8042: [21997] ** <- i8042 (interrupt, 0, 1)
[   24.185213] i8042: [22058] ** <- i8042 (interrupt, 0, 1)
[   24.205456] i8042: [22078] ** <- i8042 (interrupt, 0, 1)
[   24.245075] i8042: [22118] ** <- i8042 (interrupt, 0, 1)
[   24.316755] i8042: [22190] ** <- i8042 (interrupt, 0, 1)
[   24.528347] i8042: [22401] ** <- i8042 (interrupt, 0, 1)
[   24.600038] i8042: [22473] ** <- i8042 (interrupt, 0, 1)
[   26.339696] i8042: [24213] ** <- i8042 (interrupt, 0, 1)
[   26.390322] i8042: [24263] ** <- i8042 (interrupt, 0, 1)
[   26.442761] i8042: [24316] ** <- i8042 (interrupt, 0, 1)
[   26.483239] i8042: [24356] ** <- i8042 (interrupt, 0, 1)
[   26.563328] i8042: [24436] ** <- i8042 (interrupt, 0, 1)
[   26.645160] i8042: [24518] ** <- i8042 (interrupt, 0, 1)
[   26.725240] i8042: [24598] ** <- i8042 (interrupt, 0, 1)
[   26.765740] i8042: [24639] ** <- i8042 (interrupt, 0, 1)
[   26.847520] i8042: [24720] ** <- i8042 (interrupt, 0, 1)
[   26.907418] i8042: [24780] ** <- i8042 (interrupt, 0, 1)
[   26.928507] i8042: [24801] ** <- i8042 (interrupt, 0, 1)
[   26.979097] i8042: [24852] ** <- i8042 (interrupt, 0, 1)
[   27.079412] i8042: [24952] ** <- i8042 (interrupt, 0, 1)
[   27.161226] i8042: [25034] ** <- i8042 (interrupt, 0, 1)
[   27.164259] i8042: [25037] ** <- i8042 (interrupt, 0, 1)
[   27.232060] i8042: [25105] ** <- i8042 (interrupt, 0, 1)
[   27.413325] i8042: [25286] ** <- i8042 (interrupt, 0, 1)
[   27.505231] i8042: [25378] ** <- i8042 (interrupt, 0, 1)
[   28.172352] i8042: [26045] ** <- i8042 (interrupt, 0, 1)
[   28.222948] i8042: [26096] ** <- i8042 (interrupt, 0, 1)
[   28.274414] i8042: [26147] ** <- i8042 (interrupt, 0, 1)
[   28.345249] i8042: [26218] ** <- i8042 (interrupt, 0, 1)
[   28.348312] i8042: [26221] ** <- i8042 (interrupt, 0, 1)
[   28.426215] i8042: [26299] ** <- i8042 (interrupt, 0, 1)
[   28.496188] i8042: [26369] ** <- i8042 (interrupt, 0, 1)
[   28.578012] i8042: [26451] ** <- i8042 (interrupt, 0, 1)
[   28.597380] i8042: [26470] ** <- i8042 (interrupt, 0, 1)
[   28.679212] i8042: [26552] ** <- i8042 (interrupt, 0, 1)
[   28.749185] i8042: [26622] ** <- i8042 (interrupt, 0, 1)
[   28.841121] i8042: [26714] ** <- i8042 (interrupt, 0, 1)
[   30.247919] i8042: [28121] ** <- i8042 (interrupt, 0, 1)
[   30.309517] i8042: [28182] ** <- i8042 (interrupt, 0, 1)
[   30.399717] i8042: [28273] ** <- i8042 (interrupt, 0, 1)
[   30.471432] i8042: [28344] ** <- i8042 (interrupt, 0, 1)
[   30.581885] i8042: [28455] ** <- i8042 (interrupt, 0, 1)
[   30.643461] i8042: [28516] ** <- i8042 (interrupt, 0, 1)
[   30.713433] i8042: [28586] ** <- i8042 (interrupt, 0, 1)
[   30.764887] i8042: [28638] ** <- i8042 (interrupt, 0, 1)
[   30.885452] i8042: [28758] ** <- i8042 (interrupt, 0, 1)
[   30.936901] i8042: [28810] ** <- i8042 (interrupt, 0, 1)
[   31.249740] i8042: [29123] ** <- i8042 (interrupt, 0, 1)
[   31.331572] i8042: [29205] ** <- i8042 (interrupt, 0, 1)
[   31.391432] i8042: [29264] ** <- i8042 (interrupt, 0, 1)
[   31.473247] i8042: [29346] ** <- i8042 (interrupt, 0, 1)
[   31.867063] i8042: [29740] ** <- i8042 (interrupt, 0, 1)
[   31.948913] i8042: [29822] ** <- i8042 (interrupt, 0, 1)
[   32.251680] i8042: [30125] ** <- i8042 (interrupt, 0, 1)
[   32.323393] i8042: [30196] ** <- i8042 (interrupt, 0, 1)
[   32.393361] i8042: [30266] ** <- i8042 (interrupt, 0, 1)
[   32.465071] i8042: [30338] ** <- i8042 (interrupt, 0, 1)
[   32.525950] i8042: [30399] ** <- i8042 (interrupt, 0, 1)
[   32.597655] i8042: [30471] ** <- i8042 (interrupt, 0, 1)
[   33.021873] i8042: [30895] ** <- i8042 (interrupt, 0, 1)
[   33.093585] i8042: [30967] ** <- i8042 (interrupt, 0, 1)
[   33.285021] i8042: [31158] ** <- i8042 (interrupt, 0, 1)
[   33.356745] i8042: [31230] ** <- i8042 (interrupt, 0, 1)
[   34.077367] i8042: [31950] 08 <- i8042 (interrupt, 1, 12)
[   34.078368] i8042: [31951] 00 <- i8042 (interrupt, 1, 12)
[   34.079383] i8042: [31952] 03 <- i8042 (interrupt, 1, 12)
[   34.087489] i8042: [31960] 08 <- i8042 (interrupt, 1, 12)
[   34.088491] i8042: [31961] 00 <- i8042 (interrupt, 1, 12)
[   34.089504] i8042: [31962] 01 <- i8042 (interrupt, 1, 12)
[   34.319669] i8042: [32193] 08 <- i8042 (interrupt, 1, 12)
[   34.320201] i8042: [32193] 01 <- i8042 (interrupt, 1, 12)
[   34.321243] i8042: [32194] 00 <- i8042 (interrupt, 1, 12)
[   34.411339] i8042: [32284] 18 <- i8042 (interrupt, 1, 12)
[   34.412344] i8042: [32285] ff <- i8042 (interrupt, 1, 12)
[   34.413354] i8042: [32286] 00 <- i8042 (interrupt, 1, 12)
[   34.431581] i8042: [32305] 28 <- i8042 (interrupt, 1, 12)
[   34.432591] i8042: [32306] 00 <- i8042 (interrupt, 1, 12)
[   34.433602] i8042: [32307] ff <- i8042 (interrupt, 1, 12)
[  141.529010] i8042: [139657] 09 <- i8042 (interrupt, 1, 12)
[  141.529916] i8042: [139658] 00 <- i8042 (interrupt, 1, 12)
[  141.530931] i8042: [139659] 00 <- i8042 (interrupt, 1, 12)
[  141.711160] i8042: [139839] ** <- i8042 (interrupt, 0, 1)
[  141.760597] i8042: [139888] 08 <- i8042 (interrupt, 1, 12)
[  141.761730] i8042: [139889] 00 <- i8042 (interrupt, 1, 12)
[  141.762613] i8042: [139890] 00 <- i8042 (interrupt, 1, 12)
[  141.793978] i8042: [139922] ** <- i8042 (interrupt, 0, 1)
[  141.934730] i8042: [140062] ** <- i8042 (interrupt, 0, 1)
[  141.996300] i8042: [140124] ** <- i8042 (interrupt, 0, 1)
[  142.207899] i8042: [140335] ** <- i8042 (interrupt, 0, 1)
[  142.289682] i8042: [140417] ** <- i8042 (interrupt, 0, 1)
[  142.885663] i8042: [141013] ** <- i8042 (interrupt, 0, 1)
[  142.966628] i8042: [141094] ** <- i8042 (interrupt, 0, 1)
[  142.987707] i8042: [141115] ** <- i8042 (interrupt, 0, 1)
[  143.047573] i8042: [141175] ** <- i8042 (interrupt, 0, 1)
[  143.051372] i8042: [141179] ** <- i8042 (interrupt, 0, 1)
[  143.119225] i8042: [141247] ** <- i8042 (interrupt, 0, 1)
[  143.765757] i8042: [141893] ** <- i8042 (interrupt, 0, 1)
[  143.816358] i8042: [141944] ** <- i8042 (interrupt, 0, 1)
[  143.847551] i8042: [141975] ** <- i8042 (interrupt, 0, 1)
[  143.918366] i8042: [142046] ** <- i8042 (interrupt, 0, 1)
[  144.099575] i8042: [142227] ** <- i8042 (interrupt, 0, 1)
[  144.200754] i8042: [142328] ** <- i8042 (interrupt, 0, 1)
[  144.292650] i8042: [142420] ** <- i8042 (interrupt, 0, 1)
[  144.333110] i8042: [142461] ** <- i8042 (interrupt, 0, 1)
[  144.423296] i8042: [142551] ** <- i8042 (interrupt, 0, 1)
[  144.505081] i8042: [142633] ** <- i8042 (interrupt, 0, 1)
[  145.769749] i8042: [143897] ** <- i8042 (interrupt, 0, 1)
[  145.851529] i8042: [143979] ** <- i8042 (interrupt, 0, 1)
[  145.881017] i8042: [144008] ** <- i8042 (interrupt, 0, 1)
[  145.972918] i8042: [144100] ** <- i8042 (interrupt, 0, 1)
[  147.165717] i8042: [145293] ** <- i8042 (interrupt, 0, 1)
[  147.237408] i8042: [145365] ** <- i8042 (interrupt, 0, 1)
[  147.388277] i8042: [145516] ** <- i8042 (interrupt, 0, 1)
[  147.459965] i8042: [145587] ** <- i8042 (interrupt, 0, 1)
[  147.651318] i8042: [145779] ** <- i8042 (interrupt, 0, 1)
[  147.722996] i8042: [145850] ** <- i8042 (interrupt, 0, 1)
[  147.905219] i8042: [146032] ** <- i8042 (interrupt, 0, 1)
[  147.997148] i8042: [146124] ** <- i8042 (interrupt, 0, 1)
[  149.938533] i8042: [148066] ** <- i8042 (interrupt, 0, 1)
[  149.999238] i8042: [148126] ** <- i8042 (interrupt, 0, 1)
[  150.070917] i8042: [148198] ** <- i8042 (interrupt, 0, 1)
[  150.121504] i8042: [148249] ** <- i8042 (interrupt, 0, 1)
[  150.171226] i8042: [148298] ** <- i8042 (interrupt, 0, 1)
[  150.273276] i8042: [148400] ** <- i8042 (interrupt, 0, 1)
[  150.373586] i8042: [148501] ** <- i8042 (interrupt, 0, 1)
[  150.414057] i8042: [148541] ** <- i8042 (interrupt, 0, 1)
[  150.475637] i8042: [148603] ** <- i8042 (interrupt, 0, 1)
[  150.516102] i8042: [148643] ** <- i8042 (interrupt, 0, 1)
[  150.697357] i8042: [148824] ** <- i8042 (interrupt, 0, 1)
[  150.769051] i8042: [148896] ** <- i8042 (interrupt, 0, 1)
[  151.082807] i8042: [149210] ** <- i8042 (interrupt, 0, 1)
[  151.205089] i8042: [149332] ** <- i8042 (interrupt, 0, 1)
[  151.254803] i8042: [149382] ** <- i8042 (interrupt, 0, 1)
[  151.326488] i8042: [149453] ** <- i8042 (interrupt, 0, 1)
[  151.355980] i8042: [149483] ** <- i8042 (interrupt, 0, 1)
[  151.447899] i8042: [149575] ** <- i8042 (interrupt, 0, 1)
[  151.477376] i8042: [149604] ** <- i8042 (interrupt, 0, 1)
[  151.569310] i8042: [149696] ** <- i8042 (interrupt, 0, 1)
[  152.741996] i8042: [150869] ** <- i8042 (interrupt, 0, 1)
[  152.772346] i8042: [150899] ** <- i8042 (interrupt, 0, 1)
[  152.844017] i8042: [150971] ** <- i8042 (interrupt, 0, 1)
[  152.894594] i8042: [151022] ** <- i8042 (interrupt, 0, 1)
[  152.924079] i8042: [151051] ** <- i8042 (interrupt, 0, 1)
[  153.036218] i8042: [151163] ** <- i8042 (interrupt, 0, 1)
[  153.075818] i8042: [151203] ** <- i8042 (interrupt, 0, 1)
[  153.146658] i8042: [151274] ** <- i8042 (interrupt, 0, 1)
[  153.187960] i8042: [151315] ** <- i8042 (interrupt, 0, 1)
[  153.191000] i8042: [151318] ** <- i8042 (interrupt, 0, 1)
[  153.238545] i8042: [151365] ** <- i8042 (interrupt, 0, 1)
[  153.257936] i8042: [151385] ** <- i8042 (interrupt, 0, 1)
[  153.279015] i8042: [151406] ** <- i8042 (interrupt, 0, 1)
[  153.348981] i8042: [151476] ** <- i8042 (interrupt, 0, 1)
[  153.380184] i8042: [151507] ** <- i8042 (interrupt, 0, 1)
[  153.470365] i8042: [151597] ** <- i8042 (interrupt, 0, 1)
[  153.491451] i8042: [151618] ** <- i8042 (interrupt, 0, 1)
[  153.572375] i8042: [151699] ** <- i8042 (interrupt, 0, 1)
[  153.622100] i8042: [151749] ** <- i8042 (interrupt, 0, 1)
[  153.693768] i8042: [151821] ** <- i8042 (interrupt, 0, 1)
[  153.713123] i8042: [151840] ** <- i8042 (interrupt, 0, 1)
[  153.815162] i8042: [151942] ** <- i8042 (interrupt, 0, 1)
[  154.073105] i8042: [152200] 08 <- i8042 (interrupt, 1, 12)
[  154.074109] i8042: [152201] 00 <- i8042 (interrupt, 1, 12)
[  154.075126] i8042: [152202] 02 <- i8042 (interrupt, 1, 12)
[  154.090297] i8042: [152217] 08 <- i8042 (interrupt, 1, 12)
[  154.091306] i8042: [152218] 00 <- i8042 (interrupt, 1, 12)
[  154.092314] i8042: [152219] 02 <- i8042 (interrupt, 1, 12)
[  154.101426] i8042: [152228] 08 <- i8042 (interrupt, 1, 12)
[  154.102431] i8042: [152229] 00 <- i8042 (interrupt, 1, 12)
[  154.103443] i8042: [152230] 01 <- i8042 (interrupt, 1, 12)
[  154.120683] i8042: [152248] 08 <- i8042 (interrupt, 1, 12)
[  154.121654] i8042: [152249] 00 <- i8042 (interrupt, 1, 12)
[  154.122667] i8042: [152250] 01 <- i8042 (interrupt, 1, 12)
[  154.131773] i8042: [152259] 08 <- i8042 (interrupt, 1, 12)
[  154.132783] i8042: [152260] 01 <- i8042 (interrupt, 1, 12)
[  154.133794] i8042: [152261] 06 <- i8042 (interrupt, 1, 12)
[  154.171680] i8042: [152299] 08 <- i8042 (interrupt, 1, 12)
[  154.172199] i8042: [152299] 02 <- i8042 (interrupt, 1, 12)
[  154.173241] i8042: [152300] 06 <- i8042 (interrupt, 1, 12)
[  155.282155] i8042: [153409] ** <- i8042 (interrupt, 0, 1)
[  155.363959] i8042: [153491] ** <- i8042 (interrupt, 0, 1)
[  155.494600] i8042: [153621] ** <- i8042 (interrupt, 0, 1)
[  155.546051] i8042: [153673] ** <- i8042 (interrupt, 0, 1)
[  155.727283] i8042: [153854] ** <- i8042 (interrupt, 0, 1)
[  155.829300] i8042: [153956] ** <- i8042 (interrupt, 0, 1)
[  155.919456] i8042: [154046] ** <- i8042 (interrupt, 0, 1)
[  156.081351] i8042: [154208] ** <- i8042 (interrupt, 0, 1)
[  156.163136] i8042: [154290] ** <- i8042 (interrupt, 0, 1)
[  156.244064] i8042: [154371] ** <- i8042 (interrupt, 0, 1)
[  156.384812] i8042: [154512] ** <- i8042 (interrupt, 0, 1)
[  156.387709] i8042: [154514] ** <- i8042 (interrupt, 0, 1)
[  156.475842] i8042: [154603] ** <- i8042 (interrupt, 0, 1)
[  156.479764] i8042: [154607] ** <- i8042 (interrupt, 0, 1)
[  156.890580] i8042: [155017] ** <- i8042 (interrupt, 0, 1)
[  156.893470] i8042: [155020] ** <- i8042 (interrupt, 0, 1)
[  156.972493] i8042: [155099] ** <- i8042 (interrupt, 0, 1)
[  156.976415] i8042: [155103] ** <- i8042 (interrupt, 0, 1)
[  157.306290] i8042: [155433] ** <- i8042 (interrupt, 0, 1)
[  157.428543] i8042: [155555] ** <- i8042 (interrupt, 0, 1)
[  158.086108] i8042: [156213] 08 <- i8042 (interrupt, 1, 12)
[  158.087112] i8042: [156214] 01 <- i8042 (interrupt, 1, 12)
[  158.088126] i8042: [156215] 00 <- i8042 (interrupt, 1, 12)
[  158.116901] i8042: [156244] 08 <- i8042 (interrupt, 1, 12)
[  158.117432] i8042: [156244] 02 <- i8042 (interrupt, 1, 12)
[  158.118476] i8042: [156245] 04 <- i8042 (interrupt, 1, 12)
[  158.136687] i8042: [156263] 08 <- i8042 (interrupt, 1, 12)
[  158.137690] i8042: [156264] 01 <- i8042 (interrupt, 1, 12)
[  158.138701] i8042: [156265] 00 <- i8042 (interrupt, 1, 12)
[  158.156917] i8042: [156284] 08 <- i8042 (interrupt, 1, 12)
[  158.157929] i8042: [156285] 02 <- i8042 (interrupt, 1, 12)
[  158.158939] i8042: [156286] 01 <- i8042 (interrupt, 1, 12)
[  158.177151] i8042: [156304] 08 <- i8042 (interrupt, 1, 12)
[  158.178164] i8042: [156305] 01 <- i8042 (interrupt, 1, 12)
[  158.179173] i8042: [156306] 00 <- i8042 (interrupt, 1, 12)
[  158.187267] i8042: [156314] 08 <- i8042 (interrupt, 1, 12)
[  158.188278] i8042: [156315] 02 <- i8042 (interrupt, 1, 12)
[  158.189290] i8042: [156316] 00 <- i8042 (interrupt, 1, 12)
[  158.197384] i8042: [156324] 08 <- i8042 (interrupt, 1, 12)
[  158.198388] i8042: [156325] 01 <- i8042 (interrupt, 1, 12)
[  158.199401] i8042: [156326] 00 <- i8042 (interrupt, 1, 12)
[  158.207499] i8042: [156334] 08 <- i8042 (interrupt, 1, 12)
[  158.208504] i8042: [156335] 01 <- i8042 (interrupt, 1, 12)
[  158.209515] i8042: [156336] 01 <- i8042 (interrupt, 1, 12)
[  158.218058] i8042: [156345] 08 <- i8042 (interrupt, 1, 12)
[  158.218590] i8042: [156345] 01 <- i8042 (interrupt, 1, 12)
[  158.219632] i8042: [156346] 01 <- i8042 (interrupt, 1, 12)
[  158.227730] i8042: [156354] 08 <- i8042 (interrupt, 1, 12)
[  158.228737] i8042: [156355] 03 <- i8042 (interrupt, 1, 12)
[  158.229747] i8042: [156356] 03 <- i8042 (interrupt, 1, 12)
[  158.237848] i8042: [156365] 08 <- i8042 (interrupt, 1, 12)
[  158.238858] i8042: [156366] 01 <- i8042 (interrupt, 1, 12)
[  158.239866] i8042: [156367] 01 <- i8042 (interrupt, 1, 12)
[  158.247966] i8042: [156375] 08 <- i8042 (interrupt, 1, 12)
[  158.248976] i8042: [156376] 03 <- i8042 (interrupt, 1, 12)
[  158.249988] i8042: [156377] 04 <- i8042 (interrupt, 1, 12)
[  158.258083] i8042: [156385] 08 <- i8042 (interrupt, 1, 12)
[  158.259091] i8042: [156386] 02 <- i8042 (interrupt, 1, 12)
[  158.260101] i8042: [156387] 01 <- i8042 (interrupt, 1, 12)
[  158.268224] i8042: [156395] 08 <- i8042 (interrupt, 1, 12)
[  158.269208] i8042: [156396] 01 <- i8042 (interrupt, 1, 12)
[  158.270215] i8042: [156397] 02 <- i8042 (interrupt, 1, 12)
[  158.288431] i8042: [156415] 08 <- i8042 (interrupt, 1, 12)
[  158.289436] i8042: [156416] 06 <- i8042 (interrupt, 1, 12)
[  158.290443] i8042: [156417] 08 <- i8042 (interrupt, 1, 12)
[  158.298546] i8042: [156425] 08 <- i8042 (interrupt, 1, 12)
[  158.299551] i8042: [156426] 02 <- i8042 (interrupt, 1, 12)
[  158.300560] i8042: [156427] 03 <- i8042 (interrupt, 1, 12)
[  158.308662] i8042: [156435] 08 <- i8042 (interrupt, 1, 12)
[  158.309665] i8042: [156436] 04 <- i8042 (interrupt, 1, 12)
[  158.310676] i8042: [156437] 07 <- i8042 (interrupt, 1, 12)
[  158.318802] i8042: [156446] 08 <- i8042 (interrupt, 1, 12)
[  158.319782] i8042: [156446] 02 <- i8042 (interrupt, 1, 12)
[  158.320800] i8042: [156448] 03 <- i8042 (interrupt, 1, 12)
[  158.877176] i8042: [157004] 28 <- i8042 (interrupt, 1, 12)
[  158.878193] i8042: [157005] 01 <- i8042 (interrupt, 1, 12)
[  158.879199] i8042: [157006] ff <- i8042 (interrupt, 1, 12)
[  158.945071] i8042: [157072] 18 <- i8042 (interrupt, 1, 12)
[  158.946392] i8042: [157073] ff <- i8042 (interrupt, 1, 12)
[  158.946955] i8042: [157074] 00 <- i8042 (interrupt, 1, 12)
[  159.027428] i8042: [157154] 28 <- i8042 (interrupt, 1, 12)
[  159.027852] i8042: [157155] 00 <- i8042 (interrupt, 1, 12)
[  159.028863] i8042: [157156] ff <- i8042 (interrupt, 1, 12)
[  159.106724] i8042: [157233] 28 <- i8042 (interrupt, 1, 12)
[  159.107898] i8042: [157235] 01 <- i8042 (interrupt, 1, 12)
[  159.108807] i8042: [157235] ff <- i8042 (interrupt, 1, 12)
[  159.248396] i8042: [157375] 28 <- i8042 (interrupt, 1, 12)
[  159.249502] i8042: [157376] 00 <- i8042 (interrupt, 1, 12)
[  159.250411] i8042: [157377] ff <- i8042 (interrupt, 1, 12)
[  159.278741] i8042: [157405] 28 <- i8042 (interrupt, 1, 12)
[  159.279871] i8042: [157407] 00 <- i8042 (interrupt, 1, 12)
[  159.280757] i8042: [157407] fe <- i8042 (interrupt, 1, 12)
[  159.420355] i8042: [157547] 28 <- i8042 (interrupt, 1, 12)
[  159.421462] i8042: [157548] 00 <- i8042 (interrupt, 1, 12)
[  159.422372] i8042: [157549] ff <- i8042 (interrupt, 1, 12)
[  159.561978] i8042: [157689] 08 <- i8042 (interrupt, 1, 12)
[  159.563087] i8042: [157690] 01 <- i8042 (interrupt, 1, 12)
[  159.563998] i8042: [157691] 00 <- i8042 (interrupt, 1, 12)
[  159.602438] i8042: [157729] 28 <- i8042 (interrupt, 1, 12)
[  159.603537] i8042: [157730] 00 <- i8042 (interrupt, 1, 12)
[  159.604454] i8042: [157731] ff <- i8042 (interrupt, 1, 12)
[  159.653009] i8042: [157780] 28 <- i8042 (interrupt, 1, 12)
[  159.654117] i8042: [157781] 00 <- i8042 (interrupt, 1, 12)
[  159.655030] i8042: [157782] ff <- i8042 (interrupt, 1, 12)
[  159.764273] i8042: [157891] 28 <- i8042 (interrupt, 1, 12)
[  159.765380] i8042: [157892] 01 <- i8042 (interrupt, 1, 12)
[  159.766291] i8042: [157893] ff <- i8042 (interrupt, 1, 12)
[  160.007021] i8042: [158134] 38 <- i8042 (interrupt, 1, 12)
[  160.008028] i8042: [158135] ff <- i8042 (interrupt, 1, 12)
[  160.009141] i8042: [158136] ff <- i8042 (interrupt, 1, 12)
[  160.199195] i8042: [158326] 28 <- i8042 (interrupt, 1, 12)
[  160.200200] i8042: [158327] 00 <- i8042 (interrupt, 1, 12)
[  160.201317] i8042: [158328] ff <- i8042 (interrupt, 1, 12)
[  160.239659] i8042: [158366] 38 <- i8042 (interrupt, 1, 12)
[  160.241109] i8042: [158368] ff <- i8042 (interrupt, 1, 12)
[  160.241776] i8042: [158368] ff <- i8042 (interrupt, 1, 12)
[  160.259894] i8042: [158387] 38 <- i8042 (interrupt, 1, 12)
[  160.260902] i8042: [158388] ff <- i8042 (interrupt, 1, 12)
[  160.262015] i8042: [158389] fd <- i8042 (interrupt, 1, 12)
[  160.270013] i8042: [158397] 38 <- i8042 (interrupt, 1, 12)
[  160.271020] i8042: [158398] ff <- i8042 (interrupt, 1, 12)
[  160.272133] i8042: [158399] ff <- i8042 (interrupt, 1, 12)
[  160.280131] i8042: [158407] 38 <- i8042 (interrupt, 1, 12)
[  160.281136] i8042: [158408] fe <- i8042 (interrupt, 1, 12)
[  160.282249] i8042: [158409] fc <- i8042 (interrupt, 1, 12)
[  161.631512] i8042: [159758] 38 <- i8042 (interrupt, 1, 12)
[  161.632512] i8042: [159759] ff <- i8042 (interrupt, 1, 12)
[  161.633526] i8042: [159760] fe <- i8042 (interrupt, 1, 12)
[  161.822709] i8042: [159949] 08 <- i8042 (interrupt, 1, 12)
[  161.823711] i8042: [159950] 00 <- i8042 (interrupt, 1, 12)
[  161.824719] i8042: [159951] 01 <- i8042 (interrupt, 1, 12)
[  162.399325] i8042: [160526] 28 <- i8042 (interrupt, 1, 12)
[  162.400334] i8042: [160527] 00 <- i8042 (interrupt, 1, 12)
[  162.401342] i8042: [160528] ff <- i8042 (interrupt, 1, 12)
[  162.500478] i8042: [160627] 38 <- i8042 (interrupt, 1, 12)
[  162.501490] i8042: [160628] ff <- i8042 (interrupt, 1, 12)
[  162.502494] i8042: [160629] ff <- i8042 (interrupt, 1, 12)
[  162.530831] i8042: [160657] 18 <- i8042 (interrupt, 1, 12)
[  162.531836] i8042: [160658] ff <- i8042 (interrupt, 1, 12)
[  162.532844] i8042: [160659] 00 <- i8042 (interrupt, 1, 12)
[  162.642109] i8042: [160769] 08 <- i8042 (interrupt, 1, 12)
[  162.643083] i8042: [160770] 00 <- i8042 (interrupt, 1, 12)
[  162.644128] i8042: [160771] 01 <- i8042 (interrupt, 1, 12)
[  162.692683] i8042: [160819] 08 <- i8042 (interrupt, 1, 12)
[  162.693687] i8042: [160820] 00 <- i8042 (interrupt, 1, 12)
[  162.694700] i8042: [160821] 01 <- i8042 (interrupt, 1, 12)
[  162.723030] i8042: [160850] 08 <- i8042 (interrupt, 1, 12)
[  162.724040] i8042: [160851] 00 <- i8042 (interrupt, 1, 12)
[  162.725051] i8042: [160852] 01 <- i8042 (interrupt, 1, 12)
[  162.763495] i8042: [160890] 08 <- i8042 (interrupt, 1, 12)
[  162.764509] i8042: [160891] 01 <- i8042 (interrupt, 1, 12)
[  162.765517] i8042: [160892] 01 <- i8042 (interrupt, 1, 12)
[  162.783735] i8042: [160910] 08 <- i8042 (interrupt, 1, 12)
[  162.784738] i8042: [160911] 00 <- i8042 (interrupt, 1, 12)
[  162.785747] i8042: [160912] 01 <- i8042 (interrupt, 1, 12)
[  162.793849] i8042: [160920] 08 <- i8042 (interrupt, 1, 12)
[  162.794854] i8042: [160921] 01 <- i8042 (interrupt, 1, 12)
[  162.795865] i8042: [160922] 01 <- i8042 (interrupt, 1, 12)
[  162.815096] i8042: [160942] 08 <- i8042 (interrupt, 1, 12)
[  162.816105] i8042: [160943] 01 <- i8042 (interrupt, 1, 12)
[  162.817117] i8042: [160944] 02 <- i8042 (interrupt, 1, 12)
[  162.825215] i8042: [160952] 08 <- i8042 (interrupt, 1, 12)
[  162.826221] i8042: [160953] 01 <- i8042 (interrupt, 1, 12)
[  162.827234] i8042: [160954] 01 <- i8042 (interrupt, 1, 12)
[  162.835330] i8042: [160962] 08 <- i8042 (interrupt, 1, 12)
[  162.836340] i8042: [160963] 01 <- i8042 (interrupt, 1, 12)
[  162.837352] i8042: [160964] 01 <- i8042 (interrupt, 1, 12)
[  162.845450] i8042: [160972] 08 <- i8042 (interrupt, 1, 12)
[  162.846458] i8042: [160973] 01 <- i8042 (interrupt, 1, 12)
[  162.847472] i8042: [160974] 01 <- i8042 (interrupt, 1, 12)
[  162.855567] i8042: [160982] 08 <- i8042 (interrupt, 1, 12)
[  162.856572] i8042: [160983] 01 <- i8042 (interrupt, 1, 12)
[  162.857586] i8042: [160984] 02 <- i8042 (interrupt, 1, 12)
[  162.865688] i8042: [160992] 08 <- i8042 (interrupt, 1, 12)
[  162.866688] i8042: [160993] 01 <- i8042 (interrupt, 1, 12)
[  162.867705] i8042: [160994] 02 <- i8042 (interrupt, 1, 12)
[  162.875801] i8042: [161002] 08 <- i8042 (interrupt, 1, 12)
[  162.876807] i8042: [161003] 00 <- i8042 (interrupt, 1, 12)
[  162.877819] i8042: [161004] 01 <- i8042 (interrupt, 1, 12)
[  162.884910] i8042: [161011] 08 <- i8042 (interrupt, 1, 12)
[  162.885914] i8042: [161012] 00 <- i8042 (interrupt, 1, 12)
[  162.886932] i8042: [161014] 02 <- i8042 (interrupt, 1, 12)
[  162.896041] i8042: [161023] 08 <- i8042 (interrupt, 1, 12)
[  162.897045] i8042: [161024] 02 <- i8042 (interrupt, 1, 12)
[  162.898021] i8042: [161025] 02 <- i8042 (interrupt, 1, 12)
[  162.905142] i8042: [161032] 08 <- i8042 (interrupt, 1, 12)
[  162.906152] i8042: [161033] 01 <- i8042 (interrupt, 1, 12)
[  162.907165] i8042: [161034] 02 <- i8042 (interrupt, 1, 12)
[  162.915263] i8042: [161042] 08 <- i8042 (interrupt, 1, 12)
[  162.916272] i8042: [161043] 01 <- i8042 (interrupt, 1, 12)
[  162.917281] i8042: [161044] 01 <- i8042 (interrupt, 1, 12)
[  162.925377] i8042: [161052] 18 <- i8042 (interrupt, 1, 12)
[  162.926387] i8042: [161053] fd <- i8042 (interrupt, 1, 12)
[  162.927399] i8042: [161054] 00 <- i8042 (interrupt, 1, 12)
[  162.934474] i8042: [161061] 08 <- i8042 (interrupt, 1, 12)
[  162.935491] i8042: [161062] 04 <- i8042 (interrupt, 1, 12)
[  162.936505] i8042: [161063] 05 <- i8042 (interrupt, 1, 12)
[  162.944603] i8042: [161071] 08 <- i8042 (interrupt, 1, 12)
[  162.945604] i8042: [161072] 06 <- i8042 (interrupt, 1, 12)
[  162.946616] i8042: [161073] 01 <- i8042 (interrupt, 1, 12)
[  162.974949] i8042: [161102] 08 <- i8042 (interrupt, 1, 12)
[  162.975958] i8042: [161103] 03 <- i8042 (interrupt, 1, 12)
[  162.976970] i8042: [161104] 08 <- i8042 (interrupt, 1, 12)
[  162.983178] i8042: [161110] ** <- i8042 (interrupt, 0, 1)
[  162.986077] i8042: [161113] 38 <- i8042 (interrupt, 1, 12)
[  162.987087] i8042: [161114] fd <- i8042 (interrupt, 1, 12)
[  162.988096] i8042: [161115] f7 <- i8042 (interrupt, 1, 12)
[  162.997206] i8042: [161124] 08 <- i8042 (interrupt, 1, 12)
[  162.998214] i8042: [161125] 03 <- i8042 (interrupt, 1, 12)
[  162.999224] i8042: [161126] 02 <- i8042 (interrupt, 1, 12)
[  163.055872] i8042: [161182] ** <- i8042 (interrupt, 0, 1)
[  163.058905] i8042: [161185] ** <- i8042 (interrupt, 0, 1)
[  163.157027] i8042: [161284] ** <- i8042 (interrupt, 0, 1)
[  165.219965] i8042: [163346] ** <- i8042 (interrupt, 0, 1)
[  165.291632] i8042: [163418] ** <- i8042 (interrupt, 0, 1)
[  165.321109] i8042: [163448] ** <- i8042 (interrupt, 0, 1)
[  165.392779] i8042: [163519] ** <- i8042 (interrupt, 0, 1)
[  165.442454] i8042: [163569] ** <- i8042 (interrupt, 0, 1)
[  165.514159] i8042: [163641] ** <- i8042 (interrupt, 0, 1)
[  165.517194] i8042: [163644] ** <- i8042 (interrupt, 0, 1)
[  165.594237] i8042: [163721] ** <- i8042 (interrupt, 0, 1)
[  165.645659] i8042: [163772] ** <- i8042 (interrupt, 0, 1)
[  165.756926] i8042: [163883] ** <- i8042 (interrupt, 0, 1)
[  166.879915] i8042: [165006] ** <- i8042 (interrupt, 0, 1)
[  166.961703] i8042: [165088] ** <- i8042 (interrupt, 0, 1)
[  167.031651] i8042: [165158] ** <- i8042 (interrupt, 0, 1)
[  167.103331] i8042: [165230] ** <- i8042 (interrupt, 0, 1)
[  167.203647] i8042: [165330] ** <- i8042 (interrupt, 0, 1)
[  167.264387] i8042: [165391] ** <- i8042 (interrupt, 0, 1)
[  167.315810] i8042: [165442] ** <- i8042 (interrupt, 0, 1)
[  167.366397] i8042: [165493] ** <- i8042 (interrupt, 0, 1)
[  167.426234] i8042: [165553] ** <- i8042 (interrupt, 0, 1)
[  167.487803] i8042: [165614] ** <- i8042 (interrupt, 0, 1)
[  168.731231] i8042: [166858] ** <- i8042 (interrupt, 0, 1)
[  168.833260] i8042: [166960] ** <- i8042 (interrupt, 0, 1)
[  169.986597] i8042: [168113] ** <- i8042 (interrupt, 0, 1)
[  170.027087] i8042: [168154] ** <- i8042 (interrupt, 0, 1)
[  170.068384] i8042: [168195] ** <- i8042 (interrupt, 0, 1)
[  170.129082] i8042: [168256] ** <- i8042 (interrupt, 0, 1)
[  170.219251] i8042: [168346] ** <- i8042 (interrupt, 0, 1)
[  170.301048] i8042: [168427] ** <- i8042 (interrupt, 0, 1)
[  170.391228] i8042: [168518] ** <- i8042 (interrupt, 0, 1)
[  170.411481] i8042: [168538] ** <- i8042 (interrupt, 0, 1)
[  170.573392] i8042: [168700] ** <- i8042 (interrupt, 0, 1)
[  170.577247] i8042: [168704] ** <- i8042 (interrupt, 0, 1)
[  170.581295] i8042: [168708] ** <- i8042 (interrupt, 0, 1)
[  170.645028] i8042: [168771] ** <- i8042 (interrupt, 0, 1)
[  170.755453] i8042: [168882] ** <- i8042 (interrupt, 0, 1)
[  170.827132] i8042: [168954] ** <- i8042 (interrupt, 0, 1)
[  170.846498] i8042: [168973] ** <- i8042 (interrupt, 0, 1)
[  170.918187] i8042: [169045] ** <- i8042 (interrupt, 0, 1)
[  171.048828] i8042: [169175] ** <- i8042 (interrupt, 0, 1)
[  171.150786] i8042: [169277] ** <- i8042 (interrupt, 0, 1)
[  174.762770] i8042: [172889] ** <- i8042 (interrupt, 0, 1)
[  174.765665] i8042: [172892] ** <- i8042 (interrupt, 0, 1)
[  174.884139] i8042: [173011] ** <- i8042 (interrupt, 0, 1)
[  174.888063] i8042: [173014] ** <- i8042 (interrupt, 0, 1)
[  175.805700] i8042: [173932] ** <- i8042 (interrupt, 0, 1)
[  175.877377] i8042: [174004] ** <- i8042 (interrupt, 0, 1)
[  176.837634] i8042: [174964] ** <- i8042 (interrupt, 0, 1)
[  176.918589] i8042: [175045] ** <- i8042 (interrupt, 0, 1)
[  176.980151] i8042: [175107] ** <- i8042 (interrupt, 0, 1)
[  177.091432] i8042: [175218] ** <- i8042 (interrupt, 0, 1)
[  177.525581] i8042: [175652] ** <- i8042 (interrupt, 0, 1)
[  177.617502] i8042: [175744] ** <- i8042 (interrupt, 0, 1)
[  177.707695] i8042: [175834] ** <- i8042 (interrupt, 0, 1)
[  177.769261] i8042: [175896] ** <- i8042 (interrupt, 0, 1)
[  177.829090] i8042: [175955] ** <- i8042 (interrupt, 0, 1)
[  177.931120] i8042: [176058] ** <- i8042 (interrupt, 0, 1)
[  178.001070] i8042: [176127] ** <- i8042 (interrupt, 0, 1)
[  178.061802] i8042: [176188] ** <- i8042 (interrupt, 0, 1)
[  178.113222] i8042: [176240] ** <- i8042 (interrupt, 0, 1)
[  178.162976] i8042: [176289] ** <- i8042 (interrupt, 0, 1)
[  178.184048] i8042: [176310] ** <- i8042 (interrupt, 0, 1)
[  178.225531] i8042: [176352] ** <- i8042 (interrupt, 0, 1)
[  178.416871] i8042: [176543] ** <- i8042 (interrupt, 0, 1)
[  178.468327] i8042: [176595] ** <- i8042 (interrupt, 0, 1)
[  178.768800] i8042: [176895] 09 <- i8042 (interrupt, 1, 12)
[  178.769803] i8042: [176896] 00 <- i8042 (interrupt, 1, 12)
[  178.770899] i8042: [176897] 00 <- i8042 (interrupt, 1, 12)
[  178.781071] i8042: [176907] ** <- i8042 (interrupt, 0, 1)
[  178.831678] i8042: [176958] ** <- i8042 (interrupt, 0, 1)
[  178.883117] i8042: [177010] ** <- i8042 (interrupt, 0, 1)
[  178.932868] i8042: [177059] ** <- i8042 (interrupt, 0, 1)
[  178.936746] i8042: [177063] ** <- i8042 (interrupt, 0, 1)
[  178.961037] i8042: [177087] 08 <- i8042 (interrupt, 1, 12)
[  178.962038] i8042: [177088] 00 <- i8042 (interrupt, 1, 12)
[  178.963179] i8042: [177090] 00 <- i8042 (interrupt, 1, 12)
[  178.972164] i8042: [177099] 09 <- i8042 (interrupt, 1, 12)
[  178.973294] i8042: [177100] 00 <- i8042 (interrupt, 1, 12)
[  178.974185] i8042: [177101] 00 <- i8042 (interrupt, 1, 12)
[  178.993575] i8042: [177120] ** <- i8042 (interrupt, 0, 1)
[  178.997452] i8042: [177124] ** <- i8042 (interrupt, 0, 1)
[  179.082436] i8042: [177209] 08 <- i8042 (interrupt, 1, 12)
[  179.083442] i8042: [177210] 00 <- i8042 (interrupt, 1, 12)
[  179.084539] i8042: [177211] 00 <- i8042 (interrupt, 1, 12)
[  179.094734] i8042: [177221] ** <- i8042 (interrupt, 0, 1)
[  179.146160] i8042: [177273] ** <- i8042 (interrupt, 0, 1)
[  179.176511] i8042: [177303] ** <- i8042 (interrupt, 0, 1)
[  179.205998] i8042: [177332] ** <- i8042 (interrupt, 0, 1)
[  179.254430] i8042: [177381] 09 <- i8042 (interrupt, 1, 12)
[  179.255435] i8042: [177382] 00 <- i8042 (interrupt, 1, 12)
[  179.256569] i8042: [177383] 00 <- i8042 (interrupt, 1, 12)
[  179.277686] i8042: [177404] ** <- i8042 (interrupt, 0, 1)
[  179.487155] i8042: [177614] 08 <- i8042 (interrupt, 1, 12)
[  179.488161] i8042: [177615] 00 <- i8042 (interrupt, 1, 12)
[  179.489273] i8042: [177616] 00 <- i8042 (interrupt, 1, 12)
[  179.862520] i8042: [177989] 38 <- i8042 (interrupt, 1, 12)
[  179.863583] i8042: [177990] ff <- i8042 (interrupt, 1, 12)
[  179.864541] i8042: [177991] ff <- i8042 (interrupt, 1, 12)
[  179.870629] i8042: [177997] 38 <- i8042 (interrupt, 1, 12)
[  179.871625] i8042: [177998] ff <- i8042 (interrupt, 1, 12)
[  179.872637] i8042: [177999] fe <- i8042 (interrupt, 1, 12)
[  179.880748] i8042: [178007] 28 <- i8042 (interrupt, 1, 12)
[  179.881740] i8042: [178008] 00 <- i8042 (interrupt, 1, 12)
[  179.882753] i8042: [178009] ff <- i8042 (interrupt, 1, 12)
[  179.890853] i8042: [178017] 38 <- i8042 (interrupt, 1, 12)
[  179.891865] i8042: [178018] ff <- i8042 (interrupt, 1, 12)
[  179.892838] i8042: [178019] ff <- i8042 (interrupt, 1, 12)
[  179.911090] i8042: [178037] 38 <- i8042 (interrupt, 1, 12)
[  179.912096] i8042: [178038] fe <- i8042 (interrupt, 1, 12)
[  179.913106] i8042: [178039] fd <- i8042 (interrupt, 1, 12)
[  179.931220] i8042: [178058] 38 <- i8042 (interrupt, 1, 12)
[  179.931279] i8042: [178058] ff <- i8042 (interrupt, 1, 12)
[  179.932335] i8042: [178059] ff <- i8042 (interrupt, 1, 12)
[  179.996198] i8042: [178123] ** <- i8042 (interrupt, 0, 1)
[  179.999099] i8042: [178125] ** <- i8042 (interrupt, 0, 1)
[  180.012258] i8042: [178139] 08 <- i8042 (interrupt, 1, 12)
[  180.013267] i8042: [178140] 00 <- i8042 (interrupt, 1, 12)
[  180.014279] i8042: [178141] 01 <- i8042 (interrupt, 1, 12)
[  180.097357] i8042: [178224] ** <- i8042 (interrupt, 0, 1)
[  180.101282] i8042: [178228] ** <- i8042 (interrupt, 0, 1)
[  180.123550] i8042: [178250] 38 <- i8042 (interrupt, 1, 12)
[  180.124559] i8042: [178251] ff <- i8042 (interrupt, 1, 12)
[  180.125567] i8042: [178252] fe <- i8042 (interrupt, 1, 12)
[  180.184251] i8042: [178311] 38 <- i8042 (interrupt, 1, 12)
[  180.185221] i8042: [178312] ff <- i8042 (interrupt, 1, 12)
[  180.186233] i8042: [178313] ff <- i8042 (interrupt, 1, 12)
[  180.188359] i8042: [178315] ** <- i8042 (interrupt, 0, 1)
[  180.191329] i8042: [178318] ** <- i8042 (interrupt, 0, 1)
[  180.259246] i8042: [178386] ** <- i8042 (interrupt, 0, 1)
[  180.263170] i8042: [178390] ** <- i8042 (interrupt, 0, 1)
[  180.360439] i8042: [178487] ** <- i8042 (interrupt, 0, 1)
[  180.363339] i8042: [178490] ** <- i8042 (interrupt, 0, 1)
[  180.431242] i8042: [178558] ** <- i8042 (interrupt, 0, 1)
[  180.435167] i8042: [178562] ** <- i8042 (interrupt, 0, 1)
[  180.542552] i8042: [178669] ** <- i8042 (interrupt, 0, 1)
[  180.545452] i8042: [178672] ** <- i8042 (interrupt, 0, 1)
[  180.613349] i8042: [178740] ** <- i8042 (interrupt, 0, 1)
[  180.617274] i8042: [178744] ** <- i8042 (interrupt, 0, 1)
[  180.629422] i8042: [178756] 08 <- i8042 (interrupt, 1, 12)
[  180.630433] i8042: [178757] 01 <- i8042 (interrupt, 1, 12)
[  180.631442] i8042: [178758] 01 <- i8042 (interrupt, 1, 12)
[  180.714532] i8042: [178841] ** <- i8042 (interrupt, 0, 1)
[  180.717433] i8042: [178844] ** <- i8042 (interrupt, 0, 1)
[  180.785340] i8042: [178912] ** <- i8042 (interrupt, 0, 1)
[  180.789268] i8042: [178916] ** <- i8042 (interrupt, 0, 1)
[  180.886537] i8042: [179013] ** <- i8042 (interrupt, 0, 1)
[  180.889437] i8042: [179016] ** <- i8042 (interrupt, 0, 1)
[  180.957345] i8042: [179084] ** <- i8042 (interrupt, 0, 1)
[  180.961271] i8042: [179088] ** <- i8042 (interrupt, 0, 1)
[  181.518695] i8042: [179645] 18 <- i8042 (interrupt, 1, 12)
[  181.519665] i8042: [179646] ff <- i8042 (interrupt, 1, 12)
[  181.520718] i8042: [179647] 00 <- i8042 (interrupt, 1, 12)
[  181.555238] i8042: [179682] ** <- i8042 (interrupt, 0, 1)
[  181.647172] i8042: [179774] ** <- i8042 (interrupt, 0, 1)
[  181.929544] i8042: [180056] ** <- i8042 (interrupt, 0, 1)
[  181.991136] i8042: [180118] ** <- i8042 (interrupt, 0, 1)
[  183.005851] i8042: [181132] 08 <- i8042 (interrupt, 1, 12)
[  183.006856] i8042: [181133] 01 <- i8042 (interrupt, 1, 12)
[  183.007868] i8042: [181134] 01 <- i8042 (interrupt, 1, 12)
[  184.591337] i8042: [182718] ** <- i8042 (interrupt, 0, 1)

[-- Attachment #3: without.i8042.nomux=1.dmesg.output --]
[-- Type: application/octet-stream, Size: 187220 bytes --]

[    0.000000] Linux version 6.13.9-zabbly+ (root@gh-zabbly-linux-39666878469) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #debian12 SMP PREEMPT_DYNAMIC Mon Mar 31 02:08:07 UTC 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+ root=UUID=01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro ipv6.disable=1 psmouse.synaptics_intertouch=1 i8042.debug=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bab7efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bab7f000-0x00000000bbe7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe7f000-0x00000000bbf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bbf7f000-0x00000000bbffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbfff000-0x00000000bbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc000000-0x00000000bf1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000033edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 850 G1/198F, BIOS L71 Ver. 01.21 09/03/2014
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2394.355 MHz processor
[    0.001297] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001302] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001315] last_pfn = 0x33ee00 max_arch_pfn = 0x400000000
[    0.001327] MTRR map: 8 entries (3 fixed + 5 variable; max 23), built from 10 variable MTRRs
[    0.001330] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001803] last_pfn = 0xbc000 max_arch_pfn = 0x400000000
[    0.016346] Using GB pages for direct mapping
[    0.017063] RAMDISK: [mem 0x32343000-0x35198fff]
[    0.017071] ACPI: Early table checksum verification disabled
[    0.017076] ACPI: RSDP 0x00000000000F2FE0 000024 (v02 HPQOEM)
[    0.017083] ACPI: XSDT 0x00000000BBFFE120 0000A4 (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.017093] ACPI: FACP 0x00000000BBFFC000 00010C (v05 HPQOEM 198F     00000001 HP   00000001)
[    0.017102] ACPI: DSDT 0x00000000BBFD1000 025472 (v02 HPQOEM 198F     00000001 INTL 20110112)
[    0.017108] ACPI: FACS 0x00000000BBDE4000 000040
[    0.017113] ACPI: FACS 0x00000000BBDE4000 000040
[    0.017118] ACPI: HPET 0x00000000BBFFB000 000038 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017124] ACPI: APIC 0x00000000BBFFA000 0000BC (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017129] ACPI: MCFG 0x00000000BBFF9000 00003C (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017135] ACPI: TCPA 0x00000000BBFF7000 000032 (v02 HPQOEM 198F     00000000 HP   00000001)
[    0.017141] ACPI: SSDT 0x00000000BBFCE000 000313 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
[    0.017146] ACPI: SSDT 0x00000000BBFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
[    0.017152] ACPI: SLIC 0x00000000BBFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.017158] ACPI: FPDT 0x00000000BBFCA000 000044 (v01 HPQOEM 198F     00000001 HP   00000001)
[    0.017163] ACPI: BGRT 0x00000000BBFC9000 000038 (v00 HPQOEM 198F     00000001 HP   00000001)
[    0.017169] ACPI: SSDT 0x00000000BBFC5000 000466 (v01 Isct   IsctAsl  00003000 INTL 20110112)
[    0.017175] ACPI: SSDT 0x00000000BBFC4000 000544 (v01 PmRef  Cpu0Ist  00003000 INTL 20110112)
[    0.017181] ACPI: SSDT 0x00000000BBFC3000 000AF3 (v01 PmRef  CpuPm    00003000 INTL 20110112)
[    0.017186] ACPI: SSDT 0x00000000BBFC2000 0001D5 (v01 PmRef  LakeTiny 00003000 INTL 20110112)
[    0.017192] ACPI: SSDT 0x00000000BBFC1000 000706 (v01 SaSsdt SaSsdt   00003000 INTL 20110112)
[    0.017198] ACPI: ASF! 0x00000000BBFF8000 0000A5 (v32 HPQOEM 198F     00000001 HP   00000001)
[    0.017202] ACPI: Reserving FACP table memory at [mem 0xbbffc000-0xbbffc10b]
[    0.017205] ACPI: Reserving DSDT table memory at [mem 0xbbfd1000-0xbbff6471]
[    0.017207] ACPI: Reserving FACS table memory at [mem 0xbbde4000-0xbbde403f]
[    0.017208] ACPI: Reserving FACS table memory at [mem 0xbbde4000-0xbbde403f]
[    0.017209] ACPI: Reserving HPET table memory at [mem 0xbbffb000-0xbbffb037]
[    0.017211] ACPI: Reserving APIC table memory at [mem 0xbbffa000-0xbbffa0bb]
[    0.017212] ACPI: Reserving MCFG table memory at [mem 0xbbff9000-0xbbff903b]
[    0.017214] ACPI: Reserving TCPA table memory at [mem 0xbbff7000-0xbbff7031]
[    0.017215] ACPI: Reserving SSDT table memory at [mem 0xbbfce000-0xbbfce312]
[    0.017216] ACPI: Reserving SSDT table memory at [mem 0xbbfcd000-0xbbfcd489]
[    0.017218] ACPI: Reserving SLIC table memory at [mem 0xbbfcc000-0xbbfcc175]
[    0.017219] ACPI: Reserving FPDT table memory at [mem 0xbbfca000-0xbbfca043]
[    0.017221] ACPI: Reserving BGRT table memory at [mem 0xbbfc9000-0xbbfc9037]
[    0.017222] ACPI: Reserving SSDT table memory at [mem 0xbbfc5000-0xbbfc5465]
[    0.017223] ACPI: Reserving SSDT table memory at [mem 0xbbfc4000-0xbbfc4543]
[    0.017225] ACPI: Reserving SSDT table memory at [mem 0xbbfc3000-0xbbfc3af2]
[    0.017226] ACPI: Reserving SSDT table memory at [mem 0xbbfc2000-0xbbfc21d4]
[    0.017228] ACPI: Reserving SSDT table memory at [mem 0xbbfc1000-0xbbfc1705]
[    0.017229] ACPI: Reserving ASF! table memory at [mem 0xbbff8000-0xbbff80a4]
[    0.017327] No NUMA configuration found
[    0.017328] Faking a node at [mem 0x0000000000000000-0x000000033edfffff]
[    0.017344] NODE_DATA(0) allocated [mem 0x33edd5340-0x33edffcbf]
[    0.017674] Zone ranges:
[    0.017675]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017678]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017681]   Normal   [mem 0x0000000100000000-0x000000033edfffff]
[    0.017684]   Device   empty
[    0.017685] Movable zone start for each node
[    0.017690] Early memory node ranges
[    0.017691]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.017694]   node   0: [mem 0x0000000000100000-0x00000000bab7efff]
[    0.017696]   node   0: [mem 0x00000000bbfff000-0x00000000bbffffff]
[    0.017698]   node   0: [mem 0x0000000100000000-0x000000033edfffff]
[    0.017701] Initmem setup node 0 [mem 0x0000000000001000-0x000000033edfffff]
[    0.017708] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.017744] On node 0, zone DMA: 99 pages in unavailable ranges
[    0.024521] On node 0, zone DMA32: 5248 pages in unavailable ranges
[    0.045509] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.045594] On node 0, zone Normal: 4608 pages in unavailable ranges
[    0.045605] Reserving Intel graphics memory at [mem 0xbd200000-0xbf1fffff]
[    0.045694] ACPI: PM-Timer IO Port: 0x1808
[    0.045707] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.045713] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.045716] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.045717] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.045718] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.045720] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.045721] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.045722] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.045724] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.045736] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-39
[    0.045741] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.045744] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.045752] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.045754] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.045762] TSC deadline timer available
[    0.045770] CPU topo: Max. logical packages:   1
[    0.045771] CPU topo: Max. logical dies:       1
[    0.045772] CPU topo: Max. dies per package:   1
[    0.045781] CPU topo: Max. threads per core:   2
[    0.045783] CPU topo: Num. cores per package:     2
[    0.045784] CPU topo: Num. threads per package:   4
[    0.045785] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.045786] CPU topo: Rejected CPUs 4
[    0.045809] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.045813] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.045815] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.045816] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.045818] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.045820] PM: hibernation: Registered nosave memory: [mem 0xbab7f000-0xbbe7efff]
[    0.045822] PM: hibernation: Registered nosave memory: [mem 0xbbe7f000-0xbbf7efff]
[    0.045823] PM: hibernation: Registered nosave memory: [mem 0xbbf7f000-0xbbffefff]
[    0.045825] PM: hibernation: Registered nosave memory: [mem 0xbc000000-0xbf1fffff]
[    0.045827] PM: hibernation: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
[    0.045828] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.045829] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.045831] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.045832] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.045833] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.045834] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.045836] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.045837] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.045839] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.045840] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.045842] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.045843] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.045844] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.045847] [mem 0xbf200000-0xdfffffff] available for PCI devices
[    0.045849] Booting paravirtualized kernel on bare hardware
[    0.045854] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.045874] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.046337] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[    0.046347] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[    0.046352] pcpu-alloc: [0] 0 1 2 3 
[    0.046381] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+ root=UUID=01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro ipv6.disable=1 psmouse.synaptics_intertouch=1 i8042.debug=1
[    0.046516] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+", will be passed to user space.
[    0.046542] random: crng init done
[    0.046544] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.048780] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.049905] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.050039] Fallback order for Node 0: 0 
[    0.050044] Built 1 zonelists, mobility grouping on.  Total pages: 3119388
[    0.050046] Policy zone: Normal
[    0.050058] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.050065] software IO TLB: area num 4.
[    0.111666] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.111702] Kernel/User page tables isolation: enabled
[    0.111757] ftrace: allocating 56094 entries in 220 pages
[    0.163776] ftrace: allocated 220 pages with 5 groups
[    0.165198] Dynamic Preempt: voluntary
[    0.165273] rcu: Preemptible hierarchical RCU implementation.
[    0.165274] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.165276] 	Trampoline variant of Tasks RCU enabled.
[    0.165277] 	Rude variant of Tasks RCU enabled.
[    0.165277] 	Tracing variant of Tasks RCU enabled.
[    0.165278] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.165280] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.165291] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.165295] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.165297] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[    0.172424] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.172665] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.174510] Console: colour VGA+ 80x25
[    0.174515] printk: legacy console [tty0] enabled
[    0.184311] ACPI: Core revision 20240827
[    0.184589] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.184645] APIC: Switch to symmetric I/O mode setup
[    0.185157] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x228362d31ae, max_idle_ns: 440795288728 ns
[    0.185240] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.71 BogoMIPS (lpj=2394355)
[    0.185351] CPU0: Thermal monitoring enabled (TM1)
[    0.185444] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.185493] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.185545] process: using mwait in idle threads
[    0.185591] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.185663] Spectre V2 : Mitigation: Retpolines
[    0.185707] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.185776] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.185825] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.185876] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.185946] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.185994] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.186065] MDS: Mitigation: Clear CPU buffers
[    0.186109] MMIO Stale Data: Unknown: No mitigations
[    0.186154] SRBDS: Mitigation: Microcode
[    0.186201] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.186236] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.186236] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.186236] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.186236] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.186236] Freeing SMP alternatives memory: 48K
[    0.186236] pid_max: default: 32768 minimum: 301
[    0.186236] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,ima,evm
[    0.186236] landlock: Up and running.
[    0.186236] Yama: becoming mindful.
[    0.186236] AppArmor: AppArmor initialized
[    0.186236] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.186236] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.186236] smpboot: CPU0: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.186236] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.186236] ... version:                3
[    0.186236] ... bit width:              48
[    0.186236] ... generic registers:      4
[    0.186236] ... value mask:             0000ffffffffffff
[    0.186236] ... max period:             00007fffffffffff
[    0.186236] ... fixed-purpose events:   3
[    0.186236] ... event mask:             000000070000000f
[    0.186370] signal: max sigframe size: 1776
[    0.186436] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.189144] rcu: Hierarchical SRCU implementation.
[    0.189193] rcu: 	Max phase no-delay instances is 400.
[    0.189315] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.191147] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.191308] smp: Bringing up secondary CPUs ...
[    0.195268] smpboot: x86: Booting SMP configuration:
[    0.195315] .... node  #0, CPUs:      #2 #1 #3
[    0.201274] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.201417] smp: Brought up 1 node, 4 CPUs
[    0.201417] smpboot: Total of 4 processors activated (19154.84 BogoMIPS)
[    0.202337] Memory: 12082132K/12477552K available (20480K kernel code, 3434K rwdata, 14084K rodata, 4960K init, 5752K bss, 386056K reserved, 0K cma-reserved)
[    0.202892] devtmpfs: initialized
[    0.202892] x86/mm: Memory block size: 128MB
[    0.205274] ACPI: PM: Registering ACPI NVS region [mem 0xbbe7f000-0xbbf7efff] (1048576 bytes)
[    0.205437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.205520] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.205663] pinctrl core: initialized pinctrl subsystem
[    0.205867] PM: RTC time: 19:21:22, date: 2025-04-10
[    0.206777] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.207244] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.207502] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.207773] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.207856] audit: initializing netlink subsys (disabled)
[    0.207919] audit: type=2000 audit(1744312882.022:1): state=initialized audit_enabled=0 res=1
[    0.207919] thermal_sys: Registered thermal governor 'fair_share'
[    0.207919] thermal_sys: Registered thermal governor 'bang_bang'
[    0.207919] thermal_sys: Registered thermal governor 'step_wise'
[    0.208240] thermal_sys: Registered thermal governor 'user_space'
[    0.208287] thermal_sys: Registered thermal governor 'power_allocator'
[    0.208346] EISA bus registered
[    0.208442] cpuidle: using governor ladder
[    0.208442] cpuidle: using governor menu
[    0.208442] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.208442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.208622] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.208700] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry
[    0.208764] PCI: Using configuration type 1 for base access
[    0.208912] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.209301] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.209399] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.209399] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.209399] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.209427] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.210430] ACPI: Added _OSI(Module Device)
[    0.210477] ACPI: Added _OSI(Processor Device)
[    0.210520] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.210564] ACPI: Added _OSI(Processor Aggregator Device)
[    0.235638] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.238423] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.276754] ACPI: Dynamic OEM Table Load:
[    0.276754] ACPI: SSDT 0xFFFFA0988098F000 0003F3 (v01 PmRef  Cpu0Cst  00003001 INTL 20110112)
[    0.278172] ACPI: Dynamic OEM Table Load:
[    0.278226] ACPI: SSDT 0xFFFFA09880EEA000 0005DB (v01 PmRef  ApIst    00003000 INTL 20110112)
[    0.280880] ACPI: Dynamic OEM Table Load:
[    0.280931] ACPI: SSDT 0xFFFFA09880C65C00 000119 (v01 PmRef  ApCst    00003000 INTL 20110112)
[    0.283366] ACPI: EC: EC started
[    0.283409] ACPI: EC: interrupt blocked
[    1.717068] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.717119] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    1.717188] ACPI: Interpreter enabled
[    1.717278] ACPI: PM: (supports S0 S3 S4 S5)
[    1.717322] ACPI: Using IOAPIC for interrupt routing
[    1.718700] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.718774] PCI: Using E820 reservations for host bridge windows
[    1.719383] ACPI: Enabled 7 GPEs in block 00 to 7F
[    1.723118] ACPI: \_SB_.PCI0.HDEF.APPR: New power resource
[    1.729254] ACPI: \_SB_.PCI0.LPCB.SIO_.COM1.COMP: New power resource
[    1.729918] ACPI: \_SB_.PCI0.LPCB.SIO_.LPT0.LPP_: New power resource
[    1.732163] ACPI: \_SB_.PCI0.RP06.PXP6: New power resource
[    1.840141] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.840201] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.841267] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    1.843843] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    1.843915] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.845106] PCI host bridge to bus 0000:00
[    1.845155] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.845206] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.845239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.845308] pci_bus 0000:00: root bus resource [mem 0xbf200000-0xdfffffff window]
[    1.845376] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed3ffff window]
[    1.845444] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    1.845512] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    1.845580] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.845644] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 conventional PCI endpoint
[    1.845834] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000 conventional PCI endpoint
[    1.845917] pci 0000:00:02.0: BAR 0 [mem 0xd0000000-0xd03fffff 64bit]
[    1.845973] pci 0000:00:02.0: BAR 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.846028] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    1.846099] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.846449] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    1.846534] pci 0000:00:03.0: BAR 0 [mem 0xd0730000-0xd0733fff 64bit]
[    1.846754] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 conventional PCI endpoint
[    1.846840] pci 0000:00:14.0: BAR 0 [mem 0xd0720000-0xd072ffff 64bit]
[    1.846952] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.847137] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000 conventional PCI endpoint
[    1.847227] pci 0000:00:16.0: BAR 0 [mem 0xd0739000-0xd073901f 64bit]
[    1.847321] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.847449] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000 conventional PCI endpoint
[    1.847532] pci 0000:00:19.0: BAR 0 [mem 0xd0700000-0xd071ffff]
[    1.847586] pci 0000:00:19.0: BAR 1 [mem 0xd073e000-0xd073efff]
[    1.847641] pci 0000:00:19.0: BAR 2 [io  0x3080-0x309f]
[    1.847753] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.847916] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    1.848006] pci 0000:00:1b.0: BAR 0 [mem 0xd0734000-0xd0737fff 64bit]
[    1.848139] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.848306] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400 PCIe Root Port
[    1.848400] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.848450] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.848573] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.849142] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400 PCIe Root Port
[    1.849238] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.849289] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.849416] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.849983] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400 PCIe Root Port
[    1.850079] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.850128] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.850260] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.850821] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320 conventional PCI endpoint
[    1.850909] pci 0000:00:1d.0: BAR 0 [mem 0xd073d000-0xd073d3ff]
[    1.851058] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.851236] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 conventional PCI endpoint
[    1.851563] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601 conventional PCI endpoint
[    1.851646] pci 0000:00:1f.2: BAR 0 [io  0x30a8-0x30af]
[    1.851698] pci 0000:00:1f.2: BAR 1 [io  0x30b4-0x30b7]
[    1.851750] pci 0000:00:1f.2: BAR 2 [io  0x30a0-0x30a7]
[    1.851801] pci 0000:00:1f.2: BAR 3 [io  0x30b0-0x30b3]
[    1.851854] pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
[    1.851905] pci 0000:00:1f.2: BAR 5 [mem 0xd073c000-0xd073c7ff]
[    1.851998] pci 0000:00:1f.2: PME# supported from D3hot
[    1.852146] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 conventional PCI endpoint
[    1.852232] pci 0000:00:1f.3: BAR 0 [mem 0xd0738000-0xd07380ff 64bit]
[    1.852258] pci 0000:00:1f.3: BAR 4 [io  0xef80-0xef9f]
[    1.852454] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.852588] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000 PCIe Endpoint
[    1.852683] pci 0000:02:00.0: BAR 0 [mem 0xd0500000-0xd057ffff 64bit]
[    1.852787] pci 0000:02:00.0: ROM [mem 0xffff0000-0xffffffff pref]
[    1.852933] pci 0000:02:00.0: supports D1 D2
[    1.852976] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.853261] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.853387] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000 PCIe Endpoint
[    1.853476] pci 0000:03:00.0: BAR 0 [mem 0xd0400000-0xd0400fff]
[    1.853692] pci 0000:03:00.0: supports D1 D2
[    1.853735] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.853975] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.856285] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    1.856422] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    1.856550] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[    1.856676] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[    1.856807] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    1.856934] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.856982] ACPI: PCI: Interrupt link LNKF disabled
[    1.857104] ACPI: PCI: Interrupt link LNKG configured for IRQ 5
[    1.857230] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.857239] ACPI: PCI: Interrupt link LNKH disabled
[    1.858168] ACPI: EC: interrupt unblocked
[    1.858214] ACPI: EC: event unblocked
[    1.858238] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.858284] ACPI: EC: GPE=0x6
[    1.858324] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    1.858376] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    1.858541] iommu: Default domain type: Translated
[    1.858541] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.858609] SCSI subsystem initialized
[    1.859264] libata version 3.00 loaded.
[    1.859291] ACPI: bus type USB registered
[    1.859351] usbcore: registered new interface driver usbfs
[    1.859405] usbcore: registered new interface driver hub
[    1.859405] usbcore: registered new device driver usb
[    1.859405] pps_core: LinuxPPS API ver. 1 registered
[    1.859405] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.859452] PTP clock support registered
[    1.859518] EDAC MC: Ver: 3.0.0
[    1.860580] NetLabel: Initializing
[    1.860580] NetLabel:  domain hash size = 128
[    1.860580] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.860580] NetLabel:  unlabeled traffic allowed by default
[    1.860580] mctp: management component transport protocol core
[    1.860580] NET: Registered PF_MCTP protocol family
[    1.860580] PCI: Using ACPI for IRQ routing
[    1.866733] PCI: pci_cache_line_size set to 64 bytes
[    1.866776] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    1.866780] e820: reserve RAM buffer [mem 0xbab7f000-0xbbffffff]
[    1.866782] e820: reserve RAM buffer [mem 0x33ee00000-0x33fffffff]
[    1.867248] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.867298] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.867344] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.867419] vgaarb: loaded
[    1.867462] clocksource: Switched to clocksource tsc-early
[    1.868315] VFS: Disk quotas dquot_6.6.0
[    1.868376] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.868612] AppArmor: AppArmor Filesystem Enabled
[    1.868705] pnp: PnP ACPI init
[    1.869092] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.869146] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.869197] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.869247] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.869296] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.869346] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.869395] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.869444] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.869494] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.869551] system 00:00: [mem 0xbf210000-0xbf21ffff] has been reserved
[    1.869846] system 00:01: [io  0x0200-0x027f] has been reserved
[    1.869896] system 00:01: [io  0xffff] has been reserved
[    1.869943] system 00:01: [io  0xffff] has been reserved
[    1.869988] system 00:01: [io  0xffff] has been reserved
[    1.870034] system 00:01: [io  0x1800-0x18fe] has been reserved
[    1.870082] system 00:01: [io  0xef80-0xef9f] has been reserved
[    1.871041] system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
[    1.871095] system 00:05: [mem 0x40004000-0x40004fff] could not be reserved
[    1.871598] pnp: PnP ACPI: found 7 devices
[    1.878310] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.878474] NET: Registered PF_INET protocol family
[    1.878761] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.907311] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.907434] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.907622] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.908057] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.909207] TCP: Hash tables configured (established 131072 bind 65536)
[    1.909398] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    1.909588] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.909824] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.910079] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.910135] NET: Registered PF_XDP protocol family
[    1.910184] pci 0000:02:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
[    1.910267] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.910339] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.910431] pci 0000:00:1c.5: bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]: assigned
[    1.910504] pci 0000:00:1c.5: bridge window [io  0x2000-0x2fff]: assigned
[    1.910562] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.910611] pci 0000:00:1c.0:   bridge window [mem 0xd0600000-0xd06fffff]
[    1.910669] pci 0000:02:00.0: ROM [mem 0xd0580000-0xd058ffff pref]: assigned
[    1.910720] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.910768] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
[    1.910824] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.910870] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    1.910921] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
[    1.910972] pci 0000:00:1c.5:   bridge window [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.911046] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.911096] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.911144] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.911194] pci_bus 0000:00: resource 7 [mem 0xbf200000-0xdfffffff window]
[    1.911244] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfed3ffff window]
[    1.911294] pci_bus 0000:00: resource 9 [mem 0xfed45000-0xfedfffff window]
[    1.911344] pci_bus 0000:00: resource 10 [mem 0xfee01000-0xffffffff window]
[    1.911395] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[    1.911443] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[    1.911492] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.911541] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[    1.911589] pci_bus 0000:03: resource 2 [mem 0xbf300000-0xbf4fffff 64bit pref]
[    1.911810] pci 0000:00:14.0: enabling device (0000 -> 0002)
[    1.912752] PCI: CLS 64 bytes, default 64
[    1.912812] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.912861] software IO TLB: mapped [mem 0x00000000b6b7f000-0x00000000bab7f000] (64MB)
[    1.912885] Trying to unpack rootfs image as initramfs...
[    1.913042] resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than Reserved [mem 0xfed10000-0xfed13fff]
[    1.913147] caller snb_uncore_imc_init_box+0x7f/0xe0 mapping multiple BARs
[    1.941383] Initialise system trusted keyrings
[    1.941444] Key type blacklist registered
[    1.941592] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    1.941661] zbud: loaded
[    1.942086] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.942315] fuse: init (API version 7.41)
[    1.942575] integrity: Platform Keyring initialized
[    1.942626] integrity: Machine keyring initialized
[    1.965796] Key type asymmetric registered
[    1.965845] Asymmetric key parser 'x509' registered
[    1.965933] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.966106] io scheduler mq-deadline registered
[    1.966505] ledtrig-cpu: registered to indicate activity on CPUs
[    1.966979] pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
[    1.967403] pcieport 0000:00:1c.3: PME: Signaling with IRQ 41
[    1.967848] pcieport 0000:00:1c.5: PME: Signaling with IRQ 42
[    1.967932] pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.968278] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.969530] ACPI: AC: AC Adapter [AC] (on-line)
[    1.969681] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.969784] ACPI: button: Sleep Button [SLPB]
[    1.969873] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.969970] ACPI: button: Lid Switch [LID]
[    1.970059] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.970213] ACPI: button: Power Button [PWRF]
[    1.995376] thermal LNXTHERM:00: registered as thermal_zone0
[    1.995432] ACPI: thermal: Thermal Zone [CPUZ] (38 C)
[    2.019767] thermal LNXTHERM:01: registered as thermal_zone1
[    2.019823] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    2.034710] thermal LNXTHERM:02: registered as thermal_zone2
[    2.034766] ACPI: thermal: Thermal Zone [EXTZ] (28 C)
[    2.049956] thermal LNXTHERM:03: registered as thermal_zone3
[    2.050013] ACPI: thermal: Thermal Zone [LOCZ] (29 C)
[    2.065195] thermal LNXTHERM:04: registered as thermal_zone4
[    2.065251] ACPI: thermal: Thermal Zone [BATZ] (20 C)
[    2.065931] thermal LNXTHERM:05: registered as thermal_zone5
[    2.065982] ACPI: thermal: Thermal Zone [PCHZ] (114 C)
[    2.066378] ACPI: battery: Slot [BAT0] (battery absent)
[    2.066587] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.070389] hpet_acpi_add: no address or irqs in _CRS
[    2.070465] Linux agpgart interface v0.103
[    2.073597] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
[    2.100197] loop: module loaded
[    2.100757] tun: Universal TUN/TAP device driver, 1.6
[    2.100882] PPP generic driver version 2.4.2
[    2.101583] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.101783] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.102915] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    2.103196] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.103231] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.103263] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.103306] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.103384] ehci-pci 0000:00:1d.0: debug port 2
[    2.103447] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.103633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    2.103740] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.103841] usb usb1: Product: xHCI Host Controller
[    2.103907] usb usb1: Manufacturer: Linux 6.13.9-zabbly+ xhci-hcd
[    2.103978] usb usb1: SerialNumber: 0000:00:14.0
[    2.104340] hub 1-0:1.0: USB hub found
[    2.104420] hub 1-0:1.0: 9 ports detected
[    2.107439] ehci-pci 0000:00:1d.0: irq 17, io mem 0xd073d000
[    2.107729] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
[    2.107805] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.107874] usb usb3: Product: xHCI Host Controller
[    2.107919] usb usb3: Manufacturer: Linux 6.13.9-zabbly+ xhci-hcd
[    2.107967] usb usb3: SerialNumber: 0000:00:14.0
[    2.108197] hub 3-0:1.0: USB hub found
[    2.108250] hub 3-0:1.0: 4 ports detected
[    2.109625] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.109764] i8042: [0] 20 -> i8042 (command)
[    2.109825] i8042: [0] 47 <- i8042 (return)
[    2.109879] i8042: [0] 20 -> i8042 (command)
[    2.109938] i8042: [0] 47 <- i8042 (return)
[    2.109944] i8042: [0] 60 -> i8042 (command)
[    2.110001] i8042: [0] 56 -> i8042 (parameter)
[    2.110011] i8042: [0] d3 -> i8042 (command)
[    2.110068] i8042: [0] 5a -> i8042 (parameter)
[    2.110129] i8042: [0] 5a <- i8042 (return)
[    2.110133] i8042: [0] a7 -> i8042 (command)
[    2.110189] i8042: [0] 20 -> i8042 (command)
[    2.110248] i8042: [0] 76 <- i8042 (return)
[    2.110252] i8042: [0] a8 -> i8042 (command)
[    2.110307] i8042: [0] 20 -> i8042 (command)
[    2.110366] i8042: [0] 56 <- i8042 (return)
[    2.110370] i8042: [0] 60 -> i8042 (command)
[    2.110427] i8042: [0] 74 -> i8042 (parameter)
[    2.110486] i8042: [0] d3 -> i8042 (command)
[    2.110540] i8042: [1] f0 -> i8042 (parameter)
[    2.110540] i8042: [1] f0 <- i8042 (return)
[    2.110615] i8042: [1] d3 -> i8042 (command)
[    2.110672] i8042: [1] 56 -> i8042 (parameter)
[    2.110733] i8042: [1] 56 <- i8042 (return)
[    2.110737] i8042: [1] d3 -> i8042 (command)
[    2.110794] i8042: [1] a4 -> i8042 (parameter)
[    2.110855] i8042: [1] 11 <- i8042 (return)
[    2.110857] i8042: Detected active multiplexing controller, rev 1.1
[    2.110908] i8042: [1] 60 -> i8042 (command)
[    2.110966] i8042: [1] 74 -> i8042 (parameter)
[    2.110989] i8042: [1] 90 -> i8042 (command)
[    2.111047] i8042: [1] a8 -> i8042 (command)
[    2.111104] i8042: [1] 91 -> i8042 (command)
[    2.111161] i8042: [1] a8 -> i8042 (command)
[    2.111218] i8042: [1] 92 -> i8042 (command)
[    2.111276] i8042: [1] a8 -> i8042 (command)
[    2.111333] i8042: [1] 93 -> i8042 (command)
[    2.111391] i8042: [1] a8 -> i8042 (command)
[    2.111448] i8042: [1] 60 -> i8042 (command)
[    2.111505] i8042: [1] 56 -> i8042 (parameter)
[    2.111520] i8042: [1] 60 -> i8042 (command)
[    2.111578] i8042: [2] 47 -> i8042 (parameter)
[    2.111586] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.111637] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.111737] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.111814] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.111888] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.112111] mousedev: PS/2 mouse device common for all mice
[    2.112321] i8042: [2] f5 -> i8042 (kbd-data)
[    2.112383] rtc_cmos 00:02: RTC can wake from S4
[    2.112534] i8042: [2] fa <- i8042 (interrupt, 0, 1)
[    2.112557] i8042: [3] ed -> i8042 (kbd-data)
[    2.112566] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.112776] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
[    2.112838] rtc_cmos 00:02: registered as rtc0
[    2.112855] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.112937] rtc_cmos 00:02: setting system clock to 2025-04-10T19:21:24 UTC (1744312884)
[    2.112991] usb usb2: Product: EHCI Host Controller
[    2.113109] usb usb2: Manufacturer: Linux 6.13.9-zabbly+ ehci_hcd
[    2.113110] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    2.113130] i2c_dev: i2c /dev entries driver
[    2.113162] usb usb2: SerialNumber: 0000:00:1d.0
[    2.113495] hub 2-0:1.0: USB hub found
[    2.113576] hub 2-0:1.0: 3 ports detected
[    2.113593] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    2.113733] device-mapper: uevent: version 1.0.3
[    2.113887] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    2.114030] platform eisa.0: Probing EISA bus 0
[    2.114082] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.114137] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.114187] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.114236] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.114284] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.114333] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.114381] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.114430] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.114479] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.114527] platform eisa.0: EISA: Detected 0 cards
[    2.114627] intel_pstate: Intel P-state driver initializing
[    2.115204] drop_monitor: Initializing network drop monitor service
[    2.115334] IPv6: Loaded, but administratively disabled, reboot required to enable
[    2.115395] NET: Registered PF_PACKET protocol family
[    2.115492] Key type dns_resolver registered
[    2.115555] i8042: [6] fa <- i8042 (interrupt, 0, 1)
[    2.115569] i8042: [6] 00 -> i8042 (kbd-data)
[    2.116240] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    2.116886] microcode: Current revision: 0x00000026
[    2.116926] microcode: Updated early from: 0x0000001c
[    2.118606] i8042: [9] fa <- i8042 (interrupt, 0, 1)
[    2.118619] i8042: [9] f3 -> i8042 (kbd-data)
[    2.119727] IPI shorthand broadcast: enabled
[    2.121624] i8042: [12] fa <- i8042 (interrupt, 0, 1)
[    2.121642] i8042: [12] 00 -> i8042 (kbd-data)
[    2.121766] sched_clock: Marking stable (2109001821, 12537161)->(2190481196, -68942214)
[    2.122008] registered taskstats version 1
[    2.124670] i8042: [15] fa <- i8042 (interrupt, 0, 1)
[    2.124694] i8042: [15] f4 -> i8042 (kbd-data)
[    2.124906] Loading compiled-in X.509 certificates
[    2.125752] Loaded X.509 cert 'Build time autogenerated kernel key: 0515ad06357eebaa4a99deb8a8a8a68d68b0ab66'
[    2.127694] i8042: [18] fa <- i8042 (interrupt, 0, 1)
[    2.128227] Demotion targets for Node 0: null
[    2.128265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.128426] i8042: [18] 90 -> i8042 (command)
[    2.128427] Key type .fscrypt registered
[    2.128470] Key type fscrypt-provisioning registered
[    2.128485] i8042: [18] f2 -> i8042 (parameter)
[    2.130744] i8042: [21] MUX error, status is 35, data is fe
[    2.130748] i8042: [21] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.130760] i8042: [21] 90 -> i8042 (command)
[    2.130818] i8042: [21] f2 -> i8042 (parameter)
[    2.131755] i8042: [22] MUX error, status is 35, data is fe
[    2.131757] i8042: [22] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.131767] i8042: [22] 90 -> i8042 (command)
[    2.131824] i8042: [22] ed -> i8042 (parameter)
[    2.132775] i8042: [23] MUX error, status is 35, data is fe
[    2.132779] i8042: [23] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.132793] i8042: [23] 90 -> i8042 (command)
[    2.132851] i8042: [23] ed -> i8042 (parameter)
[    2.133787] i8042: [24] MUX error, status is 35, data is fe
[    2.133791] i8042: [24] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.133830] i8042: [24] 91 -> i8042 (command)
[    2.133888] i8042: [24] f2 -> i8042 (parameter)
[    2.136344] i8042: [26] fa <- i8042 (interrupt, 3, 12)
[    2.137847] i8042: [28] 00 <- i8042 (interrupt, 3, 12)
[    2.137890] i8042: [28] 92 -> i8042 (command)
[    2.137948] i8042: [28] f2 -> i8042 (parameter)
[    2.140501] i8042: [30] fa <- i8042 (interrupt, 4, 12)
[    2.141901] i8042: [32] 00 <- i8042 (interrupt, 4, 12)
[    2.141948] i8042: [32] 93 -> i8042 (command)
[    2.142006] i8042: [32] f2 -> i8042 (parameter)
[    2.142902] i8042: [33] MUX error, status is f5, data is fe
[    2.142907] i8042: [33] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.142920] i8042: [33] 93 -> i8042 (command)
[    2.142979] i8042: [33] f2 -> i8042 (parameter)
[    2.143915] i8042: [34] MUX error, status is f5, data is fe
[    2.143920] i8042: [34] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.143934] i8042: [34] 93 -> i8042 (command)
[    2.143993] i8042: [34] ed -> i8042 (parameter)
[    2.144927] i8042: [35] MUX error, status is f5, data is fe
[    2.144932] i8042: [35] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.144946] i8042: [35] 93 -> i8042 (command)
[    2.145004] i8042: [35] ed -> i8042 (parameter)
[    2.145941] i8042: [36] MUX error, status is f5, data is fe
[    2.145945] i8042: [36] fe <- i8042 (interrupt, 5, 12, timeout)
[    2.344579] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    2.346497] Freeing initrd memory: 47448K
[    2.351208] Key type trusted registered
[    2.352567] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.370034] Key type encrypted registered
[    2.370087] AppArmor: AppArmor sha256 policy hashing enabled
[    2.370138] Loading compiled-in module X.509 certificates
[    2.370824] Loaded X.509 cert 'Build time autogenerated kernel key: 0515ad06357eebaa4a99deb8a8a8a68d68b0ab66'
[    2.370887] ima: Allocated hash algorithm: sha1
[    2.408685] ima: No architecture policies found
[    2.408761] evm: Initialising EVM extended attributes:
[    2.408804] evm: security.selinux
[    2.408844] evm: security.SMACK64
[    2.408883] evm: security.SMACK64EXEC
[    2.408923] evm: security.SMACK64TRANSMUTE
[    2.408963] evm: security.SMACK64MMAP
[    2.409003] evm: security.apparmor
[    2.409042] evm: security.ima
[    2.409080] evm: security.capability
[    2.409120] evm: HMAC attrs: 0x1
[    2.409841] PM:   Magic number: 5:577:394
[    2.414812] RAS: Correctable Errors collector initialized.
[    2.431565] clk: Disabling unused clocks
[    2.431618] PM: genpd: Disabling unused power domains
[    2.433957] Freeing unused decrypted memory: 2028K
[    2.435242] Freeing unused kernel image (initmem) memory: 4960K
[    2.435369] Write protecting the kernel read-only data: 34816k
[    2.435837] Freeing unused kernel image (rodata/data gap) memory: 252K
[    2.468000] usb 1-3: New USB device found, idVendor=0424, idProduct=2134, bcdDevice=50.00
[    2.468075] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.468119] usb 1-3: Product: USB2134B
[    2.468155] usb 1-3: Manufacturer: SMSC
[    2.468974] hub 1-3:1.0: USB hub found
[    2.469052] hub 1-3:1.0: 4 ports detected
[    2.477953] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    2.478027] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.478409] hub 2-1:1.0: USB hub found
[    2.478570] hub 2-1:1.0: 8 ports detected
[    2.496105] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.496147] x86/mm: Checking user space page tables
[    2.544481] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.544525] Run /init as init process
[    2.544560]   with arguments:
[    2.544562]     /init
[    2.544563]   with environment:
[    2.544564]     HOME=/
[    2.544565]     TERM=linux
[    2.544566]     BOOT_IMAGE=/boot/vmlinuz-6.13.9-zabbly+
[    2.579596] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[    2.591168] usb 3-3: New USB device found, idVendor=0424, idProduct=5534, bcdDevice=50.00
[    2.591244] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    2.591294] usb 3-3: Product: USB5534B
[    2.591335] usb 3-3: Manufacturer: SMSC
[    2.592556] hub 3-3:1.0: USB hub found
[    2.594552] hub 3-3:1.0: 4 ports detected
[    2.595478] usb: port power management may be unreliable
[    2.668489] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[    2.690313] e1000e: Intel(R) PRO/1000 Network Driver
[    2.690360] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.690705] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.693911] i8042: [584] 90 -> i8042 (command)
[    2.693972] i8042: [584] f2 -> i8042 (parameter)
[    2.694431] i8042: [584] MUX error, status is 35, data is fe
[    2.694436] i8042: [584] fe <- i8042 (interrupt, 2, 12, timeout)
[    2.694468] i8042: [584] 91 -> i8042 (command)
[    2.694527] i8042: [584] f2 -> i8042 (parameter)
[    2.694770] ahci 0000:00:1f.2: version 3.0
[    2.696940] i8042: [587] fa <- i8042 (interrupt, 3, 12)
[    2.698393] i8042: [588] 00 <- i8042 (interrupt, 3, 12)
[    2.698407] i8042: [588] 91 -> i8042 (command)
[    2.698468] i8042: [588] f6 -> i8042 (parameter)
[    2.700916] i8042: [591] fa <- i8042 (interrupt, 3, 12)
[    2.700993] i8042: [591] 91 -> i8042 (command)
[    2.701054] i8042: [591] f3 -> i8042 (parameter)
[    2.703477] i8042: [593] fa <- i8042 (interrupt, 3, 12)
[    2.703528] i8042: [593] 91 -> i8042 (command)
[    2.703558] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    2.703589] i8042: [594] 0a -> i8042 (parameter)
[    2.706008] i8042: [596] fa <- i8042 (interrupt, 3, 12)
[    2.706029] i8042: [596] 91 -> i8042 (command)
[    2.706090] i8042: [596] e8 -> i8042 (parameter)
[    2.706171] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    2.706242] ahci 0000:00:1f.2: 1/2 ports implemented (port mask 0x2)
[    2.706287] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    2.708514] i8042: [598] fa <- i8042 (interrupt, 3, 12)
[    2.708555] i8042: [599] 91 -> i8042 (command)
[    2.708616] i8042: [599] 00 -> i8042 (parameter)
[    2.709529] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    2.709615] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.709719] scsi host0: ahci
[    2.710171] scsi host1: ahci
[    2.710447] ata1: DUMMY
[    2.710487] ata2: SATA max UDMA/133 abar m2048@0xd073c000 port 0xd073c180 irq 46 lpm-pol 3
[    2.711021] i8042: [601] fa <- i8042 (interrupt, 3, 12)
[    2.711041] i8042: [601] 91 -> i8042 (command)
[    2.711102] i8042: [601] f3 -> i8042 (parameter)
[    2.711514] i2c i2c-0: Successfully instantiated SPD at 0x50
[    2.713515] i8042: [603] fa <- i8042 (interrupt, 3, 12)
[    2.713553] i8042: [604] 91 -> i8042 (command)
[    2.713614] i8042: [604] 14 -> i8042 (parameter)
[    2.716081] i8042: [606] fa <- i8042 (interrupt, 3, 12)
[    2.716103] i8042: [606] 91 -> i8042 (command)
[    2.716164] i8042: [606] f3 -> i8042 (parameter)
[    2.718576] i8042: [609] fa <- i8042 (interrupt, 3, 12)
[    2.718594] i8042: [609] 91 -> i8042 (command)
[    2.718655] i8042: [609] 3c -> i8042 (parameter)
[    2.721055] i8042: [611] fa <- i8042 (interrupt, 3, 12)
[    2.721080] i8042: [611] 91 -> i8042 (command)
[    2.721141] i8042: [611] f3 -> i8042 (parameter)
[    2.723554] i8042: [614] fa <- i8042 (interrupt, 3, 12)
[    2.723574] i8042: [614] 91 -> i8042 (command)
[    2.723635] i8042: [614] 28 -> i8042 (parameter)
[    2.726055] i8042: [616] fa <- i8042 (interrupt, 3, 12)
[    2.726072] i8042: [616] 91 -> i8042 (command)
[    2.726133] i8042: [616] f3 -> i8042 (parameter)
[    2.728556] i8042: [619] fa <- i8042 (interrupt, 3, 12)
[    2.728573] i8042: [619] 91 -> i8042 (command)
[    2.728632] i8042: [619] 14 -> i8042 (parameter)
[    2.731049] i8042: [621] fa <- i8042 (interrupt, 3, 12)
[    2.731072] i8042: [621] 91 -> i8042 (command)
[    2.731129] i8042: [621] f3 -> i8042 (parameter)
[    2.733538] i8042: [623] fa <- i8042 (interrupt, 3, 12)
[    2.733572] i8042: [624] 91 -> i8042 (command)
[    2.733632] i8042: [624] 14 -> i8042 (parameter)
[    2.736141] i8042: [626] fa <- i8042 (interrupt, 3, 12)
[    2.736173] i8042: [626] 91 -> i8042 (command)
[    2.736233] i8042: [626] f3 -> i8042 (parameter)
[    2.738642] i8042: [629] fa <- i8042 (interrupt, 3, 12)
[    2.738675] i8042: [629] 91 -> i8042 (command)
[    2.738734] i8042: [629] 3c -> i8042 (parameter)
[    2.741154] i8042: [631] fa <- i8042 (interrupt, 3, 12)
[    2.741189] i8042: [631] 91 -> i8042 (command)
[    2.741248] i8042: [631] f3 -> i8042 (parameter)
[    2.743682] i8042: [634] fa <- i8042 (interrupt, 3, 12)
[    2.743716] i8042: [634] 91 -> i8042 (command)
[    2.743776] i8042: [634] 28 -> i8042 (parameter)
[    2.746232] i8042: [636] fa <- i8042 (interrupt, 3, 12)
[    2.746291] i8042: [636] 91 -> i8042 (command)
[    2.746350] i8042: [636] f3 -> i8042 (parameter)
[    2.748806] i8042: [639] fa <- i8042 (interrupt, 3, 12)
[    2.748888] i8042: [639] 91 -> i8042 (command)
[    2.748950] i8042: [639] 14 -> i8042 (parameter)
[    2.751416] i8042: [641] fa <- i8042 (interrupt, 3, 12)
[    2.751502] i8042: [641] 91 -> i8042 (command)
[    2.751564] i8042: [641] f3 -> i8042 (parameter)
[    2.754018] i8042: [644] fa <- i8042 (interrupt, 3, 12)
[    2.754103] i8042: [644] 91 -> i8042 (command)
[    2.754165] i8042: [644] 14 -> i8042 (parameter)
[    2.756610] i8042: [647] fa <- i8042 (interrupt, 3, 12)
[    2.756695] i8042: [647] 91 -> i8042 (command)
[    2.756757] i8042: [647] f2 -> i8042 (parameter)
[    2.759282] i8042: [649] fa <- i8042 (interrupt, 3, 12)
[    2.759876] i8042: [650] 00 <- i8042 (interrupt, 3, 12)
[    2.759911] i8042: [650] 91 -> i8042 (command)
[    2.759971] i8042: [650] e8 -> i8042 (parameter)
[    2.761822] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    2.762475] i8042: [652] fa <- i8042 (interrupt, 3, 12)
[    2.762510] i8042: [652] 91 -> i8042 (command)
[    2.762528] i8042: [652] 00 -> i8042 (parameter)
[    2.764966] i8042: [655] fa <- i8042 (interrupt, 3, 12)
[    2.765052] i8042: [655] 91 -> i8042 (command)
[    2.765113] i8042: [655] e8 -> i8042 (parameter)
[    2.767591] i8042: [658] fa <- i8042 (interrupt, 3, 12)
[    2.767675] i8042: [658] 91 -> i8042 (command)
[    2.767737] i8042: [658] 00 -> i8042 (parameter)
[    2.770185] i8042: [660] fa <- i8042 (interrupt, 3, 12)
[    2.770270] i8042: [660] 91 -> i8042 (command)
[    2.770332] i8042: [660] e8 -> i8042 (parameter)
[    2.772784] i8042: [663] fa <- i8042 (interrupt, 3, 12)
[    2.772868] i8042: [663] 91 -> i8042 (command)
[    2.772929] i8042: [663] 00 -> i8042 (parameter)
[    2.775376] i8042: [665] fa <- i8042 (interrupt, 3, 12)
[    2.775463] i8042: [665] 91 -> i8042 (command)
[    2.775525] i8042: [665] e8 -> i8042 (parameter)
[    2.777979] i8042: [668] fa <- i8042 (interrupt, 3, 12)
[    2.778062] i8042: [668] 91 -> i8042 (command)
[    2.778124] i8042: [668] 00 -> i8042 (parameter)
[    2.780683] i8042: [671] fa <- i8042 (interrupt, 3, 12)
[    2.780768] i8042: [671] 91 -> i8042 (command)
[    2.780830] i8042: [671] e9 -> i8042 (parameter)
[    2.783307] i8042: [673] fa <- i8042 (interrupt, 3, 12)
[    2.784608] i8042: [675] 00 <- i8042 (interrupt, 3, 12)
[    2.786629] i8042: [677] 46 <- i8042 (interrupt, 3, 12)
[    2.788656] i8042: [679] 12 <- i8042 (interrupt, 3, 12)
[    2.788742] i8042: [679] 91 -> i8042 (command)
[    2.788803] i8042: [679] e8 -> i8042 (parameter)
[    2.791295] i8042: [681] fa <- i8042 (interrupt, 3, 12)
[    2.791378] i8042: [681] 91 -> i8042 (command)
[    2.791440] i8042: [681] 00 -> i8042 (parameter)
[    2.794316] i8042: [684] fa <- i8042 (interrupt, 3, 12)
[    2.794370] i8042: [684] 91 -> i8042 (command)
[    2.794432] i8042: [684] e8 -> i8042 (parameter)
[    2.796951] i8042: [687] fa <- i8042 (interrupt, 3, 12)
[    2.796986] i8042: [687] 91 -> i8042 (command)
[    2.797045] i8042: [687] 00 -> i8042 (parameter)
[    2.799448] i8042: [689] fa <- i8042 (interrupt, 3, 12)
[    2.799481] i8042: [689] 91 -> i8042 (command)
[    2.799540] i8042: [690] e8 -> i8042 (parameter)
[    2.801973] i8042: [692] fa <- i8042 (interrupt, 3, 12)
[    2.802006] i8042: [692] 91 -> i8042 (command)
[    2.802065] i8042: [692] 00 -> i8042 (parameter)
[    2.804506] i8042: [694] fa <- i8042 (interrupt, 3, 12)
[    2.804593] i8042: [695] 91 -> i8042 (command)
[    2.804654] i8042: [695] e8 -> i8042 (parameter)
[    2.807130] i8042: [697] fa <- i8042 (interrupt, 3, 12)
[    2.807214] i8042: [697] 91 -> i8042 (command)
[    2.807275] i8042: [697] 00 -> i8042 (parameter)
[    2.809720] i8042: [700] fa <- i8042 (interrupt, 3, 12)
[    2.809803] i8042: [700] 91 -> i8042 (command)
[    2.809864] i8042: [700] e9 -> i8042 (parameter)
[    2.812336] i8042: [702] fa <- i8042 (interrupt, 3, 12)
[    2.813998] i8042: [704] 00 <- i8042 (interrupt, 3, 12)
[    2.816079] i8042: [706] 46 <- i8042 (interrupt, 3, 12)
[    2.817999] i8042: [708] 12 <- i8042 (interrupt, 3, 12)
[    2.818035] i8042: [708] 91 -> i8042 (command)
[    2.818094] i8042: [708] f6 -> i8042 (parameter)
[    2.820543] i8042: [711] fa <- i8042 (interrupt, 3, 12)
[    2.820577] i8042: [711] 91 -> i8042 (command)
[    2.820636] i8042: [711] e8 -> i8042 (parameter)
[    2.823093] i8042: [713] fa <- i8042 (interrupt, 3, 12)
[    2.823168] i8042: [713] 91 -> i8042 (command)
[    2.823228] i8042: [713] 00 -> i8042 (parameter)
[    2.824794] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:bf:9c:de:fa:56
[    2.824877] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.824949] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.825673] i8042: [716] fa <- i8042 (interrupt, 3, 12)
[    2.825737] i8042: [716] 91 -> i8042 (command)
[    2.825798] i8042: [716] e6 -> i8042 (parameter)
[    2.828265] i8042: [718] fa <- i8042 (interrupt, 3, 12)
[    2.828345] i8042: [718] 91 -> i8042 (command)
[    2.828406] i8042: [718] e6 -> i8042 (parameter)
[    2.830850] i8042: [721] fa <- i8042 (interrupt, 3, 12)
[    2.830906] i8042: [721] 91 -> i8042 (command)
[    2.830968] i8042: [721] e6 -> i8042 (parameter)
[    2.833446] i8042: [723] fa <- i8042 (interrupt, 3, 12)
[    2.833528] i8042: [723] 91 -> i8042 (command)
[    2.833589] i8042: [723] e9 -> i8042 (parameter)
[    2.836053] i8042: [726] fa <- i8042 (interrupt, 3, 12)
[    2.837306] i8042: [727] 00 <- i8042 (interrupt, 3, 12)
[    2.839327] i8042: [729] 00 <- i8042 (interrupt, 3, 12)
[    2.841351] i8042: [731] 64 <- i8042 (interrupt, 3, 12)
[    2.841436] i8042: [731] 91 -> i8042 (command)
[    2.841497] i8042: [731] e8 -> i8042 (parameter)
[    2.843988] i8042: [734] fa <- i8042 (interrupt, 3, 12)
[    2.844070] i8042: [734] 91 -> i8042 (command)
[    2.844132] i8042: [734] 00 -> i8042 (parameter)
[    2.847047] i8042: [737] fa <- i8042 (interrupt, 3, 12)
[    2.847130] i8042: [737] 91 -> i8042 (command)
[    2.847191] i8042: [737] e7 -> i8042 (parameter)
[    2.849656] i8042: [740] fa <- i8042 (interrupt, 3, 12)
[    2.849732] i8042: [740] 91 -> i8042 (command)
[    2.849793] i8042: [740] e7 -> i8042 (parameter)
[    2.852247] i8042: [742] fa <- i8042 (interrupt, 3, 12)
[    2.852331] i8042: [742] 91 -> i8042 (command)
[    2.852392] i8042: [742] e7 -> i8042 (parameter)
[    2.854958] i8042: [745] fa <- i8042 (interrupt, 3, 12)
[    2.855042] i8042: [745] 91 -> i8042 (command)
[    2.855103] i8042: [745] e9 -> i8042 (parameter)
[    2.857578] i8042: [748] fa <- i8042 (interrupt, 3, 12)
[    2.858592] i8042: [749] 10 <- i8042 (interrupt, 3, 12)
[    2.860601] i8042: [751] 00 <- i8042 (interrupt, 3, 12)
[    2.862593] i8042: [753] 64 <- i8042 (interrupt, 3, 12)
[    2.862645] i8042: [753] 91 -> i8042 (command)
[    2.862707] i8042: [753] e8 -> i8042 (parameter)
[    2.865200] i8042: [755] fa <- i8042 (interrupt, 3, 12)
[    2.865288] i8042: [755] 91 -> i8042 (command)
[    2.865350] i8042: [755] 00 -> i8042 (parameter)
[    2.867812] i8042: [758] fa <- i8042 (interrupt, 3, 12)
[    2.867903] i8042: [758] 91 -> i8042 (command)
[    2.867965] i8042: [758] ec -> i8042 (parameter)
[    2.870421] i8042: [760] fa <- i8042 (interrupt, 3, 12)
[    2.870513] i8042: [760] 91 -> i8042 (command)
[    2.870576] i8042: [760] ec -> i8042 (parameter)
[    2.873154] i8042: [763] fa <- i8042 (interrupt, 3, 12)
[    2.873247] i8042: [763] 91 -> i8042 (command)
[    2.873310] i8042: [763] ec -> i8042 (parameter)
[    2.875737] i8042: [766] fa <- i8042 (interrupt, 3, 12)
[    2.875799] i8042: [766] 91 -> i8042 (command)
[    2.875861] i8042: [766] e9 -> i8042 (parameter)
[    2.878263] usb 1-7: New USB device found, idVendor=04f2, idProduct=b3ed, bcdDevice=66.63
[    2.878305] i8042: [768] fa <- i8042 (interrupt, 3, 12)
[    2.878384] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.878462] usb 1-7: Product: HP HD Webcam
[    2.878520] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.878597] usb 1-7: SerialNumber: 200901010001
[    2.879871] i8042: [770] 10 <- i8042 (interrupt, 3, 12)
[    2.881897] i8042: [772] 00 <- i8042 (interrupt, 3, 12)
[    2.883879] i8042: [774] 64 <- i8042 (interrupt, 3, 12)
[    2.883909] i8042: [774] 91 -> i8042 (command)
[    2.883969] i8042: [774] ea -> i8042 (parameter)
[    2.886557] i8042: [776] fa <- i8042 (interrupt, 3, 12)
[    2.886617] i8042: [777] 91 -> i8042 (command)
[    2.886678] i8042: [777] f6 -> i8042 (parameter)
[    2.889157] i8042: [779] fa <- i8042 (interrupt, 3, 12)
[    2.889233] i8042: [779] 91 -> i8042 (command)
[    2.889294] i8042: [779] f5 -> i8042 (parameter)
[    2.891747] i8042: [782] fa <- i8042 (interrupt, 3, 12)
[    2.891829] i8042: [782] 91 -> i8042 (command)
[    2.891890] i8042: [782] e6 -> i8042 (parameter)
[    2.894353] i8042: [784] fa <- i8042 (interrupt, 3, 12)
[    2.894439] i8042: [784] 91 -> i8042 (command)
[    2.894501] i8042: [784] e6 -> i8042 (parameter)
[    2.897009] i8042: [787] fa <- i8042 (interrupt, 3, 12)
[    2.897093] i8042: [787] 91 -> i8042 (command)
[    2.897154] i8042: [787] e6 -> i8042 (parameter)
[    2.900593] i8042: [791] fa <- i8042 (interrupt, 3, 12)
[    2.900677] i8042: [791] 91 -> i8042 (command)
[    2.900738] i8042: [791] e9 -> i8042 (parameter)
[    2.901626] usb 1-3.2: new full-speed USB device number 4 using xhci_hcd
[    2.903211] i8042: [793] fa <- i8042 (interrupt, 3, 12)
[    2.904201] i8042: [794] 00 <- i8042 (interrupt, 3, 12)
[    2.906322] i8042: [796] 02 <- i8042 (interrupt, 3, 12)
[    2.908246] i8042: [798] 64 <- i8042 (interrupt, 3, 12)
[    2.908330] i8042: [798] 91 -> i8042 (command)
[    2.908392] i8042: [798] e8 -> i8042 (parameter)
[    2.910881] i8042: [801] fa <- i8042 (interrupt, 3, 12)
[    2.910963] i8042: [801] 91 -> i8042 (command)
[    2.911024] i8042: [801] 03 -> i8042 (parameter)
[    2.913493] i8042: [803] fa <- i8042 (interrupt, 3, 12)
[    2.913563] i8042: [804] 91 -> i8042 (command)
[    2.913626] i8042: [804] e6 -> i8042 (parameter)
[    2.916081] i8042: [806] fa <- i8042 (interrupt, 3, 12)
[    2.916164] i8042: [806] 91 -> i8042 (command)
[    2.916225] i8042: [806] e6 -> i8042 (parameter)
[    2.918692] i8042: [809] fa <- i8042 (interrupt, 3, 12)
[    2.918777] i8042: [809] 91 -> i8042 (command)
[    2.918838] i8042: [809] e6 -> i8042 (parameter)
[    2.921295] i8042: [811] fa <- i8042 (interrupt, 3, 12)
[    2.921379] i8042: [811] 91 -> i8042 (command)
[    2.921440] i8042: [811] e9 -> i8042 (parameter)
[    2.923905] i8042: [814] fa <- i8042 (interrupt, 3, 12)
[    2.925485] i8042: [815] 00 <- i8042 (interrupt, 3, 12)
[    2.927505] i8042: [817] 03 <- i8042 (interrupt, 3, 12)
[    2.929532] i8042: [819] 64 <- i8042 (interrupt, 3, 12)
[    2.929620] i8042: [820] 91 -> i8042 (command)
[    2.929682] i8042: [820] e8 -> i8042 (parameter)
[    2.932174] i8042: [822] fa <- i8042 (interrupt, 3, 12)
[    2.932256] i8042: [822] 91 -> i8042 (command)
[    2.932317] i8042: [822] 00 -> i8042 (parameter)
[    2.934789] i8042: [825] fa <- i8042 (interrupt, 3, 12)
[    2.934874] i8042: [825] 91 -> i8042 (command)
[    2.934935] i8042: [825] e6 -> i8042 (parameter)
[    2.937388] i8042: [827] fa <- i8042 (interrupt, 3, 12)
[    2.937471] i8042: [827] 91 -> i8042 (command)
[    2.937533] i8042: [827] e6 -> i8042 (parameter)
[    2.939999] i8042: [830] fa <- i8042 (interrupt, 3, 12)
[    2.940084] i8042: [830] 91 -> i8042 (command)
[    2.940145] i8042: [830] e6 -> i8042 (parameter)
[    2.942711] i8042: [833] fa <- i8042 (interrupt, 3, 12)
[    2.942794] i8042: [833] 91 -> i8042 (command)
[    2.942856] i8042: [833] e9 -> i8042 (parameter)
[    2.945321] i8042: [835] fa <- i8042 (interrupt, 3, 12)
[    2.946765] i8042: [837] 00 <- i8042 (interrupt, 3, 12)
[    2.948785] i8042: [839] 00 <- i8042 (interrupt, 3, 12)
[    2.950812] i8042: [841] 64 <- i8042 (interrupt, 3, 12)
[    2.950897] i8042: [841] 91 -> i8042 (command)
[    2.950959] i8042: [841] e1 -> i8042 (parameter)
[    2.953450] i8042: [843] fe <- i8042 (interrupt, 3, 12)
[    2.953536] i8042: [843] 91 -> i8042 (command)
[    2.953600] i8042: [844] e1 -> i8042 (parameter)
[    2.956180] i8042: [846] fc <- i8042 (interrupt, 3, 12)
[    2.956266] i8042: [846] 91 -> i8042 (command)
[    2.956327] i8042: [846] 0a -> i8042 (parameter)
[    2.958781] i8042: [849] fe <- i8042 (interrupt, 3, 12)
[    2.958864] i8042: [849] 91 -> i8042 (command)
[    2.958926] i8042: [849] 0a -> i8042 (parameter)
[    2.961383] i8042: [851] fc <- i8042 (interrupt, 3, 12)
[    2.961469] i8042: [851] 91 -> i8042 (command)
[    2.961530] i8042: [851] f5 -> i8042 (parameter)
[    2.963995] i8042: [854] fa <- i8042 (interrupt, 3, 12)
[    2.964079] i8042: [854] 91 -> i8042 (command)
[    2.964140] i8042: [854] f3 -> i8042 (parameter)
[    2.966596] i8042: [857] fa <- i8042 (interrupt, 3, 12)
[    2.966679] i8042: [857] 91 -> i8042 (command)
[    2.966741] i8042: [857] 66 -> i8042 (parameter)
[    2.968621] tsc: Refined TSC clocksource calibration: 2394.457 MHz
[    2.968682] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c360c9e, max_idle_ns: 440795302742 ns
[    2.968787] clocksource: Switched to clocksource tsc
[    2.969199] i8042: [859] fa <- i8042 (interrupt, 3, 12)
[    2.969292] i8042: [859] 91 -> i8042 (command)
[    2.969360] i8042: [859] 88 -> i8042 (parameter)
[    2.971825] i8042: [862] fe <- i8042 (interrupt, 3, 12)
[    2.971921] i8042: [862] 91 -> i8042 (command)
[    2.971989] i8042: [862] f3 -> i8042 (parameter)
[    2.974458] i8042: [864] fa <- i8042 (interrupt, 3, 12)
[    2.974592] i8042: [865] 91 -> i8042 (command)
[    2.974675] i8042: [865] 66 -> i8042 (parameter)
[    2.977130] i8042: [867] fa <- i8042 (interrupt, 3, 12)
[    2.977226] i8042: [867] 91 -> i8042 (command)
[    2.977295] i8042: [867] 00 -> i8042 (parameter)
[    2.979821] i8042: [870] fe <- i8042 (interrupt, 3, 12)
[    2.979920] i8042: [870] 91 -> i8042 (command)
[    2.979988] i8042: [870] e9 -> i8042 (parameter)
[    2.982483] i8042: [872] fa <- i8042 (interrupt, 3, 12)
[    2.983264] i8042: [873] 00 <- i8042 (interrupt, 3, 12)
[    2.985281] i8042: [875] 00 <- i8042 (interrupt, 3, 12)
[    2.987297] i8042: [877] 66 <- i8042 (interrupt, 3, 12)
[    2.987396] i8042: [877] 91 -> i8042 (command)
[    2.987465] i8042: [877] f4 -> i8042 (parameter)
[    2.988447] usb 1-3.2: New USB device found, idVendor=0489, idProduct=e036, bcdDevice= 0.02
[    2.988599] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.988702] usb 1-3.2: Product: Bluetooth USB Host Controller
[    2.988772] usb 1-3.2: Manufacturer: Atheros Communications
[    2.988841] usb 1-3.2: SerialNumber: Alaska Day 2006
[    2.989956] i8042: [880] fa <- i8042 (interrupt, 3, 12)
[    2.990069] i8042: [880] 91 -> i8042 (command)
[    2.990138] i8042: [880] f6 -> i8042 (parameter)
[    2.992615] i8042: [883] fa <- i8042 (interrupt, 3, 12)
[    2.992716] i8042: [883] 91 -> i8042 (command)
[    2.992784] i8042: [883] ff -> i8042 (parameter)
[    2.995345] i8042: [885] fa <- i8042 (interrupt, 3, 12)
[    3.014785] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.015994] ata2.00: ATA-9: TS128GMTS550T, R0906A, max UDMA/133
[    3.016186] ata2.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.016908] ata2.00: configured for UDMA/133
[    3.027466] scsi 1:0:0:0: Direct-Access     ATA      TS128GMTS550T    6A   PQ: 0 ANSI: 5
[    3.028519] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    3.028570] sd 1:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.028740] sd 1:0:0:0: [sda] Write Protect is off
[    3.028814] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.028868] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.028996] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.038293]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    3.039177] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.042419] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    3.113227] EXT4-fs (sda5): mounted filesystem 01ba0e82-715a-4a64-92bc-b56584a1c6a4 ro with ordered data mode. Quota mode: none.
[    3.264566] systemd[1]: Inserted module 'autofs4'
[    3.286157] systemd[1]: systemd 252.36-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    3.286355] systemd[1]: Detected architecture x86-64.
[    3.287824] systemd[1]: Hostname set to <elite2>.
[    3.335393] i8042: [1225] aa <- i8042 (interrupt, 3, 12)
[    3.337414] i8042: [1227] 00 <- i8042 (interrupt, 3, 12)
[    3.337437] i8042: [1227] 91 -> i8042 (command)
[    3.337497] i8042: [1227] f3 -> i8042 (parameter)
[    3.340052] i8042: [1230] fa <- i8042 (interrupt, 3, 12)
[    3.340074] i8042: [1230] 91 -> i8042 (command)
[    3.340137] i8042: [1230] c8 -> i8042 (parameter)
[    3.342552] i8042: [1233] fa <- i8042 (interrupt, 3, 12)
[    3.342576] i8042: [1233] 91 -> i8042 (command)
[    3.342640] i8042: [1233] f3 -> i8042 (parameter)
[    3.345053] i8042: [1235] fa <- i8042 (interrupt, 3, 12)
[    3.345078] i8042: [1235] 91 -> i8042 (command)
[    3.345143] i8042: [1235] 64 -> i8042 (parameter)
[    3.347562] i8042: [1238] fa <- i8042 (interrupt, 3, 12)
[    3.347581] i8042: [1238] 91 -> i8042 (command)
[    3.347651] i8042: [1238] f3 -> i8042 (parameter)
[    3.350067] i8042: [1240] fa <- i8042 (interrupt, 3, 12)
[    3.350099] i8042: [1240] 91 -> i8042 (command)
[    3.350161] i8042: [1240] 50 -> i8042 (parameter)
[    3.352560] i8042: [1243] fa <- i8042 (interrupt, 3, 12)
[    3.352582] i8042: [1243] 91 -> i8042 (command)
[    3.352646] i8042: [1243] f2 -> i8042 (parameter)
[    3.355068] i8042: [1245] fa <- i8042 (interrupt, 3, 12)
[    3.356690] i8042: [1247] 00 <- i8042 (interrupt, 3, 12)
[    3.356713] i8042: [1247] 91 -> i8042 (command)
[    3.356776] i8042: [1247] f3 -> i8042 (parameter)
[    3.359351] i8042: [1249] fa <- i8042 (interrupt, 3, 12)
[    3.359386] i8042: [1249] 91 -> i8042 (command)
[    3.359404] i8042: [1249] c8 -> i8042 (parameter)
[    3.361811] i8042: [1252] fa <- i8042 (interrupt, 3, 12)
[    3.361856] i8042: [1252] 91 -> i8042 (command)
[    3.361920] i8042: [1252] f3 -> i8042 (parameter)
[    3.364341] i8042: [1254] fa <- i8042 (interrupt, 3, 12)
[    3.364364] i8042: [1254] 91 -> i8042 (command)
[    3.364428] i8042: [1254] c8 -> i8042 (parameter)
[    3.366869] i8042: [1257] fa <- i8042 (interrupt, 3, 12)
[    3.366906] i8042: [1257] 91 -> i8042 (command)
[    3.366969] i8042: [1257] f3 -> i8042 (parameter)
[    3.369401] i8042: [1259] fa <- i8042 (interrupt, 3, 12)
[    3.369421] i8042: [1259] 91 -> i8042 (command)
[    3.369482] i8042: [1259] 50 -> i8042 (parameter)
[    3.371928] i8042: [1262] fa <- i8042 (interrupt, 3, 12)
[    3.371956] i8042: [1262] 91 -> i8042 (command)
[    3.372016] i8042: [1262] f2 -> i8042 (parameter)
[    3.374441] i8042: [1264] fa <- i8042 (interrupt, 3, 12)
[    3.375973] i8042: [1266] 00 <- i8042 (interrupt, 3, 12)
[    3.376029] i8042: [1266] 91 -> i8042 (command)
[    3.376090] i8042: [1266] f3 -> i8042 (parameter)
[    3.378556] i8042: [1269] fa <- i8042 (interrupt, 3, 12)
[    3.378575] i8042: [1269] 91 -> i8042 (command)
[    3.378635] i8042: [1269] c8 -> i8042 (parameter)
[    3.381166] i8042: [1271] fa <- i8042 (interrupt, 3, 12)
[    3.381191] i8042: [1271] 91 -> i8042 (command)
[    3.381254] i8042: [1271] f3 -> i8042 (parameter)
[    3.383710] i8042: [1274] fa <- i8042 (interrupt, 3, 12)
[    3.383752] i8042: [1274] 91 -> i8042 (command)
[    3.383825] i8042: [1274] 64 -> i8042 (parameter)
[    3.386266] i8042: [1276] fa <- i8042 (interrupt, 3, 12)
[    3.386292] i8042: [1276] 91 -> i8042 (command)
[    3.386355] i8042: [1276] f3 -> i8042 (parameter)
[    3.388783] i8042: [1279] fa <- i8042 (interrupt, 3, 12)
[    3.388804] i8042: [1279] 91 -> i8042 (command)
[    3.388866] i8042: [1279] 50 -> i8042 (parameter)
[    3.391313] i8042: [1281] fa <- i8042 (interrupt, 3, 12)
[    3.391338] i8042: [1281] 91 -> i8042 (command)
[    3.391401] i8042: [1281] f2 -> i8042 (parameter)
[    3.393853] i8042: [1284] fa <- i8042 (interrupt, 3, 12)
[    3.395205] i8042: [1285] 00 <- i8042 (interrupt, 3, 12)
[    3.395236] i8042: [1285] 91 -> i8042 (command)
[    3.395300] i8042: [1285] f3 -> i8042 (parameter)
[    3.397766] i8042: [1288] fa <- i8042 (interrupt, 3, 12)
[    3.397790] i8042: [1288] 91 -> i8042 (command)
[    3.397852] i8042: [1288] 64 -> i8042 (parameter)
[    3.400281] i8042: [1290] fa <- i8042 (interrupt, 3, 12)
[    3.400302] i8042: [1290] 91 -> i8042 (command)
[    3.400363] i8042: [1290] e8 -> i8042 (parameter)
[    3.402912] i8042: [1293] fa <- i8042 (interrupt, 3, 12)
[    3.402940] i8042: [1293] 91 -> i8042 (command)
[    3.403003] i8042: [1293] 03 -> i8042 (parameter)
[    3.405884] i8042: [1296] fa <- i8042 (interrupt, 3, 12)
[    3.405908] i8042: [1296] 91 -> i8042 (command)
[    3.405971] i8042: [1296] e6 -> i8042 (parameter)
[    3.408402] i8042: [1298] fa <- i8042 (interrupt, 3, 12)
[    3.408480] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input9
[    3.408700] i8042: [1299] 91 -> i8042 (command)
[    3.408760] i8042: [1299] f4 -> i8042 (parameter)
[    3.411180] i8042: [1301] fa <- i8042 (interrupt, 3, 12)
[    3.411248] i8042: [1301] 92 -> i8042 (command)
[    3.411308] i8042: [1301] f2 -> i8042 (parameter)
[    3.413841] i8042: [1304] fa <- i8042 (interrupt, 4, 12)
[    3.415465] i8042: [1305] 00 <- i8042 (interrupt, 4, 12)
[    3.415486] i8042: [1305] 92 -> i8042 (command)
[    3.415548] i8042: [1306] f6 -> i8042 (parameter)
[    3.418090] i8042: [1308] fa <- i8042 (interrupt, 4, 12)
[    3.418116] i8042: [1308] 92 -> i8042 (command)
[    3.418178] i8042: [1308] f3 -> i8042 (parameter)
[    3.420695] i8042: [1311] fa <- i8042 (interrupt, 4, 12)
[    3.420714] i8042: [1311] 92 -> i8042 (command)
[    3.420776] i8042: [1311] 0a -> i8042 (parameter)
[    3.423279] i8042: [1313] fa <- i8042 (interrupt, 4, 12)
[    3.423297] i8042: [1313] 92 -> i8042 (command)
[    3.423359] i8042: [1313] e8 -> i8042 (parameter)
[    3.425982] i8042: [1316] fa <- i8042 (interrupt, 4, 12)
[    3.425996] i8042: [1316] 92 -> i8042 (command)
[    3.426057] i8042: [1316] 00 -> i8042 (parameter)
[    3.428560] i8042: [1319] fa <- i8042 (interrupt, 4, 12)
[    3.428577] i8042: [1319] 92 -> i8042 (command)
[    3.428638] i8042: [1319] f3 -> i8042 (parameter)
[    3.431141] i8042: [1321] fa <- i8042 (interrupt, 4, 12)
[    3.431158] i8042: [1321] 92 -> i8042 (command)
[    3.431219] i8042: [1321] 14 -> i8042 (parameter)
[    3.433734] i8042: [1324] fa <- i8042 (interrupt, 4, 12)
[    3.433767] i8042: [1324] 92 -> i8042 (command)
[    3.433829] i8042: [1324] f3 -> i8042 (parameter)
[    3.436333] i8042: [1326] fa <- i8042 (interrupt, 4, 12)
[    3.436358] i8042: [1326] 92 -> i8042 (command)
[    3.436419] i8042: [1326] 3c -> i8042 (parameter)
[    3.438937] i8042: [1329] fa <- i8042 (interrupt, 4, 12)
[    3.438957] i8042: [1329] 92 -> i8042 (command)
[    3.439020] i8042: [1329] f3 -> i8042 (parameter)
[    3.441523] i8042: [1331] fa <- i8042 (interrupt, 4, 12)
[    3.441549] i8042: [1332] 92 -> i8042 (command)
[    3.441611] i8042: [1332] 28 -> i8042 (parameter)
[    3.444133] i8042: [1334] fa <- i8042 (interrupt, 4, 12)
[    3.444150] i8042: [1334] 92 -> i8042 (command)
[    3.444212] i8042: [1334] f3 -> i8042 (parameter)
[    3.446717] i8042: [1337] fa <- i8042 (interrupt, 4, 12)
[    3.446737] i8042: [1337] 92 -> i8042 (command)
[    3.446800] i8042: [1337] 14 -> i8042 (parameter)
[    3.448600] systemd[1]: Queued start job for default target graphical.target.
[    3.449414] i8042: [1339] fa <- i8042 (interrupt, 4, 12)
[    3.449430] i8042: [1339] 92 -> i8042 (command)
[    3.449491] i8042: [1339] f3 -> i8042 (parameter)
[    3.452029] i8042: [1342] fa <- i8042 (interrupt, 4, 12)
[    3.452091] i8042: [1342] 92 -> i8042 (command)
[    3.452152] i8042: [1342] 14 -> i8042 (parameter)
[    3.454647] i8042: [1345] fa <- i8042 (interrupt, 4, 12)
[    3.454684] i8042: [1345] 92 -> i8042 (command)
[    3.454745] i8042: [1345] f3 -> i8042 (parameter)
[    3.457748] i8042: [1348] fa <- i8042 (interrupt, 4, 12)
[    3.457829] i8042: [1348] 92 -> i8042 (command)
[    3.457891] i8042: [1348] 3c -> i8042 (parameter)
[    3.459956] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    3.460418] i8042: [1350] fa <- i8042 (interrupt, 4, 12)
[    3.460442] i8042: [1350] 92 -> i8042 (command)
[    3.460502] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    3.460512] i8042: [1350] f3 -> i8042 (parameter)
[    3.460942] systemd[1]: Created slice user.slice - User and Session Slice.
[    3.461140] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    3.461345] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    3.461698] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    3.461875] systemd[1]: Expecting device dev-disk-by\x2dlabel-swap.device - /dev/disk/by-label/swap...
[    3.462029] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    3.462709] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    3.462872] systemd[1]: Reached target paths.target - Path Units.
[    3.463004] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    3.463088] i8042: [1353] fa <- i8042 (interrupt, 4, 12)
[    3.463106] i8042: [1353] 92 -> i8042 (command)
[    3.463122] i8042: [1353] 28 -> i8042 (parameter)
[    3.463189] systemd[1]: Reached target slices.target - Slice Units.
[    3.463337] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    3.463654] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    3.463877] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    3.464397] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    3.464696] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.464966] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.465245] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.465483] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.465631] i8042: [1356] fa <- i8042 (interrupt, 4, 12)
[    3.465664] i8042: [1356] 92 -> i8042 (command)
[    3.465724] i8042: [1356] f3 -> i8042 (parameter)
[    3.466561] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    3.467728] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    3.468233] i8042: [1358] fa <- i8042 (interrupt, 4, 12)
[    3.468276] i8042: [1358] 92 -> i8042 (command)
[    3.468337] i8042: [1358] 14 -> i8042 (parameter)
[    3.469074] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    3.470740] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    3.470833] i8042: [1361] fa <- i8042 (interrupt, 4, 12)
[    3.471395] i8042: [1361] 92 -> i8042 (command)
[    3.471457] i8042: [1361] f3 -> i8042 (parameter)
[    3.472369] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    3.474069] i8042: [1364] fa <- i8042 (interrupt, 4, 12)
[    3.474088] i8042: [1364] 92 -> i8042 (command)
[    3.474111] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.474149] i8042: [1364] 14 -> i8042 (parameter)
[    3.475964] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    3.476690] i8042: [1367] fa <- i8042 (interrupt, 4, 12)
[    3.476712] i8042: [1367] 92 -> i8042 (command)
[    3.476774] i8042: [1367] f2 -> i8042 (parameter)
[    3.478056] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    3.479271] i8042: [1369] fa <- i8042 (interrupt, 4, 12)
[    3.480003] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    3.480258] i8042: [1370] 00 <- i8042 (interrupt, 4, 12)
[    3.480286] i8042: [1370] 92 -> i8042 (command)
[    3.480348] i8042: [1370] e8 -> i8042 (parameter)
[    3.481870] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    3.482875] i8042: [1373] fa <- i8042 (interrupt, 4, 12)
[    3.482893] i8042: [1373] 92 -> i8042 (command)
[    3.482953] i8042: [1373] 00 -> i8042 (parameter)
[    3.483949] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    3.485459] i8042: [1375] fa <- i8042 (interrupt, 4, 12)
[    3.485486] i8042: [1375] 92 -> i8042 (command)
[    3.485547] i8042: [1376] e8 -> i8042 (parameter)
[    3.486126] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    3.486771] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    3.488045] i8042: [1378] fa <- i8042 (interrupt, 4, 12)
[    3.489570] i8042: [1380] 92 -> i8042 (command)
[    3.489634] i8042: [1380] 00 -> i8042 (parameter)
[    3.489788] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.492232] i8042: [1382] fa <- i8042 (interrupt, 4, 12)
[    3.492253] i8042: [1382] 92 -> i8042 (command)
[    3.492314] i8042: [1382] e8 -> i8042 (parameter)
[    3.494354] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.494822] i8042: [1385] fa <- i8042 (interrupt, 4, 12)
[    3.495239] i8042: [1385] 92 -> i8042 (command)
[    3.495300] i8042: [1385] 00 -> i8042 (parameter)
[    3.496781] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    3.497818] i8042: [1388] fa <- i8042 (interrupt, 4, 12)
[    3.497837] i8042: [1388] 92 -> i8042 (command)
[    3.497898] i8042: [1388] e8 -> i8042 (parameter)
[    3.499008] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    3.500397] i8042: [1390] fa <- i8042 (interrupt, 4, 12)
[    3.501554] i8042: [1392] 92 -> i8042 (command)
[    3.501616] i8042: [1392] 00 -> i8042 (parameter)
[    3.501950] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    3.502294] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    3.502602] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    3.502889] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    3.503391] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.504040] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.504112] i8042: [1394] fa <- i8042 (interrupt, 4, 12)
[    3.504135] i8042: [1394] 92 -> i8042 (command)
[    3.504196] i8042: [1394] e9 -> i8042 (parameter)
[    3.504329] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    3.505027] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    3.505370] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    3.506015] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    3.506292] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    3.506707] i8042: [1397] fa <- i8042 (interrupt, 4, 12)
[    3.507002] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.507280] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    3.507851] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.508108] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    3.508140] i8042: [1398] 01 <- i8042 (interrupt, 4, 12)
[    3.509818] i8042: [1400] 47 <- i8042 (interrupt, 4, 12)
[    3.510129] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    3.512105] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    3.512403] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    3.512746] i8042: [1403] 18 <- i8042 (interrupt, 4, 12)
[    3.512768] i8042: [1403] 92 -> i8042 (command)
[    3.512830] i8042: [1403] ff -> i8042 (parameter)
[    3.515362] i8042: [1405] fa <- i8042 (interrupt, 4, 12)
[    3.516434] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    3.520838] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.522980] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.533646] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    3.546739] ACPI: bus type drm_connector registered
[    3.548452] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.550788] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    3.557562] EXT4-fs (sda5): re-mounted 01ba0e82-715a-4a64-92bc-b56584a1c6a4 r/w. Quota mode: none.
[    3.561362] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    3.561984] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    3.562307] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.562450] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    3.572750] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[    3.574572] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    3.591808] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[    3.592154] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    3.602611] systemd[1]: Started systemd-journald.service - Journal Service.
[    3.621487] systemd-journald[225]: Received client request to flush runtime journal.
[    3.690085] audit: type=1400 audit(1744312886.075:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=256 comm="apparmor_parser"
[    3.690192] audit: type=1400 audit(1744312886.075:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=256 comm="apparmor_parser"
[    3.690381] audit: type=1400 audit(1744312886.075:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=258 comm="apparmor_parser"
[    3.690478] audit: type=1400 audit(1744312886.075:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=258 comm="apparmor_parser"
[    3.690630] audit: type=1400 audit(1744312886.075:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=258 comm="apparmor_parser"
[    3.690731] audit: type=1400 audit(1744312886.075:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=255 comm="apparmor_parser"
[    3.698090] audit: type=1400 audit(1744312886.083:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=257 comm="apparmor_parser"
[    3.698203] audit: type=1400 audit(1744312886.083:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=257 comm="apparmor_parser"
[    3.698208] audit: type=1400 audit(1744312886.083:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=257 comm="apparmor_parser"
[    3.878204] input: Wireless hotkeys as /devices/virtual/input/input11
[    3.884038] i8042: [1774] aa <- i8042 (interrupt, 4, 12)
[    3.887074] i8042: [1777] 00 <- i8042 (interrupt, 4, 12)
[    3.887151] i8042: [1777] 92 -> i8042 (command)
[    3.887212] i8042: [1777] e6 -> i8042 (parameter)
[    3.888101] hp_accel: laptop model unknown, using default axes configuration
[    3.889744] i8042: [1780] fa <- i8042 (interrupt, 4, 12)
[    3.889767] i8042: [1780] 92 -> i8042 (command)
[    3.889829] i8042: [1780] e8 -> i8042 (parameter)
[    3.892340] i8042: [1782] fa <- i8042 (interrupt, 4, 12)
[    3.892362] i8042: [1782] 92 -> i8042 (command)
[    3.892423] i8042: [1782] 00 -> i8042 (parameter)
[    3.894919] i8042: [1785] fa <- i8042 (interrupt, 4, 12)
[    3.894942] i8042: [1785] 92 -> i8042 (command)
[    3.895003] i8042: [1785] e8 -> i8042 (parameter)
[    3.897512] i8042: [1787] fa <- i8042 (interrupt, 4, 12)
[    3.897569] i8042: [1788] 92 -> i8042 (command)
[    3.897631] i8042: [1788] 00 -> i8042 (parameter)
[    3.900124] i8042: [1790] fa <- i8042 (interrupt, 4, 12)
[    3.900146] i8042: [1790] 92 -> i8042 (command)
[    3.900207] i8042: [1790] e8 -> i8042 (parameter)
[    3.902700] i8042: [1793] fa <- i8042 (interrupt, 4, 12)
[    3.903018] i8042: [1793] 92 -> i8042 (command)
[    3.903080] i8042: [1793] 00 -> i8042 (parameter)
[    3.905600] i8042: [1796] fa <- i8042 (interrupt, 4, 12)
[    3.905623] i8042: [1796] 92 -> i8042 (command)
[    3.905685] i8042: [1796] e8 -> i8042 (parameter)
[    3.908283] i8042: [1798] fa <- i8042 (interrupt, 4, 12)
[    3.908314] i8042: [1798] 92 -> i8042 (command)
[    3.908376] i8042: [1798] 00 -> i8042 (parameter)
[    3.908510] Adding 8719356k swap on /dev/sda6.  Priority:-2 extents:1 across:8719356k SS
[    3.911031] i8042: [1801] fa <- i8042 (interrupt, 4, 12)
[    3.911054] i8042: [1801] 92 -> i8042 (command)
[    3.911116] i8042: [1801] e9 -> i8042 (parameter)
[    3.914625] i8042: [1805] fa <- i8042 (interrupt, 4, 12)
[    3.915452] i8042: [1805] 01 <- i8042 (interrupt, 4, 12)
[    3.918484] i8042: [1808] 47 <- i8042 (interrupt, 4, 12)
[    3.920887] iTCO_vendor_support: vendor-support=0
[    3.921621] i8042: [1812] 18 <- i8042 (interrupt, 4, 12)
[    3.921640] i8042: [1812] 92 -> i8042 (command)
[    3.921702] i8042: [1812] e6 -> i8042 (parameter)
[    3.924234] i8042: [1814] fa <- i8042 (interrupt, 4, 12)
[    3.924256] i8042: [1814] 92 -> i8042 (command)
[    3.924316] i8042: [1814] e8 -> i8042 (parameter)
[    3.926821] i8042: [1817] fa <- i8042 (interrupt, 4, 12)
[    3.927328] i8042: [1817] 92 -> i8042 (command)
[    3.927389] i8042: [1817] 00 -> i8042 (parameter)
[    3.929910] i8042: [1820] fa <- i8042 (interrupt, 4, 12)
[    3.929943] i8042: [1820] 92 -> i8042 (command)
[    3.930004] i8042: [1820] e8 -> i8042 (parameter)
[    3.932499] i8042: [1822] fa <- i8042 (interrupt, 4, 12)
[    3.933030] i8042: [1823] 92 -> i8042 (command)
[    3.933091] i8042: [1823] 00 -> i8042 (parameter)
[    3.935588] i8042: [1826] fa <- i8042 (interrupt, 4, 12)
[    3.935607] i8042: [1826] 92 -> i8042 (command)
[    3.935668] i8042: [1826] e8 -> i8042 (parameter)
[    3.937415] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    3.938157] i8042: [1828] fa <- i8042 (interrupt, 4, 12)
[    3.938176] i8042: [1828] 92 -> i8042 (command)
[    3.938237] i8042: [1828] 00 -> i8042 (parameter)
[    3.938424] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    3.940731] i8042: [1831] fa <- i8042 (interrupt, 4, 12)
[    3.940754] i8042: [1831] 92 -> i8042 (command)
[    3.940815] i8042: [1831] e8 -> i8042 (parameter)
[    3.943409] i8042: [1833] fa <- i8042 (interrupt, 4, 12)
[    3.943427] i8042: [1833] 92 -> i8042 (command)
[    3.943488] i8042: [1833] 03 -> i8042 (parameter)
[    3.944780] at24 0-0050: supply vcc not found, using dummy regulator
[    3.945995] i8042: [1836] fa <- i8042 (interrupt, 4, 12)
[    3.946021] i8042: [1836] 92 -> i8042 (command)
[    3.946083] i8042: [1836] e9 -> i8042 (parameter)
[    3.948580] i8042: [1839] fa <- i8042 (interrupt, 4, 12)
[    3.949894] i8042: [1840] 01 <- i8042 (interrupt, 4, 12)
[    3.952927] i8042: [1843] e2 <- i8042 (interrupt, 4, 12)
[    3.956067] i8042: [1846] b1 <- i8042 (interrupt, 4, 12)
[    3.956328] at24 0-0050: 256 byte spd EEPROM, read-only
[    3.959677] mc: Linux media interface: v0.10
[    3.966525] i8042: [1856] 92 -> i8042 (command)
[    3.966589] i8042: [1857] e6 -> i8042 (parameter)
[    3.969097] i8042: [1859] fa <- i8042 (interrupt, 4, 12)
[    3.969121] i8042: [1859] 92 -> i8042 (command)
[    3.969182] i8042: [1859] e8 -> i8042 (parameter)
[    3.971678] i8042: [1862] fa <- i8042 (interrupt, 4, 12)
[    3.971696] i8042: [1862] 92 -> i8042 (command)
[    3.971757] i8042: [1862] 00 -> i8042 (parameter)
[    3.974266] i8042: [1864] fa <- i8042 (interrupt, 4, 12)
[    3.974286] i8042: [1864] 92 -> i8042 (command)
[    3.974348] i8042: [1864] e8 -> i8042 (parameter)
[    3.976844] i8042: [1867] fa <- i8042 (interrupt, 4, 12)
[    3.979551] i8042: [1870] 92 -> i8042 (command)
[    3.979612] i8042: [1870] 00 -> i8042 (parameter)
[    3.982106] i8042: [1872] fa <- i8042 (interrupt, 4, 12)
[    3.982127] i8042: [1872] 92 -> i8042 (command)
[    3.982188] i8042: [1872] e8 -> i8042 (parameter)
[    3.984695] i8042: [1875] fa <- i8042 (interrupt, 4, 12)
[    3.984878] i8042: [1875] 92 -> i8042 (command)
[    3.984939] i8042: [1875] 02 -> i8042 (parameter)
[    3.987549] i8042: [1878] fa <- i8042 (interrupt, 4, 12)
[    3.987568] i8042: [1878] 92 -> i8042 (command)
[    3.987629] i8042: [1878] e8 -> i8042 (parameter)
[    3.990125] i8042: [1880] fa <- i8042 (interrupt, 4, 12)
[    3.990145] i8042: [1880] 92 -> i8042 (command)
[    3.990206] i8042: [1880] 02 -> i8042 (parameter)
[    3.992716] i8042: [1883] fa <- i8042 (interrupt, 4, 12)
[    3.992736] i8042: [1883] 92 -> i8042 (command)
[    3.992797] i8042: [1883] e9 -> i8042 (parameter)
[    3.995295] i8042: [1885] fa <- i8042 (interrupt, 4, 12)
[    3.996477] i8042: [1886] 19 <- i8042 (interrupt, 4, 12)
[    3.999516] i8042: [1889] 2b <- i8042 (interrupt, 4, 12)
[    4.001649] i8042: [1892] 1b <- i8042 (interrupt, 4, 12)
[    4.001671] i8042: [1892] 92 -> i8042 (command)
[    4.001732] i8042: [1892] e6 -> i8042 (parameter)
[    4.004266] i8042: [1894] fa <- i8042 (interrupt, 4, 12)
[    4.004286] i8042: [1894] 92 -> i8042 (command)
[    4.004348] i8042: [1894] e8 -> i8042 (parameter)
[    4.006866] i8042: [1897] fa <- i8042 (interrupt, 4, 12)
[    4.006889] i8042: [1897] 92 -> i8042 (command)
[    4.006951] i8042: [1897] 00 -> i8042 (parameter)
[    4.009446] i8042: [1899] fa <- i8042 (interrupt, 4, 12)
[    4.009465] i8042: [1899] 92 -> i8042 (command)
[    4.009527] i8042: [1899] e8 -> i8042 (parameter)
[    4.012034] i8042: [1902] fa <- i8042 (interrupt, 4, 12)
[    4.012208] i8042: [1902] 92 -> i8042 (command)
[    4.012270] i8042: [1902] 00 -> i8042 (parameter)
[    4.015229] i8042: [1905] fa <- i8042 (interrupt, 4, 12)
[    4.015248] i8042: [1905] 92 -> i8042 (command)
[    4.015310] i8042: [1905] e8 -> i8042 (parameter)
[    4.015500] lis3lv02d: 8 bits 3DC sensor found
[    4.017823] i8042: [1908] fa <- i8042 (interrupt, 4, 12)
[    4.017845] i8042: [1908] 92 -> i8042 (command)
[    4.017906] i8042: [1908] 00 -> i8042 (parameter)
[    4.020403] i8042: [1910] fa <- i8042 (interrupt, 4, 12)
[    4.020429] i8042: [1910] 92 -> i8042 (command)
[    4.020491] i8042: [1910] e8 -> i8042 (parameter)
[    4.023000] i8042: [1913] fa <- i8042 (interrupt, 4, 12)
[    4.023022] i8042: [1913] 92 -> i8042 (command)
[    4.023082] i8042: [1913] 01 -> i8042 (parameter)
[    4.025577] i8042: [1916] fa <- i8042 (interrupt, 4, 12)
[    4.025657] i8042: [1916] 92 -> i8042 (command)
[    4.025717] i8042: [1916] e9 -> i8042 (parameter)
[    4.028325] i8042: [1918] fa <- i8042 (interrupt, 4, 12)
[    4.029924] i8042: [1920] 28 <- i8042 (interrupt, 4, 12)
[    4.032195] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.032705] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.032950] i8042: [1923] d1 <- i8042 (interrupt, 4, 12)
[    4.033077] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    4.034476] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    4.035987] i8042: [1926] 40 <- i8042 (interrupt, 4, 12)
[    4.036009] i8042: [1926] 92 -> i8042 (command)
[    4.036070] i8042: [1926] e6 -> i8042 (parameter)
[    4.038602] i8042: [1929] fa <- i8042 (interrupt, 4, 12)
[    4.038623] i8042: [1929] 92 -> i8042 (command)
[    4.038685] i8042: [1929] e8 -> i8042 (parameter)
[    4.039011] videodev: Linux video capture interface: v2.00
[    4.041291] i8042: [1931] fa <- i8042 (interrupt, 4, 12)
[    4.042032] i8042: [1932] 92 -> i8042 (command)
[    4.042094] i8042: [1932] 00 -> i8042 (parameter)
[    4.044591] i8042: [1935] fa <- i8042 (interrupt, 4, 12)
[    4.044657] i8042: [1935] 92 -> i8042 (command)
[    4.044718] i8042: [1935] e8 -> i8042 (parameter)
[    4.047225] i8042: [1937] fa <- i8042 (interrupt, 4, 12)
[    4.047249] i8042: [1937] 92 -> i8042 (command)
[    4.047312] i8042: [1937] 00 -> i8042 (parameter)
[    4.049805] i8042: [1940] fa <- i8042 (interrupt, 4, 12)
[    4.049823] i8042: [1940] 92 -> i8042 (command)
[    4.049885] i8042: [1940] e8 -> i8042 (parameter)
[    4.052393] i8042: [1942] fa <- i8042 (interrupt, 4, 12)
[    4.052410] i8042: [1942] 92 -> i8042 (command)
[    4.052471] i8042: [1942] 00 -> i8042 (parameter)
[    4.054965] i8042: [1945] fa <- i8042 (interrupt, 4, 12)
[    4.054986] i8042: [1945] 92 -> i8042 (command)
[    4.055047] i8042: [1945] e8 -> i8042 (parameter)
[    4.057558] i8042: [1948] fa <- i8042 (interrupt, 4, 12)
[    4.057575] i8042: [1948] 92 -> i8042 (command)
[    4.057636] i8042: [1948] 02 -> i8042 (parameter)
[    4.060129] i8042: [1950] fa <- i8042 (interrupt, 4, 12)
[    4.060146] i8042: [1950] 92 -> i8042 (command)
[    4.060206] i8042: [1950] e9 -> i8042 (parameter)
[    4.062711] i8042: [1953] fa <- i8042 (interrupt, 4, 12)
[    4.064361] i8042: [1954] d0 <- i8042 (interrupt, 4, 12)
[    4.067401] i8042: [1957] 01 <- i8042 (interrupt, 4, 12)
[    4.070437] i8042: [1960] 23 <- i8042 (interrupt, 4, 12)
[    4.070456] i8042: [1960] 92 -> i8042 (command)
[    4.070519] i8042: [1960] e6 -> i8042 (parameter)
[    4.073050] i8042: [1963] fa <- i8042 (interrupt, 4, 12)
[    4.073065] i8042: [1963] 92 -> i8042 (command)
[    4.073125] i8042: [1963] e8 -> i8042 (parameter)
[    4.075630] i8042: [1966] fa <- i8042 (interrupt, 4, 12)
[    4.075733] i8042: [1966] 92 -> i8042 (command)
[    4.075795] i8042: [1966] 00 -> i8042 (parameter)
[    4.078390] i8042: [1968] fa <- i8042 (interrupt, 4, 12)
[    4.078409] i8042: [1968] 92 -> i8042 (command)
[    4.078470] i8042: [1968] e8 -> i8042 (parameter)
[    4.080976] i8042: [1971] fa <- i8042 (interrupt, 4, 12)
[    4.081781] i8042: [1972] 92 -> i8042 (command)
[    4.081842] i8042: [1972] 00 -> i8042 (parameter)
[    4.084336] i8042: [1974] fa <- i8042 (interrupt, 4, 12)
[    4.084363] i8042: [1974] 92 -> i8042 (command)
[    4.084423] i8042: [1974] e8 -> i8042 (parameter)
[    4.086939] i8042: [1977] fa <- i8042 (interrupt, 4, 12)
[    4.086971] i8042: [1977] 92 -> i8042 (command)
[    4.087030] i8042: [1977] 02 -> i8042 (parameter)
[    4.089524] i8042: [1979] fa <- i8042 (interrupt, 4, 12)
[    4.089562] i8042: [1980] 92 -> i8042 (command)
[    4.089622] i8042: [1980] e8 -> i8042 (parameter)
[    4.092125] i8042: [1982] fa <- i8042 (interrupt, 4, 12)
[    4.092157] i8042: [1982] 92 -> i8042 (command)
[    4.092217] i8042: [1982] 01 -> i8042 (parameter)
[    4.094710] i8042: [1985] fa <- i8042 (interrupt, 4, 12)
[    4.094743] i8042: [1985] 92 -> i8042 (command)
[    4.094802] i8042: [1985] e9 -> i8042 (parameter)
[    4.096759] Creating 1 MTD partitions on "intel-spi":
[    4.096813] 0x000000000000-0x000001000000 : "BIOS"
[    4.097296] i8042: [1987] fa <- i8042 (interrupt, 4, 12)
[    4.098812] i8042: [1989] 84 <- i8042 (interrupt, 4, 12)
[    4.100472] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.100537] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.100588] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.100630] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.100673] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.100791] input: PC Speaker as /devices/platform/pcspkr/input/input12
[    4.101851] i8042: [1992] 03 <- i8042 (interrupt, 4, 12)
[    4.103734] Bluetooth: Core ver 2.22
[    4.103803] NET: Registered PF_BLUETOOTH protocol family
[    4.103848] Bluetooth: HCI device and connection manager initialized
[    4.103900] Bluetooth: HCI socket layer initialized
[    4.103943] Bluetooth: L2CAP socket layer initialized
[    4.103993] Bluetooth: SCO socket layer initialized
[    4.104880] i8042: [1995] 00 <- i8042 (interrupt, 4, 12)
[    4.105120] i8042: [1995] 92 -> i8042 (command)
[    4.105181] i8042: [1995] e6 -> i8042 (parameter)
[    4.107712] i8042: [1998] fa <- i8042 (interrupt, 4, 12)
[    4.107885] i8042: [1998] 92 -> i8042 (command)
[    4.107946] i8042: [1998] e8 -> i8042 (parameter)
[    4.110541] i8042: [2001] fa <- i8042 (interrupt, 4, 12)
[    4.111339] i8042: [2001] 92 -> i8042 (command)
[    4.111400] i8042: [2001] 00 -> i8042 (parameter)
[    4.113897] i8042: [2004] fa <- i8042 (interrupt, 4, 12)
[    4.114884] i8042: [2005] 92 -> i8042 (command)
[    4.114945] i8042: [2005] e8 -> i8042 (parameter)
[    4.117894] i8042: [2008] fa <- i8042 (interrupt, 4, 12)
[    4.117916] i8042: [2008] 92 -> i8042 (command)
[    4.117977] i8042: [2008] 00 -> i8042 (parameter)
[    4.117992] cryptd: max_cpu_qlen set to 1000
[    4.120483] i8042: [2010] fa <- i8042 (interrupt, 4, 12)
[    4.120498] i8042: [2010] 92 -> i8042 (command)
[    4.120559] i8042: [2011] e8 -> i8042 (parameter)
[    4.123051] i8042: [2013] fa <- i8042 (interrupt, 4, 12)
[    4.123068] i8042: [2013] 92 -> i8042 (command)
[    4.123128] i8042: [2013] 03 -> i8042 (parameter)
[    4.125621] i8042: [2016] fa <- i8042 (interrupt, 4, 12)
[    4.126252] i8042: [2016] 92 -> i8042 (command)
[    4.126313] i8042: [2016] e8 -> i8042 (parameter)
[    4.128910] i8042: [2019] fa <- i8042 (interrupt, 4, 12)
[    4.129850] i8042: [2020] 92 -> i8042 (command)
[    4.129911] i8042: [2020] 00 -> i8042 (parameter)
[    4.132420] i8042: [2022] fa <- i8042 (interrupt, 4, 12)
[    4.132444] i8042: [2022] 92 -> i8042 (command)
[    4.132505] i8042: [2022] e9 -> i8042 (parameter)
[    4.135002] i8042: [2025] fa <- i8042 (interrupt, 4, 12)
[    4.136289] i8042: [2026] 02 <- i8042 (interrupt, 4, 12)
[    4.139324] i8042: [2029] 68 <- i8042 (interrupt, 4, 12)
[    4.141461] i8042: [2031] 00 <- i8042 (interrupt, 4, 12)
[    4.141476] i8042: [2031] 92 -> i8042 (command)
[    4.141537] i8042: [2031] e6 -> i8042 (parameter)
[    4.144067] i8042: [2034] fa <- i8042 (interrupt, 4, 12)
[    4.144080] i8042: [2034] 92 -> i8042 (command)
[    4.144140] i8042: [2034] e8 -> i8042 (parameter)
[    4.146647] i8042: [2037] fa <- i8042 (interrupt, 4, 12)
[    4.146657] i8042: [2037] 92 -> i8042 (command)
[    4.146717] i8042: [2037] 00 -> i8042 (parameter)
[    4.149063] input: HP WMI hotkeys as /devices/virtual/input/input13
[    4.149211] i8042: [2039] fa <- i8042 (interrupt, 4, 12)
[    4.149226] i8042: [2039] 92 -> i8042 (command)
[    4.149285] i8042: [2039] e8 -> i8042 (parameter)
[    4.151804] i8042: [2042] fa <- i8042 (interrupt, 4, 12)
[    4.152698] i8042: [2043] 92 -> i8042 (command)
[    4.152757] i8042: [2043] 00 -> i8042 (parameter)
[    4.155272] i8042: [2045] fa <- i8042 (interrupt, 4, 12)
[    4.155288] i8042: [2045] 92 -> i8042 (command)
[    4.155358] i8042: [2045] e8 -> i8042 (parameter)
[    4.157861] i8042: [2048] fa <- i8042 (interrupt, 4, 12)
[    4.157874] i8042: [2048] 92 -> i8042 (command)
[    4.157934] i8042: [2048] 02 -> i8042 (parameter)
[    4.160428] i8042: [2050] fa <- i8042 (interrupt, 4, 12)
[    4.160441] i8042: [2050] 92 -> i8042 (command)
[    4.160501] i8042: [2050] e8 -> i8042 (parameter)
[    4.163004] i8042: [2053] fa <- i8042 (interrupt, 4, 12)
[    4.163017] i8042: [2053] 92 -> i8042 (command)
[    4.163077] i8042: [2053] 00 -> i8042 (parameter)
[    4.165685] i8042: [2056] fa <- i8042 (interrupt, 4, 12)
[    4.165702] i8042: [2056] 92 -> i8042 (command)
[    4.165762] i8042: [2056] e9 -> i8042 (parameter)
[    4.168298] i8042: [2058] fa <- i8042 (interrupt, 4, 12)
[    4.169743] i8042: [2060] 29 <- i8042 (interrupt, 4, 12)
[    4.172778] i8042: [2063] 80 <- i8042 (interrupt, 4, 12)
[    4.175913] i8042: [2066] 38 <- i8042 (interrupt, 4, 12)
[    4.175929] i8042: [2066] 92 -> i8042 (command)
[    4.175947] i8042: [2066] e6 -> i8042 (parameter)
[    4.178457] i8042: [2068] fa <- i8042 (interrupt, 4, 12)
[    4.178474] i8042: [2068] 92 -> i8042 (command)
[    4.178535] i8042: [2068] e8 -> i8042 (parameter)
[    4.181060] i8042: [2071] fa <- i8042 (interrupt, 4, 12)
[    4.181074] i8042: [2071] 92 -> i8042 (command)
[    4.181143] i8042: [2071] 00 -> i8042 (parameter)
[    4.183656] i8042: [2074] fa <- i8042 (interrupt, 4, 12)
[    4.183670] i8042: [2074] 92 -> i8042 (command)
[    4.183729] i8042: [2074] e8 -> i8042 (parameter)
[    4.186257] i8042: [2076] fa <- i8042 (interrupt, 4, 12)
[    4.186270] i8042: [2076] 92 -> i8042 (command)
[    4.186329] i8042: [2076] 00 -> i8042 (parameter)
[    4.188842] i8042: [2079] fa <- i8042 (interrupt, 4, 12)
[    4.188856] i8042: [2079] 92 -> i8042 (command)
[    4.188914] i8042: [2079] e8 -> i8042 (parameter)
[    4.191438] i8042: [2081] fa <- i8042 (interrupt, 4, 12)
[    4.191452] i8042: [2081] 92 -> i8042 (command)
[    4.191511] i8042: [2081] 03 -> i8042 (parameter)
[    4.191621] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input14
[    4.194019] i8042: [2084] fa <- i8042 (interrupt, 4, 12)
[    4.194041] i8042: [2084] 92 -> i8042 (command)
[    4.194102] i8042: [2084] e8 -> i8042 (parameter)
[    4.196600] i8042: [2087] fa <- i8042 (interrupt, 4, 12)
[    4.196616] i8042: [2087] 92 -> i8042 (command)
[    4.196678] i8042: [2087] 01 -> i8042 (parameter)
[    4.199204] i8042: [2089] fa <- i8042 (interrupt, 4, 12)
[    4.199221] i8042: [2089] 92 -> i8042 (command)
[    4.199291] i8042: [2089] e9 -> i8042 (parameter)
[    4.201907] i8042: [2092] fa <- i8042 (interrupt, 4, 12)
[    4.203176] i8042: [2093] b0 <- i8042 (interrupt, 4, 12)
[    4.206190] i8042: [2096] fe <- i8042 (interrupt, 4, 12)
[    4.209225] i8042: [2099] 92 <- i8042 (interrupt, 4, 12)
[    4.209571] psmouse serio3: synaptics: queried max coordinates: x [..5660], y [..4702]
[    4.209644] i8042: [2100] 92 -> i8042 (command)
[    4.209703] i8042: [2100] e6 -> i8042 (parameter)
[    4.212245] i8042: [2102] fa <- i8042 (interrupt, 4, 12)
[    4.212263] i8042: [2102] 92 -> i8042 (command)
[    4.212323] i8042: [2102] e8 -> i8042 (parameter)
[    4.214300] AES CTR mode by8 optimization enabled
[    4.214918] i8042: [2105] fa <- i8042 (interrupt, 4, 12)
[    4.214935] i8042: [2105] 92 -> i8042 (command)
[    4.214995] i8042: [2105] 00 -> i8042 (parameter)
[    4.217273] usbcore: registered new interface driver btusb
[    4.217503] i8042: [2107] fa <- i8042 (interrupt, 4, 12)
[    4.217523] i8042: [2107] 92 -> i8042 (command)
[    4.217584] i8042: [2108] e8 -> i8042 (parameter)
[    4.220108] i8042: [2110] fa <- i8042 (interrupt, 4, 12)
[    4.220493] i8042: [2110] 92 -> i8042 (command)
[    4.220555] i8042: [2111] 00 -> i8042 (parameter)
[    4.223062] i8042: [2113] fa <- i8042 (interrupt, 4, 12)
[    4.223083] i8042: [2113] 92 -> i8042 (command)
[    4.223144] i8042: [2113] e8 -> i8042 (parameter)
[    4.225650] i8042: [2116] fa <- i8042 (interrupt, 4, 12)
[    4.225670] i8042: [2116] 92 -> i8042 (command)
[    4.225731] i8042: [2116] 03 -> i8042 (parameter)
[    4.226136] usbcore: registered new interface driver ath3k
[    4.228227] i8042: [2118] fa <- i8042 (interrupt, 4, 12)
[    4.228251] i8042: [2118] 92 -> i8042 (command)
[    4.228312] i8042: [2118] e8 -> i8042 (parameter)
[    4.230824] i8042: [2121] fa <- i8042 (interrupt, 4, 12)
[    4.230851] i8042: [2121] 92 -> i8042 (command)
[    4.230915] i8042: [2121] 03 -> i8042 (parameter)
[    4.233413] i8042: [2123] fa <- i8042 (interrupt, 4, 12)
[    4.233433] i8042: [2123] 92 -> i8042 (command)
[    4.233494] i8042: [2123] e9 -> i8042 (parameter)
[    4.236027] i8042: [2126] fa <- i8042 (interrupt, 4, 12)
[    4.237606] i8042: [2128] 2a <- i8042 (interrupt, 4, 12)
[    4.240634] i8042: [2131] bb <- i8042 (interrupt, 4, 12)
[    4.243668] i8042: [2134] 26 <- i8042 (interrupt, 4, 12)
[    4.245551] psmouse serio3: synaptics: queried min coordinates: x [1366..], y [1238..]
[    4.245621] psmouse serio3: synaptics: Trying to set up SMBus access
[    4.245671] i8042: [2136] 92 -> i8042 (command)
[    4.245730] i8042: [2136] f5 -> i8042 (parameter)
[    4.248325] i8042: [2138] fa <- i8042 (interrupt, 4, 12)
[    4.248783] i8042: [2139] 93 -> i8042 (command)
[    4.248843] i8042: [2139] f2 -> i8042 (parameter)
[    4.249734] i8042: [2140] MUX error, status is f5, data is fe
[    4.249739] i8042: [2140] fe <- i8042 (interrupt, 5, 12, timeout)
[    4.264942] usb 1-7: Found UVC 1.00 device HP HD Webcam (04f2:b3ed)
[    4.279468] ath: phy0: ASPM enabled: 0xc42
[    4.279516] ath: EEPROM regdomain: 0x65
[    4.279519] ath: EEPROM indicates we should expect a direct regpair map
[    4.279522] ath: Country alpha2 being used: 00
[    4.279524] ath: Regpair used: 0x65
[    4.280615] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    4.280890] snd_hda_codec_idt hdaudioC0D0: 92HD91BXX: picked fixup  for PCI SSID 103c:1900
[    4.283756] usbcore: registered new interface driver uvcvideo
[    4.286174] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[    4.286258] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[    4.286326] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[    4.286374] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[    4.286420] snd_hda_codec_idt hdaudioC0D0:    inputs:
[    4.286463] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
[    4.286506] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[    4.286560] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
[    4.294550] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0x0000000072c762d4, irq=19
[    4.302671] rmi4_smbus 0-002c: registering SMbus-connected sensor
[    4.305624] ath9k 0000:02:00.0 wlo1: renamed from wlan0
[    4.380195] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM2769-001, fw id: 0
[    4.432853] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[    4.440260] input: Synaptics TM2769-001 as /devices/pci0000:00/0000:00:1f.3/i2c-0/0-002c/rmi4-00/input/input16
[    4.912580] i915 0000:00:02.0: [drm] Found haswell/ult (device ID 0a16) display version 7.00 stepping N/A
[    4.913130] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.915654] Console: switching to colour dummy device 80x25
[    4.920678] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.937743] intel_rapl_common: Found RAPL domain package
[    4.937756] intel_rapl_common: Found RAPL domain core
[    4.937762] intel_rapl_common: Found RAPL domain uncore
[    4.937766] intel_rapl_common: Found RAPL domain dram
[    4.941848] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    4.941951] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    4.942040] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    4.942124] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    4.982354] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    4.984760] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.985090] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21
[    4.997566] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.010453] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card2/input22
[    5.010578] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card2/input23
[    5.011014] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card2/input24
[    5.021059] fbcon: i915drmfb (fb0) is primary device
[    5.080261] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.080265] Bluetooth: BNEP filters: protocol multicast
[    5.080269] Bluetooth: BNEP socket layer initialized
[    5.081784] Bluetooth: MGMT ver 1.23
[    5.085971] NET: Registered PF_ALG protocol family
[    5.866279] wlo1: authenticate with 00:37:b7:10:29:dc (local address=a4:17:31:e1:9c:01)
[    5.866283] wlo1: send auth to 00:37:b7:10:29:dc (try 1/3)
[    5.869741] wlo1: authenticated
[    5.870600] wlo1: associate with 00:37:b7:10:29:dc (try 1/3)
[    5.873341] wlo1: RX AssocResp from 00:37:b7:10:29:dc (capab=0x431 status=0 aid=1)
[    5.873461] wlo1: associated
[    6.155934] Console: switching to colour frame buffer device 240x67
[    6.177492] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    8.479571] i8042: [6370] ** <- i8042 (interrupt, 0, 1)
[    8.581609] i8042: [6472] ** <- i8042 (interrupt, 0, 1)
[    8.661657] i8042: [6552] ** <- i8042 (interrupt, 0, 1)
[    8.742590] i8042: [6633] ** <- i8042 (interrupt, 0, 1)
[    8.783905] i8042: [6674] ** <- i8042 (interrupt, 0, 1)
[    8.854714] i8042: [6745] ** <- i8042 (interrupt, 0, 1)
[    8.874005] i8042: [6764] ** <- i8042 (interrupt, 0, 1)
[    8.924681] i8042: [6815] ** <- i8042 (interrupt, 0, 1)
[    8.945728] i8042: [6836] ** <- i8042 (interrupt, 0, 1)
[    9.007471] i8042: [6897] ** <- i8042 (interrupt, 0, 1)
[    9.077404] i8042: [6967] ** <- i8042 (interrupt, 0, 1)
[    9.149063] i8042: [7039] ** <- i8042 (interrupt, 0, 1)
[    9.168424] i8042: [7058] ** <- i8042 (interrupt, 0, 1)
[    9.250208] i8042: [7140] ** <- i8042 (interrupt, 0, 1)
[    9.279672] i8042: [7170] ** <- i8042 (interrupt, 0, 1)
[    9.381696] i8042: [7272] ** <- i8042 (interrupt, 0, 1)
[   10.392265] i8042: [8282] ** <- i8042 (interrupt, 0, 1)
[   10.452974] i8042: [8343] ** <- i8042 (interrupt, 0, 1)
[   10.504379] i8042: [8394] ** <- i8042 (interrupt, 0, 1)
[   10.554958] i8042: [8445] ** <- i8042 (interrupt, 0, 1)
[   10.645119] i8042: [8535] ** <- i8042 (interrupt, 0, 1)
[   10.747128] i8042: [8637] ** <- i8042 (interrupt, 0, 1)
[   10.857525] i8042: [8747] ** <- i8042 (interrupt, 0, 1)
[   10.928361] i8042: [8818] ** <- i8042 (interrupt, 0, 1)
[   11.000211] i8042: [8890] ** <- i8042 (interrupt, 0, 1)
[   11.004071] i8042: [8894] ** <- i8042 (interrupt, 0, 1)
[   11.092065] i8042: [8982] ** <- i8042 (interrupt, 0, 1)
[   11.096111] i8042: [8986] ** <- i8042 (interrupt, 0, 1)
[   11.192349] i8042: [9082] ** <- i8042 (interrupt, 0, 1)
[   11.274125] i8042: [9164] ** <- i8042 (interrupt, 0, 1)
[   11.277158] i8042: [9167] ** <- i8042 (interrupt, 0, 1)
[   11.375274] i8042: [9265] ** <- i8042 (interrupt, 0, 1)
[   11.378311] i8042: [9268] ** <- i8042 (interrupt, 0, 1)
[   11.466256] i8042: [9356] ** <- i8042 (interrupt, 0, 1)
[   12.730928] i8042: [10621] ** <- i8042 (interrupt, 0, 1)
[   12.802611] i8042: [10693] ** <- i8042 (interrupt, 0, 1)
[   12.963587] i8042: [10854] ** <- i8042 (interrupt, 0, 1)
[   13.055546] i8042: [10945] ** <- i8042 (interrupt, 0, 1)
[   13.277169] i8042: [11167] ** <- i8042 (interrupt, 0, 1)
[   13.338761] i8042: [11229] ** <- i8042 (interrupt, 0, 1)
[   13.449150] i8042: [11339] ** <- i8042 (interrupt, 0, 1)
[   13.500604] i8042: [11391] ** <- i8042 (interrupt, 0, 1)
[   13.621108] i8042: [11511] ** <- i8042 (interrupt, 0, 1)
[   13.702918] i8042: [11593] ** <- i8042 (interrupt, 0, 1)
[   14.077370] i8042: [11967] ** <- i8042 (interrupt, 0, 1)
[   14.138925] i8042: [12029] ** <- i8042 (interrupt, 0, 1)
[   14.188639] i8042: [12079] ** <- i8042 (interrupt, 0, 1)
[   14.250206] i8042: [12140] ** <- i8042 (interrupt, 0, 1)
[   14.279697] i8042: [12170] ** <- i8042 (interrupt, 0, 1)
[   14.351382] i8042: [12241] ** <- i8042 (interrupt, 0, 1)
[   14.390982] i8042: [12281] ** <- i8042 (interrupt, 0, 1)
[   14.471949] i8042: [12362] ** <- i8042 (interrupt, 0, 1)
[   14.513261] i8042: [12403] ** <- i8042 (interrupt, 0, 1)
[   14.563850] i8042: [12454] ** <- i8042 (interrupt, 0, 1)
[   14.765357] i8042: [12655] ** <- i8042 (interrupt, 0, 1)
[   14.856453] i8042: [12746] ** <- i8042 (interrupt, 0, 1)
[   14.897787] i8042: [12788] ** <- i8042 (interrupt, 0, 1)
[   14.958504] i8042: [12848] ** <- i8042 (interrupt, 0, 1)
[   15.018358] i8042: [12908] ** <- i8042 (interrupt, 0, 1)
[   15.111310] i8042: [13001] ** <- i8042 (interrupt, 0, 1)
[   15.666925] i8042: [13557] ** <- i8042 (interrupt, 0, 1)
[   15.738614] i8042: [13629] ** <- i8042 (interrupt, 0, 1)
[   15.778221] i8042: [13668] ** <- i8042 (interrupt, 0, 1)
[   15.870143] i8042: [13760] ** <- i8042 (interrupt, 0, 1)
[   16.233497] i8042: [14123] ** <- i8042 (interrupt, 0, 1)
[   16.325425] i8042: [14215] ** <- i8042 (interrupt, 0, 1)
[   16.344800] i8042: [14235] ** <- i8042 (interrupt, 0, 1)
[   16.436712] i8042: [14327] ** <- i8042 (interrupt, 0, 1)
[   17.489134] i8042: [15379] ** <- i8042 (interrupt, 0, 1)
[   17.539752] i8042: [15430] ** <- i8042 (interrupt, 0, 1)
[   17.581072] i8042: [15471] ** <- i8042 (interrupt, 0, 1)
[   17.631673] i8042: [15522] ** <- i8042 (interrupt, 0, 1)
[   17.661165] i8042: [15551] ** <- i8042 (interrupt, 0, 1)
[   17.732859] i8042: [15623] ** <- i8042 (interrupt, 0, 1)
[   17.843303] i8042: [15733] ** <- i8042 (interrupt, 0, 1)
[   17.915014] i8042: [15805] ** <- i8042 (interrupt, 0, 1)
[   17.944478] i8042: [15834] ** <- i8042 (interrupt, 0, 1)
[   18.026328] i8042: [15916] ** <- i8042 (interrupt, 0, 1)
[   18.087194] i8042: [15977] ** <- i8042 (interrupt, 0, 1)
[   18.168159] i8042: [16058] ** <- i8042 (interrupt, 0, 1)
[   18.229751] i8042: [16120] ** <- i8042 (interrupt, 0, 1)
[   18.249991] i8042: [16140] ** <- i8042 (interrupt, 0, 1)
[   18.340200] i8042: [16230] ** <- i8042 (interrupt, 0, 1)
[   18.401784] i8042: [16292] ** <- i8042 (interrupt, 0, 1)
[   18.451508] i8042: [16341] ** <- i8042 (interrupt, 0, 1)
[   18.523209] i8042: [16413] ** <- i8042 (interrupt, 0, 1)
[   18.552696] i8042: [16443] ** <- i8042 (interrupt, 0, 1)
[   18.613402] i8042: [16503] ** <- i8042 (interrupt, 0, 1)
[   18.674972] i8042: [16565] ** <- i8042 (interrupt, 0, 1)
[   18.705325] i8042: [16595] ** <- i8042 (interrupt, 0, 1)
[   18.825869] i8042: [16716] ** <- i8042 (interrupt, 0, 1)
[   18.897558] i8042: [16788] ** <- i8042 (interrupt, 0, 1)
[   19.109147] i8042: [16999] ** <- i8042 (interrupt, 0, 1)
[   19.180851] i8042: [17071] ** <- i8042 (interrupt, 0, 1)
[   20.192862] i8042: [18083] ** <- i8042 (interrupt, 0, 1)
[   20.233372] i8042: [18123] ** <- i8042 (interrupt, 0, 1)
[   20.284794] i8042: [18175] ** <- i8042 (interrupt, 0, 1)
[   20.335390] i8042: [18225] ** <- i8042 (interrupt, 0, 1)
[   20.364875] i8042: [18255] ** <- i8042 (interrupt, 0, 1)
[   20.457263] i8042: [18347] ** <- i8042 (interrupt, 0, 1)
[   20.557188] i8042: [18447] ** <- i8042 (interrupt, 0, 1)
[   20.560033] i8042: [18450] ** <- i8042 (interrupt, 0, 1)
[   20.638967] i8042: [18529] ** <- i8042 (interrupt, 0, 1)
[   20.708919] i8042: [18599] ** <- i8042 (interrupt, 0, 1)
[   20.712837] i8042: [18603] ** <- i8042 (interrupt, 0, 1)
[   20.790758] i8042: [18681] ** <- i8042 (interrupt, 0, 1)
[   20.870848] i8042: [18761] ** <- i8042 (interrupt, 0, 1)
[   20.942522] i8042: [18832] ** <- i8042 (interrupt, 0, 1)
[   20.945559] i8042: [18836] ** <- i8042 (interrupt, 0, 1)
[   21.013795] i8042: [18904] ** <- i8042 (interrupt, 0, 1)
[   21.215894] i8042: [19106] ** <- i8042 (interrupt, 0, 1)
[   21.287581] i8042: [19178] ** <- i8042 (interrupt, 0, 1)
[   24.182576] i8042: [22073] ** <- i8042 (interrupt, 0, 1)
[   24.243320] i8042: [22133] ** <- i8042 (interrupt, 0, 1)
[   24.284622] i8042: [22175] ** <- i8042 (interrupt, 0, 1)
[   24.335216] i8042: [22225] ** <- i8042 (interrupt, 0, 1)
[   24.435530] i8042: [22325] ** <- i8042 (interrupt, 0, 1)
[   24.517351] i8042: [22407] ** <- i8042 (interrupt, 0, 1)
[   24.607544] i8042: [22497] ** <- i8042 (interrupt, 0, 1)
[   24.627805] i8042: [22518] ** <- i8042 (interrupt, 0, 1)
[   24.709599] i8042: [22600] ** <- i8042 (interrupt, 0, 1)
[   24.779569] i8042: [22670] ** <- i8042 (interrupt, 0, 1)
[   24.831009] i8042: [22721] ** <- i8042 (interrupt, 0, 1)
[   24.851241] i8042: [22741] ** <- i8042 (interrupt, 0, 1)
[   24.961662] i8042: [22852] ** <- i8042 (interrupt, 0, 1)
[   25.033344] i8042: [22923] ** <- i8042 (interrupt, 0, 1)
[   25.062827] i8042: [22953] ** <- i8042 (interrupt, 0, 1)
[   25.134523] i8042: [23024] ** <- i8042 (interrupt, 0, 1)
[   25.265177] i8042: [23155] ** <- i8042 (interrupt, 0, 1)
[   25.367219] i8042: [23257] ** <- i8042 (interrupt, 0, 1)
[   28.859215] i8042: [26749] ** <- i8042 (interrupt, 0, 1)
[   29.112144] i8042: [27002] ** <- i8042 (interrupt, 0, 1)
[   29.152623] i8042: [27043] ** <- i8042 (interrupt, 0, 1)
[   29.193101] i8042: [27083] ** <- i8042 (interrupt, 0, 1)
[   29.234566] i8042: [27125] ** <- i8042 (interrupt, 0, 1)
[   29.244751] i8042: [27135] ** <- i8042 (interrupt, 0, 1)
[   29.248573] i8042: [27139] ** <- i8042 (interrupt, 0, 1)
[   29.251679] i8042: [27142] ** <- i8042 (interrupt, 0, 1)
[   29.254844] i8042: [27145] ** <- i8042 (interrupt, 0, 1)
[   29.366176] i8042: [27256] ** <- i8042 (interrupt, 0, 1)
[   29.370089] i8042: [27260] ** <- i8042 (interrupt, 0, 1)
[   29.650387] i8042: [27540] ** <- i8042 (interrupt, 0, 1)
[   30.510682] i8042: [28401] ** <- i8042 (interrupt, 0, 1)
[   30.513583] i8042: [28404] ** <- i8042 (interrupt, 0, 1)
[   30.611866] i8042: [28502] ** <- i8042 (interrupt, 0, 1)
[   30.615792] i8042: [28506] ** <- i8042 (interrupt, 0, 1)
[   31.148186] i8042: [29038] ** <- i8042 (interrupt, 0, 1)
[   31.229998] i8042: [29120] ** <- i8042 (interrupt, 0, 1)
[   31.233612] i8042: [29124] ** <- i8042 (interrupt, 0, 1)
[   31.259512] i8042: [29149] ** <- i8042 (interrupt, 0, 1)
[   31.351442] i8042: [29241] ** <- i8042 (interrupt, 0, 1)
[   31.355489] i8042: [29245] ** <- i8042 (interrupt, 0, 1)
[   31.411291] i8042: [29301] ** <- i8042 (interrupt, 0, 1)
[   31.493108] i8042: [29383] ** <- i8042 (interrupt, 0, 1)
[   31.496145] i8042: [29386] ** <- i8042 (interrupt, 0, 1)
[   31.623815] i8042: [29514] ** <- i8042 (interrupt, 0, 1)
[   31.627686] i8042: [29518] ** <- i8042 (interrupt, 0, 1)
[   31.674419] i8042: [29564] ** <- i8042 (interrupt, 0, 1)
[   31.735974] i8042: [29626] ** <- i8042 (interrupt, 0, 1)
[   31.756220] i8042: [29646] ** <- i8042 (interrupt, 0, 1)
[   31.836324] i8042: [29726] ** <- i8042 (interrupt, 0, 1)
[   31.908024] i8042: [29798] ** <- i8042 (interrupt, 0, 1)
[   31.937505] i8042: [29827] ** <- i8042 (interrupt, 0, 1)
[   31.999089] i8042: [29889] ** <- i8042 (interrupt, 0, 1)
[   33.578989] i8042: [31469] ** <- i8042 (interrupt, 0, 1)
[   33.581884] i8042: [31472] ** <- i8042 (interrupt, 0, 1)
[   33.649804] i8042: [31540] ** <- i8042 (interrupt, 0, 1)
[   33.653734] i8042: [31544] ** <- i8042 (interrupt, 0, 1)
[   34.034439] i8042: [31924] ** <- i8042 (interrupt, 0, 1)
[   34.037336] i8042: [31927] ** <- i8042 (interrupt, 0, 1)
[   34.115387] i8042: [32005] ** <- i8042 (interrupt, 0, 1)
[   34.119313] i8042: [32009] ** <- i8042 (interrupt, 0, 1)
[   34.236869] i8042: [32127] ** <- i8042 (interrupt, 0, 1)
[   34.239768] i8042: [32130] ** <- i8042 (interrupt, 0, 1)
[   34.287457] i8042: [32177] ** <- i8042 (interrupt, 0, 1)
[   34.291381] i8042: [32181] ** <- i8042 (interrupt, 0, 1)
[   34.419063] i8042: [32309] ** <- i8042 (interrupt, 0, 1)
[   34.421961] i8042: [32312] ** <- i8042 (interrupt, 0, 1)
[   34.469655] i8042: [32360] ** <- i8042 (interrupt, 0, 1)
[   34.473583] i8042: [32364] ** <- i8042 (interrupt, 0, 1)
[   34.601250] i8042: [32491] ** <- i8042 (interrupt, 0, 1)
[   34.604148] i8042: [32494] ** <- i8042 (interrupt, 0, 1)
[   34.651836] i8042: [32542] ** <- i8042 (interrupt, 0, 1)
[   34.655761] i8042: [32546] ** <- i8042 (interrupt, 0, 1)
[   34.793554] i8042: [32684] ** <- i8042 (interrupt, 0, 1)
[   34.796450] i8042: [32686] ** <- i8042 (interrupt, 0, 1)
[   34.844144] i8042: [32734] ** <- i8042 (interrupt, 0, 1)
[   34.848069] i8042: [32738] ** <- i8042 (interrupt, 0, 1)
[   36.292526] i8042: [34207] ** <- i8042 (interrupt, 0, 1)
[   36.296439] i8042: [34211] ** <- i8042 (interrupt, 0, 1)
[   36.546969] i8042: [34471] ** <- i8042 (interrupt, 0, 1)
[   36.549446] i8042: [34474] ** <- i8042 (interrupt, 0, 1)
[   36.587004] i8042: [34513] ** <- i8042 (interrupt, 0, 1)
[   36.589926] i8042: [34516] ** <- i8042 (interrupt, 0, 1)
[   36.627490] i8042: [34555] ** <- i8042 (interrupt, 0, 1)
[   36.630408] i8042: [34558] ** <- i8042 (interrupt, 0, 1)
[   36.667971] i8042: [34597] ** <- i8042 (interrupt, 0, 1)
[   36.670890] i8042: [34600] ** <- i8042 (interrupt, 0, 1)
[   36.708452] i8042: [34638] ** <- i8042 (interrupt, 0, 1)
[   36.711366] i8042: [34641] ** <- i8042 (interrupt, 0, 1)
[   36.748959] i8042: [34680] ** <- i8042 (interrupt, 0, 1)
[   36.751856] i8042: [34683] ** <- i8042 (interrupt, 0, 1)
[   36.789418] i8042: [34722] ** <- i8042 (interrupt, 0, 1)
[   36.792337] i8042: [34725] ** <- i8042 (interrupt, 0, 1)
[   36.829898] i8042: [34764] ** <- i8042 (interrupt, 0, 1)
[   36.832818] i8042: [34767] ** <- i8042 (interrupt, 0, 1)
[   36.870389] i8042: [34806] ** <- i8042 (interrupt, 0, 1)
[   36.873309] i8042: [34809] ** <- i8042 (interrupt, 0, 1)
[   36.910877] i8042: [34848] ** <- i8042 (interrupt, 0, 1)
[   36.913795] i8042: [34851] ** <- i8042 (interrupt, 0, 1)
[   36.951394] i8042: [34890] ** <- i8042 (interrupt, 0, 1)
[   36.954289] i8042: [34893] ** <- i8042 (interrupt, 0, 1)
[   36.991861] i8042: [34931] ** <- i8042 (interrupt, 0, 1)
[   36.994780] i8042: [34934] ** <- i8042 (interrupt, 0, 1)
[   37.032352] i8042: [34973] ** <- i8042 (interrupt, 0, 1)
[   37.035270] i8042: [34976] ** <- i8042 (interrupt, 0, 1)
[   37.072833] i8042: [35015] ** <- i8042 (interrupt, 0, 1)
[   37.075752] i8042: [35018] ** <- i8042 (interrupt, 0, 1)
[   37.113318] i8042: [35057] ** <- i8042 (interrupt, 0, 1)
[   37.116237] i8042: [35060] ** <- i8042 (interrupt, 0, 1)
[   37.143683] i8042: [35088] ** <- i8042 (interrupt, 0, 1)
[   37.147612] i8042: [35092] ** <- i8042 (interrupt, 0, 1)
[   37.933148] i8042: [35903] ** <- i8042 (interrupt, 0, 1)
[   37.936052] i8042: [35906] ** <- i8042 (interrupt, 0, 1)
[   38.186181] i8042: [36164] ** <- i8042 (interrupt, 0, 1)
[   38.189099] i8042: [36167] ** <- i8042 (interrupt, 0, 1)
[   38.226669] i8042: [36205] ** <- i8042 (interrupt, 0, 1)
[   38.229588] i8042: [36208] ** <- i8042 (interrupt, 0, 1)
[   38.267181] i8042: [36247] ** <- i8042 (interrupt, 0, 1)
[   38.270073] i8042: [36250] ** <- i8042 (interrupt, 0, 1)
[   38.307647] i8042: [36289] ** <- i8042 (interrupt, 0, 1)
[   38.310624] i8042: [36292] ** <- i8042 (interrupt, 0, 1)
[   38.349149] i8042: [36331] ** <- i8042 (interrupt, 0, 1)
[   38.352061] i8042: [36334] ** <- i8042 (interrupt, 0, 1)
[   38.389640] i8042: [36373] ** <- i8042 (interrupt, 0, 1)
[   38.392559] i8042: [36376] ** <- i8042 (interrupt, 0, 1)
[   38.430135] i8042: [36415] ** <- i8042 (interrupt, 0, 1)
[   38.433049] i8042: [36418] ** <- i8042 (interrupt, 0, 1)
[   38.470620] i8042: [36456] ** <- i8042 (interrupt, 0, 1)
[   38.473540] i8042: [36459] ** <- i8042 (interrupt, 0, 1)
[   38.511109] i8042: [36498] ** <- i8042 (interrupt, 0, 1)
[   38.514023] i8042: [36501] ** <- i8042 (interrupt, 0, 1)
[   38.541474] i8042: [36529] ** <- i8042 (interrupt, 0, 1)
[   38.545403] i8042: [36533] ** <- i8042 (interrupt, 0, 1)
[   38.774294] i8042: [36768] ** <- i8042 (interrupt, 0, 1)
[   38.777194] i8042: [36771] ** <- i8042 (interrupt, 0, 1)
[   39.027358] i8042: [37028] ** <- i8042 (interrupt, 0, 1)
[   39.030281] i8042: [37031] ** <- i8042 (interrupt, 0, 1)
[   39.067859] i8042: [37069] ** <- i8042 (interrupt, 0, 1)
[   39.070777] i8042: [37072] ** <- i8042 (interrupt, 0, 1)
[   39.108353] i8042: [37111] ** <- i8042 (interrupt, 0, 1)
[   39.111271] i8042: [37114] ** <- i8042 (interrupt, 0, 1)
[   39.148844] i8042: [37152] ** <- i8042 (interrupt, 0, 1)
[   39.151761] i8042: [37155] ** <- i8042 (interrupt, 0, 1)
[   39.189338] i8042: [37194] ** <- i8042 (interrupt, 0, 1)
[   39.192181] i8042: [37197] ** <- i8042 (interrupt, 0, 1)
[   39.229823] i8042: [37236] ** <- i8042 (interrupt, 0, 1)
[   39.232740] i8042: [37238] ** <- i8042 (interrupt, 0, 1)
[   39.270312] i8042: [37277] ** <- i8042 (interrupt, 0, 1)
[   39.273231] i8042: [37280] ** <- i8042 (interrupt, 0, 1)
[   39.310802] i8042: [37319] ** <- i8042 (interrupt, 0, 1)
[   39.313721] i8042: [37322] ** <- i8042 (interrupt, 0, 1)
[   39.352315] i8042: [37361] ** <- i8042 (interrupt, 0, 1)
[   39.356244] i8042: [37365] ** <- i8042 (interrupt, 0, 1)
[   50.339985] i8042: [48491] ** <- i8042 (interrupt, 0, 1)
[   50.342888] i8042: [48494] ** <- i8042 (interrupt, 0, 1)
[   50.594029] i8042: [48746] ** <- i8042 (interrupt, 0, 1)
[   50.596946] i8042: [48749] ** <- i8042 (interrupt, 0, 1)
[   50.634511] i8042: [48787] ** <- i8042 (interrupt, 0, 1)
[   50.637426] i8042: [48790] ** <- i8042 (interrupt, 0, 1)
[   50.674989] i8042: [48827] ** <- i8042 (interrupt, 0, 1)
[   50.677906] i8042: [48830] ** <- i8042 (interrupt, 0, 1)
[   50.715474] i8042: [48868] ** <- i8042 (interrupt, 0, 1)
[   50.718392] i8042: [48871] ** <- i8042 (interrupt, 0, 1)
[   50.755954] i8042: [48909] ** <- i8042 (interrupt, 0, 1)
[   50.758870] i8042: [48912] ** <- i8042 (interrupt, 0, 1)
[   50.796432] i8042: [48950] ** <- i8042 (interrupt, 0, 1)
[   50.799350] i8042: [48953] ** <- i8042 (interrupt, 0, 1)
[   50.836918] i8042: [48990] ** <- i8042 (interrupt, 0, 1)
[   50.839832] i8042: [48993] ** <- i8042 (interrupt, 0, 1)
[   50.877397] i8042: [49031] ** <- i8042 (interrupt, 0, 1)
[   50.880317] i8042: [49034] ** <- i8042 (interrupt, 0, 1)
[   50.917841] i8042: [49072] ** <- i8042 (interrupt, 0, 1)
[   50.920797] i8042: [49075] ** <- i8042 (interrupt, 0, 1)
[   50.958360] i8042: [49112] ** <- i8042 (interrupt, 0, 1)
[   50.961275] i8042: [49115] ** <- i8042 (interrupt, 0, 1)
[   50.998838] i8042: [49153] ** <- i8042 (interrupt, 0, 1)
[   51.001758] i8042: [49156] ** <- i8042 (interrupt, 0, 1)
[   51.039321] i8042: [49194] ** <- i8042 (interrupt, 0, 1)
[   51.042239] i8042: [49197] ** <- i8042 (interrupt, 0, 1)
[   51.079804] i8042: [49234] ** <- i8042 (interrupt, 0, 1)
[   51.082722] i8042: [49237] ** <- i8042 (interrupt, 0, 1)
[   51.120285] i8042: [49275] ** <- i8042 (interrupt, 0, 1)
[   51.123199] i8042: [49278] ** <- i8042 (interrupt, 0, 1)
[   51.160767] i8042: [49316] ** <- i8042 (interrupt, 0, 1)
[   51.163681] i8042: [49319] ** <- i8042 (interrupt, 0, 1)
[   51.201243] i8042: [49356] ** <- i8042 (interrupt, 0, 1)
[   51.204156] i8042: [49359] ** <- i8042 (interrupt, 0, 1)
[   51.241715] i8042: [49397] ** <- i8042 (interrupt, 0, 1)
[   51.244631] i8042: [49400] ** <- i8042 (interrupt, 0, 1)
[   51.282191] i8042: [49438] ** <- i8042 (interrupt, 0, 1)
[   51.285104] i8042: [49441] ** <- i8042 (interrupt, 0, 1)
[   51.322667] i8042: [49479] ** <- i8042 (interrupt, 0, 1)
[   51.325582] i8042: [49481] ** <- i8042 (interrupt, 0, 1)
[   51.363150] i8042: [49519] ** <- i8042 (interrupt, 0, 1)
[   51.366068] i8042: [49522] ** <- i8042 (interrupt, 0, 1)
[   51.403603] i8042: [49560] ** <- i8042 (interrupt, 0, 1)
[   51.406551] i8042: [49563] ** <- i8042 (interrupt, 0, 1)
[   51.413757] i8042: [49570] ** <- i8042 (interrupt, 0, 1)
[   51.417683] i8042: [49574] ** <- i8042 (interrupt, 0, 1)
[   51.971361] i8042: [50130] ** <- i8042 (interrupt, 0, 1)
[   51.974262] i8042: [50133] ** <- i8042 (interrupt, 0, 1)
[   52.224332] i8042: [50384] ** <- i8042 (interrupt, 0, 1)
[   52.227246] i8042: [50387] ** <- i8042 (interrupt, 0, 1)
[   52.264811] i8042: [50425] ** <- i8042 (interrupt, 0, 1)
[   52.267729] i8042: [50428] ** <- i8042 (interrupt, 0, 1)
[   52.305292] i8042: [50466] ** <- i8042 (interrupt, 0, 1)
[   52.308210] i8042: [50469] ** <- i8042 (interrupt, 0, 1)
[   52.345771] i8042: [50506] ** <- i8042 (interrupt, 0, 1)
[   52.348689] i8042: [50509] ** <- i8042 (interrupt, 0, 1)
[   52.386695] i8042: [50547] ** <- i8042 (interrupt, 0, 1)
[   52.389171] i8042: [50550] ** <- i8042 (interrupt, 0, 1)
[   52.426736] i8042: [50588] ** <- i8042 (interrupt, 0, 1)
[   52.429657] i8042: [50591] ** <- i8042 (interrupt, 0, 1)
[   52.467221] i8042: [50628] ** <- i8042 (interrupt, 0, 1)
[   52.470139] i8042: [50631] ** <- i8042 (interrupt, 0, 1)
[   52.507698] i8042: [50669] ** <- i8042 (interrupt, 0, 1)
[   52.510621] i8042: [50672] ** <- i8042 (interrupt, 0, 1)
[   52.548176] i8042: [50710] ** <- i8042 (interrupt, 0, 1)
[   52.551095] i8042: [50712] ** <- i8042 (interrupt, 0, 1)
[   52.589097] i8042: [50751] ** <- i8042 (interrupt, 0, 1)
[   52.591571] i8042: [50753] ** <- i8042 (interrupt, 0, 1)
[   52.629129] i8042: [50791] ** <- i8042 (interrupt, 0, 1)
[   52.632048] i8042: [50794] ** <- i8042 (interrupt, 0, 1)
[   52.669607] i8042: [50831] ** <- i8042 (interrupt, 0, 1)
[   52.672526] i8042: [50834] ** <- i8042 (interrupt, 0, 1)
[   52.710083] i8042: [50872] ** <- i8042 (interrupt, 0, 1)
[   52.713002] i8042: [50875] ** <- i8042 (interrupt, 0, 1)
[   52.750560] i8042: [50913] ** <- i8042 (interrupt, 0, 1)
[   52.753479] i8042: [50916] ** <- i8042 (interrupt, 0, 1)
[   52.791067] i8042: [50953] ** <- i8042 (interrupt, 0, 1)
[   52.793965] i8042: [50956] ** <- i8042 (interrupt, 0, 1)
[   52.831495] i8042: [50994] ** <- i8042 (interrupt, 0, 1)
[   52.834443] i8042: [50997] ** <- i8042 (interrupt, 0, 1)
[   52.841670] i8042: [51004] ** <- i8042 (interrupt, 0, 1)
[   52.845571] i8042: [51008] ** <- i8042 (interrupt, 0, 1)
[   55.757968] i8042: [53930] ** <- i8042 (interrupt, 0, 1)
[   55.829651] i8042: [54002] ** <- i8042 (interrupt, 0, 1)
[   57.145244] i8042: [55321] ** <- i8042 (interrupt, 0, 1)
[   57.205980] i8042: [55382] ** <- i8042 (interrupt, 0, 1)
[   57.227054] i8042: [55403] ** <- i8042 (interrupt, 0, 1)
[   57.266649] i8042: [55443] ** <- i8042 (interrupt, 0, 1)
[   57.338377] i8042: [55515] ** <- i8042 (interrupt, 0, 1)
[   57.358614] i8042: [55535] ** <- i8042 (interrupt, 0, 1)
[   57.388107] i8042: [55564] ** <- i8042 (interrupt, 0, 1)
[   57.489321] i8042: [55666] ** <- i8042 (interrupt, 0, 1)
[   57.540764] i8042: [55717] ** <- i8042 (interrupt, 0, 1)
[   57.581404] i8042: [55758] ** <- i8042 (interrupt, 0, 1)
[   57.585282] i8042: [55762] ** <- i8042 (interrupt, 0, 1)
[   57.642964] i8042: [55820] ** <- i8042 (interrupt, 0, 1)
[   57.672454] i8042: [55849] ** <- i8042 (interrupt, 0, 1)
[   57.764394] i8042: [55941] ** <- i8042 (interrupt, 0, 1)
[   58.481958] i8042: [56660] ** <- i8042 (interrupt, 0, 1)
[   58.584011] i8042: [56763] ** <- i8042 (interrupt, 0, 1)
[   58.674205] i8042: [56853] ** <- i8042 (interrupt, 0, 1)
[   58.756033] i8042: [56935] ** <- i8042 (interrupt, 0, 1)
[   58.795658] i8042: [56975] ** <- i8042 (interrupt, 0, 1)
[   58.867361] i8042: [57047] ** <- i8042 (interrupt, 0, 1)
[   58.906976] i8042: [57086] ** <- i8042 (interrupt, 0, 1)
[   58.967696] i8042: [57147] ** <- i8042 (interrupt, 0, 1)
[   59.009040] i8042: [57188] ** <- i8042 (interrupt, 0, 1)
[   59.049518] i8042: [57229] ** <- i8042 (interrupt, 0, 1)
[   59.068897] i8042: [57248] ** <- i8042 (interrupt, 0, 1)
[   59.130476] i8042: [57310] ** <- i8042 (interrupt, 0, 1)
[   59.240912] i8042: [57421] ** <- i8042 (interrupt, 0, 1)
[   59.312588] i8042: [57493] ** <- i8042 (interrupt, 0, 1)
[   61.509829] i8042: [59693] ** <- i8042 (interrupt, 0, 1)
[   61.512730] i8042: [59696] ** <- i8042 (interrupt, 0, 1)
[   61.712251] i8042: [59896] ** <- i8042 (interrupt, 0, 1)
[   61.773750] i8042: [59957] ** <- i8042 (interrupt, 0, 1)
[   61.894301] i8042: [60078] ** <- i8042 (interrupt, 0, 1)
[   61.898254] i8042: [60082] ** <- i8042 (interrupt, 0, 1)
[   63.190794] i8042: [61376] ** <- i8042 (interrupt, 0, 1)
[   63.282726] i8042: [61468] ** <- i8042 (interrupt, 0, 1)
[   63.285764] i8042: [61471] ** <- i8042 (interrupt, 0, 1)
[   63.332472] i8042: [61518] ** <- i8042 (interrupt, 0, 1)
[   63.383911] i8042: [61569] ** <- i8042 (interrupt, 0, 1)
[   63.453908] i8042: [61639] ** <- i8042 (interrupt, 0, 1)
[   63.457789] i8042: [61643] ** <- i8042 (interrupt, 0, 1)
[   63.565221] i8042: [61751] ** <- i8042 (interrupt, 0, 1)
[   63.596381] i8042: [61782] ** <- i8042 (interrupt, 0, 1)
[   63.637915] i8042: [61823] ** <- i8042 (interrupt, 0, 1)
[   63.677526] i8042: [61863] ** <- i8042 (interrupt, 0, 1)
[   63.749226] i8042: [61935] ** <- i8042 (interrupt, 0, 1)
[   63.788824] i8042: [61974] ** <- i8042 (interrupt, 0, 1)
[   63.860536] i8042: [62046] ** <- i8042 (interrupt, 0, 1)
[  640.077209] i8042: [638281] ** <- i8042 (interrupt, 0, 1)
[  640.148859] i8042: [638352] ** <- i8042 (interrupt, 0, 1)
[  640.188442] i8042: [638392] ** <- i8042 (interrupt, 0, 1)
[  640.249990] i8042: [638454] ** <- i8042 (interrupt, 0, 1)
[  640.300710] i8042: [638504] ** <- i8042 (interrupt, 0, 1)
[  640.362252] i8042: [638566] ** <- i8042 (interrupt, 0, 1)
[  640.391715] i8042: [638595] ** <- i8042 (interrupt, 0, 1)
[  640.462534] i8042: [638666] ** <- i8042 (interrupt, 0, 1)
[  640.493660] i8042: [638697] ** <- i8042 (interrupt, 0, 1)
[  640.534177] i8042: [638738] ** <- i8042 (interrupt, 0, 1)
[  641.291871] i8042: [639495] ** <- i8042 (interrupt, 0, 1)
[  641.342469] i8042: [639546] ** <- i8042 (interrupt, 0, 1)
[  641.393899] i8042: [639598] ** <- i8042 (interrupt, 0, 1)
[  641.434359] i8042: [639638] ** <- i8042 (interrupt, 0, 1)
[  641.534637] i8042: [639738] ** <- i8042 (interrupt, 0, 1)
[  641.606310] i8042: [639810] ** <- i8042 (interrupt, 0, 1)
[  641.656013] i8042: [639860] ** <- i8042 (interrupt, 0, 1)
[  641.716717] i8042: [639920] ** <- i8042 (interrupt, 0, 1)
[  641.788371] i8042: [639992] ** <- i8042 (interrupt, 0, 1)
[  641.849052] i8042: [640053] ** <- i8042 (interrupt, 0, 1)
[  641.868433] i8042: [640072] ** <- i8042 (interrupt, 0, 1)
[  641.969596] i8042: [640173] ** <- i8042 (interrupt, 0, 1)
[  642.010864] i8042: [640214] ** <- i8042 (interrupt, 0, 1)
[  642.060635] i8042: [640264] ** <- i8042 (interrupt, 0, 1)
[  642.064513] i8042: [640268] ** <- i8042 (interrupt, 0, 1)
[  642.132284] i8042: [640336] ** <- i8042 (interrupt, 0, 1)
[  642.921313] i8042: [641125] ** <- i8042 (interrupt, 0, 1)
[  643.023332] i8042: [641227] ** <- i8042 (interrupt, 0, 1)
[  643.113492] i8042: [641317] ** <- i8042 (interrupt, 0, 1)
[  643.184312] i8042: [641388] ** <- i8042 (interrupt, 0, 1)
[  643.225582] i8042: [641429] ** <- i8042 (interrupt, 0, 1)
[  643.276200] i8042: [641480] ** <- i8042 (interrupt, 0, 1)
[  643.306694] i8042: [641510] ** <- i8042 (interrupt, 0, 1)
[  643.388468] i8042: [641592] ** <- i8042 (interrupt, 0, 1)
[  643.529174] i8042: [641733] ** <- i8042 (interrupt, 0, 1)
[  643.610963] i8042: [641815] ** <- i8042 (interrupt, 0, 1)
[  643.842730] i8042: [642046] ** <- i8042 (interrupt, 0, 1)
[  643.934601] i8042: [642138] ** <- i8042 (interrupt, 0, 1)
[  644.125962] i8042: [642330] ** <- i8042 (interrupt, 0, 1)
[  644.207322] i8042: [642411] ** <- i8042 (interrupt, 0, 1)
[  644.248167] i8042: [642452] ** <- i8042 (interrupt, 0, 1)
[  644.268436] i8042: [642472] ** <- i8042 (interrupt, 0, 1)
[  644.388939] i8042: [642593] ** <- i8042 (interrupt, 0, 1)
[  644.460609] i8042: [642664] ** <- i8042 (interrupt, 0, 1)
[  644.500194] i8042: [642704] ** <- i8042 (interrupt, 0, 1)
[  644.581990] i8042: [642786] ** <- i8042 (interrupt, 0, 1)
[  644.601357] i8042: [642805] ** <- i8042 (interrupt, 0, 1)
[  644.672159] i8042: [642876] ** <- i8042 (interrupt, 0, 1)
[  644.753931] i8042: [642958] ** <- i8042 (interrupt, 0, 1)
[  644.757978] i8042: [642962] ** <- i8042 (interrupt, 0, 1)
[  644.894659] i8042: [643098] ** <- i8042 (interrupt, 0, 1)
[  645.016893] i8042: [643220] ** <- i8042 (interrupt, 0, 1)
[  645.198085] i8042: [643402] ** <- i8042 (interrupt, 0, 1)
[  645.289979] i8042: [643494] ** <- i8042 (interrupt, 0, 1)
[  645.330569] i8042: [643534] ** <- i8042 (interrupt, 0, 1)
[  645.401393] i8042: [643605] ** <- i8042 (interrupt, 0, 1)
[  645.462922] i8042: [643667] ** <- i8042 (interrupt, 0, 1)
[  645.483144] i8042: [643687] ** <- i8042 (interrupt, 0, 1)
[  645.553067] i8042: [643757] ** <- i8042 (interrupt, 0, 1)
[  645.685413] i8042: [643889] ** <- i8042 (interrupt, 0, 1)
[  645.688442] i8042: [643892] ** <- i8042 (interrupt, 0, 1)
[  645.795844] i8042: [643999] ** <- i8042 (interrupt, 0, 1)
[  645.799715] i8042: [644003] ** <- i8042 (interrupt, 0, 1)
[  645.846422] i8042: [644050] ** <- i8042 (interrupt, 0, 1)
[  645.877609] i8042: [644081] ** <- i8042 (interrupt, 0, 1)
[  645.928182] i8042: [644132] ** <- i8042 (interrupt, 0, 1)
[  646.018360] i8042: [644222] ** <- i8042 (interrupt, 0, 1)
[  646.090013] i8042: [644294] ** <- i8042 (interrupt, 0, 1)
[  646.170064] i8042: [644374] ** <- i8042 (interrupt, 0, 1)
[  646.231636] i8042: [644435] ** <- i8042 (interrupt, 0, 1)
[  647.354383] i8042: [645558] ** <- i8042 (interrupt, 0, 1)
[  647.415089] i8042: [645619] ** <- i8042 (interrupt, 0, 1)
[  647.466485] i8042: [645670] ** <- i8042 (interrupt, 0, 1)
[  647.506956] i8042: [645711] ** <- i8042 (interrupt, 0, 1)
[  647.607198] i8042: [645811] ** <- i8042 (interrupt, 0, 1)
[  647.688976] i8042: [645893] ** <- i8042 (interrupt, 0, 1)
[  647.769022] i8042: [645973] ** <- i8042 (interrupt, 0, 1)
[  647.829726] i8042: [646033] ** <- i8042 (interrupt, 0, 1)
[  647.891223] i8042: [646095] ** <- i8042 (interrupt, 0, 1)
[  647.941831] i8042: [646145] ** <- i8042 (interrupt, 0, 1)
[  647.971305] i8042: [646175] ** <- i8042 (interrupt, 0, 1)
[  648.042971] i8042: [646247] ** <- i8042 (interrupt, 0, 1)
[  648.123016] i8042: [646327] ** <- i8042 (interrupt, 0, 1)
[  648.214896] i8042: [646418] ** <- i8042 (interrupt, 0, 1)
[  648.244375] i8042: [646448] ** <- i8042 (interrupt, 0, 1)
[  648.316058] i8042: [646520] ** <- i8042 (interrupt, 0, 1)
[  648.366772] i8042: [646570] ** <- i8042 (interrupt, 0, 1)
[  648.428267] i8042: [646632] ** <- i8042 (interrupt, 0, 1)
[  651.848156] i8042: [650052] ** <- i8042 (interrupt, 0, 1)
[  651.850988] i8042: [650055] ** <- i8042 (interrupt, 0, 1)
[  651.959411] i8042: [650163] ** <- i8042 (interrupt, 0, 1)
[  651.963335] i8042: [650167] ** <- i8042 (interrupt, 0, 1)
[  652.232538] i8042: [650436] ** <- i8042 (interrupt, 0, 1)
[  652.235425] i8042: [650439] ** <- i8042 (interrupt, 0, 1)
[  652.486395] i8042: [650690] ** <- i8042 (interrupt, 0, 1)
[  652.489297] i8042: [650693] ** <- i8042 (interrupt, 0, 1)
[  652.526846] i8042: [650730] ** <- i8042 (interrupt, 0, 1)
[  652.529754] i8042: [650733] ** <- i8042 (interrupt, 0, 1)
[  652.567304] i8042: [650771] ** <- i8042 (interrupt, 0, 1)
[  652.570207] i8042: [650774] ** <- i8042 (interrupt, 0, 1)
[  652.607760] i8042: [650811] ** <- i8042 (interrupt, 0, 1)
[  652.610664] i8042: [650814] ** <- i8042 (interrupt, 0, 1)
[  652.648213] i8042: [650852] ** <- i8042 (interrupt, 0, 1)
[  652.651117] i8042: [650855] ** <- i8042 (interrupt, 0, 1)
[  652.688669] i8042: [650892] ** <- i8042 (interrupt, 0, 1)
[  652.691570] i8042: [650895] ** <- i8042 (interrupt, 0, 1)
[  652.729128] i8042: [650933] ** <- i8042 (interrupt, 0, 1)
[  652.732031] i8042: [650936] ** <- i8042 (interrupt, 0, 1)
[  652.769585] i8042: [650973] ** <- i8042 (interrupt, 0, 1)
[  652.772489] i8042: [650976] ** <- i8042 (interrupt, 0, 1)
[  652.810064] i8042: [651014] ** <- i8042 (interrupt, 0, 1)
[  652.812948] i8042: [651016] ** <- i8042 (interrupt, 0, 1)
[  652.850500] i8042: [651054] ** <- i8042 (interrupt, 0, 1)
[  652.853407] i8042: [651057] ** <- i8042 (interrupt, 0, 1)
[  652.890949] i8042: [651094] ** <- i8042 (interrupt, 0, 1)
[  652.893853] i8042: [651097] ** <- i8042 (interrupt, 0, 1)
[  652.931341] i8042: [651135] ** <- i8042 (interrupt, 0, 1)
[  652.934277] i8042: [651138] ** <- i8042 (interrupt, 0, 1)
[  652.971826] i8042: [651175] ** <- i8042 (interrupt, 0, 1)
[  652.974766] i8042: [651178] ** <- i8042 (interrupt, 0, 1)
[  653.012326] i8042: [651216] ** <- i8042 (interrupt, 0, 1)
[  653.015198] i8042: [651219] ** <- i8042 (interrupt, 0, 1)
[  653.052789] i8042: [651256] ** <- i8042 (interrupt, 0, 1)
[  653.055689] i8042: [651259] ** <- i8042 (interrupt, 0, 1)
[  653.093208] i8042: [651297] ** <- i8042 (interrupt, 0, 1)
[  653.096113] i8042: [651300] ** <- i8042 (interrupt, 0, 1)
[  653.133668] i8042: [651337] ** <- i8042 (interrupt, 0, 1)
[  653.136614] i8042: [651340] ** <- i8042 (interrupt, 0, 1)
[  653.174163] i8042: [651378] ** <- i8042 (interrupt, 0, 1)
[  653.177067] i8042: [651381] ** <- i8042 (interrupt, 0, 1)
[  653.214622] i8042: [651418] ** <- i8042 (interrupt, 0, 1)
[  653.217521] i8042: [651421] ** <- i8042 (interrupt, 0, 1)
[  653.255031] i8042: [651459] ** <- i8042 (interrupt, 0, 1)
[  653.257905] i8042: [651461] ** <- i8042 (interrupt, 0, 1)
[  653.295483] i8042: [651499] ** <- i8042 (interrupt, 0, 1)
[  653.298379] i8042: [651502] ** <- i8042 (interrupt, 0, 1)
[  653.335973] i8042: [651540] ** <- i8042 (interrupt, 0, 1)
[  653.338871] i8042: [651542] ** <- i8042 (interrupt, 0, 1)
[  653.376419] i8042: [651580] ** <- i8042 (interrupt, 0, 1)
[  653.379322] i8042: [651583] ** <- i8042 (interrupt, 0, 1)
[  653.416832] i8042: [651620] ** <- i8042 (interrupt, 0, 1)
[  653.419699] i8042: [651623] ** <- i8042 (interrupt, 0, 1)
[  653.457280] i8042: [651661] ** <- i8042 (interrupt, 0, 1)
[  653.460186] i8042: [651664] ** <- i8042 (interrupt, 0, 1)
[  653.497773] i8042: [651701] ** <- i8042 (interrupt, 0, 1)
[  653.500675] i8042: [651704] ** <- i8042 (interrupt, 0, 1)
[  653.538186] i8042: [651742] ** <- i8042 (interrupt, 0, 1)
[  653.541088] i8042: [651745] ** <- i8042 (interrupt, 0, 1)
[  653.578633] i8042: [651782] ** <- i8042 (interrupt, 0, 1)
[  653.581551] i8042: [651785] ** <- i8042 (interrupt, 0, 1)
[  653.619127] i8042: [651823] ** <- i8042 (interrupt, 0, 1)
[  653.622030] i8042: [651826] ** <- i8042 (interrupt, 0, 1)
[  653.659579] i8042: [651863] ** <- i8042 (interrupt, 0, 1)
[  653.662479] i8042: [651866] ** <- i8042 (interrupt, 0, 1)
[  653.699957] i8042: [651903] ** <- i8042 (interrupt, 0, 1)
[  653.702896] i8042: [651906] ** <- i8042 (interrupt, 0, 1)
[  653.710089] i8042: [651914] ** <- i8042 (interrupt, 0, 1)
[  653.714086] i8042: [651918] ** <- i8042 (interrupt, 0, 1)
[  653.892215] i8042: [652096] ** <- i8042 (interrupt, 0, 1)
[  653.895103] i8042: [652099] ** <- i8042 (interrupt, 0, 1)
[  654.145043] i8042: [652349] ** <- i8042 (interrupt, 0, 1)
[  654.147945] i8042: [652351] ** <- i8042 (interrupt, 0, 1)
[  654.185492] i8042: [652389] ** <- i8042 (interrupt, 0, 1)
[  654.188400] i8042: [652392] ** <- i8042 (interrupt, 0, 1)
[  654.225957] i8042: [652429] ** <- i8042 (interrupt, 0, 1)
[  654.228861] i8042: [652432] ** <- i8042 (interrupt, 0, 1)
[  654.266421] i8042: [652470] ** <- i8042 (interrupt, 0, 1)
[  654.269322] i8042: [652473] ** <- i8042 (interrupt, 0, 1)
[  654.306875] i8042: [652510] ** <- i8042 (interrupt, 0, 1)
[  654.309782] i8042: [652513] ** <- i8042 (interrupt, 0, 1)
[  654.347335] i8042: [652551] ** <- i8042 (interrupt, 0, 1)
[  654.350243] i8042: [652554] ** <- i8042 (interrupt, 0, 1)
[  654.387796] i8042: [652591] ** <- i8042 (interrupt, 0, 1)
[  654.390697] i8042: [652594] ** <- i8042 (interrupt, 0, 1)
[  654.429267] i8042: [652633] ** <- i8042 (interrupt, 0, 1)
[  654.432170] i8042: [652636] ** <- i8042 (interrupt, 0, 1)
[  654.469723] i8042: [652673] ** <- i8042 (interrupt, 0, 1)
[  654.473071] i8042: [652677] ** <- i8042 (interrupt, 0, 1)
[  654.510181] i8042: [652714] ** <- i8042 (interrupt, 0, 1)
[  654.513083] i8042: [652717] ** <- i8042 (interrupt, 0, 1)
[  654.550640] i8042: [652754] ** <- i8042 (interrupt, 0, 1)
[  654.553539] i8042: [652757] ** <- i8042 (interrupt, 0, 1)
[  654.591051] i8042: [652795] ** <- i8042 (interrupt, 0, 1)
[  654.593955] i8042: [652797] ** <- i8042 (interrupt, 0, 1)
[  654.631512] i8042: [652835] ** <- i8042 (interrupt, 0, 1)
[  654.634409] i8042: [652838] ** <- i8042 (interrupt, 0, 1)
[  654.672008] i8042: [652876] ** <- i8042 (interrupt, 0, 1)
[  654.674932] i8042: [652878] ** <- i8042 (interrupt, 0, 1)
[  654.712474] i8042: [652916] ** <- i8042 (interrupt, 0, 1)
[  654.715375] i8042: [652919] ** <- i8042 (interrupt, 0, 1)
[  654.752894] i8042: [652956] ** <- i8042 (interrupt, 0, 1)
[  654.755795] i8042: [652959] ** <- i8042 (interrupt, 0, 1)
[  654.793328] i8042: [652997] ** <- i8042 (interrupt, 0, 1)
[  654.796267] i8042: [653000] ** <- i8042 (interrupt, 0, 1)
[  654.833861] i8042: [653037] ** <- i8042 (interrupt, 0, 1)
[  654.836760] i8042: [653040] ** <- i8042 (interrupt, 0, 1)
[  654.874302] i8042: [653078] ** <- i8042 (interrupt, 0, 1)
[  654.877225] i8042: [653081] ** <- i8042 (interrupt, 0, 1)
[  654.914756] i8042: [653118] ** <- i8042 (interrupt, 0, 1)
[  654.917664] i8042: [653121] ** <- i8042 (interrupt, 0, 1)
[  654.955239] i8042: [653159] ** <- i8042 (interrupt, 0, 1)
[  654.958179] i8042: [653162] ** <- i8042 (interrupt, 0, 1)
[  654.995745] i8042: [653199] ** <- i8042 (interrupt, 0, 1)
[  654.998644] i8042: [653202] ** <- i8042 (interrupt, 0, 1)
[  655.036176] i8042: [653240] ** <- i8042 (interrupt, 0, 1)
[  655.039076] i8042: [653243] ** <- i8042 (interrupt, 0, 1)
[  655.076639] i8042: [653280] ** <- i8042 (interrupt, 0, 1)
[  655.079965] i8042: [653283] ** <- i8042 (interrupt, 0, 1)
[  655.117146] i8042: [653321] ** <- i8042 (interrupt, 0, 1)
[  655.120032] i8042: [653324] ** <- i8042 (interrupt, 0, 1)
[  655.157610] i8042: [653361] ** <- i8042 (interrupt, 0, 1)
[  655.160510] i8042: [653364] ** <- i8042 (interrupt, 0, 1)
[  655.198033] i8042: [653402] ** <- i8042 (interrupt, 0, 1)
[  655.200904] i8042: [653404] ** <- i8042 (interrupt, 0, 1)
[  655.238490] i8042: [653442] ** <- i8042 (interrupt, 0, 1)
[  655.241370] i8042: [653445] ** <- i8042 (interrupt, 0, 1)
[  655.278997] i8042: [653483] ** <- i8042 (interrupt, 0, 1)
[  655.281921] i8042: [653485] ** <- i8042 (interrupt, 0, 1)
[  655.319461] i8042: [653523] ** <- i8042 (interrupt, 0, 1)
[  655.322364] i8042: [653526] ** <- i8042 (interrupt, 0, 1)
[  655.359887] i8042: [653563] ** <- i8042 (interrupt, 0, 1)
[  655.362752] i8042: [653566] ** <- i8042 (interrupt, 0, 1)
[  655.400347] i8042: [653604] ** <- i8042 (interrupt, 0, 1)
[  655.403226] i8042: [653607] ** <- i8042 (interrupt, 0, 1)
[  655.441853] i8042: [653645] ** <- i8042 (interrupt, 0, 1)
[  655.444724] i8042: [653648] ** <- i8042 (interrupt, 0, 1)
[  655.482318] i8042: [653686] ** <- i8042 (interrupt, 0, 1)
[  655.485158] i8042: [653689] ** <- i8042 (interrupt, 0, 1)
[  655.522732] i8042: [653726] ** <- i8042 (interrupt, 0, 1)
[  655.525631] i8042: [653729] ** <- i8042 (interrupt, 0, 1)
[  655.563188] i8042: [653767] ** <- i8042 (interrupt, 0, 1)
[  655.566070] i8042: [653770] ** <- i8042 (interrupt, 0, 1)
[  655.603686] i8042: [653807] ** <- i8042 (interrupt, 0, 1)
[  655.606589] i8042: [653810] ** <- i8042 (interrupt, 0, 1)
[  655.644140] i8042: [653848] ** <- i8042 (interrupt, 0, 1)
[  655.647042] i8042: [653851] ** <- i8042 (interrupt, 0, 1)
[  655.684558] i8042: [653888] ** <- i8042 (interrupt, 0, 1)
[  655.687460] i8042: [653891] ** <- i8042 (interrupt, 0, 1)
[  655.725009] i8042: [653929] ** <- i8042 (interrupt, 0, 1)
[  655.727960] i8042: [653931] ** <- i8042 (interrupt, 0, 1)
[  655.765518] i8042: [653969] ** <- i8042 (interrupt, 0, 1)
[  655.768416] i8042: [653972] ** <- i8042 (interrupt, 0, 1)
[  655.805975] i8042: [654009] ** <- i8042 (interrupt, 0, 1)
[  655.808886] i8042: [654012] ** <- i8042 (interrupt, 0, 1)
[  655.846406] i8042: [654050] ** <- i8042 (interrupt, 0, 1)
[  655.849307] i8042: [654053] ** <- i8042 (interrupt, 0, 1)
[  655.886894] i8042: [654090] ** <- i8042 (interrupt, 0, 1)
[  655.889752] i8042: [654093] ** <- i8042 (interrupt, 0, 1)
[  655.927368] i8042: [654131] ** <- i8042 (interrupt, 0, 1)
[  655.930199] i8042: [654134] ** <- i8042 (interrupt, 0, 1)
[  655.967784] i8042: [654171] ** <- i8042 (interrupt, 0, 1)
[  655.970688] i8042: [654174] ** <- i8042 (interrupt, 0, 1)
[  656.008249] i8042: [654212] ** <- i8042 (interrupt, 0, 1)
[  656.011142] i8042: [654215] ** <- i8042 (interrupt, 0, 1)
[  656.048754] i8042: [654252] ** <- i8042 (interrupt, 0, 1)
[  656.051658] i8042: [654255] ** <- i8042 (interrupt, 0, 1)
[  656.089214] i8042: [654293] ** <- i8042 (interrupt, 0, 1)
[  656.092118] i8042: [654296] ** <- i8042 (interrupt, 0, 1)
[  656.129633] i8042: [654333] ** <- i8042 (interrupt, 0, 1)
[  656.132535] i8042: [654336] ** <- i8042 (interrupt, 0, 1)
[  656.170093] i8042: [654374] ** <- i8042 (interrupt, 0, 1)
[  656.173039] i8042: [654377] ** <- i8042 (interrupt, 0, 1)
[  656.210589] i8042: [654414] ** <- i8042 (interrupt, 0, 1)
[  656.213468] i8042: [654417] ** <- i8042 (interrupt, 0, 1)
[  656.251057] i8042: [654455] ** <- i8042 (interrupt, 0, 1)
[  656.253961] i8042: [654457] ** <- i8042 (interrupt, 0, 1)
[  656.291475] i8042: [654495] ** <- i8042 (interrupt, 0, 1)
[  656.294378] i8042: [654498] ** <- i8042 (interrupt, 0, 1)
[  656.331934] i8042: [654535] ** <- i8042 (interrupt, 0, 1)
[  656.334878] i8042: [654538] ** <- i8042 (interrupt, 0, 1)
[  656.372439] i8042: [654576] ** <- i8042 (interrupt, 0, 1)
[  656.375309] i8042: [654579] ** <- i8042 (interrupt, 0, 1)
[  656.412896] i8042: [654616] ** <- i8042 (interrupt, 0, 1)
[  656.415797] i8042: [654619] ** <- i8042 (interrupt, 0, 1)
[  656.453316] i8042: [654657] ** <- i8042 (interrupt, 0, 1)
[  656.456222] i8042: [654660] ** <- i8042 (interrupt, 0, 1)
[  656.493772] i8042: [654697] ** <- i8042 (interrupt, 0, 1)
[  656.496713] i8042: [654700] ** <- i8042 (interrupt, 0, 1)
[  656.534257] i8042: [654738] ** <- i8042 (interrupt, 0, 1)
[  656.538106] i8042: [654742] ** <- i8042 (interrupt, 0, 1)
[ 1016.555855] i8042: [1014766] ** <- i8042 (interrupt, 0, 1)
[ 1016.647732] i8042: [1014858] ** <- i8042 (interrupt, 0, 1)
[ 1018.153905] i8042: [1016364] ** <- i8042 (interrupt, 0, 1)
[ 1018.235702] i8042: [1016446] ** <- i8042 (interrupt, 0, 1)
[ 1018.255063] i8042: [1016466] ** <- i8042 (interrupt, 0, 1)
[ 1018.306509] i8042: [1016517] ** <- i8042 (interrupt, 0, 1)
[ 1018.366330] i8042: [1016577] ** <- i8042 (interrupt, 0, 1)
[ 1018.417724] i8042: [1016628] ** <- i8042 (interrupt, 0, 1)
[ 1018.420798] i8042: [1016631] ** <- i8042 (interrupt, 0, 1)
[ 1018.497824] i8042: [1016708] ** <- i8042 (interrupt, 0, 1)
[ 1018.550255] i8042: [1016761] ** <- i8042 (interrupt, 0, 1)
[ 1018.610938] i8042: [1016821] ** <- i8042 (interrupt, 0, 1)
[ 1018.650534] i8042: [1016861] ** <- i8042 (interrupt, 0, 1)
[ 1018.732226] i8042: [1016943] ** <- i8042 (interrupt, 0, 1)
[ 1018.735326] i8042: [1016946] ** <- i8042 (interrupt, 0, 1)
[ 1018.813209] i8042: [1017024] ** <- i8042 (interrupt, 0, 1)
[ 1018.873046] i8042: [1017084] ** <- i8042 (interrupt, 0, 1)
[ 1018.933708] i8042: [1017144] ** <- i8042 (interrupt, 0, 1)
[ 1018.964907] i8042: [1017175] ** <- i8042 (interrupt, 0, 1)
[ 1019.025630] i8042: [1017236] ** <- i8042 (interrupt, 0, 1)
[ 1019.028669] i8042: [1017239] ** <- i8042 (interrupt, 0, 1)
[ 1019.096439] i8042: [1017307] ** <- i8042 (interrupt, 0, 1)
[ 1019.206780] i8042: [1017417] ** <- i8042 (interrupt, 0, 1)
[ 1019.288609] i8042: [1017499] ** <- i8042 (interrupt, 0, 1)
[ 1019.388871] i8042: [1017599] ** <- i8042 (interrupt, 0, 1)
[ 1019.449592] i8042: [1017660] ** <- i8042 (interrupt, 0, 1)
[ 1019.542478] i8042: [1017753] ** <- i8042 (interrupt, 0, 1)
[ 1019.546524] i8042: [1017757] ** <- i8042 (interrupt, 0, 1)
[ 1019.622525] i8042: [1017833] ** <- i8042 (interrupt, 0, 1)
[ 1019.652852] i8042: [1017863] ** <- i8042 (interrupt, 0, 1)
[ 1019.673959] i8042: [1017884] ** <- i8042 (interrupt, 0, 1)
[ 1019.724531] i8042: [1017935] ** <- i8042 (interrupt, 0, 1)
[ 1019.814695] i8042: [1018025] ** <- i8042 (interrupt, 0, 1)
[ 1019.886368] i8042: [1018097] ** <- i8042 (interrupt, 0, 1)
[ 1020.016983] i8042: [1018227] ** <- i8042 (interrupt, 0, 1)
[ 1020.087822] i8042: [1018298] ** <- i8042 (interrupt, 0, 1)
[ 1020.118152] i8042: [1018329] ** <- i8042 (interrupt, 0, 1)
[ 1020.121999] i8042: [1018333] ** <- i8042 (interrupt, 0, 1)
[ 1020.159409] i8042: [1018370] ** <- i8042 (interrupt, 0, 1)
[ 1020.220160] i8042: [1018431] ** <- i8042 (interrupt, 0, 1)
[ 1020.239520] i8042: [1018450] ** <- i8042 (interrupt, 0, 1)
[ 1020.290114] i8042: [1018501] ** <- i8042 (interrupt, 0, 1)
[ 1020.331412] i8042: [1018542] ** <- i8042 (interrupt, 0, 1)
[ 1020.371024] i8042: [1018582] ** <- i8042 (interrupt, 0, 1)
[ 1020.451964] i8042: [1018662] ** <- i8042 (interrupt, 0, 1)
[ 1020.455818] i8042: [1018666] ** <- i8042 (interrupt, 0, 1)
[ 1020.513470] i8042: [1018724] ** <- i8042 (interrupt, 0, 1)
[ 1020.594392] i8042: [1018805] ** <- i8042 (interrupt, 0, 1)
[ 1020.755353] i8042: [1018966] ** <- i8042 (interrupt, 0, 1)
[ 1021.008185] i8042: [1019219] ** <- i8042 (interrupt, 0, 1)
[ 1021.048647] i8042: [1019259] ** <- i8042 (interrupt, 0, 1)
[ 1021.089098] i8042: [1019300] ** <- i8042 (interrupt, 0, 1)
[ 1021.129555] i8042: [1019340] ** <- i8042 (interrupt, 0, 1)
[ 1021.170010] i8042: [1019381] ** <- i8042 (interrupt, 0, 1)
[ 1021.210460] i8042: [1019421] ** <- i8042 (interrupt, 0, 1)
[ 1021.250922] i8042: [1019461] ** <- i8042 (interrupt, 0, 1)
[ 1021.291380] i8042: [1019502] ** <- i8042 (interrupt, 0, 1)
[ 1021.331838] i8042: [1019542] ** <- i8042 (interrupt, 0, 1)
[ 1021.372300] i8042: [1019583] ** <- i8042 (interrupt, 0, 1)
[ 1021.412757] i8042: [1019623] ** <- i8042 (interrupt, 0, 1)
[ 1021.453221] i8042: [1019664] ** <- i8042 (interrupt, 0, 1)
[ 1021.493684] i8042: [1019704] ** <- i8042 (interrupt, 0, 1)
[ 1021.534134] i8042: [1019745] ** <- i8042 (interrupt, 0, 1)
[ 1021.575605] i8042: [1019786] ** <- i8042 (interrupt, 0, 1)
[ 1021.616024] i8042: [1019827] ** <- i8042 (interrupt, 0, 1)
[ 1021.637182] i8042: [1019848] ** <- i8042 (interrupt, 0, 1)
[ 1021.949853] i8042: [1020160] ** <- i8042 (interrupt, 0, 1)
[ 1022.031656] i8042: [1020242] ** <- i8042 (interrupt, 0, 1)
[ 1023.296167] i8042: [1021507] ** <- i8042 (interrupt, 0, 1)
[ 1023.367849] i8042: [1021578] ** <- i8042 (interrupt, 0, 1)
[ 1023.781662] i8042: [1021992] ** <- i8042 (interrupt, 0, 1)
[ 1023.853321] i8042: [1022064] ** <- i8042 (interrupt, 0, 1)
[ 1024.155875] i8042: [1022366] ** <- i8042 (interrupt, 0, 1)
[ 1024.216593] i8042: [1022427] ** <- i8042 (interrupt, 0, 1)
[ 1024.257857] i8042: [1022468] ** <- i8042 (interrupt, 0, 1)
[ 1024.277732] i8042: [1022488] ** <- i8042 (interrupt, 0, 1)
[ 1024.308430] i8042: [1022519] ** <- i8042 (interrupt, 0, 1)
[ 1024.388547] i8042: [1022599] ** <- i8042 (interrupt, 0, 1)
[ 1024.392418] i8042: [1022603] ** <- i8042 (interrupt, 0, 1)
[ 1024.510763] i8042: [1022721] ** <- i8042 (interrupt, 0, 1)
[ 1024.513797] i8042: [1022724] ** <- i8042 (interrupt, 0, 1)
[ 1024.560488] i8042: [1022771] ** <- i8042 (interrupt, 0, 1)
[ 1024.652563] i8042: [1022863] ** <- i8042 (interrupt, 0, 1)
[ 1024.673609] i8042: [1022884] ** <- i8042 (interrupt, 0, 1)
[ 1024.734303] i8042: [1022945] ** <- i8042 (interrupt, 0, 1)
[ 1024.825308] i8042: [1023036] ** <- i8042 (interrupt, 0, 1)
[ 1024.945867] i8042: [1023157] ** <- i8042 (interrupt, 0, 1)
[ 1025.007414] i8042: [1023218] ** <- i8042 (interrupt, 0, 1)
[ 1025.036909] i8042: [1023248] ** <- i8042 (interrupt, 0, 1)
[ 1025.108575] i8042: [1023319] ** <- i8042 (interrupt, 0, 1)
[ 1025.249335] i8042: [1023460] ** <- i8042 (interrupt, 0, 1)
[ 1025.310862] i8042: [1023522] ** <- i8042 (interrupt, 0, 1)
[ 1025.917882] i8042: [1024129] ** <- i8042 (interrupt, 0, 1)
[ 1026.019891] i8042: [1024231] ** <- i8042 (interrupt, 0, 1)
[ 1039.741668] i8042: [1037952] ** <- i8042 (interrupt, 0, 1)
[ 1039.744611] i8042: [1037955] ** <- i8042 (interrupt, 0, 1)
[ 1039.863986] i8042: [1038074] ** <- i8042 (interrupt, 0, 1)
[ 1039.867958] i8042: [1038078] ** <- i8042 (interrupt, 0, 1)
[ 1040.470834] i8042: [1038681] ** <- i8042 (interrupt, 0, 1)
[ 1040.723637] i8042: [1038933] ** <- i8042 (interrupt, 0, 1)
[ 1040.765111] i8042: [1038975] ** <- i8042 (interrupt, 0, 1)
[ 1040.805554] i8042: [1039015] ** <- i8042 (interrupt, 0, 1)
[ 1040.845993] i8042: [1039056] ** <- i8042 (interrupt, 0, 1)
[ 1040.886449] i8042: [1039096] ** <- i8042 (interrupt, 0, 1)
[ 1040.926903] i8042: [1039137] ** <- i8042 (interrupt, 0, 1)
[ 1040.967355] i8042: [1039177] ** <- i8042 (interrupt, 0, 1)
[ 1041.007809] i8042: [1039218] ** <- i8042 (interrupt, 0, 1)
[ 1041.048260] i8042: [1039258] ** <- i8042 (interrupt, 0, 1)
[ 1041.088693] i8042: [1039299] ** <- i8042 (interrupt, 0, 1)
[ 1041.129131] i8042: [1039339] ** <- i8042 (interrupt, 0, 1)
[ 1041.169599] i8042: [1039379] ** <- i8042 (interrupt, 0, 1)
[ 1041.210074] i8042: [1039420] ** <- i8042 (interrupt, 0, 1)
[ 1041.250499] i8042: [1039460] ** <- i8042 (interrupt, 0, 1)
[ 1041.290979] i8042: [1039501] ** <- i8042 (interrupt, 0, 1)
[ 1041.331432] i8042: [1039541] ** <- i8042 (interrupt, 0, 1)
[ 1041.371888] i8042: [1039582] ** <- i8042 (interrupt, 0, 1)
[ 1041.412273] i8042: [1039622] ** <- i8042 (interrupt, 0, 1)
[ 1041.452752] i8042: [1039663] ** <- i8042 (interrupt, 0, 1)
[ 1041.473867] i8042: [1039684] ** <- i8042 (interrupt, 0, 1)
[ 1041.907840] i8042: [1040118] ** <- i8042 (interrupt, 0, 1)
[ 1041.989658] i8042: [1040199] ** <- i8042 (interrupt, 0, 1)
[ 1042.271954] i8042: [1040482] ** <- i8042 (interrupt, 0, 1)
[ 1042.353730] i8042: [1040563] ** <- i8042 (interrupt, 0, 1)
[ 1042.373092] i8042: [1040583] ** <- i8042 (interrupt, 0, 1)
[ 1042.433807] i8042: [1040644] ** <- i8042 (interrupt, 0, 1)
[ 1042.485208] i8042: [1040695] ** <- i8042 (interrupt, 0, 1)
[ 1042.525666] i8042: [1040735] ** <- i8042 (interrupt, 0, 1)
[ 1042.605716] i8042: [1040815] ** <- i8042 (interrupt, 0, 1)
[ 1042.687489] i8042: [1040897] ** <- i8042 (interrupt, 0, 1)
[ 1042.940470] i8042: [1041150] ** <- i8042 (interrupt, 0, 1)
[ 1042.991910] i8042: [1041202] ** <- i8042 (interrupt, 0, 1)
[ 1044.246190] i8042: [1042456] ** <- i8042 (interrupt, 0, 1)
[ 1044.307730] i8042: [1042517] ** <- i8042 (interrupt, 0, 1)
[ 1044.701256] i8042: [1042911] ** <- i8042 (interrupt, 0, 1)
[ 1044.783017] i8042: [1042993] ** <- i8042 (interrupt, 0, 1)
[ 1044.883277] i8042: [1043093] ** <- i8042 (interrupt, 0, 1)
[ 1044.965049] i8042: [1043175] ** <- i8042 (interrupt, 0, 1)
[ 1045.115894] i8042: [1043325] ** <- i8042 (interrupt, 0, 1)
[ 1045.177461] i8042: [1043387] ** <- i8042 (interrupt, 0, 1)
[ 1045.378887] i8042: [1043588] ** <- i8042 (interrupt, 0, 1)
[ 1045.440449] i8042: [1043650] ** <- i8042 (interrupt, 0, 1)
[ 1045.743023] i8042: [1043953] ** <- i8042 (interrupt, 0, 1)
[ 1045.846067] i8042: [1044056] ** <- i8042 (interrupt, 0, 1)
[ 1049.873715] i8042: [1048083] ** <- i8042 (interrupt, 0, 1)
[ 1049.975725] i8042: [1048185] ** <- i8042 (interrupt, 0, 1)
[ 1050.288409] i8042: [1048498] ** <- i8042 (interrupt, 0, 1)
[ 1050.380310] i8042: [1048589] ** <- i8042 (interrupt, 0, 1)
[ 1164.129728] i8042: [1162333] ** <- i8042 (interrupt, 0, 1)
[ 1164.273183] i8042: [1162477] ** <- i8042 (interrupt, 0, 1)
[ 1165.922027] i8042: [1164125] ** <- i8042 (interrupt, 0, 1)
[ 1165.924952] i8042: [1164128] ** <- i8042 (interrupt, 0, 1)
[ 1166.043428] i8042: [1164247] ** <- i8042 (interrupt, 0, 1)
[ 1166.047289] i8042: [1164251] ** <- i8042 (interrupt, 0, 1)
[ 1166.417676] i8042: [1164621] ** <- i8042 (interrupt, 0, 1)
[ 1166.670455] i8042: [1164874] ** <- i8042 (interrupt, 0, 1)
[ 1166.710919] i8042: [1164914] ** <- i8042 (interrupt, 0, 1)
[ 1166.751378] i8042: [1164955] ** <- i8042 (interrupt, 0, 1)
[ 1166.791839] i8042: [1164995] ** <- i8042 (interrupt, 0, 1)
[ 1166.832307] i8042: [1165036] ** <- i8042 (interrupt, 0, 1)
[ 1166.872757] i8042: [1165076] ** <- i8042 (interrupt, 0, 1)
[ 1166.913237] i8042: [1165117] ** <- i8042 (interrupt, 0, 1)
[ 1166.953687] i8042: [1165157] ** <- i8042 (interrupt, 0, 1)
[ 1166.994111] i8042: [1165197] ** <- i8042 (interrupt, 0, 1)
[ 1167.034592] i8042: [1165238] ** <- i8042 (interrupt, 0, 1)
[ 1167.075024] i8042: [1165278] ** <- i8042 (interrupt, 0, 1)
[ 1167.115477] i8042: [1165319] ** <- i8042 (interrupt, 0, 1)
[ 1167.155933] i8042: [1165359] ** <- i8042 (interrupt, 0, 1)
[ 1167.197449] i8042: [1165401] ** <- i8042 (interrupt, 0, 1)
[ 1167.237877] i8042: [1165441] ** <- i8042 (interrupt, 0, 1)
[ 1167.248916] i8042: [1165452] ** <- i8042 (interrupt, 0, 1)
[ 1167.480697] i8042: [1165684] ** <- i8042 (interrupt, 0, 1)
[ 1167.552397] i8042: [1165756] ** <- i8042 (interrupt, 0, 1)
[ 1167.733614] i8042: [1165937] ** <- i8042 (interrupt, 0, 1)
[ 1167.815354] i8042: [1166019] ** <- i8042 (interrupt, 0, 1)
[ 1169.777898] i8042: [1167981] ** <- i8042 (interrupt, 0, 1)
[ 1169.780774] i8042: [1167984] ** <- i8042 (interrupt, 0, 1)
[ 1169.879035] i8042: [1168082] ** <- i8042 (interrupt, 0, 1)
[ 1169.882965] i8042: [1168086] ** <- i8042 (interrupt, 0, 1)
[ 1171.914034] i8042: [1170117] ** <- i8042 (interrupt, 0, 1)
[ 1172.166866] i8042: [1170370] ** <- i8042 (interrupt, 0, 1)
[ 1172.207315] i8042: [1170410] ** <- i8042 (interrupt, 0, 1)
[ 1172.247769] i8042: [1170451] ** <- i8042 (interrupt, 0, 1)
[ 1172.288226] i8042: [1170491] ** <- i8042 (interrupt, 0, 1)
[ 1172.328680] i8042: [1170532] ** <- i8042 (interrupt, 0, 1)
[ 1172.369132] i8042: [1170572] ** <- i8042 (interrupt, 0, 1)
[ 1172.409584] i8042: [1170613] ** <- i8042 (interrupt, 0, 1)
[ 1172.450029] i8042: [1170653] ** <- i8042 (interrupt, 0, 1)
[ 1172.490484] i8042: [1170694] ** <- i8042 (interrupt, 0, 1)
[ 1172.530934] i8042: [1170734] ** <- i8042 (interrupt, 0, 1)
[ 1172.571386] i8042: [1170775] ** <- i8042 (interrupt, 0, 1)
[ 1172.611833] i8042: [1170815] ** <- i8042 (interrupt, 0, 1)
[ 1172.652233] i8042: [1170855] ** <- i8042 (interrupt, 0, 1)
[ 1172.692740] i8042: [1170896] ** <- i8042 (interrupt, 0, 1)
[ 1172.733167] i8042: [1170936] ** <- i8042 (interrupt, 0, 1)
[ 1172.773649] i8042: [1170977] ** <- i8042 (interrupt, 0, 1)
[ 1172.814110] i8042: [1171017] ** <- i8042 (interrupt, 0, 1)
[ 1172.854560] i8042: [1171058] ** <- i8042 (interrupt, 0, 1)
[ 1172.895002] i8042: [1171098] ** <- i8042 (interrupt, 0, 1)
[ 1172.935456] i8042: [1171139] ** <- i8042 (interrupt, 0, 1)
[ 1172.975913] i8042: [1171179] ** <- i8042 (interrupt, 0, 1)
[ 1173.016364] i8042: [1171219] ** <- i8042 (interrupt, 0, 1)
[ 1173.056783] i8042: [1171260] ** <- i8042 (interrupt, 0, 1)
[ 1173.097204] i8042: [1171300] ** <- i8042 (interrupt, 0, 1)
[ 1173.108243] i8042: [1171311] ** <- i8042 (interrupt, 0, 1)
[ 1173.188327] i8042: [1171391] ** <- i8042 (interrupt, 0, 1)
[ 1173.259129] i8042: [1171462] ** <- i8042 (interrupt, 0, 1)
[ 1173.311981] i8042: [1171515] ** <- i8042 (interrupt, 0, 1)
[ 1173.352035] i8042: [1171555] ** <- i8042 (interrupt, 0, 1)
[ 1173.381516] i8042: [1171585] ** <- i8042 (interrupt, 0, 1)
[ 1173.483512] i8042: [1171687] ** <- i8042 (interrupt, 0, 1)
[ 1173.593910] i8042: [1171797] ** <- i8042 (interrupt, 0, 1)
[ 1173.655409] i8042: [1171859] ** <- i8042 (interrupt, 0, 1)
[ 1173.735491] i8042: [1171939] ** <- i8042 (interrupt, 0, 1)
[ 1173.807141] i8042: [1172010] ** <- i8042 (interrupt, 0, 1)
[ 1173.947863] i8042: [1172151] ** <- i8042 (interrupt, 0, 1)
[ 1174.039732] i8042: [1172243] ** <- i8042 (interrupt, 0, 1)
[ 1174.555558] i8042: [1172759] ** <- i8042 (interrupt, 0, 1)
[ 1174.657581] i8042: [1172861] ** <- i8042 (interrupt, 0, 1)
[ 1174.757895] i8042: [1172961] ** <- i8042 (interrupt, 0, 1)
[ 1174.819448] i8042: [1173023] ** <- i8042 (interrupt, 0, 1)
[ 1174.848931] i8042: [1173052] ** <- i8042 (interrupt, 0, 1)
[ 1174.920596] i8042: [1173124] ** <- i8042 (interrupt, 0, 1)
[ 1174.960134] i8042: [1173163] ** <- i8042 (interrupt, 0, 1)
[ 1175.072309] i8042: [1173275] ** <- i8042 (interrupt, 0, 1)
[ 1175.546879] i8042: [1173750] ** <- i8042 (interrupt, 0, 1)
[ 1175.607575] i8042: [1173811] ** <- i8042 (interrupt, 0, 1)
[ 1175.658956] i8042: [1173862] ** <- i8042 (interrupt, 0, 1)
[ 1175.719670] i8042: [1173923] ** <- i8042 (interrupt, 0, 1)
[ 1175.722705] i8042: [1173926] ** <- i8042 (interrupt, 0, 1)
[ 1175.790455] i8042: [1173993] ** <- i8042 (interrupt, 0, 1)
[ 1175.981730] i8042: [1174185] ** <- i8042 (interrupt, 0, 1)
[ 1176.083721] i8042: [1174287] ** <- i8042 (interrupt, 0, 1)
[ 1176.306331] i8042: [1174509] ** <- i8042 (interrupt, 0, 1)
[ 1176.418430] i8042: [1174621] ** <- i8042 (interrupt, 0, 1)
[ 1176.488277] i8042: [1174691] ** <- i8042 (interrupt, 0, 1)
[ 1176.569285] i8042: [1174772] ** <- i8042 (interrupt, 0, 1)
[ 1176.573156] i8042: [1174776] ** <- i8042 (interrupt, 0, 1)
[ 1176.640913] i8042: [1174844] ** <- i8042 (interrupt, 0, 1)
[ 1176.680495] i8042: [1174883] ** <- i8042 (interrupt, 0, 1)
[ 1176.772380] i8042: [1174975] ** <- i8042 (interrupt, 0, 1)
[ 1177.246834] i8042: [1175450] ** <- i8042 (interrupt, 0, 1)
[ 1177.297356] i8042: [1175500] ** <- i8042 (interrupt, 0, 1)
[ 1177.349845] i8042: [1175553] ** <- i8042 (interrupt, 0, 1)
[ 1177.390308] i8042: [1175593] ** <- i8042 (interrupt, 0, 1)
[ 1177.480450] i8042: [1175683] ** <- i8042 (interrupt, 0, 1)
[ 1177.582480] i8042: [1175785] ** <- i8042 (interrupt, 0, 1)
[ 1178.067042] i8042: [1176270] ** <- i8042 (interrupt, 0, 1)
[ 1178.127738] i8042: [1176331] ** <- i8042 (interrupt, 0, 1)
[ 1178.148806] i8042: [1176352] ** <- i8042 (interrupt, 0, 1)
[ 1178.188406] i8042: [1176391] ** <- i8042 (interrupt, 0, 1)
[ 1178.239784] i8042: [1176443] ** <- i8042 (interrupt, 0, 1)
[ 1178.270170] i8042: [1176473] ** <- i8042 (interrupt, 0, 1)
[ 1178.350205] i8042: [1176553] ** <- i8042 (interrupt, 0, 1)
[ 1178.441185] i8042: [1176644] ** <- i8042 (interrupt, 0, 1)
[ 1178.445121] i8042: [1176648] ** <- i8042 (interrupt, 0, 1)
[ 1178.461458] i8042: [1176664] ** <- i8042 (interrupt, 0, 1)
[ 1178.512895] i8042: [1176716] ** <- i8042 (interrupt, 0, 1)
[ 1178.553353] i8042: [1176756] ** <- i8042 (interrupt, 0, 1)
[ 1178.926648] i8042: [1177130] ** <- i8042 (interrupt, 0, 1)
[ 1178.988194] i8042: [1177191] ** <- i8042 (interrupt, 0, 1)
[ 1179.382742] i8042: [1177586] ** <- i8042 (interrupt, 0, 1)
[ 1179.484709] i8042: [1177688] ** <- i8042 (interrupt, 0, 1)
[ 1180.009699] i8042: [1178213] ** <- i8042 (interrupt, 0, 1)
[ 1180.081354] i8042: [1178284] ** <- i8042 (interrupt, 0, 1)
[ 1180.131043] i8042: [1178334] ** <- i8042 (interrupt, 0, 1)
[ 1180.212811] i8042: [1178416] ** <- i8042 (interrupt, 0, 1)
[ 1180.252452] i8042: [1178455] ** <- i8042 (interrupt, 0, 1)
[ 1180.345302] i8042: [1178548] ** <- i8042 (interrupt, 0, 1)
[ 1180.364656] i8042: [1178568] ** <- i8042 (interrupt, 0, 1)
[ 1180.436317] i8042: [1178639] ** <- i8042 (interrupt, 0, 1)
[ 1180.556793] i8042: [1178760] ** <- i8042 (interrupt, 0, 1)
[ 1180.627595] i8042: [1178830] ** <- i8042 (interrupt, 0, 1)
[ 1180.658717] i8042: [1178862] ** <- i8042 (interrupt, 0, 1)
[ 1180.699230] i8042: [1178902] ** <- i8042 (interrupt, 0, 1)
[ 1180.748933] i8042: [1178952] ** <- i8042 (interrupt, 0, 1)
[ 1180.820571] i8042: [1179023] ** <- i8042 (interrupt, 0, 1)
[ 1181.173656] i8042: [1179376] ** <- i8042 (interrupt, 0, 1)
[ 1181.245325] i8042: [1179448] ** <- i8042 (interrupt, 0, 1)
[ 1182.721799] i8042: [1180925] ** <- i8042 (interrupt, 0, 1)
[ 1182.782430] i8042: [1180985] ** <- i8042 (interrupt, 0, 1)
[ 1182.813657] i8042: [1181016] ** <- i8042 (interrupt, 0, 1)
[ 1182.874331] i8042: [1181077] ** <- i8042 (interrupt, 0, 1)
[ 1182.924027] i8042: [1181127] ** <- i8042 (interrupt, 0, 1)
[ 1182.995680] i8042: [1181198] ** <- i8042 (interrupt, 0, 1)
[ 1183.095924] i8042: [1181299] ** <- i8042 (interrupt, 0, 1)
[ 1183.136392] i8042: [1181339] ** <- i8042 (interrupt, 0, 1)
[ 1183.197908] i8042: [1181401] ** <- i8042 (interrupt, 0, 1)
[ 1183.288060] i8042: [1181491] ** <- i8042 (interrupt, 0, 1)
[ 1183.309134] i8042: [1181512] ** <- i8042 (interrupt, 0, 1)
[ 1183.369796] i8042: [1181573] ** <- i8042 (interrupt, 0, 1)
[ 1183.511487] i8042: [1181714] ** <- i8042 (interrupt, 0, 1)
[ 1183.613459] i8042: [1181816] ** <- i8042 (interrupt, 0, 1)
[ 1183.616485] i8042: [1181819] ** <- i8042 (interrupt, 0, 1)
[ 1183.664013] i8042: [1181867] ** <- i8042 (interrupt, 0, 1)
[ 1183.936136] i8042: [1182139] ** <- i8042 (interrupt, 0, 1)
[ 1184.007767] i8042: [1182211] ** <- i8042 (interrupt, 0, 1)
[ 1188.225169] i8042: [1186428] ** <- i8042 (interrupt, 0, 1)
[ 1188.296797] i8042: [1186499] ** <- i8042 (interrupt, 0, 1)
[ 1188.366703] i8042: [1186569] ** <- i8042 (interrupt, 0, 1)
[ 1188.418080] i8042: [1186621] ** <- i8042 (interrupt, 0, 1)
[ 1188.478946] i8042: [1186682] ** <- i8042 (interrupt, 0, 1)
[ 1188.540455] i8042: [1186743] ** <- i8042 (interrupt, 0, 1)
[ 1188.543497] i8042: [1186746] ** <- i8042 (interrupt, 0, 1)
[ 1188.610398] i8042: [1186813] ** <- i8042 (interrupt, 0, 1)
[ 1188.692128] i8042: [1186895] ** <- i8042 (interrupt, 0, 1)
[ 1188.752793] i8042: [1186955] ** <- i8042 (interrupt, 0, 1)
[ 1188.792378] i8042: [1186995] ** <- i8042 (interrupt, 0, 1)
[ 1188.853893] i8042: [1187056] ** <- i8042 (interrupt, 0, 1)
[ 1188.883358] i8042: [1187086] ** <- i8042 (interrupt, 0, 1)
[ 1188.954986] i8042: [1187158] ** <- i8042 (interrupt, 0, 1)
[ 1189.065334] i8042: [1187268] ** <- i8042 (interrupt, 0, 1)
[ 1189.105770] i8042: [1187308] ** <- i8042 (interrupt, 0, 1)
[ 1189.126788] i8042: [1187329] ** <- i8042 (interrupt, 0, 1)
[ 1189.187543] i8042: [1187390] ** <- i8042 (interrupt, 0, 1)
[ 1189.206832] i8042: [1187409] ** <- i8042 (interrupt, 0, 1)
[ 1189.278525] i8042: [1187481] ** <- i8042 (interrupt, 0, 1)
[ 1189.571911] i8042: [1187774] ** <- i8042 (interrupt, 0, 1)
[ 1189.643580] i8042: [1187846] ** <- i8042 (interrupt, 0, 1)
[ 1191.038412] i8042: [1189241] ** <- i8042 (interrupt, 0, 1)
[ 1191.041311] i8042: [1189244] ** <- i8042 (interrupt, 0, 1)
[ 1191.078808] i8042: [1189281] ** <- i8042 (interrupt, 0, 1)
[ 1191.082734] i8042: [1189285] ** <- i8042 (interrupt, 0, 1)
[ 1192.476554] i8042: [1190679] ** <- i8042 (interrupt, 0, 1)
[ 1192.588659] i8042: [1190791] ** <- i8042 (interrupt, 0, 1)
[ 1194.408015] i8042: [1192610] ** <- i8042 (interrupt, 0, 1)
[ 1194.661786] i8042: [1192864] ** <- i8042 (interrupt, 0, 1)
[ 1194.702233] i8042: [1192905] ** <- i8042 (interrupt, 0, 1)
[ 1194.732598] i8042: [1192935] ** <- i8042 (interrupt, 0, 1)
[ 1194.773859] i8042: [1192976] ** <- i8042 (interrupt, 0, 1)
[ 1194.955881] i8042: [1193158] ** <- i8042 (interrupt, 0, 1)
[ 1195.593077] i8042: [1193795] ** <- i8042 (interrupt, 0, 1)
[ 1195.674840] i8042: [1193877] ** <- i8042 (interrupt, 0, 1)
[ 1196.149192] i8042: [1194352] ** <- i8042 (interrupt, 0, 1)
[ 1196.210717] i8042: [1194413] ** <- i8042 (interrupt, 0, 1)
[ 1196.331209] i8042: [1194534] ** <- i8042 (interrupt, 0, 1)
[ 1196.412966] i8042: [1194615] ** <- i8042 (interrupt, 0, 1)
[ 1196.705345] i8042: [1194908] ** <- i8042 (interrupt, 0, 1)
[ 1196.776991] i8042: [1194979] ** <- i8042 (interrupt, 0, 1)
[ 1197.443534] i8042: [1195646] ** <- i8042 (interrupt, 0, 1)
[ 1197.515184] i8042: [1195718] ** <- i8042 (interrupt, 0, 1)
[ 1197.616419] i8042: [1195819] ** <- i8042 (interrupt, 0, 1)
[ 1197.688083] i8042: [1195890] ** <- i8042 (interrupt, 0, 1)
[ 1197.758009] i8042: [1195960] ** <- i8042 (interrupt, 0, 1)
[ 1197.849869] i8042: [1196052] ** <- i8042 (interrupt, 0, 1)
[ 1197.929881] i8042: [1196132] ** <- i8042 (interrupt, 0, 1)
[ 1198.001551] i8042: [1196204] ** <- i8042 (interrupt, 0, 1)
[ 1198.091708] i8042: [1196294] ** <- i8042 (interrupt, 0, 1)
[ 1198.163357] i8042: [1196366] ** <- i8042 (interrupt, 0, 1)
[ 1199.599247] i8042: [1197802] ** <- i8042 (interrupt, 0, 1)
[ 1199.680998] i8042: [1197883] ** <- i8042 (interrupt, 0, 1)
[ 1199.801463] i8042: [1198004] ** <- i8042 (interrupt, 0, 1)
[ 1199.913504] i8042: [1198116] ** <- i8042 (interrupt, 0, 1)
[ 1235.734729] i8042: [1233936] ** <- i8042 (interrupt, 0, 1)
[ 1235.846845] i8042: [1234048] ** <- i8042 (interrupt, 0, 1)
[ 1235.987561] i8042: [1234189] ** <- i8042 (interrupt, 0, 1)
[ 1236.049101] i8042: [1234250] ** <- i8042 (interrupt, 0, 1)
[ 1236.230277] i8042: [1234432] ** <- i8042 (interrupt, 0, 1)
[ 1236.311998] i8042: [1234513] ** <- i8042 (interrupt, 0, 1)
[ 1237.333512] i8042: [1235535] ** <- i8042 (interrupt, 0, 1)
[ 1237.425395] i8042: [1235627] ** <- i8042 (interrupt, 0, 1)
[ 1237.515551] i8042: [1235717] ** <- i8042 (interrupt, 0, 1)
[ 1237.597327] i8042: [1235799] ** <- i8042 (interrupt, 0, 1)
[ 1237.687481] i8042: [1235889] ** <- i8042 (interrupt, 0, 1)
[ 1237.769209] i8042: [1235971] ** <- i8042 (interrupt, 0, 1)
[ 1238.133502] i8042: [1236335] ** <- i8042 (interrupt, 0, 1)
[ 1238.245613] i8042: [1236447] ** <- i8042 (interrupt, 0, 1)
[ 1238.264974] i8042: [1236466] ** <- i8042 (interrupt, 0, 1)
[ 1238.336631] i8042: [1236538] ** <- i8042 (interrupt, 0, 1)
[ 1238.993080] i8042: [1237194] ** <- i8042 (interrupt, 0, 1)
[ 1239.064762] i8042: [1237266] ** <- i8042 (interrupt, 0, 1)
[ 1239.407777] i8042: [1237609] ** <- i8042 (interrupt, 0, 1)
[ 1239.499684] i8042: [1237701] ** <- i8042 (interrupt, 0, 1)
[ 1239.569625] i8042: [1237771] ** <- i8042 (interrupt, 0, 1)
[ 1239.661524] i8042: [1237863] ** <- i8042 (interrupt, 0, 1)
[ 1239.691005] i8042: [1237892] ** <- i8042 (interrupt, 0, 1)
[ 1239.772793] i8042: [1237974] ** <- i8042 (interrupt, 0, 1)
[ 1240.046021] i8042: [1238247] ** <- i8042 (interrupt, 0, 1)
[ 1240.126945] i8042: [1238328] ** <- i8042 (interrupt, 0, 1)
[ 1240.228934] i8042: [1238430] ** <- i8042 (interrupt, 0, 1)
[ 1240.279506] i8042: [1238481] ** <- i8042 (interrupt, 0, 1)
[ 1240.369677] i8042: [1238571] ** <- i8042 (interrupt, 0, 1)
[ 1240.461567] i8042: [1238663] ** <- i8042 (interrupt, 0, 1)
[ 1241.462965] i8042: [1239664] ** <- i8042 (interrupt, 0, 1)
[ 1241.554842] i8042: [1239756] ** <- i8042 (interrupt, 0, 1)
[ 1241.604546] i8042: [1239806] ** <- i8042 (interrupt, 0, 1)
[ 1241.726768] i8042: [1239928] ** <- i8042 (interrupt, 0, 1)
[ 1243.102260] i8042: [1241303] ** <- i8042 (interrupt, 0, 1)
[ 1243.152789] i8042: [1241354] ** <- i8042 (interrupt, 0, 1)
[ 1243.194104] i8042: [1241395] ** <- i8042 (interrupt, 0, 1)
[ 1243.244708] i8042: [1241446] ** <- i8042 (interrupt, 0, 1)
[ 1243.446121] i8042: [1241647] ** <- i8042 (interrupt, 0, 1)
[ 1243.527848] i8042: [1241729] ** <- i8042 (interrupt, 0, 1)
[ 1243.982134] i8042: [1242183] ** <- i8042 (interrupt, 0, 1)
[ 1244.042839] i8042: [1242244] ** <- i8042 (interrupt, 0, 1)
[ 1244.095220] i8042: [1242296] ** <- i8042 (interrupt, 0, 1)
[ 1244.145827] i8042: [1242347] ** <- i8042 (interrupt, 0, 1)
[ 1244.347218] i8042: [1242548] ** <- i8042 (interrupt, 0, 1)
[ 1244.439090] i8042: [1242640] ** <- i8042 (interrupt, 0, 1)
[ 1247.423415] i8042: [1245625] ** <- i8042 (interrupt, 0, 1)
[ 1247.484956] i8042: [1245686] ** <- i8042 (interrupt, 0, 1)
[ 1247.655983] i8042: [1245857] ** <- i8042 (interrupt, 0, 1)
[ 1247.798421] i8042: [1246000] ** <- i8042 (interrupt, 0, 1)
[ 1247.989685] i8042: [1246191] ** <- i8042 (interrupt, 0, 1)
[ 1248.101784] i8042: [1246303] ** <- i8042 (interrupt, 0, 1)
[ 1248.505447] i8042: [1246707] ** <- i8042 (interrupt, 0, 1)
[ 1248.577115] i8042: [1246778] ** <- i8042 (interrupt, 0, 1)
[ 1248.606596] i8042: [1246808] ** <- i8042 (interrupt, 0, 1)
[ 1248.708573] i8042: [1246910] ** <- i8042 (interrupt, 0, 1)
[ 1248.839171] i8042: [1247040] ** <- i8042 (interrupt, 0, 1)
[ 1248.931012] i8042: [1247132] ** <- i8042 (interrupt, 0, 1)
[ 1249.436864] i8042: [1247638] ** <- i8042 (interrupt, 0, 1)
[ 1249.660253] i8042: [1247861] ** <- i8042 (interrupt, 0, 1)
[ 1250.104448] i8042: [1248305] ** <- i8042 (interrupt, 0, 1)
[ 1250.358303] i8042: [1248559] ** <- i8042 (interrupt, 0, 1)
[ 1250.398761] i8042: [1248600] ** <- i8042 (interrupt, 0, 1)
[ 1250.439219] i8042: [1248640] ** <- i8042 (interrupt, 0, 1)
[ 1250.479676] i8042: [1248681] ** <- i8042 (interrupt, 0, 1)
[ 1250.520154] i8042: [1248721] ** <- i8042 (interrupt, 0, 1)
[ 1250.560564] i8042: [1248762] ** <- i8042 (interrupt, 0, 1)
[ 1250.571600] i8042: [1248773] ** <- i8042 (interrupt, 0, 1)
[ 1250.904482] i8042: [1249106] ** <- i8042 (interrupt, 0, 1)
[ 1250.996387] i8042: [1249197] ** <- i8042 (interrupt, 0, 1)
[ 1251.106756] i8042: [1249308] ** <- i8042 (interrupt, 0, 1)
[ 1251.178419] i8042: [1249379] ** <- i8042 (interrupt, 0, 1)
[ 1251.288809] i8042: [1249490] ** <- i8042 (interrupt, 0, 1)
[ 1251.411023] i8042: [1249612] ** <- i8042 (interrupt, 0, 1)
[ 1251.895533] i8042: [1250097] ** <- i8042 (interrupt, 0, 1)
[ 1252.067540] i8042: [1250269] ** <- i8042 (interrupt, 0, 1)
[ 1252.070428] i8042: [1250271] ** <- i8042 (interrupt, 0, 1)
[ 1252.169686] i8042: [1250371] ** <- i8042 (interrupt, 0, 1)
[ 1252.173598] i8042: [1250375] ** <- i8042 (interrupt, 0, 1)
[ 1252.270844] i8042: [1250472] ** <- i8042 (interrupt, 0, 1)
[ 1252.273729] i8042: [1250475] ** <- i8042 (interrupt, 0, 1)
[ 1252.351744] i8042: [1250553] ** <- i8042 (interrupt, 0, 1)
[ 1252.355657] i8042: [1250557] ** <- i8042 (interrupt, 0, 1)
[ 1252.473141] i8042: [1250674] ** <- i8042 (interrupt, 0, 1)
[ 1252.476021] i8042: [1250677] ** <- i8042 (interrupt, 0, 1)
[ 1252.574282] i8042: [1250775] ** <- i8042 (interrupt, 0, 1)
[ 1252.578190] i8042: [1250779] ** <- i8042 (interrupt, 0, 1)
[ 1252.716768] i8042: [1250918] ** <- i8042 (interrupt, 0, 1)
[ 1252.827166] i8042: [1251028] ** <- i8042 (interrupt, 0, 1)
[ 1252.830065] i8042: [1251031] ** <- i8042 (interrupt, 0, 1)
[ 1252.887828] i8042: [1251089] ** <- i8042 (interrupt, 0, 1)
[ 1252.891735] i8042: [1251093] ** <- i8042 (interrupt, 0, 1)
[ 1252.928296] i8042: [1251129] ** <- i8042 (interrupt, 0, 1)
[ 1253.019335] i8042: [1251220] ** <- i8042 (interrupt, 0, 1)
[ 1253.022222] i8042: [1251223] ** <- i8042 (interrupt, 0, 1)
[ 1253.110344] i8042: [1251311] ** <- i8042 (interrupt, 0, 1)
[ 1253.114256] i8042: [1251315] ** <- i8042 (interrupt, 0, 1)
[ 1253.232729] i8042: [1251434] ** <- i8042 (interrupt, 0, 1)
[ 1253.235615] i8042: [1251437] ** <- i8042 (interrupt, 0, 1)
[ 1253.303501] i8042: [1251504] ** <- i8042 (interrupt, 0, 1)
[ 1253.307410] i8042: [1251508] ** <- i8042 (interrupt, 0, 1)
[ 1253.385286] i8042: [1251586] ** <- i8042 (interrupt, 0, 1)
[ 1253.627141] i8042: [1251828] ** <- i8042 (interrupt, 0, 1)
[ 1253.630041] i8042: [1251831] ** <- i8042 (interrupt, 0, 1)
[ 1253.718119] i8042: [1251919] ** <- i8042 (interrupt, 0, 1)
[ 1253.722068] i8042: [1251923] ** <- i8042 (interrupt, 0, 1)
[ 1254.587855] i8042: [1252789] ** <- i8042 (interrupt, 0, 1)
[ 1254.658664] i8042: [1252860] ** <- i8042 (interrupt, 0, 1)
[ 1254.699931] i8042: [1252901] ** <- i8042 (interrupt, 0, 1)
[ 1254.760651] i8042: [1252962] ** <- i8042 (interrupt, 0, 1)
[ 1254.850810] i8042: [1253052] ** <- i8042 (interrupt, 0, 1)
[ 1254.932594] i8042: [1253134] ** <- i8042 (interrupt, 0, 1)
[ 1260.558632] i8042: [1258759] ** <- i8042 (interrupt, 0, 1)

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-10 19:48           ` jt
@ 2025-04-24 19:18             ` jt
  2025-04-29  1:19               ` Dmitry Torokhov
  0 siblings, 1 reply; 17+ messages in thread
From: jt @ 2025-04-24 19:18 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Aditya Garg, linux-input

On Thu, 10 Apr 2025 at 20:48, jt <enopatch@gmail.com> wrote:
>
> On Thu, 10 Apr 2025 at 10:02, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > And please send me another dmesg of boot with the above config and
> > i8042.debug=1.
>
> My first attempt was with "i8042.nomux=1
> psmouse.synaptics_intertouch=1 i8042.debug=1". With this combination
> of parameters, libinput only sees 1 pointing device which it describes
> as "PS/2 Generic Mouse". However, both the touchpad and the trackpoint
> are able to move the pointer under xorg.
>
> I then thought to try removing the "i8042.nomux=1", leaving only
> "psmouse.synaptics_intertouch=1 i8042.debug=1". libinput now shows 2
> pointing devices: a "Synaptics TM2769-001" and a "PS/2 Generic Mouse".
>
> I have attached both dmesg outputs for the above. I can attach as many
> different dmesg outputs as would be helpful to you - just let me know
> exactly which different parameter combinations you would like me to
> try.

Hi Dmitry. It has been a couple of weeks since I sent this, and I just
wanted to make sure that you had received it.

Best wishes.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-24 19:18             ` jt
@ 2025-04-29  1:19               ` Dmitry Torokhov
  2025-04-29 16:32                 ` Dmitry Torokhov
                                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Dmitry Torokhov @ 2025-04-29  1:19 UTC (permalink / raw)
  To: jt; +Cc: Aditya Garg, linux-input

On Thu, Apr 24, 2025 at 08:18:00PM +0100, jt wrote:
> On Thu, 10 Apr 2025 at 20:48, jt <enopatch@gmail.com> wrote:
> >
> > On Thu, 10 Apr 2025 at 10:02, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > > And please send me another dmesg of boot with the above config and
> > > i8042.debug=1.
> >
> > My first attempt was with "i8042.nomux=1
> > psmouse.synaptics_intertouch=1 i8042.debug=1". With this combination
> > of parameters, libinput only sees 1 pointing device which it describes
> > as "PS/2 Generic Mouse". However, both the touchpad and the trackpoint
> > are able to move the pointer under xorg.
> >
> > I then thought to try removing the "i8042.nomux=1", leaving only
> > "psmouse.synaptics_intertouch=1 i8042.debug=1". libinput now shows 2
> > pointing devices: a "Synaptics TM2769-001" and a "PS/2 Generic Mouse".
> >
> > I have attached both dmesg outputs for the above. I can attach as many
> > different dmesg outputs as would be helpful to you - just let me know
> > exactly which different parameter combinations you would like me to
> > try.
> 
> Hi Dmitry. It has been a couple of weeks since I sent this, and I just
> wanted to make sure that you had received it.

Sorry about the delay. I looked at the device initialization and the
"TouchStyk" device does not respond to the Trackpoint protocol queries,
so from the kernel point of view there is nothing distinguishing it from
a barebones PS/2 mouse.

Peter, is there a way to add a quick based on system info to libinput to
identify that PS/2 device as a trackpoint variant? Unfortunately HP used
the same PNP IDs for the main touchpad and the trackpoint...

As far as the main touchpad module goes I am about to send out a patch
to add it to the list of SMBus-enabled variants. Would you like to be
credited as "reported by"? If so what should I use as name/email?

Thanks.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-29  1:19               ` Dmitry Torokhov
@ 2025-04-29 16:32                 ` Dmitry Torokhov
  2025-04-30  0:50                 ` Peter Hutterer
                                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 17+ messages in thread
From: Dmitry Torokhov @ 2025-04-29 16:32 UTC (permalink / raw)
  To: jt, Peter Hutterer; +Cc: Aditya Garg, linux-input

On Mon, Apr 28, 2025 at 06:19:07PM -0700, Dmitry Torokhov wrote:
> On Thu, Apr 24, 2025 at 08:18:00PM +0100, jt wrote:
> > On Thu, 10 Apr 2025 at 20:48, jt <enopatch@gmail.com> wrote:
> > >
> > > On Thu, 10 Apr 2025 at 10:02, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > > > And please send me another dmesg of boot with the above config and
> > > > i8042.debug=1.
> > >
> > > My first attempt was with "i8042.nomux=1
> > > psmouse.synaptics_intertouch=1 i8042.debug=1". With this combination
> > > of parameters, libinput only sees 1 pointing device which it describes
> > > as "PS/2 Generic Mouse". However, both the touchpad and the trackpoint
> > > are able to move the pointer under xorg.
> > >
> > > I then thought to try removing the "i8042.nomux=1", leaving only
> > > "psmouse.synaptics_intertouch=1 i8042.debug=1". libinput now shows 2
> > > pointing devices: a "Synaptics TM2769-001" and a "PS/2 Generic Mouse".
> > >
> > > I have attached both dmesg outputs for the above. I can attach as many
> > > different dmesg outputs as would be helpful to you - just let me know
> > > exactly which different parameter combinations you would like me to
> > > try.
> > 
> > Hi Dmitry. It has been a couple of weeks since I sent this, and I just
> > wanted to make sure that you had received it.
> 
> Sorry about the delay. I looked at the device initialization and the
> "TouchStyk" device does not respond to the Trackpoint protocol queries,
> so from the kernel point of view there is nothing distinguishing it from
> a barebones PS/2 mouse.
> 
> Peter, is there a way to add a quick based on system info to libinput to

Meant to say "quirk" here.

> identify that PS/2 device as a trackpoint variant? Unfortunately HP used
> the same PNP IDs for the main touchpad and the trackpoint...

Well, I forgot to CC Peter. Let's do this now.

> 
> As far as the main touchpad module goes I am about to send out a patch
> to add it to the list of SMBus-enabled variants. Would you like to be
> credited as "reported by"? If so what should I use as name/email?
> 
> Thanks.
> 

-- 
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-29  1:19               ` Dmitry Torokhov
  2025-04-29 16:32                 ` Dmitry Torokhov
@ 2025-04-30  0:50                 ` Peter Hutterer
  2025-05-01  8:52                 ` jt
  2025-05-07 14:19                 ` Aditya Garg
  3 siblings, 0 replies; 17+ messages in thread
From: Peter Hutterer @ 2025-04-30  0:50 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: jt, Aditya Garg, linux-input

On Mon, Apr 28, 2025 at 06:19:07PM -0700, Dmitry Torokhov wrote:
> On Thu, Apr 24, 2025 at 08:18:00PM +0100, jt wrote:
> > On Thu, 10 Apr 2025 at 20:48, jt <enopatch@gmail.com> wrote:
> > >
> > > On Thu, 10 Apr 2025 at 10:02, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > > > And please send me another dmesg of boot with the above config and
> > > > i8042.debug=1.
> > >
> > > My first attempt was with "i8042.nomux=1
> > > psmouse.synaptics_intertouch=1 i8042.debug=1". With this combination
> > > of parameters, libinput only sees 1 pointing device which it describes
> > > as "PS/2 Generic Mouse". However, both the touchpad and the trackpoint
> > > are able to move the pointer under xorg.
> > >
> > > I then thought to try removing the "i8042.nomux=1", leaving only
> > > "psmouse.synaptics_intertouch=1 i8042.debug=1". libinput now shows 2
> > > pointing devices: a "Synaptics TM2769-001" and a "PS/2 Generic Mouse".
> > >
> > > I have attached both dmesg outputs for the above. I can attach as many
> > > different dmesg outputs as would be helpful to you - just let me know
> > > exactly which different parameter combinations you would like me to
> > > try.
> > 
> > Hi Dmitry. It has been a couple of weeks since I sent this, and I just
> > wanted to make sure that you had received it.
> 
> Sorry about the delay. I looked at the device initialization and the
> "TouchStyk" device does not respond to the Trackpoint protocol queries,
> so from the kernel point of view there is nothing distinguishing it from
> a barebones PS/2 mouse.
> 
> Peter, is there a way to add a quick based on system info to libinput to
> identify that PS/2 device as a trackpoint variant? Unfortunately HP used
> the same PNP IDs for the main touchpad and the trackpoint...

udev's 60-input-id.hwdb [1] is the file to edit here - if you set that
to tag the device as ID_INPUT_POINTINGSTICK libinput (and in theory
other userspace) should treat it as such and no other changes are
needed. That property is set by default from the
INPUT_PROP_POINTINGSTICK but, well...

That hwdb doesn't currently support dmi- or name-based matches though,
but that can be fixed easily by copying the rules from 60-evdev.rules
into 60-input-id.rules and replacing the "evdev:" prefix with a
"input-id:" prefix (sounds more complicated than it is, you'll be able
to spot the pattern quickly, TLDR is those two rulesets should be
near-identical).

Then you can do something like:

input-id:PS/2 Generic Mouse:dmi:.....
  ID_INPUT_POINTINGSTICK=1

And that should magically work. That's the best we can do here, I think.

Before you get to all this you can test this locally by (ab)using the
evdev prefix:

		$ cat /etc/udev/hwdb.d/99-mouse-id.hwdb
		evdev:PS/2 Generic Mouse:dmi:.....
			ID_INPUT_POINTINGSTICK=1
		$ sudo systemd-hwdb update
		$ sudo udevadm test /sys/class/input/eventXYZ

with XYZ being your event node number. 
And that should show ID_INPUT_POINTINGSTICK which means libinput will
pick it up next time.

As for the dmi bits: pick something useful from
/sys/class/dmi/id/modalias, see the 60-evdev.hwdb for a rough guide on
what to pick (usually a glob with svn and pn or pvr)

If this works with the evdev prefix you can have a go  at extending the
rules and then adding the proper input-id hwdb entry to the
60-input-id.hwdb, getting it merged into systemd (cc me please)
and everyone can pop the champagne. good luck :)

Cheers,
  Peter

[1] https://github.com/systemd/systemd/blob/main/hwdb.d/60-input-id.hwdb

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-29  1:19               ` Dmitry Torokhov
  2025-04-29 16:32                 ` Dmitry Torokhov
  2025-04-30  0:50                 ` Peter Hutterer
@ 2025-05-01  8:52                 ` jt
  2025-05-01  9:00                   ` Aditya Garg
  2025-05-07 14:19                 ` Aditya Garg
  3 siblings, 1 reply; 17+ messages in thread
From: jt @ 2025-05-01  8:52 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Aditya Garg, linux-input

On Tue, 29 Apr 2025 at 02:19, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> Would you like to be
> credited as "reported by"? If so what should I use as name/email?

If I have not already missed this opportunity, then yes please. As per
this email, "jt" and "enopatch@gmail.com". Thank you for kindly
considering me.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-05-01  8:52                 ` jt
@ 2025-05-01  9:00                   ` Aditya Garg
  2025-05-06  1:12                     ` Dmitry Torokhov
  0 siblings, 1 reply; 17+ messages in thread
From: Aditya Garg @ 2025-05-01  9:00 UTC (permalink / raw)
  To: jt; +Cc: Dmitry Torokhov, linux-input@vger.kernel.org



> On 1 May 2025, at 2:23 PM, jt <enopatch@gmail.com> wrote:
> 
> On Tue, 29 Apr 2025 at 02:19, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
>> Would you like to be
>> credited as "reported by"? If so what should I use as name/email?
> 
> If I have not already missed this opportunity, then yes please. As per
> this email, "jt" and "enopatch@gmail.com". Thank you for kindly
> considering me.

Is jt your legal name? AFAIK, anonymous contributions are not allowed
in the kernel for legal reasons. Not sure if reported by is included.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-05-01  9:00                   ` Aditya Garg
@ 2025-05-06  1:12                     ` Dmitry Torokhov
  0 siblings, 0 replies; 17+ messages in thread
From: Dmitry Torokhov @ 2025-05-06  1:12 UTC (permalink / raw)
  To: Aditya Garg; +Cc: jt, linux-input@vger.kernel.org

Hi Aditya,

On Thu, May 01, 2025 at 09:00:39AM +0000, Aditya Garg wrote:
> 
> 
> > On 1 May 2025, at 2:23 PM, jt <enopatch@gmail.com> wrote:
> > 
> > On Tue, 29 Apr 2025 at 02:19, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> >> Would you like to be
> >> credited as "reported by"? If so what should I use as name/email?
> > 
> > If I have not already missed this opportunity, then yes please. As per
> > this email, "jt" and "enopatch@gmail.com". Thank you for kindly
> > considering me.
> 
> Is jt your legal name? AFAIK, anonymous contributions are not allowed
> in the kernel for legal reasons. Not sure if reported by is included.

The requirement regarding legal names in "Signed-off-by" was relaxed.
See:

d4563201f33a ("Documentation: simplify and clarify DCO contribution example language")

And for "Reviewed-by" etc there was never a requirement as far as I
know.

Thanks.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-04-29  1:19               ` Dmitry Torokhov
                                   ` (2 preceding siblings ...)
  2025-05-01  8:52                 ` jt
@ 2025-05-07 14:19                 ` Aditya Garg
  2025-05-07 22:04                   ` Dmitry Torokhov
  3 siblings, 1 reply; 17+ messages in thread
From: Aditya Garg @ 2025-05-07 14:19 UTC (permalink / raw)
  To: Dmitry Torokhov, jt; +Cc: linux-input

Hi Dmitry

 
> Peter, is there a way to add a quick based on system info to libinput to
> identify that PS/2 device as a trackpoint variant? Unfortunately HP used
> the same PNP IDs for the main touchpad and the trackpoint...
> 
> As far as the main touchpad module goes I am about to send out a patch
> to add it to the list of SMBus-enabled variants. Would you like to be
> credited as "reported by"? If so what should I use as name/email?

I've sent some patches for other models reported here:

https://lore.kernel.org/linux-input/PN3PR01MB95975989E919EDEA7717BF89B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM/T/#u

I can send this alongwith that if you want. Although I'm not sure what IDs to be added, since there are three in this laptop.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse".
  2025-05-07 14:19                 ` Aditya Garg
@ 2025-05-07 22:04                   ` Dmitry Torokhov
  0 siblings, 0 replies; 17+ messages in thread
From: Dmitry Torokhov @ 2025-05-07 22:04 UTC (permalink / raw)
  To: Aditya Garg; +Cc: jt, linux-input

On Wed, May 07, 2025 at 07:49:32PM +0530, Aditya Garg wrote:
> Hi Dmitry
> 
>  
> > Peter, is there a way to add a quick based on system info to libinput to
> > identify that PS/2 device as a trackpoint variant? Unfortunately HP used
> > the same PNP IDs for the main touchpad and the trackpoint...
> > 
> > As far as the main touchpad module goes I am about to send out a patch
> > to add it to the list of SMBus-enabled variants. Would you like to be
> > credited as "reported by"? If so what should I use as name/email?
> 
> I've sent some patches for other models reported here:
> 
> https://lore.kernel.org/linux-input/PN3PR01MB95975989E919EDEA7717BF89B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM/T/#u

Thanks for sending them, I picked them up.

> 
> I can send this alongwith that if you want. Although I'm not sure what
> IDs to be added, since there are three in this laptop.

No, this is fine, thanks. I have it.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-05-07 22:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 15:32 PROBLEM: Synaptics TouchStyk (trackpoint) on HP EliteBook 850 G1 detected as "PS/2 Generic Mouse" jt
2025-04-08 11:36 ` Aditya Garg
2025-04-09 14:41   ` jt
2025-04-09 21:19     ` Dmitry Torokhov
2025-04-09 22:54       ` jt
2025-04-10  9:02         ` Dmitry Torokhov
2025-04-10 19:48           ` jt
2025-04-24 19:18             ` jt
2025-04-29  1:19               ` Dmitry Torokhov
2025-04-29 16:32                 ` Dmitry Torokhov
2025-04-30  0:50                 ` Peter Hutterer
2025-05-01  8:52                 ` jt
2025-05-01  9:00                   ` Aditya Garg
2025-05-06  1:12                     ` Dmitry Torokhov
2025-05-07 14:19                 ` Aditya Garg
2025-05-07 22:04                   ` Dmitry Torokhov
2025-04-08 11:59 ` Aditya Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox