Phantom notification sounds

Hey folks,

Kind of at my wit’s end on here… Recently, my garuda has started to make notification sounds (without a pop-up) and I cannot, for the life of me, track down what event triggered the notification sound.

I did go through System>Notifications>System Notifications and just going through the list and playing the sounds for the various system notifications and the sound it plays sounds a lot like the “device plugged in” and “device unplugged” sounds. So, I also checked the box for “show a message in pop-up” but nothing pops up, so not sure if it’s that.

I did run sudo udevadm monitor and I’m getting this output:

Output from udevadm
> sudo udevadm monitor
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[1493.048598] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1493.048621] bind     /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
UDEV  [1493.048975] bind     /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
UDEV  [1493.050832] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1493.516203] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1493.516750] unbind   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1493.516764] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1493.745411] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1493.746152] change   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1499.192307] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1499.192351] bind     /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
UDEV  [1499.192709] unbind   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
UDEV  [1499.197693] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1499.651256] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1499.651728] unbind   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1499.651749] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1499.880560] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1499.881443] change   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1505.337477] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1505.337524] bind     /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1505.804230] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
KERNEL[1505.804735] unbind   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1505.804756] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1506.032229] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
KERNEL[1506.033038] change   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
^C⏎

This doesn’t indicate the timestamp of the events, but it’s happening every few seconds.

Here’s the output with the -p switch:

Output from udevadm with properties
> sudo udevadm monitor -p
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[1603.640496] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0
SUBSYSTEM=usb
DEVTYPE=usb_interface
PRODUCT=451/8046/100
TYPE=9/0/3
INTERFACE=9/0/0
MODALIAS=usb:v0451p8046d0100dc09dsc00dp03ic09isc00ip00in00
SEQNUM=8921

KERNEL[1603.640529] bind     /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=bind
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/010
DEVTYPE=usb_device
DRIVER=usb
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=010
SEQNUM=8922
MAJOR=189
MINOR=137

KERNEL[1604.107204] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
ACTION=remove
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0
SUBSYSTEM=usb
DEVTYPE=usb_interface
PRODUCT=451/8046/100
TYPE=9/0/3
INTERFACE=9/0/0
MODALIAS=usb:v0451p8046d0100dc09dsc00dp03ic09isc00ip00in00
SEQNUM=8923

KERNEL[1604.107751] unbind   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=unbind
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/010
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=010
SEQNUM=8924
MAJOR=189
MINOR=137

KERNEL[1604.107770] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=remove
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/010
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=010
SEQNUM=8925
MAJOR=189
MINOR=137

KERNEL[1604.334917] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/011
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=011
SEQNUM=8926
MAJOR=189
MINOR=138

KERNEL[1604.335651] change   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=change
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/011
DEVTYPE=usb_device
DRIVER=usb
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=011
SEQNUM=8927
MAJOR=189
MINOR=138

KERNEL[1609.784476] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0
SUBSYSTEM=usb
DEVTYPE=usb_interface
PRODUCT=451/8046/100
TYPE=9/0/3
INTERFACE=9/0/0
MODALIAS=usb:v0451p8046d0100dc09dsc00dp03ic09isc00ip00in00
SEQNUM=8928

KERNEL[1609.784501] bind     /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=bind
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/011
DEVTYPE=usb_device
DRIVER=usb
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=011
SEQNUM=8929
MAJOR=189
MINOR=138

UDEV  [1609.788311] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/033
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=033
SEQNUM=7250
USEC_INITIALIZED=191207692
ID_BUS=usb
ID_MODEL=8046
ID_MODEL_ENC=8046
ID_MODEL_ID=8046
ID_SERIAL=0451_8046
ID_VENDOR=0451
ID_VENDOR_ENC=0451
ID_VENDOR_ID=0451
ID_REVISION=0100
ID_USB_MODEL=8046
ID_USB_MODEL_ENC=8046
ID_USB_MODEL_ID=8046
ID_USB_SERIAL=0451_8046
ID_USB_VENDOR=0451
ID_USB_VENDOR_ENC=0451
ID_USB_VENDOR_ID=0451
ID_USB_REVISION=0100
ID_USB_INTERFACES=:090000:
ID_VENDOR_FROM_DATABASE=Texas Instruments, Inc.
ID_PATH_WITH_USB_REVISION=pci-0000:00:14.0-usbv3-0:2
ID_PATH=pci-0000:00:14.0-usb-0:2
ID_PATH_TAG=pci-0000_00_14_0-usb-0_2
DRIVER=usb
ID_FOR_SEAT=usb-pci-0000_00_14_0-usb-0_2
MAJOR=189
MINOR=160
TAGS=:seat:
CURRENT_TAGS=:seat:

KERNEL[1610.251254] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0 (usb)
ACTION=remove
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0
SUBSYSTEM=usb
DEVTYPE=usb_interface
PRODUCT=451/8046/100
TYPE=9/0/3
INTERFACE=9/0/0
MODALIAS=usb:v0451p8046d0100dc09dsc00dp03ic09isc00ip00in00
SEQNUM=8930

KERNEL[1610.251805] unbind   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=unbind
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/011
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=011
SEQNUM=8931
MAJOR=189
MINOR=138

KERNEL[1610.251848] remove   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=remove
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/011
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=011
SEQNUM=8932
MAJOR=189
MINOR=138

KERNEL[1610.478678] add      /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/012
DEVTYPE=usb_device
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=012
SEQNUM=8933
MAJOR=189
MINOR=139

KERNEL[1610.479421] change   /devices/pci0000:00/0000:00:14.0/usb2/2-2 (usb)
ACTION=change
DEVPATH=/devices/pci0000:00/0000:00:14.0/usb2/2-2
SUBSYSTEM=usb
DEVNAME=/dev/bus/usb/002/012
DEVTYPE=usb_device
DRIVER=usb
PRODUCT=451/8046/100
TYPE=9/0/3
BUSNUM=002
DEVNUM=012
SEQNUM=8934
MAJOR=189
MINOR=139

^C⏎ 

I only have 3 usb devices plugged in: keyboard, mouse, integrated webcam in my Dell monitor. Once I unplugged it, the errors and notifications seemed to have stopped after some time.

I then installed KSystemLog and noticed similar errors to what I was seeing with udevadm except now it’s showing:

Priority: Error
Unit: Kernel
usb 2-9: Failed to suspend device, error -19

When I unplug the webcam from the usb, I get this error:

Priority: Error
Unit: libvirtd.service
internal error: Missing udev property 'ID_VENDOR_ID' on '2-2'

Here’s my inxi:

