Bug 2449163 - USB mice behind LG 34UC98 Thunderbolt hub enumerate on boot but deliver no HID reports until USB authorized toggle on MacBookPro12,1
Summary: USB mice behind LG 34UC98 Thunderbolt hub enumerate on boot but deliver no HI...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 43
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Justin M. Forbes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-19 19:12 UTC by manauer.uel
Modified: 2026-04-03 19:51 UTC (History)
14 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description manauer.uel 2026-03-19 19:12:55 UTC
1. Please describe the problem
==============================

On my Early 2015 13" MacBook Pro (MacBookPro12,1), USB mice connected through my LG 34UC98 monitor’s built-in USB hub over Thunderbolt 2 are detected at boot, but they do not work until the USB device is reset.

Important detail: the keyboard connected through the same monitor/hub works fine. Only mice are affected.

In the broken state:
- the mouse is visible in lsusb
- the correct /dev/input/by-id/*-event-mouse node exists
- libinput recognizes the mouse as a pointer device
- but no motion or button events are produced

I verified this with:
- evtest on the correct event-mouse node: no events
- usbhid-dump -e stream: no HID input reports
- /dev/input/...-mouse: no data

After physically unplugging and reconnecting the mouse, it starts working, if the system has already been booted for some time.

I also found a software workaround: toggling the USB device’s authorized sysfs attribute makes the mouse start producing events without physically replugging it.

Example workaround:

echo 0 | sudo tee /sys/bus/usb/devices/3-1.3.1/authorized
sleep 1
echo 1 | sudo tee /sys/bus/usb/devices/3-1.3.1/authorized

This issue affects multiple mice, not just one model:
- Logitech G403
- Logitech G Pro via wireless receiver/dongle
- Logitech G5
- other no-name mice as well

The issue appears specific to mice. Keyboards behind the same monitor hub work correctly. I also tested with another LG monitor and it produces the same issue.

Hardware/setup:
- Apple MacBook Pro Early 2015 13" (MacBookPro12,1)
- LG 34UC98 connected over Thunderbolt 2
- Fedora 43 Workstation
- mice connected to the monitor’s built-in USB hub

I have also seen the problem on other Linux distributions (I did not test the workaround there), so it does not appear to be Fedora-specific, but I am filing it here because I am currently using Fedora’s kernel package.

I am new to kernel bug reporting, so please let me know if this should be forwarded elsewhere.


2. What is the Version-Release number of the kernel
===================================================

Linux fedora 6.19.8-200.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Mar 13 22:06:06 UTC 2026 x86_64 GNU/Linux


3. Did it work previously in Fedora? If so, what kernel version did the issue first appear?
============================================================================================

I do not know.

I have also reproduced the same general issue on other Linux distributions, so it does not appear to be Fedora-specific.


4. Can you reproduce this issue? If so, please provide the steps to reproduce the issue below
==============================================================================================

Yes, reproducible.

Steps to reproduce:
1. Boot Fedora on a MacBookPro12,1.
2. Connect the MacBook to an LG 34UC98 monitor over Thunderbolt 2.
3. Connect a mouse to the monitor’s built-in USB hub.
4. Boot into Fedora without replugging the mouse after login.
5. Observe that the keyboard on the same monitor hub works, but every mouse I tried does not.

In the broken state:
- lsusb shows the mouse
- /dev/input/by-id/...-event-mouse exists
- libinput debug-events --verbose shows the mouse as DEVICE_ADDED
- but no motion/button events are produced

For example:

sudo evtest /dev/input/by-id/usb-Logitech_G403_Prodigy_Gaming_Mouse_097E37463233-event-mouse

This shows the device capabilities, but moving/clicking the mouse produces no events.

Also:

sudo usbhid-dump -d 046d:c083 -e stream

This shows no live HID input reports in the broken state.

Workaround / recovery:
- physically unplugging and reconnecting the mouse makes it work (sometimes i need to replug multiple times, maybe time after boot depended?)
- alternatively, toggling /sys/bus/usb/devices/.../authorized also makes it work without a physical replug

Example:

echo 0 | sudo tee /sys/bus/usb/devices/3-1.3.1/authorized
sleep 1
echo 1 | sudo tee /sys/bus/usb/devices/3-1.3.1/authorized

After that, the same evtest command immediately starts showing REL_X, REL_Y, and button events.


5. Does this problem occur with the latest Rawhide kernel?
==========================================================

Yes. I tested with a Rawhide kernel:

7.0.0-0.rc4.260318ga989fde763f4.38.fc45.x86_64

and the issue still occurs.

The issue still occurs even with these kernel command line parameters:

usbcore.old_scheme_first=1
usbcore.use_both_schemes=1
usbcore.initial_descriptor_timeout=10000
usbcore.autosuspend=-1


6. Are you running any modules that not shipped with directly Fedora's kernel?
===============================================================================

No. I am not intentionally using any out-of-tree kernel modules.


7. Please attach the kernel logs
================================

I am attaching dmesg.txt from a broken boot.
I can also provide additional logs if needed, including:
- lsusb
- lsusb -t
- /proc/cmdline
- the exact udev/sysfs path for the affected mouse device

Unfortunatelly I am not able to provide a full dmesg,  because ``Comments cannot be longer than 65535 characters.``

```
Mär 19 19:42:02 kernel: Linux version 6.19.8-200.fc43.x86_64 (mockbuild@18ffb6c38e5a42008437d0b88e2dfd4e) (gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7), GNU ld version 2.45.1-4.fc43) #1 SMP PREEMPT_DYNAMIC Fri Mar 13 22:06:06 UTC 2026
Mär 19 19:42:02 kernel: Command line: BOOT_IMAGE=(hd7,gpt4)/vmlinuz-6.19.8-200.fc43.x86_64 root=UUID=ffce9e49-95a8-43ae-a47e-eeb93f385642 ro rootflags=subvol=root rhgb quiet usbcore.old_scheme_first=1 usbcore.use_both_schemes=1 usbcore.initial_descriptor_timeout=10000 usbcore.autosuspend=-1
Mär 19 19:42:02 kernel: BIOS-provided physical RAM map:
.
.
.
Mär 19 19:42:02 kernel: Key type .fscrypt registered
Mär 19 19:42:02 kernel: Key type fscrypt-provisioning registered
Mär 19 19:42:02 kernel: Btrfs loaded, zoned=yes, fsverity=yes
Mär 19 19:42:02 kernel: Key type big_key registered
Mär 19 19:42:02 kernel: Key type encrypted registered
Mär 19 19:42:02 kernel: ima: No TPM chip found, activating TPM-bypass!
Mär 19 19:42:02 kernel: Loading compiled-in module X.509 certificates
Mär 19 19:42:02 kernel: Loaded X.509 cert 'Fedora kernel signing key: 71d56e378c87c9b2724c9c91708c922dbf375a49'
Mär 19 19:42:02 kernel: ima: Allocated hash algorithm: sha256
Mär 19 19:42:02 kernel: ima: No architecture policies found
Mär 19 19:42:02 kernel: evm: Initialising EVM extended attributes:
Mär 19 19:42:02 kernel: evm: security.selinux
Mär 19 19:42:02 kernel: evm: security.SMACK64 (disabled)
Mär 19 19:42:02 kernel: evm: security.SMACK64EXEC (disabled)
Mär 19 19:42:02 kernel: evm: security.SMACK64TRANSMUTE (disabled)
Mär 19 19:42:02 kernel: evm: security.SMACK64MMAP (disabled)
Mär 19 19:42:02 kernel: evm: security.apparmor (disabled)
Mär 19 19:42:02 kernel: evm: security.ima
Mär 19 19:42:02 kernel: evm: security.capability
Mär 19 19:42:02 kernel: evm: HMAC attrs: 0x1
Mär 19 19:42:02 kernel: alg: No test for 842 (842-scomp)
Mär 19 19:42:02 kernel: PM:   Magic number: 2:5:747
Mär 19 19:42:02 kernel: RAS: Correctable Errors collector initialized.
Mär 19 19:42:02 kernel: clk: Disabling unused clocks
Mär 19 19:42:02 kernel: PM: genpd: Disabling unused power domains
Mär 19 19:42:02 kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Mär 19 19:42:02 kernel: usb 1-3: New USB device found, idVendor=05ac, idProduct=8290, bcdDevice= 1.69
Mär 19 19:42:02 kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mär 19 19:42:02 kernel: usb 1-3: Product: Bluetooth USB Host Controller
Mär 19 19:42:02 kernel: usb 1-3: Manufacturer: Broadcom Corp.
Mär 19 19:42:02 kernel: input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:05AC:8290.0001/input/input4
Mär 19 19:42:02 kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Mär 19 19:42:02 kernel: ata1.00: unexpected _GTF length (8)
Mär 19 19:42:02 kernel: ata1.00: ATA-8: APPLE SSD SM0512G, BXZ13A0Q, max UDMA/133
Mär 19 19:42:02 kernel: ata1.00: 977105060 sectors, multi 16: LBA48 NCQ (depth 32), AA
Mär 19 19:42:02 kernel: ata1.00: unexpected _GTF length (8)
Mär 19 19:42:02 kernel: ata1.00: configured for UDMA/133
Mär 19 19:42:02 kernel: scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0512 3A0Q PQ: 0 ANSI: 5
Mär 19 19:42:02 kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] 977105060 512-byte logical blocks: (500 GB/466 GiB)
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] Write Protect is off
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Mär 19 19:42:02 kernel: hid-generic 0003:05AC:8290.0001: input,hidraw0: USB HID v1.11 Keyboard [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-3/input0
Mär 19 19:42:02 kernel: input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:05AC:8290.0002/input/input5
Mär 19 19:42:02 kernel: hid-generic 0003:05AC:8290.0002: input,hidraw1: USB HID v1.11 Mouse [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-3/input1
Mär 19 19:42:02 kernel:  sda: sda1 sda2 sda3 sda4 sda5
Mär 19 19:42:02 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Mär 19 19:42:02 kernel: Freeing unused decrypted memory: 2028K
Mär 19 19:42:02 kernel: Freeing unused kernel image (initmem) memory: 5192K
Mär 19 19:42:02 kernel: Write protecting the kernel read-only data: 43008k
Mär 19 19:42:02 kernel: Freeing unused kernel image (text/rodata gap) memory: 1988K
Mär 19 19:42:02 kernel: Freeing unused kernel image (rodata/data gap) memory: 576K
Mär 19 19:42:02 kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Mär 19 19:42:02 kernel: usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
Mär 19 19:42:02 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mär 19 19:42:02 kernel: x86/mm: Checking user space page tables
Mär 19 19:42:02 kernel: usb 2-3: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
Mär 19 19:42:02 kernel: usb 2-3: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Mär 19 19:42:02 kernel: usb 2-3: Product: Card Reader
Mär 19 19:42:02 kernel: usb 2-3: Manufacturer: Apple
Mär 19 19:42:02 kernel: usb 2-3: SerialNumber: 000000000820
Mär 19 19:42:02 kernel: usb 3-1: New USB device found, idVendor=043e, idProduct=9a10, bcdDevice= 1.00
Mär 19 19:42:02 kernel: usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Mär 19 19:42:02 kernel: usb 3-1: Product: ASM107x
Mär 19 19:42:02 kernel: usb 3-1: Manufacturer: Asmedia
Mär 19 19:42:02 kernel: usb 3-1: SerialNumber: 0000000A00FE
Mär 19 19:42:02 kernel: hub 3-1:1.0: USB hub found
Mär 19 19:42:02 kernel: hub 3-1:1.0: 4 ports detected
Mär 19 19:42:02 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mär 19 19:42:02 kernel: Run /init as init process
Mär 19 19:42:02 kernel:   with arguments:
Mär 19 19:42:02 kernel:     /init
Mär 19 19:42:02 kernel:     rhgb
Mär 19 19:42:02 kernel:   with environment:
Mär 19 19:42:02 kernel:     HOME=/
Mär 19 19:42:02 kernel:     TERM=linux
Mär 19 19:42:02 kernel: usb 1-5: new full-speed USB device number 3 using xhci_hcd
Mär 19 19:42:02 kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
Mär 19 19:42:02 kernel: usb 1-5: New USB device found, idVendor=05ac, idProduct=0273, bcdDevice= 6.22
Mär 19 19:42:02 kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mär 19 19:42:02 kernel: usb 1-5: Product: Apple Internal Keyboard / Trackpad
Mär 19 19:42:02 kernel: usb 1-5: Manufacturer: Apple Inc.
Mär 19 19:42:02 kernel: usb 1-5: SerialNumber: D3H706203D1FTV3AR1FS
Mär 19 19:42:02 kernel: usb 4-1: New USB device found, idVendor=043e, idProduct=9a11, bcdDevice= 1.00
Mär 19 19:42:02 kernel: usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Mär 19 19:42:02 kernel: usb 4-1: Product: ASM107x
Mär 19 19:42:02 kernel: usb 4-1: Manufacturer: Asmedia
Mär 19 19:42:02 kernel: usb 4-1: SerialNumber: 0000000A00FE
Mär 19 19:42:02 kernel: hub 4-1:1.0: USB hub found
Mär 19 19:42:02 kernel: hub 4-1:1.0: 4 ports detected
Mär 19 19:42:02 kernel: usb 3-1.1: new full-speed USB device number 3 using xhci_hcd
Mär 19 19:42:02 kernel: usb 3-1.1: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.06
Mär 19 19:42:02 kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mär 19 19:42:02 kernel: usb 3-1.1: Product: USB Receiver
Mär 19 19:42:02 kernel: usb 3-1.1: Manufacturer: Logitech
Mär 19 19:42:02 kernel: usb 4-1.3: new SuperSpeed USB device number 3 using xhci_hcd
Mär 19 19:42:02 kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:046D:C539.0007/input/input6
Mär 19 19:42:02 kernel: usb 4-1.3: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
Mär 19 19:42:02 kernel: usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mär 19 19:42:02 kernel: usb 4-1.3: Product: USB3.0 Hub
Mär 19 19:42:02 kernel: usb 4-1.3: Manufacturer: VIA Labs, Inc.
Mär 19 19:42:02 kernel: hub 4-1.3:1.0: USB hub found
Mär 19 19:42:02 kernel: hub 4-1.3:1.0: 4 ports detected
Mär 19 19:42:02 kernel: tsc: Refined TSC clocksource calibration: 2900.002 MHz
Mär 19 19:42:02 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd450a1a7, max_idle_ns: 440795314730 ns
Mär 19 19:42:02 kernel: clocksource: Switched to clocksource tsc
Mär 19 19:42:02 systemd[1]: Successfully made /usr/ read-only.
Mär 19 19:42:02 systemd[1]: systemd 258.7-1.fc43 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
Mär 19 19:42:02 systemd[1]: Detected architecture x86-64.
Mär 19 19:42:02 systemd[1]: Running in initrd.
Mär 19 19:42:02 systemd[1]: No hostname configured, using default hostname.
Mär 19 19:42:02 systemd[1]: Hostname set to <fedora>.
Mär 19 19:42:02 kernel: hid-generic 0003:046D:C539.0007: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input0
Mär 19 19:42:02 kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C539.0008/input/input7
Mär 19 19:42:02 kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C539.0008/input/input8
Mär 19 19:42:02 kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.1/0003:046D:C539.0008/input/input9
Mär 19 19:42:02 kernel: hid-generic 0003:046D:C539.0008: input,hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input1
Mär 19 19:42:02 kernel: hid-generic 0003:046D:C539.0009: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input2
Mär 19 19:42:02 systemd[1]: bpf-restrict-fs: LSM BPF program attached
Mär 19 19:42:02 systemd[1]: Queued start job for default target initrd.target.
Mär 19 19:42:02 systemd[1]: Expecting device dev-disk-by\x2duuid-ffce9e49\x2d95a8\x2d43ae\x2da47e\x2deeb93f385642.device - /dev/disk/by-uuid/ffce9e49-95a8-43ae-a47e-eeb93f385642...
Mär 19 19:42:02 systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
Mär 19 19:42:02 systemd[1]: Reached target slices.target - Slice Units.
Mär 19 19:42:02 systemd[1]: Reached target swap.target - Swaps.
Mär 19 19:42:02 systemd[1]: Reached target timers.target - Timer Units.
Mär 19 19:42:02 systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
Mär 19 19:42:02 systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
Mär 19 19:42:02 systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
Mär 19 19:42:02 systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Mär 19 19:42:02 systemd[1]: Reached target sockets.target - Socket Units.
Mär 19 19:42:02 systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
Mär 19 19:42:02 systemd[1]: memstrack.service - Memstrack Anylazing Service skipped, no trigger condition checks were met.
Mär 19 19:42:02 systemd[1]: Starting systemd-journald.service - Journal Service...
Mär 19 19:42:02 systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
Mär 19 19:42:02 systemd[1]: systemd-pcrphase-initrd.service - TPM PCR Barrier (initrd) skipped, unmet condition check ConditionSecurity=measured-uki
Mär 19 19:42:02 systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...
Mär 19 19:42:02 systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
Mär 19 19:42:02 systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
Mär 19 19:42:02 kernel: usb 3-1.3: new high-speed USB device number 4 using xhci_hcd
Mär 19 19:42:02 kernel: usb 3-1.3: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
Mär 19 19:42:02 kernel: usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mär 19 19:42:02 kernel: usb 3-1.3: Product: USB2.0 Hub
Mär 19 19:42:02 kernel: usb 3-1.3: Manufacturer: VIA Labs, Inc.
Mär 19 19:42:02 systemd-journald[216]: Collecting audit messages is disabled.
Mär 19 19:42:02 kernel: hub 3-1.3:1.0: USB hub found
Mär 19 19:42:02 kernel: hub 3-1.3:1.0: 4 ports detected
Mär 19 19:42:02 systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
Mär 19 19:42:02 systemd[1]: Starting systemd-sysusers.service - Create System Users...
Mär 19 19:42:02 kernel: fuse: init (API version 7.45)
Mär 19 19:42:02 kernel: i2c_dev: i2c /dev entries driver
Mär 19 19:42:02 systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
Mär 19 19:42:02 systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
Mär 19 19:42:02 systemd[1]: Finished systemd-sysusers.service - Create System Users.
Mär 19 19:42:02 systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
Mär 19 19:42:02 systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
Mär 19 19:42:02 systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.
Mär 19 19:42:02 systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
Mär 19 19:42:02 systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
Mär 19 19:42:02 systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
Mär 19 19:42:02 systemd[1]: Reached target local-fs.target - Local File Systems.
Mär 19 19:42:02 systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
Mär 19 19:42:02 systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...
Mär 19 19:42:02 kernel: usb 3-1.4: new full-speed USB device number 5 using xhci_hcd
Mär 19 19:42:02 systemd[1]: Started systemd-journald.service - Journal Service.
Mär 19 19:42:02 kernel: usb 3-1.4: New USB device found, idVendor=0451, idProduct=3410, bcdDevice= 1.01
Mär 19 19:42:02 kernel: usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mär 19 19:42:02 kernel: usb 3-1.4: Product: TUSB3410 EECode Ser 
Mär 19 19:42:02 kernel: usb 3-1.4: Manufacturer: Texas Instruments
Mär 19 19:42:02 kernel: usb 3-1.4: SerialNumber: 00083052
Mär 19 19:42:02 kernel: usb 3-1.3.1: new full-speed USB device number 6 using xhci_hcd
Mär 19 19:42:03 kernel: usb 3-1.3.1: New USB device found, idVendor=046d, idProduct=c083, bcdDevice= 8.03
Mär 19 19:42:03 kernel: usb 3-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mär 19 19:42:03 kernel: usb 3-1.3.1: Product: G403 Prodigy Gaming Mouse
Mär 19 19:42:03 kernel: usb 3-1.3.1: Manufacturer: Logitech
Mär 19 19:42:03 kernel: usb 3-1.3.1: SerialNumber: 097E37463233
Mär 19 19:42:03 kernel: input: Logitech G403 Prodigy Gaming Mouse as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.0/0003:046D:C083.000A/input/input11
Mär 19 19:42:03 kernel: hid-generic 0003:046D:C083.000A: input,hidraw5: USB HID v1.11 Mouse [Logitech G403 Prodigy Gaming Mouse] on usb-0000:0a:00.0-1.3.1/input0
Mär 19 19:42:03 kernel: input: Logitech G403 Prodigy Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.1/3-1.3.1:1.1/0003:046D:C083.000B/input/input12
Mär 19 19:42:03 kernel: hid-generic 0003:046D:C083.000B: input,hiddev98,hidraw6: USB HID v1.11 Keyboard [Logitech G403 Prodigy Gaming Mouse] on usb-0000:0a:00.0-1.3.1/input1
Mär 19 19:42:03 kernel: usb 3-1.3.4: new full-speed USB device number 7 using xhci_hcd
Mär 19 19:42:03 kernel: usb 3-1.3.4: New USB device found, idVendor=fffe, idProduct=0005, bcdDevice= 1.13
Mär 19 19:42:03 kernel: usb 3-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mär 19 19:42:03 kernel: usb 3-1.3.4: Product: MonsGeek Keyboard
Mär 19 19:42:03 kernel: usb 3-1.3.4: Manufacturer: monsgeek
Mär 19 19:42:03 kernel: input: monsgeek MonsGeek Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.0/0003:FFFE:0005.000C/input/input15
Mär 19 19:42:03 kernel: hid-generic 0003:FFFE:0005.000C: input,hidraw7: USB HID v1.11 Keyboard [monsgeek MonsGeek Keyboard] on usb-0000:0a:00.0-1.3.4/input0
Mär 19 19:42:03 kernel: apple 0003:05AC:0273.0003: hiddev99,hidraw8: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input0
Mär 19 19:42:03 kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:05AC:0273.0004/input/input16
Mär 19 19:42:03 kernel: usb-storage 2-3:1.0: USB Mass Storage device detected
Mär 19 19:42:03 kernel: scsi host1: usb-storage 2-3:1.0
Mär 19 19:42:03 kernel: hid-generic 0003:FFFE:0005.000D: hiddev100,hidraw9: USB HID v1.11 Device [monsgeek MonsGeek Keyboard] on usb-0000:0a:00.0-1.3.4/input1
Mär 19 19:42:03 kernel: usbcore: registered new interface driver usb-storage
Mär 19 19:42:03 kernel: usbcore: registered new interface driver uas
Mär 19 19:42:03 kernel: input: monsgeek MonsGeek Keyboard System Control as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.2/0003:FFFE:0005.000E/input/input17
Mär 19 19:42:03 kernel: ACPI: bus type thunderbolt registered
Mär 19 19:42:03 kernel: thunderbolt 0000:07:00.0: device link creation from 0000:06:00.0 failed
Mär 19 19:42:03 kernel: apple 0003:05AC:0273.0004: input,hiddev101,hidraw10: USB HID v1.10 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input1
Mär 19 19:42:03 kernel: apple 0003:05AC:0273.0005: hiddev102,hidraw11: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input3
Mär 19 19:42:03 kernel: apple 0003:05AC:0273.0006: hiddev103,hidraw12: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input4
Mär 19 19:42:03 kernel: BTRFS: device label fedora devid 1 transid 373 /dev/sda5 (8:5) scanned by mount (385)
Mär 19 19:42:03 kernel: BTRFS info (device sda5): first mount of filesystem ffce9e49-95a8-43ae-a47e-eeb93f385642
Mär 19 19:42:03 kernel: BTRFS info (device sda5): using crc32c (crc32c-lib) checksum algorithm
Mär 19 19:42:03 kernel: input: monsgeek MonsGeek Keyboard Consumer Control as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.2/0003:FFFE:0005.000E/input/input18
Mär 19 19:42:03 kernel: input: monsgeek MonsGeek Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.2/0003:FFFE:0005.000E/input/input19
Mär 19 19:42:03 kernel: BTRFS info (device sda5): enabling ssd optimizations
Mär 19 19:42:03 kernel: BTRFS info (device sda5): turning on async discard
Mär 19 19:42:03 kernel: BTRFS info (device sda5): enabling free space tree
Mär 19 19:42:03 kernel: logitech-djreceiver 0003:046D:C539.0007: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input0
Mär 19 19:42:03 kernel: hid-generic 0003:FFFE:0005.000E: input,hidraw13: USB HID v1.11 Keyboard [monsgeek MonsGeek Keyboard] on usb-0000:0a:00.0-1.3.4/input2
Mär 19 19:42:03 kernel: logitech-djreceiver 0003:046D:C539.0008: hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input1
Mär 19 19:42:03 kernel: logitech-djreceiver 0003:046D:C539.0009: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input2
Mär 19 19:42:03 kernel: logitech-djreceiver 0003:046D:C539.0009: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
Mär 19 19:42:03 kernel: input: Logitech Wireless Mouse PID:4079 Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:046D:C539.0009/0003:046D:4079.000F/input/input20
Mär 19 19:42:04 kernel: thunderbolt 0-1: new device found, vendor=0x1e device=0xa
Mär 19 19:42:04 kernel: thunderbolt 0-1: LG Electronics 34UM88
Mär 19 19:42:04 kernel: input: Logitech Wireless Mouse PID:4079 Mouse as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:046D:C539.0009/0003:046D:4079.000F/input/input21
Mär 19 19:42:04 kernel: hid-generic 0003:046D:4079.000F: input,hidraw14: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4079] on usb-0000:0a:00.0-1.1/input2:1
Mär 19 19:42:04 kernel: i915 0000:00:02.0: [drm] Found broadwell/ult (device ID 162b) integrated display version 8.00 stepping N/A
Mär 19 19:42:04 kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Mär 19 19:42:04 kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Mär 19 19:42:04 kernel: scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
Mär 19 19:42:04 kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Mär 19 19:42:04 kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
Mär 19 19:42:04 kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Mär 19 19:42:05 kernel: i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
Mär 19 19:42:05 kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Mär 19 19:42:05 kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Mär 19 19:42:05 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input25
Mär 19 19:42:05 kernel: fbcon: i915drmfb (fb0) is primary device
Mär 19 19:42:05 kernel: fbcon: Deferring console take-over
Mär 19 19:42:05 kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Mär 19 19:42:06 systemd-journald[216]: Received SIGTERM from PID 1 (systemd).
Mär 19 19:42:06 kernel: audit: type=1404 audit(1773945725.330:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
Mär 19 19:42:06 kernel: SELinux:  Permission firmware_load in class system not defined in policy.
Mär 19 19:42:06 kernel: SELinux:  Permission kexec_image_load in class system not defined in policy.
Mär 19 19:42:06 kernel: SELinux:  Permission kexec_initramfs_load in class system not defined in policy.
Mär 19 19:42:06 kernel: SELinux:  Permission policy_load in class system not defined in policy.
Mär 19 19:42:06 kernel: SELinux:  Permission x509_certificate_load in class system not defined in policy.
Mär 19 19:42:06 kernel: SELinux:  Permission allowed in class io_uring not defined in policy.
Mär 19 19:42:06 kernel: SELinux:  Class memfd_file not defined in policy.
Mär 19 19:42:06 kernel: SELinux: the above unknown classes and permissions will be allowed
Mär 19 19:42:06 kernel: SELinux:  policy capability network_peer_controls=1
Mär 19 19:42:06 kernel: SELinux:  policy capability open_perms=1
Mär 19 19:42:06 kernel: SELinux:  policy capability extended_socket_class=1
Mär 19 19:42:06 kernel: SELinux:  policy capability always_check_network=0
Mär 19 19:42:06 kernel: SELinux:  policy capability cgroup_seclabel=1
Mär 19 19:42:06 kernel: SELinux:  policy capability nnp_nosuid_transition=1
Mär 19 19:42:06 kernel: SELinux:  policy capability genfs_seclabel_symlinks=1
Mär 19 19:42:06 kernel: SELinux:  policy capability ioctl_skip_cloexec=0
Mär 19 19:42:06 kernel: SELinux:  policy capability userspace_initial_context=0
Mär 19 19:42:06 kernel: SELinux:  policy capability netlink_xperm=0
Mär 19 19:42:06 kernel: SELinux:  policy capability netif_wildcard=0
Mär 19 19:42:06 kernel: SELinux:  policy capability genfs_seclabel_wildcard=0
Mär 19 19:42:06 kernel: SELinux:  policy capability functionfs_seclabel=0
Mär 19 19:42:06 kernel: SELinux:  policy capability memfd_class=0
Mär 19 19:42:06 kernel: audit: type=1403 audit(1773945725.412:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
Mär 19 19:42:06 systemd[1]: Successfully loaded SELinux policy in 83.627ms.
Mär 19 19:42:06 systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 16.204ms.
Mär 19 19:42:06 systemd[1]: systemd 258.7-1.fc43 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
Mär 19 19:42:06 systemd[1]: Detected architecture x86-64.
Mär 19 19:42:06 systemd[1]: bpf-restrict-fs: LSM BPF program attached
Mär 19 19:42:06 kernel: zram: Added device: zram0
Mär 19 19:42:06 kernel: audit: type=1400 audit(1773945726.261:4): avc:  denied  { getattr } for  pid=1 comm="systemd" path="socket:[6101]" dev="sockfs" ino=6101 scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=netlink_kobject_uevent_socket permissive=0
Mär 19 19:42:06 systemd[1]: initrd-switch-root.service: Deactivated successfully.
Mär 19 19:42:06 systemd[1]: Stopped initrd-switch-root.service - Switch Root.
Mär 19 19:42:06 systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Mär 19 19:42:06 systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
Mär 19 19:42:06 systemd[1]: Created slice system-getty.slice - Slice /system/getty.
Mär 19 19:42:06 systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
Mär 19 19:42:06 systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
Mär 19 19:42:06 systemd[1]: Created slice user.slice - User and Session Slice.
Mär 19 19:42:06 systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch skipped, unmet condition check ConditionPathExists=!/run/plymouth/pid
Mär 19 19:42:06 systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
Mär 19 19:42:06 systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
Mär 19 19:42:06 systemd[1]: Expecting device dev-disk-by\x2duuid-304D\x2d3B31.device - /dev/disk/by-uuid/304D-3B31...
Mär 19 19:42:06 systemd[1]: Expecting device dev-disk-by\x2duuid-b1a57fbf\x2d6fcf\x2d4775\x2d84c0\x2de468ebaa0779.device - /dev/disk/by-uuid/b1a57fbf-6fcf-4775-84c0-e468ebaa0779...
Mär 19 19:42:06 systemd[1]: Expecting device dev-disk-by\x2duuid-ffce9e49\x2d95a8\x2d43ae\x2da47e\x2deeb93f385642.device - /dev/disk/by-uuid/ffce9e49-95a8-43ae-a47e-eeb93f385642...
Mär 19 19:42:06 systemd[1]: Expecting device dev-zram0.device - /dev/zram0...
Mär 19 19:42:06 systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
Mär 19 19:42:06 systemd[1]: Reached target getty.target - Login Prompts.
Mär 19 19:42:06 systemd[1]: Reached target imports.target - Image Downloads.
Mär 19 19:42:06 systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
Mär 19 19:42:06 systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
Mär 19 19:42:06 systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
Mär 19 19:42:06 systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
Mär 19 19:42:06 systemd[1]: Reached target slices.target - Slice Units.
Mär 19 19:42:06 systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
Mär 19 19:42:06 systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
Mär 19 19:42:06 systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
Mär 19 19:42:06 systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
Mär 19 19:42:06 systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
Mär 19 19:42:06 systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
Mär 19 19:42:06 systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management.
Mär 19 19:42:06 systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
Mär 19 19:42:06 systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
Mär 19 19:42:06 systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
Mär 19 19:42:06 systemd[1]: Listening on systemd-resolved-monitor.socket - Resolve Monitor Varlink Socket.
Mär 19 19:42:06 systemd[1]: Listening on systemd-resolved-varlink.socket - Resolve Service Varlink Socket.
Mär 19 19:42:06 systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
Mär 19 19:42:06 systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket.
Mär 19 19:42:06 systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
Mär 19 19:42:06 systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
Mär 19 19:42:06 systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mär 19 19:42:06 systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mär 19 19:42:06 systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Mär 19 19:42:06 systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab
Mär 19 19:42:06 systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode skipped, unmet condition check ConditionKernelCommandLine=fips=1
Mär 19 19:42:06 systemd[1]: iscsi-starter.service skipped, unmet condition check ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes
Mär 19 19:42:06 systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
Mär 19 19:42:06 systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Mär 19 19:42:06 systemd[1]: modprobe - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
Mär 19 19:42:06 systemd[1]: modprobe - Load Kernel Module dm_mod skipped, unmet condition check ConditionKernelModuleLoaded=!dm_mod
Mär 19 19:42:06 systemd[1]: modprobe - Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
Mär 19 19:42:06 systemd[1]: modprobe - Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
Mär 19 19:42:06 systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mär 19 19:42:06 systemd[1]: Starting modprobe - Load Kernel Module loop...
Mär 19 19:42:06 systemd[1]: plymouth-switch-root.service: Deactivated successfully.
Mär 19 19:42:06 systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
Mär 19 19:42:06 systemd[1]: systemd-boot-clear-sysfail.service - Clear SysFail Entry If The Boot Is Successful skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/LoaderEntrySysFail-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
Mär 19 19:42:06 systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Mär 19 19:42:06 systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
Mär 19 19:42:06 systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
Mär 19 19:42:06 systemd[1]: Starting systemd-journald.service - Journal Service...
Mär 19 19:42:06 systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
Mär 19 19:42:06 systemd[1]: Starting systemd-network-generator.service - Generate Network Units from Kernel Command Line...
Mär 19 19:42:06 systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
Mär 19 19:42:06 systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
Mär 19 19:42:06 systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
Mär 19 19:42:06 kernel: loop: module loaded
Mär 19 19:42:06 systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
Mär 19 19:42:06 systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
Mär 19 19:42:06 systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
Mär 19 19:42:06 systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
Mär 19 19:42:06 systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
Mär 19 19:42:06 systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
Mär 19 19:42:06 systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
Mär 19 19:42:06 systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
Mär 19 19:42:06 systemd[1]: modprobe: Deactivated successfully.
Mär 19 19:42:06 systemd[1]: Finished modprobe - Load Kernel Module loop.
Mär 19 19:42:06 systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
Mär 19 19:42:06 systemd[1]: systemd-repart.service - Repartition Root Disk skipped, no trigger condition checks were met.
Mär 19 19:42:06 kernel: BTRFS info (device sda5 state M): use zstd compression, level 1
Mär 19 19:42:06 systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
Mär 19 19:42:06 systemd-journald[503]: Collecting audit messages is enabled.
Mär 19 19:42:06 systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
Mär 19 19:42:06 systemd[1]: Finished systemd-network-generator.service - Generate Network Units from Kernel Command Line.
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.409:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.410:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 systemd[1]: iscsi-onboot.service - Special handling of early boot iSCSI sessions skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/class/iscsi_session
Mär 19 19:42:06 systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
Mär 19 19:42:06 systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
Mär 19 19:42:06 systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
Mär 19 19:42:06 systemd[1]: Started systemd-journald.service - Journal Service.
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.416:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.424:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-load-credentials comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.436:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 systemd-journald[503]: Received client request to flush runtime journal.
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.492:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 kernel: audit: type=1130 audit(1773945726.494:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mär 19 19:42:06 kernel: audit: type=1334 audit(1773945726.512:12): prog-id=48 op=LOAD
Mär 19 19:42:06 kernel: audit: type=1334 audit(1773945726.512:13): prog-id=49 op=LOAD
Mär 19 19:42:06 kernel: zram0: detected capacity change from 0 to 16777216
Mär 19 19:42:07 kernel: Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDsc
Mär 19 19:42:07 kernel: usbcore: registered new device driver apple-mfi-fastcharge
Mär 19 19:42:07 kernel: input: Logitech G Pro  as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:046D:C539.0009/0003:046D:4079.000F/input/input26
Mär 19 19:42:07 kernel: logitech-hidpp-device 0003:046D:4079.000F: input,hidraw14: USB HID v1.11 Keyboard [Logitech G Pro ] on usb-0000:0a:00.0-1.1/input2:1
Mär 19 19:42:07 kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Mär 19 19:42:07 kernel: input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input27
Mär 19 19:42:07 kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Mär 19 19:42:07 kernel: usbcore: registered new interface driver bcm5974
Mär 19 19:42:07 kernel: applespi spi-APP000D:00: USB interface already enabled
Mär 19 19:42:07 kernel: Bluetooth: Core ver 2.22
Mär 19 19:42:07 kernel: NET: Registered PF_BLUETOOTH protocol family
Mär 19 19:42:07 kernel: Bluetooth: HCI device and connection manager initialized
Mär 19 19:42:07 kernel: Bluetooth: HCI socket layer initialized
Mär 19 19:42:07 kernel: Bluetooth: L2CAP socket layer initialized
Mär 19 19:42:07 kernel: Bluetooth: SCO socket layer initialized
Mär 19 19:42:07 kernel: usbcore: registered new interface driver btusb
Mär 19 19:42:07 kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Mär 19 19:42:07 kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Mär 19 19:42:08 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input28
Mär 19 19:42:08 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Mär 19 19:42:08 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Mär 19 19:42:08 kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Mär 19 19:42:08 kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Mär 19 19:42:08 kernel: usbcore: registered new interface driver brcmfmac
Mär 19 19:42:08 kernel: usbcore: registered new interface driver ti_usb_3410_5052
Mär 19 19:42:08 kernel: usbserial: USB Serial support registered for TI USB 3410 1 port adapter
Mär 19 19:42:08 kernel: usbserial: USB Serial support registered for TI USB 5052 2 port adapter
Mär 19 19:42:08 kernel: ti_usb_3410_5052 3-1.4:1.0: TI USB 3410 1 port adapter converter detected
Mär 19 19:42:08 kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Mär 19 19:42:08 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Mär 19 19:42:08 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Mär 19 19:42:08 kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Mär 19 19:42:08 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0: CS4208: picked fixup  for codec SSID 106b:0000
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0: CS4208: picked fixup  for codec SSID 106b:7b00
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:    mono: mono_out=0x0
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:    dig-out=0x21/0x0
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:    inputs:
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:      Mic=0x18
Mär 19 19:42:08 kernel: snd_hda_codec_cs420x hdaudioC1D0:      Internal Mic=0x1c
Mär 19 19:42:08 kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input29
Mär 19 19:42:08 kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input30
Mär 19 19:42:08 kernel: ti_usb_3410_5052 3-1.4:2.0: TI USB 3410 1 port adapter converter detected
Mär 19 19:42:08 kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input31
Mär 19 19:42:08 kernel: usb 3-1.4: TI USB 3410 1 port adapter converter now attached to ttyUSB0
Mär 19 19:42:08 kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
Mär 19 19:42:08 kernel: brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Apple Inc.-MacBookPro12,1.bin failed with error -2
Mär 19 19:42:08 kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input32
Mär 19 19:42:08 kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input33
Mär 19 19:42:08 kernel: brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with error -2
Mär 19 19:42:08 kernel: brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.clm_blob failed with error -2
Mär 19 19:42:08 kernel: brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txcap_blob failed with error -2
Mär 19 19:42:08 kernel: input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input34
Mär 19 19:42:08 kernel: EXT4-fs (sda4): mounted filesystem b1a57fbf-6fcf-4775-84c0-e468ebaa0779 r/w with ordered data mode. Quota mode: none.
Mär 19 19:42:08 kernel: applesmc: key=670 fan=1 temp=35 index=34 acc=0 lux=2 kbd=1
Mär 19 19:42:08 kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Mär 19 19:42:08 kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Mär 19 19:42:08 kernel: brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
Mär 19 19:42:08 kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/1 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
Mär 19 19:42:08 kernel: iTCO_vendor_support: vendor-support=0
Mär 19 19:42:09 kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Mär 19 19:42:09 kernel: brcmfmac 0000:03:00.0 wlp3s0: renamed from wlan0
Mär 19 19:42:09 kernel: intel_rapl_common: Found RAPL domain package
Mär 19 19:42:09 kernel: intel_rapl_common: Found RAPL domain core
Mär 19 19:42:09 kernel: intel_rapl_common: Found RAPL domain uncore
Mär 19 19:42:09 kernel: intel_rapl_common: Found RAPL domain dram
Mär 19 19:42:09 kernel: RPC: Registered named UNIX socket transport module.
Mär 19 19:42:09 kernel: RPC: Registered udp transport module.
Mär 19 19:42:09 kernel: RPC: Registered tcp transport module.
Mär 19 19:42:09 kernel: RPC: Registered tcp-with-tls transport module.
Mär 19 19:42:09 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Mär 19 19:42:09 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Mär 19 19:42:09 kernel: Bluetooth: BNEP filters: protocol multicast
Mär 19 19:42:09 kernel: Bluetooth: BNEP socket layer initialized
Mär 19 19:42:09 kernel: Bluetooth: hci0: command 0x0c03 tx timeout
Mär 19 19:42:09 kernel: Bluetooth: hci0: BCM: Reset failed (-110)
Mär 19 19:42:09 kernel: NET: Registered PF_QIPCRTR protocol family
Mär 19 19:42:15 kernel: ieee80211 phy0: brcmf_inetaddr_changed: fail to get arp ip table err:-52
Mär 19 19:42:19 kernel: rfkill: input handler disabled
Mär 19 19:42:27 kernel: rfkill: input handler enabled
Mär 19 19:42:30 kernel: rfkill: input handler disabled
Mär 19 19:42:32 kernel: input: solaar-keyboard as /devices/virtual/input/input35
Mär 19 19:42:34 kernel: logitech-hidpp-device 0003:046D:4079.000F: HID++ 4.2 device connected.
Mär 19 19:42:35 kernel: usb 1-3: usbfs: USBDEVFS_CONTROL failed cmd fwupd rqt 128 rq 8 len 1 ret -110
Mär 19 19:43:00 kernel: usb 3-1.1: USB disconnect, device number 3
Mär 19 19:43:04 kernel: usb 3-1.1: new full-speed USB device number 8 using xhci_hcd
Mär 19 19:43:04 kernel: usb 3-1.1: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.06
Mär 19 19:43:04 kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mär 19 19:43:04 kernel: usb 3-1.1: Product: USB Receiver
Mär 19 19:43:04 kernel: usb 3-1.1: Manufacturer: Logitech
Mär 19 19:43:04 kernel: logitech-djreceiver 0003:046D:C539.0010: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input0
Mär 19 19:43:05 kernel: logitech-djreceiver 0003:046D:C539.0011: hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input1
Mär 19 19:43:05 kernel: logitech-djreceiver 0003:046D:C539.0012: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0a:00.0-1.1/input2
Mär 19 19:43:05 kernel: logitech-djreceiver 0003:046D:C539.0012: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
Mär 19 19:43:05 kernel: input: Logitech G Pro  as /devices/pci0000:00/0000:00:1c.4/0000:05:00.0/0000:06:03.0/0000:08:00.0/0000:09:03.0/0000:0a:00.0/usb3/3-1/3-1.1/3-1.1:1.2/0003:046D:C539.0012/0003:046D:4079.0013/input/input36
Mär 19 19:43:05 kernel: logitech-hidpp-device 0003:046D:4079.0013: input,hidraw14: USB HID v1.11 Keyboard [Logitech G Pro ] on usb-0000:0a:00.0-1.1/input2:1
Mär 19 19:43:06 kernel: logitech-hidpp-device 0003:046D:4079.0013: HID++ 4.2 device connected.
Mär 19 19:43:43 kernel: evm: overlay not supported
``` 

Reproducible: Always

Comment 1 manauer.uel 2026-03-27 23:24:21 UTC
I wanted to add some new findings after more testing, because the behavior is even stranger than I first thought.

At this point I can confirm again that this is not limited to one specific mouse model. I have seen it with multiple wired mice and also with a Logitech wireless mouse through its USB receiver. Keyboards connected through the same monitor hub continue to work normally.

One especially odd thing I noticed is that on another LG monitor from a similar era, the wired Logitech G5 sometimes works before the graphical login screen, but then stops working after login. In the broken state, the mouse is still detected normally by the system. The correct /dev/input/by-id/...-event-mouse node exists, libinput sees it, and evtest shows the correct capabilities, but moving or clicking the mouse produces no events. usbhid-dump -e stream also shows no HID input reports while the mouse is in that broken state.

I also checked runtime power management. The affected devices already show power/control = on and runtime_status = active, so this does not look like ordinary autosuspend/runtime suspend.

I re-tested the authorized sysfs workaround. Toggling /sys/bus/usb/devices/.../authorized on the affected wired mouse can sometimes bring it back, but it is inconsistent.
The strangest new finding in this regard is this: the wired Logitech G5 often does not work at all unless the Logitech wireless receiver/dongle is plugged in. To be clear, the dongle has nothing to do with the G5 itself. The G5 is a completely separate wired USB mouse. It is not paired with the dongle and does not use it in any way. But for some reason, the mere presence of that wireless receiver seems to make the wired G5 start working.

In other words:

if the wireless receiver is not plugged in, the wired G5 often stays dead

as soon as I plug in the wireless receiver, the wired G5 suddenly starts working

this happens even though the receiver is for a different mouse and is unrelated to the G5

I also tested hub power control with uhubctl. The monitor hub supports per-port power switching, and I identified the relevant ports for both the G5 and the wireless receiver. However, power-cycling the G5 port alone was not enough to make it work reliably. Even hub/port power-cycle attempts were still less reliable than simply plugging in the wireless receiver.

So my current impression is that this is not a simple GNOME/libinput issue. It looks more like a low-level USB/HID/hub initialization problem on this MacBookPro12,1 + LG monitor hub path. Somehow the wireless receiver, even though it is unrelated to the wired G5, seems to “wake up” or stabilize the shared USB hub/controller path and that in turn makes the wired mouse start working.

If needed, I can provide more logs.

Comment 2 manauer.uel 2026-03-28 00:45:38 UTC
I managed to isolate where the communication breaks down, and it turns out this is happening much lower than the HID or input drivers.

The most important new finding is that when a mouse is in this broken state, the slot_id file is completely missing from its sysfs directory. This is a definitive clue because it proves that the xHCI hardware controller has silently rejected the device during the initial handshake. In the xHCI architecture, the controller must execute an Enable Slot command before any data can be transferred. Since the hardware has refused to assign a Slot ID, the mouse exists as a "zombie" in the software tree but does not exist in the hardware's active polling schedule. This explains why tools like evtest and usbhid-dump are totally silent; the host controller isn't even attempting to poll the device for reports.

This also explains why the Logitech wireless receiver acts as a "magic key" for the other wired mice. My G5 and G403 are Full-Speed devices, while the wireless receiver is a High-Speed device. On this Broadwell-era MacBook Pro, the xHCI controller appears to have a bug or a limitation in calculating the periodic schedule for a slow device sitting behind a Thunderbolt-to-PCIe bridge. It seems the presence of a High-Speed device anchors the hub's Transaction Translator (TT) and provides a stable timing reference that finally allows the controller to successfully assign a Slot to the Full-Speed mouse. Without that High-Speed device on the bus to stabilize things, the xHCI scheduler seems to look at the slow device, fail the timing math, and reject the slot request entirely.

his really looks like a low-level hardware-firmware handshake failure between the Intel Wildcat Point-LP xHCI and the Thunderbolt-bridged hub.

Comment 3 manauer.uel 2026-04-03 19:51:50 UTC
After more testing I found a reliable fix.

The first clue was that `HID_QUIRK_ALWAYS_POLL` (value `0x400`) applied via the kernel command line fixes the problem for a specific mouse:

```
usbhid.quirks=0x046d:0xc049:0x00000400
```

This quirk forces the usbhid driver to keep the interrupt endpoint permanently active. The fact that it works tells me the problem is the interrupt pipe going idle, not a hardware failure. The kernel driver goes quiet after enumeration if nothing in userspace has opened the device yet. There is a brief window before the desktop environment opens the hidraw node during which no interrupt URBs are submitted. Something about the Thunderbolt 2 bridge appears to make the ASMedia TT sensitive to this idle condition in a way that a direct USB connection does not trigger.

The limitation of the quirk approach is that it requires the exact vendor and product ID of every mouse. There is no wildcard support.

I found that holding a file descriptor open on `/dev/hidrawX` has the same effect as `HID_QUIRK_ALWAYS_POLL`: it causes usbhid to keep the interrupt pipe active. So instead of the kernel parameter, a udev rule can do this automatically for any mouse the moment its hidraw node appears:

```
ACTION=="add", SUBSYSTEM=="hidraw", ATTRS{bInterfaceProtocol}=="02", \
    RUN+="/bin/systemd-run --no-block --unit=hid-poll-%k --collect /bin/cat /dev/%k"
```

`bInterfaceProtocol == 0x02` matches any boot-class HID mouse per the USB HID specification. `systemd-run` launches `cat /dev/hidrawX` as a transient unit.

I put together a small repository with the rule, an install script, and a detailed write-up: https://github.com/NextBlaubeere/asmedia-usb-mouse-fix


Note You need to log in before you can comment on or make changes to this bug.