> garuda-inxi
System:
  Kernel: 6.12.1-zen1-1-zen arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen
    root=UUID=8dcc0c9c-8fe9-4fc6-b189-a8db2cfa3823 rw rootflags=subvol=@
    rd.driver.pre=vfio-pci intel_iommu=on quiet
    resume=UUID=a14a443b-9c6b-47d0-b49a-d9686d767b7c loglevel=3
    sysrq_always_enabled=1 ibt=off
  Desktop: KDE Plasma v: 6.2.4 tk: Qt v: N/A info: frameworks v: 6.8.0
    wm: kwin_wayland with: krunner tools: avail: hyprlock vt: 1 dm: SDDM
    Distro: Garuda base: Arch Linux
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: PRIME Z690-P WIFI v: Rev 1.xx
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    UEFI: American Megatrends v: 3001 date: 11/29/2023
CPU:
  Info: model: 12th Gen Intel Core i9-12900K bits: 64 type: MST AMCP
    arch: Alder Lake gen: core 12 level: v3 note: check built: 2021+
    process: Intel 7 (10nm ESF) family: 6 model-id: 0x97 (151) stepping: 2
    microcode: 0x37
  Topology: cpus: 1x dies: 1 clusters: 10 cores: 16 threads: 24 mt: 8 tpc: 2
    st: 8 smt: enabled cache: L1: 1.4 MiB desc: d-8x32 KiB, 8x48 KiB; i-8x32
    KiB, 8x64 KiB L2: 14 MiB desc: 8x1.2 MiB, 2x2 MiB L3: 30 MiB
    desc: 1x30 MiB
  Speed (MHz): avg: 745 min/max: 800/5200:4000 scaling: driver: intel_pstate
    governor: powersave cores: 1: 745 2: 745 3: 745 4: 745 5: 745 6: 745 7: 745
    8: 745 9: 745 10: 745 11: 745 12: 745 13: 745 14: 745 15: 745 16: 745
    17: 745 18: 745 19: 745 20: 745 21: 745 22: 745 23: 745 24: 745
    bogomips: 152985
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
  Vulnerabilities: <filter>
Graphics:
  Device-1: Intel AlderLake-S GT1 vendor: ASUSTeK driver: i915 v: kernel
    alternate: xe arch: Gen-12.1 process: Intel 10nm built: 2020-21 ports:
    active: none empty: DP-1,HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0
    chip-ID: 8086:4680 class-ID: 0300
  Device-2: NVIDIA GA104 [GeForce RTX 3060 Ti Lite Hash Rate]
    vendor: ASUSTeK driver: nvidia v: 565.57.01 alternate: nouveau,nvidia_drm
    non-free: 550.xx+ status: current (as of 2024-09; EOL~2026-12-xx)
    arch: Ampere code: GAxxx process: TSMC n7 (7nm) built: 2020-2023 pcie:
    gen: 1 speed: 2.5 GT/s lanes: 16 link-max: gen: 4 speed: 16 GT/s ports:
    active: none off: DP-2,DP-4 empty: DP-3,HDMI-A-3,HDMI-A-4 bus-ID: 01:00.0
    chip-ID: 10de:2489 class-ID: 0300
  Device-3: Realtek Integrated_Webcam_FHD driver: uvcvideo type: USB
    rev: 2.0 speed: 480 Mb/s lanes: 1 mode: 2.0 bus-ID: 1-3.4:7
    chip-ID: 0bda:58ba class-ID: 0e02 serial: <filter>
  Display: wayland server: X.org v: 1.21.1.14 with: Xwayland v: 24.1.4
    compositor: kwin_wayland driver: X: loaded: modesetting,nvidia
    unloaded: nouveau alternate: fbdev,intel,nv,vesa dri: iris
    gpu: i915,nvidia d-rect: 3840x1080 display-ID: 0
  Monitor-1: DP-2 pos: primary,left res: 1920x1080 size: N/A modes: N/A
  Monitor-2: DP-4 pos: right res: 1920x1080 size: N/A modes: N/A
  API: EGL v: 1.5 hw: drv: intel iris drv: nvidia platforms: device: 0
    drv: nvidia device: 1 drv: iris device: 3 drv: swrast gbm: drv: iris
    surfaceless: drv: nvidia wayland: drv: nvidia x11: drv: nvidia
    inactive: device-2
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 565.57.01
    glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
    memory: 7.81 GiB display-ID: :1.0
  API: Vulkan v: 1.3.295 layers: 14 device: 0 type: discrete-gpu name: NVIDIA
    GeForce RTX 3060 Ti driver: nvidia v: 565.57.01 device-ID: 10de:2489
    surfaces: xcb,xlib,wayland device: 1 type: integrated-gpu name: Intel UHD
    Graphics 770 (ADL-S GT1) driver: mesa intel v: 24.2.7-arch1.1
    device-ID: 8086:4680 surfaces: xcb,xlib,wayland device: 2 type: cpu
    name: llvmpipe (LLVM 18.1.8 256 bits) driver: mesa llvmpipe
    v: 24.2.7-arch1.1 (LLVM 18.1.8) device-ID: 10005:0000
    surfaces: xcb,xlib,wayland
Audio:
  Device-1: Intel Alder Lake-S HD Audio vendor: ASUSTeK driver: vfio-pci
    alternate: snd_hda_intel, snd_soc_avs, snd_sof_pci_intel_tgl bus-ID: 00:1f.3
    chip-ID: 8086:7ad0 class-ID: 0403
  Device-2: NVIDIA GA104 High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 01:00.1 chip-ID: 10de:228b class-ID: 0403
  Device-3: Conexant Systems (Rockwell) DELL UZ2715H
    driver: hid-generic,snd-usb-audio,usbhid type: USB rev: 2.0 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 1-3.2:5 chip-ID: 0572:141c class-ID: 0300
    serial: <filter>
  API: ALSA v: k6.12.1-zen1-1-zen status: kernel-api with: aoss
    type: oss-emulator tools: N/A
  Server-1: PipeWire v: 1.2.7 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Alder Lake-S PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 00:14.3 chip-ID: 8086:7af0 class-ID: 0280
  IF: wlo1 state: up mac: <filter>
  Device-2: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
    pcie: gen: 2 speed: 5 GT/s lanes: 1 port: 4000 bus-ID: 06:00.0
    chip-ID: 10ec:8125 class-ID: 0200
  IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IF-ID-1: br-b787944b7593 state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-2: br-c22acf9ff387 state: down mac: <filter>
  IF-ID-3: br-e04f75c95f55 state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-4: br-e9c38ec2b98c state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-5: docker0 state: down mac: <filter>
  IF-ID-6: veth3bf797b state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-7: vethe7babba state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-8: vetheb853aa state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-9: virbr0 state: down mac: <filter>
  IF-ID-10: vmnet1 state: unknown speed: N/A duplex: N/A mac: <filter>
  IF-ID-11: vmnet8 state: unknown speed: N/A duplex: N/A mac: <filter>
  Info: services: NetworkManager, smbd, sshd, systemd-timesyncd,
    wpa_supplicant
Bluetooth:
  Device-1: Intel AX201 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-14:9 chip-ID: 8087:0026
    class-ID: e001
  Report: btmgmt ID: hci0 rfk-id: 1 state: up address: <filter> bt-v: 5.2
    lmp-v: 11 status: discoverable: no pairing: no class-ID: 6c0104
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller driver: vmd
    v: 0.6 port: N/A bus-ID: 00:0e.0 chip-ID: 8086:467f rev: class-ID: 0104
Drives:
  Local Storage: total: 6.37 TiB used: 2.72 TiB (42.7%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:4 vendor: Samsung model: SSD 980 PRO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: 5B2QGXA7 temp: 40.9 C
    scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Samsung model: SSD 990 PRO with
    Heatsink 2TB size: 1.82 TiB block-size: physical: 512 B logical: 512 B
    speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: 4B2QJXD7
    temp: 46.9 C scheme: GPT
  ID-3: /dev/sda maj-min: 8:0 vendor: Seagate model: ST4000NE001-2MA101
    size: 3.64 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: EN01 scheme: GPT
  SMART Message: Unknown smartctl error. Unable to generate data.
Partition:
  ID-1: / raw-size: 1.79 TiB size: 1.79 TiB (100.00%) used: 473.72 GiB (25.9%)
    fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2 maj-min: 259:2
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 588 KiB (0.2%) fs: vfat block-size: 512 B dev: /dev/nvme1n1p1
    maj-min: 259:1
  ID-3: /home raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 473.72 GiB (25.9%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
  ID-4: /var/log raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 473.72 GiB (25.9%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
  ID-5: /var/tmp raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 473.72 GiB (25.9%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
Swap:
  Kernel: swappiness: 133 (default 60) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: zram size: 31.08 GiB used: 195.9 MiB (0.6%)
    priority: 100 comp: zstd avail: lzo-rle,lzo,lz4,lz4hc,deflate,842
    max-streams: 24 dev: /dev/zram0
  ID-2: swap-2 type: partition size: 34.2 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/nvme1n1p3 maj-min: 259:3
Sensors:
  System Temperatures: cpu: 42.5 C mobo: N/A
  Fan Speeds (rpm): N/A
Info:
  Memory: total: 32 GiB note: est. available: 31.09 GiB used: 8.73 GiB (28.1%)
  Processes: 656 Power: uptime: 30m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.38 GiB services: org_kde_powerdevil,
    power-profiles-daemon, upowerd Init: systemd v: 256 default: graphical
    tool: systemctl
  Packages: 2137 pm: pacman pkgs: 2122 libs: 609 tools: octopi,pacseek,paru
    pm: flatpak pkgs: 15 Compilers: clang: 18.1.8 gcc: 14.2.1 alt: 13
    Shell: garuda-inxi default: fish v: 3.7.1 running-in: kitty inxi: 3.3.36
Garuda (2.6.26-1):
  System install date:     2024-10-16
  Last full system update: 2024-12-01 ↻
  Is partially upgraded:   No
  Relevant software:       snapper NetworkManager dracut nvidia-dkms
  Windows dual boot:       Probably (Run as root to verify)
  Failed units:  

I’m not sure what may have changed, but it seems like it may be related to a newer kernel? For now, I have it unplugged because I don’t really use the webcam, but this feels like something I should be able to fix. Any guidance or help on the direction I should take would be greatly appreciated!

Thank you!

Edit: removed collapse on garuda-inxi as per @SGS request

IDK, but

  • After rebooting, post the FULL output of garuda-inxi in the body of the post (not linked externally, or collapsed with the “hide details” feature)
1 Like

Here’s my garuda-inxi output post reboot:

> garuda-inxi
System:
  Kernel: 6.12.1-zen1-1-zen arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen
    root=UUID=8dcc0c9c-8fe9-4fc6-b189-a8db2cfa3823 rw rootflags=subvol=@
    rd.driver.pre=vfio-pci intel_iommu=on quiet
    resume=UUID=a14a443b-9c6b-47d0-b49a-d9686d767b7c loglevel=3
    sysrq_always_enabled=1 ibt=off
  Desktop: KDE Plasma v: 6.2.4 tk: Qt v: N/A info: frameworks v: 6.8.0
    wm: kwin_wayland tools: avail: hyprlock vt: 1 dm: SDDM Distro: Garuda
    base: Arch Linux
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: PRIME Z690-P WIFI v: Rev 1.xx
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    UEFI: American Megatrends v: 3001 date: 11/29/2023
CPU:
  Info: model: 12th Gen Intel Core i9-12900K bits: 64 type: MST AMCP
    arch: Alder Lake gen: core 12 level: v3 note: check built: 2021+
    process: Intel 7 (10nm ESF) family: 6 model-id: 0x97 (151) stepping: 2
    microcode: 0x37
  Topology: cpus: 1x dies: 1 clusters: 10 cores: 16 threads: 24 mt: 8 tpc: 2
    st: 8 smt: enabled cache: L1: 1.4 MiB desc: d-8x32 KiB, 8x48 KiB; i-8x32
    KiB, 8x64 KiB L2: 14 MiB desc: 8x1.2 MiB, 2x2 MiB L3: 30 MiB
    desc: 1x30 MiB
  Speed (MHz): avg: 3087 min/max: 800/5200:4000 scaling:
    driver: intel_pstate governor: performance cores: 1: 3087 2: 3087 3: 3087
    4: 3087 5: 3087 6: 3087 7: 3087 8: 3087 9: 3087 10: 3087 11: 3087 12: 3087
    13: 3087 14: 3087 15: 3087 16: 3087 17: 3087 18: 3087 19: 3087 20: 3087
    21: 3087 22: 3087 23: 3087 24: 3087 bogomips: 152985
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
  Vulnerabilities: <filter>
Graphics:
  Device-1: Intel AlderLake-S GT1 vendor: ASUSTeK driver: i915 v: kernel
    alternate: xe arch: Gen-12.1 process: Intel 10nm built: 2020-21 ports:
    active: none empty: DP-1,HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0
    chip-ID: 8086:4680 class-ID: 0300
  Device-2: NVIDIA GA104 [GeForce RTX 3060 Ti Lite Hash Rate]
    vendor: ASUSTeK driver: nvidia v: 565.57.01 alternate: nouveau,nvidia_drm
    non-free: 550.xx+ status: current (as of 2024-09; EOL~2026-12-xx)
    arch: Ampere code: GAxxx process: TSMC n7 (7nm) built: 2020-2023 pcie:
    gen: 4 speed: 16 GT/s lanes: 16 ports: active: none off: DP-2,DP-4
    empty: DP-3,HDMI-A-3,HDMI-A-4 bus-ID: 01:00.0 chip-ID: 10de:2489
    class-ID: 0300
  Display: wayland server: X.org v: 1.21.1.14 with: Xwayland v: 24.1.4
    compositor: kwin_wayland driver: X: loaded: modesetting,nvidia
    unloaded: nouveau alternate: fbdev,intel,nv,vesa dri: iris
    gpu: i915,nvidia d-rect: 3840x1080 display-ID: 0
  Monitor-1: DP-2 pos: primary,left res: 1920x1080 size: N/A modes: N/A
  Monitor-2: DP-4 pos: right res: 1920x1080 size: N/A modes: N/A
  API: EGL v: 1.5 hw: drv: intel iris drv: nvidia platforms: device: 0
    drv: nvidia device: 1 drv: iris device: 3 drv: swrast gbm: drv: iris
    surfaceless: drv: nvidia wayland: drv: nvidia x11: drv: nvidia
    inactive: device-2
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 565.57.01
    glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
    memory: 7.81 GiB display-ID: :1.0
  API: Vulkan v: 1.3.295 layers: 14 device: 0 type: discrete-gpu name: NVIDIA
    GeForce RTX 3060 Ti driver: nvidia v: 565.57.01 device-ID: 10de:2489
    surfaces: xcb,xlib,wayland device: 1 type: integrated-gpu name: Intel UHD
    Graphics 770 (ADL-S GT1) driver: mesa intel v: 24.2.7-arch1.1
    device-ID: 8086:4680 surfaces: xcb,xlib,wayland device: 2 type: cpu
    name: llvmpipe (LLVM 18.1.8 256 bits) driver: mesa llvmpipe
    v: 24.2.7-arch1.1 (LLVM 18.1.8) device-ID: 10005:0000
    surfaces: xcb,xlib,wayland
Audio:
  Device-1: Intel Alder Lake-S HD Audio vendor: ASUSTeK driver: vfio-pci
    alternate: snd_hda_intel, snd_soc_avs, snd_sof_pci_intel_tgl bus-ID: 00:1f.3
    chip-ID: 8086:7ad0 class-ID: 0403
  Device-2: NVIDIA GA104 High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 01:00.1 chip-ID: 10de:228b class-ID: 0403
  API: ALSA v: k6.12.1-zen1-1-zen status: kernel-api with: aoss
    type: oss-emulator tools: N/A
  Server-1: PipeWire v: 1.2.7 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Alder Lake-S PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 00:14.3 chip-ID: 8086:7af0 class-ID: 0280
  IF: wlo1 state: up mac: <filter>
  Device-2: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
    pcie: gen: 2 speed: 5 GT/s lanes: 1 port: 4000 bus-ID: 06:00.0
    chip-ID: 10ec:8125 class-ID: 0200
  IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IF-ID-1: br-b787944b7593 state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-2: br-c22acf9ff387 state: down mac: <filter>
  IF-ID-3: br-e04f75c95f55 state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-4: br-e9c38ec2b98c state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-5: docker0 state: down mac: <filter>
  IF-ID-6: veth46cc8bd state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-7: vethcec19b7 state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-8: vethfdbb7ac state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-9: virbr0 state: down mac: <filter>
  IF-ID-10: vmnet1 state: unknown speed: N/A duplex: N/A mac: <filter>
  IF-ID-11: vmnet8 state: unknown speed: N/A duplex: N/A mac: <filter>
  Info: services: NetworkManager, smbd, sshd, systemd-timesyncd,
    wpa_supplicant
Bluetooth:
  Device-1: Intel AX201 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-14:6 chip-ID: 8087:0026
    class-ID: e001
  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.2
    lmp-v: 11 status: discoverable: no pairing: no class-ID: 6c0104
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller driver: vmd
    v: 0.6 port: N/A bus-ID: 00:0e.0 chip-ID: 8086:467f rev: class-ID: 0104
Drives:
  Local Storage: total: 6.37 TiB used: 2.71 TiB (42.6%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:4 vendor: Samsung model: SSD 980 PRO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: 5B2QGXA7 temp: 46.9 C
    scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Samsung model: SSD 990 PRO with
    Heatsink 2TB size: 1.82 TiB block-size: physical: 512 B logical: 512 B
    speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: 4B2QJXD7
    temp: 47.9 C scheme: GPT
  ID-3: /dev/sda maj-min: 8:0 vendor: Seagate model: ST4000NE001-2MA101
    size: 3.64 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: EN01 scheme: GPT
  SMART Message: Unknown smartctl error. Unable to generate data.
Partition:
  ID-1: / raw-size: 1.79 TiB size: 1.79 TiB (100.00%) used: 465.44 GiB (25.5%)
    fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2 maj-min: 259:2
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 588 KiB (0.2%) fs: vfat block-size: 512 B dev: /dev/nvme1n1p1
    maj-min: 259:1
  ID-3: /home raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 465.44 GiB (25.5%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
  ID-4: /var/log raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 465.44 GiB (25.5%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
  ID-5: /var/tmp raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 465.44 GiB (25.5%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
Swap:
  Kernel: swappiness: 133 (default 60) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: zram size: 31.08 GiB used: 0 KiB (0.0%) priority: 100
    comp: zstd avail: lzo-rle,lzo,lz4,lz4hc,deflate,842 max-streams: 24
    dev: /dev/zram0
  ID-2: swap-2 type: partition size: 34.2 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/nvme1n1p3 maj-min: 259:3
Sensors:
  System Temperatures: cpu: 50.5 C mobo: N/A
  Fan Speeds (rpm): N/A
Info:
  Memory: total: 32 GiB note: est. available: 31.09 GiB used: 7.09 GiB (22.8%)
  Processes: 598 Power: uptime: 1m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.38 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 256 default: graphical tool: systemctl
  Packages: 2138 pm: pacman pkgs: 2123 libs: 609 tools: octopi,pacseek,paru
    pm: flatpak pkgs: 15 Compilers: clang: 18.1.8 gcc: 14.2.1 alt: 13
    Shell: garuda-inxi default: fish v: 3.7.1 running-in: kitty inxi: 3.3.36
Garuda (2.6.26-1):
  System install date:     2024-10-16
  Last full system update: 2024-12-01
  Is partially upgraded:   No
  Relevant software:       snapper NetworkManager dracut nvidia-dkms
  Windows dual boot:       Probably (Run as root to verify)
  Failed units: 

Can you test X11?

Are you asking me to provide you with the garuda-inxi in X11 or to plug the problematic device back into the USB slot and then see if I’m getting the same errors?

Here is garuda-inxi while in X11:

> garuda-inxi
System:
  Kernel: 6.12.1-zen1-1-zen arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: tsc avail: acpi_pm
    parameters: BOOT_IMAGE=/@/boot/vmlinuz-linux-zen
    root=UUID=8dcc0c9c-8fe9-4fc6-b189-a8db2cfa3823 rw rootflags=subvol=@
    rd.driver.pre=vfio-pci intel_iommu=on quiet
    resume=UUID=a14a443b-9c6b-47d0-b49a-d9686d767b7c loglevel=3
    sysrq_always_enabled=1 ibt=off
  Desktop: KDE Plasma v: 6.2.4 tk: Qt v: N/A info: frameworks v: 6.8.0
    wm: kwin_x11 tools: avail: hyprlock vt: 2 dm: SDDM Distro: Garuda
    base: Arch Linux
Machine:
  Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required>
  Mobo: ASUSTeK model: PRIME Z690-P WIFI v: Rev 1.xx
    serial: <superuser required> part-nu: SKU uuid: <superuser required>
    UEFI: American Megatrends v: 3001 date: 11/29/2023
CPU:
  Info: model: 12th Gen Intel Core i9-12900K bits: 64 type: MST AMCP
    arch: Alder Lake gen: core 12 level: v3 note: check built: 2021+
    process: Intel 7 (10nm ESF) family: 6 model-id: 0x97 (151) stepping: 2
    microcode: 0x37
  Topology: cpus: 1x dies: 1 clusters: 10 cores: 16 threads: 24 mt: 8 tpc: 2
    st: 8 smt: enabled cache: L1: 1.4 MiB desc: d-8x32 KiB, 8x48 KiB; i-8x32
    KiB, 8x64 KiB L2: 14 MiB desc: 8x1.2 MiB, 2x2 MiB L3: 30 MiB
    desc: 1x30 MiB
  Speed (MHz): avg: 5020 min/max: 800/5200:4000 scaling:
    driver: intel_pstate governor: powersave cores: 1: 5020 2: 5020 3: 5020
    4: 5020 5: 5020 6: 5020 7: 5020 8: 5020 9: 5020 10: 5020 11: 5020 12: 5020
    13: 5020 14: 5020 15: 5020 16: 5020 17: 5020 18: 5020 19: 5020 20: 5020
    21: 5020 22: 5020 23: 5020 24: 5020 bogomips: 152985
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
  Vulnerabilities: <filter>
Graphics:
  Device-1: Intel AlderLake-S GT1 vendor: ASUSTeK driver: i915 v: kernel
    alternate: xe arch: Gen-12.1 process: Intel 10nm built: 2020-21 ports:
    active: none empty: DP-1,HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0
    chip-ID: 8086:4680 class-ID: 0300
  Device-2: NVIDIA GA104 [GeForce RTX 3060 Ti Lite Hash Rate]
    vendor: ASUSTeK driver: nvidia v: 565.57.01 alternate: nouveau,nvidia_drm
    non-free: 550.xx+ status: current (as of 2024-09; EOL~2026-12-xx)
    arch: Ampere code: GAxxx process: TSMC n7 (7nm) built: 2020-2023 pcie:
    gen: 4 speed: 16 GT/s lanes: 16 ports: active: none off: DP-2,DP-4
    empty: DP-3,HDMI-A-3,HDMI-A-4 bus-ID: 01:00.0 chip-ID: 10de:2489
    class-ID: 0300
  Display: x11 server: X.Org v: 21.1.14 with: Xwayland v: 24.1.4
    compositor: kwin_x11 driver: X: loaded: modesetting,nvidia unloaded: nouveau
    alternate: fbdev,intel,nv,vesa dri: iris gpu: nvidia,nvidia-nvswitch
    display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3840x1176 s-dpi: 83 s-size: 1176x360mm (46.30x14.17")
    s-diag: 1230mm (48.42")
  Monitor-1: DP-2 mapped: DP-1 note: disabled pos: bottom-l
    model: Samsung SyncMaster serial: <filter> built: 2009 res: 1920x1080 hz: 60
    dpi: 92 gamma: 1.2 size: 531x298mm (20.91x11.73") diag: 609mm (24")
    ratio: 16:9 modes: max: 1920x1080 min: 640x480
  Monitor-2: DP-4 note: disabled pos: primary,top-right model: Dell UZ2715H
    serial: <filter> built: 2014 res: 1920x1080 hz: 60 dpi: 82 gamma: 1.2
    size: 597x336mm (23.5x13.23") diag: 676mm (26.6") ratio: 16:9 modes:
    max: 1920x1080 min: 640x480
  API: EGL v: 1.5 hw: drv: intel iris drv: nvidia platforms: device: 0
    drv: nvidia device: 1 drv: iris device: 3 drv: swrast gbm: drv: iris
    surfaceless: drv: nvidia x11: drv: nvidia inactive: wayland,device-2
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 565.57.01
    glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
    memory: 7.81 GiB
  API: Vulkan v: 1.3.295 layers: 14 device: 0 type: discrete-gpu name: NVIDIA
    GeForce RTX 3060 Ti driver: nvidia v: 565.57.01 device-ID: 10de:2489
    surfaces: xcb,xlib device: 1 type: integrated-gpu name: Intel UHD
    Graphics 770 (ADL-S GT1) driver: mesa intel v: 24.2.7-arch1.1
    device-ID: 8086:4680 surfaces: xcb,xlib device: 2 type: cpu name: llvmpipe
    (LLVM 18.1.8 256 bits) driver: mesa llvmpipe v: 24.2.7-arch1.1 (LLVM
    18.1.8) device-ID: 10005:0000 surfaces: xcb,xlib
Audio:
  Device-1: Intel Alder Lake-S HD Audio vendor: ASUSTeK driver: vfio-pci
    alternate: snd_hda_intel, snd_soc_avs, snd_sof_pci_intel_tgl bus-ID: 00:1f.3
    chip-ID: 8086:7ad0 class-ID: 0403
  Device-2: NVIDIA GA104 High Definition Audio vendor: ASUSTeK
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 01:00.1 chip-ID: 10de:228b class-ID: 0403
  API: ALSA v: k6.12.1-zen1-1-zen status: kernel-api with: aoss
    type: oss-emulator tools: N/A
  Server-1: PipeWire v: 1.2.7 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Alder Lake-S PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 00:14.3 chip-ID: 8086:7af0 class-ID: 0280
  IF: wlo1 state: up mac: <filter>
  Device-2: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
    pcie: gen: 2 speed: 5 GT/s lanes: 1 port: 4000 bus-ID: 06:00.0
    chip-ID: 10ec:8125 class-ID: 0200
  IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
  IF-ID-1: br-b787944b7593 state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-2: br-c22acf9ff387 state: down mac: <filter>
  IF-ID-3: br-e04f75c95f55 state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-4: br-e9c38ec2b98c state: up speed: 10000 Mbps duplex: unknown
    mac: <filter>
  IF-ID-5: docker0 state: down mac: <filter>
  IF-ID-6: veth46cc8bd state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-7: vethcec19b7 state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-8: vethfdbb7ac state: up speed: 10000 Mbps duplex: full
    mac: <filter>
  IF-ID-9: virbr0 state: down mac: <filter>
  IF-ID-10: vmnet1 state: unknown speed: N/A duplex: N/A mac: <filter>
  IF-ID-11: vmnet8 state: unknown speed: N/A duplex: N/A mac: <filter>
  Info: services: NetworkManager, smbd, sshd, systemd-timesyncd,
    wpa_supplicant
Bluetooth:
  Device-1: Intel AX201 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-14:6 chip-ID: 8087:0026
    class-ID: e001
  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.2
    lmp-v: 11 status: discoverable: no pairing: no class-ID: 6c0104
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller driver: vmd
    v: 0.6 port: N/A bus-ID: 00:0e.0 chip-ID: 8086:467f rev: class-ID: 0104
Drives:
  Local Storage: total: 6.37 TiB used: 2.71 TiB (42.6%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:4 vendor: Samsung model: SSD 980 PRO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 63.2 Gb/s
    lanes: 4 tech: SSD serial: <filter> fw-rev: 5B2QGXA7 temp: 42.9 C
    scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:0 vendor: Samsung model: SSD 990 PRO with
    Heatsink 2TB size: 1.82 TiB block-size: physical: 512 B logical: 512 B
    speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: 4B2QJXD7
    temp: 44.9 C scheme: GPT
  ID-3: /dev/sda maj-min: 8:0 vendor: Seagate model: ST4000NE001-2MA101
    size: 3.64 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
    tech: HDD rpm: 7200 serial: <filter> fw-rev: EN01 scheme: GPT
  SMART Message: Unknown smartctl error. Unable to generate data.
Partition:
  ID-1: / raw-size: 1.79 TiB size: 1.79 TiB (100.00%) used: 465.49 GiB (25.5%)
    fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2 maj-min: 259:2
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 588 KiB (0.2%) fs: vfat block-size: 512 B dev: /dev/nvme1n1p1
    maj-min: 259:1
  ID-3: /home raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 465.49 GiB (25.5%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
  ID-4: /var/log raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 465.49 GiB (25.5%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
  ID-5: /var/tmp raw-size: 1.79 TiB size: 1.79 TiB (100.00%)
    used: 465.49 GiB (25.5%) fs: btrfs block-size: 4096 B dev: /dev/nvme1n1p2
    maj-min: 259:2
Swap:
  Kernel: swappiness: 133 (default 60) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: zram size: 31.08 GiB used: 203.2 MiB (0.6%)
    priority: 100 comp: zstd avail: lzo-rle,lzo,lz4,lz4hc,deflate,842
    max-streams: 24 dev: /dev/zram0
  ID-2: swap-2 type: partition size: 34.2 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/nvme1n1p3 maj-min: 259:3
Sensors:
  System Temperatures: cpu: 44.0 C mobo: N/A gpu: nvidia temp: 42 C
  Fan Speeds (rpm): N/A gpu: nvidia fan: 0%
Info:
  Memory: total: 32 GiB note: est. available: 31.09 GiB used: 7.51 GiB (24.2%)
  Processes: 597 Power: uptime: 8m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.38 GiB services: org_kde_powerdevil,
    power-profiles-daemon, upowerd Init: systemd v: 256 default: graphical
    tool: systemctl
  Packages: 2138 pm: pacman pkgs: 2123 libs: 609 tools: octopi,pacseek,paru
    pm: flatpak pkgs: 15 Compilers: clang: 18.1.8 gcc: 14.2.1 alt: 13
    Shell: garuda-inxi default: fish v: 3.7.1 running-in: kitty inxi: 3.3.36
Garuda (2.6.26-1):
  System install date:     2024-10-16
  Last full system update: 2024-12-01
  Is partially upgraded:   No
  Relevant software:       snapper NetworkManager dracut nvidia-dkms
  Windows dual boot:       Probably (Run as root to verify)
  Failed units: 

Also, plugged the device back in during the X11 session, here’s the 2 errors in KSystemLog:

Priority: Error
Unit: Kernel
hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
Priority: Error
Unit: Kernel
usb 2-2: Failed to suspend device, error -19

Yeah, same problem with X11?

Yeah, appears to have the same errors. Doesn’t appear to be an X11-related issue, nor a KDE issue. It seems like, for some reason, the device vendor_id isn’t available or recognizable to the kernel so it’s doing this. But this never happened before. I am seeing a lot of vmware-usbarbitrator information entries in the system log:

Priority: Information
Unit: vmware-usbarbitrator
USBGL: Failed to open '/sys/bus/usb/devices/2-2/product', error(0x2).

I wonder if I try booting into an older kernel version if I get the same issues…

Interestingly, in X11, I’m now getting pop-ups for the USB device plugging-in and disconnecting:

So, something appears to be able to “read” what this device is, but the kernel’s not happy about it… These are now popping up:

Priority: Warning
Unit: kernel
xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
Priority: Warning
Unit: kernel
usb 2-2: Enable of device-initiated U2 failed.
Priority: Error
Unit: kernel
hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
Priority: Error
Unit: kernel
usb 2-2: Failed to suspend device, error -19

Rebooting into an older kernel version (via snapshot) didn’t do anything… So bizarre…

run sudo dmesg -WT and watch for any activity during these notification sound events.

1 Like

Here ya go:

> sudo dmesg -WT
   
[Sun Dec  1 17:06:48 2024] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[Sun Dec  1 17:06:48 2024] usb 1-3: New USB device found, idVendor=0451, idProduct=8044, bcdDevice= 1.00
[Sun Dec  1 17:06:48 2024] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[Sun Dec  1 17:06:48 2024] usb 1-3: SerialNumber: 36000081230E
[Sun Dec  1 17:06:48 2024] hub 1-3:1.0: USB hub found
[Sun Dec  1 17:06:48 2024] hub 1-3:1.0: 4 ports detected
[Sun Dec  1 17:06:48 2024] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[Sun Dec  1 17:06:48 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:06:48 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:06:49 2024] usb 1-3.2: new full-speed USB device number 8 using xhci_hcd
[Sun Dec  1 17:06:49 2024] usb 1-3.2: New USB device found, idVendor=0572, idProduct=141c, bcdDevice=10.06
[Sun Dec  1 17:06:49 2024] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sun Dec  1 17:06:49 2024] usb 1-3.2: Product: DELL UZ2715H
[Sun Dec  1 17:06:49 2024] usb 1-3.2: Manufacturer: DELL
[Sun Dec  1 17:06:49 2024] usb 1-3.2: SerialNumber: 000000000000
[Sun Dec  1 17:06:53 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:06:53 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:06:53 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:06:53 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:06:53 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:06:54 2024] input: DELL DELL UZ2715H Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.3/0003:0572:141C.0005/input/input16
[Sun Dec  1 17:06:54 2024] input: DELL DELL UZ2715H as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.3/0003:0572:141C.0005/input/input17
[Sun Dec  1 17:06:54 2024] hid-generic 0003:0572:141C.0005: input,hiddev97,hidraw4: USB HID v1.00 Device [DELL DELL UZ2715H] on usb-0000:00:14.0-3.2/input3
[Sun Dec  1 17:06:54 2024] usb 1-3.4: new high-speed USB device number 9 using xhci_hcd
[Sun Dec  1 17:06:54 2024] usb 1-3.4: New USB device found, idVendor=0bda, idProduct=58ba, bcdDevice=32.64
[Sun Dec  1 17:06:54 2024] usb 1-3.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[Sun Dec  1 17:06:54 2024] usb 1-3.4: Product: Integrated_Webcam_FHD
[Sun Dec  1 17:06:54 2024] usb 1-3.4: Manufacturer: CNFDF25k125030002060
[Sun Dec  1 17:06:54 2024] usb 1-3.4: SerialNumber: 0x0001
[Sun Dec  1 17:06:54 2024] mc: Linux media interface: v0.10
[Sun Dec  1 17:06:54 2024] videodev: Linux video capture interface: v2.00
[Sun Dec  1 17:06:54 2024] usb 1-3.4: Found UVC 1.00 device Integrated_Webcam_FHD (0bda:58ba)
[Sun Dec  1 17:06:54 2024] usbcore: registered new interface driver uvcvideo
[Sun Dec  1 17:06:54 2024] usbcore: registered new interface driver snd-usb-audio
[Sun Dec  1 17:06:54 2024] usb 2-2: USB disconnect, device number 2
[Sun Dec  1 17:06:54 2024] usb 1-3.2: 1:1: cannot get freq at ep 0x81
[Sun Dec  1 17:06:54 2024] usb 1-3.2: 2:1: cannot get freq at ep 0x1
[Sun Dec  1 17:06:54 2024] usb 1-3.2: 1:1: cannot get freq at ep 0x81
[Sun Dec  1 17:06:54 2024] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[Sun Dec  1 17:06:54 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:06:54 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:00 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:00 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:00 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:00 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:00 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:00 2024] usb 2-2: USB disconnect, device number 3
[Sun Dec  1 17:07:00 2024] usb 2-2: new SuperSpeed USB device number 4 using xhci_hcd
[Sun Dec  1 17:07:00 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:00 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:06 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:06 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:06 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:06 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:06 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:06 2024] usb 2-2: USB disconnect, device number 4
[Sun Dec  1 17:07:06 2024] usb 2-2: new SuperSpeed USB device number 5 using xhci_hcd
[Sun Dec  1 17:07:06 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:06 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:12 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:12 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:12 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:12 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:12 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:12 2024] usb 2-2: USB disconnect, device number 5
[Sun Dec  1 17:07:13 2024] usb 2-2: new SuperSpeed USB device number 6 using xhci_hcd
[Sun Dec  1 17:07:13 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:13 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:18 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:18 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:18 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:18 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:18 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:18 2024] usb 2-2: USB disconnect, device number 6
[Sun Dec  1 17:07:19 2024] usb 2-2: new SuperSpeed USB device number 7 using xhci_hcd
[Sun Dec  1 17:07:19 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:19 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:24 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:24 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:24 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:24 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:24 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:25 2024] usb 2-2: USB disconnect, device number 7
[Sun Dec  1 17:07:25 2024] usb 2-2: new SuperSpeed USB device number 8 using xhci_hcd
[Sun Dec  1 17:07:25 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:25 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:30 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:30 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:30 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:30 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:30 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:31 2024] usb 2-2: USB disconnect, device number 8
[Sun Dec  1 17:07:31 2024] usb 2-2: new SuperSpeed USB device number 9 using xhci_hcd
[Sun Dec  1 17:07:31 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:31 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:36 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:36 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:36 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:36 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:36 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:37 2024] usb 2-2: USB disconnect, device number 9
[Sun Dec  1 17:07:37 2024] usb 2-2: new SuperSpeed USB device number 10 using xhci_hcd
[Sun Dec  1 17:07:37 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:37 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:43 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:43 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:43 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:43 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:43 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:43 2024] usb 2-2: USB disconnect, device number 10
[Sun Dec  1 17:07:43 2024] usb 2-2: new SuperSpeed USB device number 11 using xhci_hcd
[Sun Dec  1 17:07:43 2024] usb 2-2: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Sun Dec  1 17:07:43 2024] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Sun Dec  1 17:07:47 2024] usb 1-3: USB disconnect, device number 7
[Sun Dec  1 17:07:47 2024] usb 1-3.2: USB disconnect, device number 8
[Sun Dec  1 17:07:49 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Sun Dec  1 17:07:49 2024] usb 2-2: Enable of device-initiated U2 failed.
[Sun Dec  1 17:07:49 2024] hub 2-2:1.0: USB hub found
[Sun Dec  1 17:07:49 2024] hub 2-2:1.0: config failed, can't read hub descriptor (err -22)
[Sun Dec  1 17:07:49 2024] usb 2-2: Failed to suspend device, error -19
[Sun Dec  1 17:07:49 2024] usb 2-2: USB disconnect, device number 11
[Sun Dec  1 17:07:49 2024] usb 1-3.4: USB disconnect, device number 9

Any insights?

if you can spend time…
try another kernel…lts or lqs (before kernel 6.12)
also
pls make bios update

and then ?

test a live-iso dr460nized-gaming/240428

you have dualboot…what´s going on there ?

Ok, I’ll install an an LTS kernel older than 6.12 and see if this still occurs, and I will look into a BIOS update.

Will do…

Yes, this was my original Win10 machine. I installed a new 2TB SSD so I can put garuda on it until I can fully transition away from Windblowz. For now, it stays though I boot into it rarely. I don’t think this has any bearing on the issue here though, as it was pre-existing when this issue wasn’t happening.

this message keep happening and then it keeps trying to reconnect usb devices in a loop. maybe clean out your usb ports and cable ends and inspect whatever device that is. it appears to be a problem with a usb hub. maybe the hub isn’t getting enough power given the devices it is trying to get power from it idk. That is rather a lot of events/errors so all that is kind of hard to read. a small chance a bios usb power setting is not playing nice since it looks a bit usb suspend related.

Nope, the issue isn’t with the port - I plugged other things into it and it was just fine. When I plugged this device into other USB ports, I got the same issue. The “hub” i believe, is actually inside the monitor, and that’s what it’s having difficulty with. The Dell monitor’s built-in webcam is hardwired into a USB hub, and has it’s own USB cable to connect to the computer, which also offers mic input. I still have yet to try @gampel 's suggestions, which I will strive to get to later today or this week.

For now, it’s not critical, as I have a much better quality webcam (which works great out of the box), and I rarely used the built-in one anyway, but what started me down this road was the incessant plugged-in/disconnected sound that I couldn’t trace to what it was.

Ok, updated BIOS, booted into linux-lts (6.6.63-1-lts) - same deal. Weird. This webcam worked like, last week, when I needed to scan a QRCode off my phone to the comp. Same errors in system log, but sudo dmesg -WT is now showing this:

> sudo dmesg -WT
[Wed Dec  4 11:36:45 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Wed Dec  4 11:36:45 2024] usb 2-9: Enable of device-initiated U2 failed.
[Wed Dec  4 11:36:45 2024] hub 2-9:1.0: USB hub found
[Wed Dec  4 11:36:45 2024] hub 2-9:1.0: config failed, can't read hub descriptor (err -22)
[Wed Dec  4 11:36:45 2024] usb 2-9: Failed to suspend device, error -19
[Wed Dec  4 11:36:45 2024] usb 2-9: USB disconnect, device number 29
[Wed Dec  4 11:36:45 2024] usb 2-9: new SuperSpeed USB device number 30 using xhci_hcd
[Wed Dec  4 11:36:45 2024] usb 2-9: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Wed Dec  4 11:36:45 2024] usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Wed Dec  4 11:36:50 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Wed Dec  4 11:36:50 2024] usb 2-9: Enable of device-initiated U2 failed.
[Wed Dec  4 11:36:50 2024] hub 2-9:1.0: USB hub found
[Wed Dec  4 11:36:50 2024] hub 2-9:1.0: config failed, can't read hub descriptor (err -22)
[Wed Dec  4 11:36:50 2024] usb 2-9: Failed to suspend device, error -19
[Wed Dec  4 11:36:51 2024] usb 2-9: USB disconnect, device number 30
[Wed Dec  4 11:36:51 2024] usb 2-9: new SuperSpeed USB device number 31 using xhci_hcd
[Wed Dec  4 11:36:51 2024] usb 2-9: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Wed Dec  4 11:36:51 2024] usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Wed Dec  4 11:36:56 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Wed Dec  4 11:36:56 2024] usb 2-9: Enable of device-initiated U2 failed.
[Wed Dec  4 11:36:56 2024] hub 2-9:1.0: USB hub found
[Wed Dec  4 11:36:56 2024] hub 2-9:1.0: config failed, can't read hub descriptor (err -22)
[Wed Dec  4 11:36:56 2024] usb 2-9: Failed to suspend device, error -19
[Wed Dec  4 11:36:56 2024] usb 2-9: USB disconnect, device number 31
[Wed Dec  4 11:36:57 2024] usb 2-9: new SuperSpeed USB device number 32 using xhci_hcd
[Wed Dec  4 11:36:57 2024] usb 2-9: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Wed Dec  4 11:36:57 2024] usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Wed Dec  4 11:37:02 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Wed Dec  4 11:37:02 2024] usb 2-9: Enable of device-initiated U2 failed.
[Wed Dec  4 11:37:02 2024] hub 2-9:1.0: USB hub found
[Wed Dec  4 11:37:02 2024] hub 2-9:1.0: config failed, can't read hub descriptor (err -22)
[Wed Dec  4 11:37:02 2024] usb 2-9: Failed to suspend device, error -19
[Wed Dec  4 11:37:02 2024] usb 2-9: USB disconnect, device number 32
[Wed Dec  4 11:37:02 2024] usb 2-9: new SuperSpeed USB device number 33 using xhci_hcd
[Wed Dec  4 11:37:02 2024] usb 2-9: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Wed Dec  4 11:37:02 2024] usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Wed Dec  4 11:37:08 2024] xhci_hcd 0000:00:14.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
[Wed Dec  4 11:37:08 2024] usb 2-9: Enable of device-initiated U2 failed.
[Wed Dec  4 11:37:08 2024] hub 2-9:1.0: USB hub found
[Wed Dec  4 11:37:08 2024] hub 2-9:1.0: config failed, can't read hub descriptor (err -22)
[Wed Dec  4 11:37:08 2024] usb 2-9: Failed to suspend device, error -19
[Wed Dec  4 11:37:08 2024] usb 2-9: USB disconnect, device number 33
[Wed Dec  4 11:37:08 2024] usb 2-9: new SuperSpeed USB device number 34 using xhci_hcd
[Wed Dec  4 11:37:08 2024] usb 2-9: New USB device found, idVendor=0451, idProduct=8046, bcdDevice= 1.00
[Wed Dec  4 11:37:08 2024] usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0

Slightly different errors, but I imagine that’s largely due to a different kernel version. Seems like I may need to install some kernel module for this obscure hub, which I don’t really care that much about, so… Thanks everyone for your help in troubleshooting this! I’mma just chalk this up to “no longer compatible hardware” and move on with my life.

1 Like

Searched around, looks to be the same problem posted here https://forums.linuxmint.com/viewtopic.php?t=383287

Looks to be an issue with what it was connected to. I would double check (yet again) to see what ports it is plugged into. The thread I linked said they had to connect to a usb2.0 port on their motherboard. It seems to be a power delivery issue one way or another. If none of the direct ports from the motherboard work, try swapping out a different cable for the hub connection if possible.

You could also try uhubctl (from the AUR) to control USB per-port power switching. GitHub - mvp/uhubctl: uhubctl - USB hub per-port power control
There are quite a few Dell monitors on the list there, and I’ve seen that Basler USB 3.0 Hub, 4 Ports side by side is supported by uhubctl · Issue #208 · mvp/uhubctl · GitHub includes the Texas Instruments hub’s IDs, so it should work.

1 Like

Thanks for the tip! I’ll definitely investigate this further. The weird part is that it was working fine for months until a week or two ago when it randomly started.

Ok, when I run sudo uhubctl without anything plugged in, I get:

No compatible devices detected!
Run with -h to get usage info.

If I plug in the monitor’s USB, and run sudo uhubctl it just sits there with apparently nothing happening, while I have KSystemLog running and it’s showing the device cycling like it did before, but uhubctl does nothing. As soon as I unplug the device from the port, uhubctl produces the same output:

No compatible devices detected!
Run with -h to get usage info.

I can confirm it’s not the USB ports on the machine, I’ve tried all of them, and they all produce the same issue. I’ve connected other devices to all the USB ports, and all those devices work without any issue.

Unfortunately, I cannot switch the cable, as it’s hard-wired inside the monitor, and I only have a USB-A plug at the other end.

Ok, so I decided to try one more thing. I happen to have an old USB-2.0 hub lying around…so, I plugged that into one of my USB ports, then plugged the monitor USB into that and lo and behold it worked!

No idea why that fixed it…