* Re: [PATCH] USB: core: hub_port_reset: Remove extra 40 ms reset recovery time
2024-08-05 9:17 ` Mathias Nyman
@ 2024-08-05 21:41 ` Paul Menzel
0 siblings, 0 replies; 14+ messages in thread
From: Paul Menzel @ 2024-08-05 21:41 UTC (permalink / raw)
To: Mathias Nyman, Alan Stern
Cc: Mathias Nyman, Heikki Krogerus, Greg Kroah-Hartman,
Kai-Heng Feng, Hans de Goede, linux-usb, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 5200 bytes --]
Dear Mathias,
Thank you for the quick reply and analysis.
Am 05.08.24 um 11:17 schrieb Mathias Nyman:
> On 4.8.2024 16.19, Alan Stern wrote:
>> On Sun, Aug 04, 2024 at 09:15:34AM +0200, Paul Menzel wrote:
[…]
>>> Am 26.07.24 um 19:48 schrieb Alan Stern:
>>
>> ...
>>
>>>> It's probably an xHCI thing -- the hardware may stop providing power to
>>>> the ports during S3 suspend, or something like that. The xHCI people
>>>> may have a better idea of what's going on.
>>>
>>> Heikki, can you confirm this. I am attaching the logs with
>>
>> You should be asking Mathias, the xHCI maintainer.
>>
>>> echo 'file drivers/usb/* +p' | sudo tee /sys/kernel/debug/dynamic_debug/control
>>
>> ...
>>
>>> [ 149.185600] usb 1-3: usb suspend, wakeup 0
>>> [ 149.185642] xhci_hcd 0000:00:14.0: Cancel URB 000000003e45896a, dev 4, ep 0x81, starting at offset 0x102ef1010
>>> [ 149.185661] usb usb2: usb auto-resume
>>> [ 149.185664] xhci_hcd 0000:00:14.0: // Ding dong!
>>> [ 149.185736] xhci_hcd 0000:00:14.0: Stopped on Transfer TRB for slot 2 ep 2
>>> [ 149.185745] xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x102ef1010 (dma) in stream 0 URB 000000003e45896a
>>> [ 149.185753] xhci_hcd 0000:00:14.0: Set TR Deq ptr 0x102ef1020, cycle 1
>>>
>>> [ 149.185757] xhci_hcd 0000:00:14.0: // Ding dong!
>>> [ 149.185763] xhci_hcd 0000:00:14.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000003e45896a TD as cancel_status is 2
>>> [ 149.185770] xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @102ef1020
>>> [ 149.185775] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000003e45896a TD
>>> [ 149.185780] xhci_hcd 0000:00:14.0: Giveback URB 000000003e45896a, len = 0, expected = 116, status = -115
>>> [ 149.185788] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
>>> [ 149.185810] hub 2-0:1.0: hub_resume
>>> [ 149.185816] usb 1-4: usb suspend, wakeup 0
>>> [ 149.185840] hub 1-0:1.0: hub_suspend
>>> [ 149.185865] usb usb1: bus suspend, wakeup 0
>>> [ 149.185894] xhci_hcd 0000:00:14.0: port 1-4 not suspended
>>> [ 149.185899] xhci_hcd 0000:00:14.0: port 1-3 not suspended
>>
>> I have to wonder why xhci-hcd says ports 1-3 and 1-4 are not suspended,
>> when only a few lines earlier the log says that devices 1-3 and 1-4
>> have gone into USB suspend.
>
> In bus suspend xhci notices that those ports are not properly suspended.
> They are both in link state U0 state when they should be in U3 at this
> point where devices and hubs should have successfully suspended.
> Bus suspend will now try to set those ports to u3
>
> Looks like at least 1-4 and 1-5 report connect status change at resume.
> They need to be reset to get to the enabled state
>
> [ 149.879684] xhci_hcd 0000:00:14.0: xhci_resume: starting usb1 port polling.
> [ 149.879687] xhci_hcd 0000:00:14.0: Port change event, 1-4, id 4, portsc: 0x206e1
> [ 149.879736] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x206e1
> ...
> [ 149.937564] xhci_hcd 0000:00:14.0: clear port4 connect change, portsc: 0x6e1
> [ 149.937591] xhci_hcd 0000:00:14.0: clear port5 connect change, portsc: 0x6e1
>
> Port Status: 0x206e1
> Connected
> Disabled
> Link: Polling
> Powered
> Full Speed
> Connect Status Change
>
> port 1-3 seems like it resumes fine from u3 -> u0, but ends up being
> reset anyway during resume, didn't look into why (maybe reset_resume
> flag is set?)
Is that a hardware, firmware, or something else issue?
Just as another data point the logs from a Kaby Lake-R(?) Dell XPS 13
9370 (i7-8550U). First suspend with LMP USB-C mini Dock and Ethernet
cable connected, the second suspend with the device unplugged.
$ grep -e "Linux version" -e "DMI:" -e ': reset'
20240805–dell-xps-13-9370–linux-6.9.12–dmesg.txt
[ 0.000000] Linux version 6.9.12-amd64
(debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-13 (Debian
13.3.0-3) 13.3.0, GNU ld (GNU Binutils for Debian) 2.42.90.20240720) #1
SMP PREEMPT_DYNAMIC Debian 6.9.12-1 (2024-07-27)
[ 0.000000] DMI: Dell Inc. XPS 13 9370/0F6P3V, BIOS 1.21.0
07/06/2022
[ 11.726362] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB
device number 5 using xhci_hcd
[ 52.215529] usb 1-5: reset high-speed USB device number 2 using
xhci_hcd
[ 52.319498] usb 4-1: reset SuperSpeed USB device number 2 using
xhci_hcd
[ 52.490726] usb 3-1: reset high-speed USB device number 2 using
xhci_hcd
[ 53.061379] usb 4-1.4: reset SuperSpeed USB device number 4
using xhci_hcd
[ 53.161160] usb 4-1.1: reset SuperSpeed USB device number 3
using xhci_hcd
[ 53.348471] usb 3-1.5: reset high-speed USB device number 4
using xhci_hcd
[ 53.579860] usb 3-1.1: reset high-speed USB device number 3
using xhci_hcd
[ 53.915600] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB
device number 5 using xhci_hcd
[ 54.805472] usb 4-1.4: reset SuperSpeed USB device number 4
using xhci_hcd
[ 68.034874] usb 1-5: reset high-speed USB device number 2 using
xhci_hcd
Kind regards,
Paul
[-- Attachment #2: 20240805–dell-xps-13-9370–linux-6.9.12–dmesg.txt --]
[-- Type: text/plain, Size: 220881 bytes --]
[ 0.000000] Linux version 6.9.12-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-13 (Debian 13.3.0-3) 13.3.0, GNU ld (GNU Binutils for Debian) 2.42.90.20240720) #1 SMP PREEMPT_DYNAMIC Debian 6.9.12-1 (2024-07-27)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.9.12-amd64 root=UUID=b8b2f3b6-8c20-4c2a-8895-aa2768866674 ro quiet noisapnp cryptomgr.notests mem_sleep_default=deep log_buf_len=8M
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002c788fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000002c789000-0x000000002c789fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000002c78a000-0x000000002c78afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000002c78b000-0x000000003dda6fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003dda7000-0x000000003e166fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003e167000-0x000000003e1b3fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000003e1b4000-0x000000003e86bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000003e86c000-0x000000003fffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x0000000047ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000048000000-0x0000000048dfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000048e00000-0x000000004f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004ae7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x21c28018-0x21c38057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000021c28017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000021c28018-0x0000000021c38057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000021c38058-0x000000002c788fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000002c789000-0x000000002c789fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000002c78a000-0x000000002c78afff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000002c78b000-0x000000003dda6fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000003dda7000-0x000000003e166fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000003e167000-0x000000003e1b3fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000003e1b4000-0x000000003e86bfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000003e86c000-0x000000003fffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000003ffff000-0x000000003fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000040000000-0x0000000047ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000048000000-0x0000000048dfffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000048e00000-0x000000004f7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004ae7fffff] usable
[ 0.000000] efi: EFI v2.4 by American Megatrends
[ 0.000000] efi: ACPI=0x3e177000 ACPI 2.0=0x3e177000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x3e80d000 ESRT=0x3fdc1698 MEMATTR=0x3b25b018 INITRD=0x2c87ca98 TPMEventLog=0x2c874018
[ 0.000000] efi: Remove mem34: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Not removing mem35: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem36: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem37: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem38: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] secureboot: Secure boot disabled
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: Dell Inc. XPS 13 9370/0F6P3V, BIOS 1.21.0 07/06/2022
[ 0.000000] tsc: Detected 2000.000 MHz processor
[ 0.000000] tsc: Detected 1999.968 MHz TSC
[ 0.000746] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000748] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000756] last_pfn = 0x4ae800 max_arch_pfn = 0x400000000
[ 0.000759] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000761] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001056] last_pfn = 0x48e00 max_arch_pfn = 0x400000000
[ 0.007546] esrt: Reserving ESRT space from 0x000000003fdc1698 to 0x000000003fdc16d0.
[ 0.007551] Using GB pages for direct mapping
[ 0.013592] printk: log_buf_len: 8388608 bytes
[ 0.013593] printk: early log buf free: 125352(95%)
[ 0.013594] RAMDISK: [mem 0x21c39000-0x22778fff]
[ 0.013597] ACPI: Early table checksum verification disabled
[ 0.013600] ACPI: RSDP 0x000000003E177000 000024 (v02 DELL )
[ 0.013604] ACPI: XSDT 0x000000003E1770C0 0000FC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013608] ACPI: FACP 0x000000003E19D9B8 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.013613] ACPI: DSDT 0x000000003E177248 02676C (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.013615] ACPI: FACS 0x000000003E869180 000040
[ 0.013617] ACPI: APIC 0x000000003E19DAC8 0000BC (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.013620] ACPI: FPDT 0x000000003E19DB88 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013622] ACPI: FIDT 0x000000003E19DBD0 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013625] ACPI: MCFG 0x000000003E19DC80 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.013627] ACPI: HPET 0x000000003E19DCC0 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.013629] ACPI: SSDT 0x000000003E19DCF8 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.013632] ACPI: BOOT 0x000000003E19E058 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.013634] ACPI: SSDT 0x000000003E19E080 0012DE (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.013637] ACPI: HPET 0x000000003E19F360 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.013639] ACPI: SSDT 0x000000003E19F398 000CEF (v02 INTEL xh_rvp07 00000000 INTL 20160422)
[ 0.013642] ACPI: UEFI 0x000000003E1A0088 000042 (v01 00000000 00000000)
[ 0.013644] ACPI: SSDT 0x000000003E1A00D0 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.013647] ACPI: LPIT 0x000000003E1A1880 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.013649] ACPI: SSDT 0x000000003E1A1918 000161 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.013651] ACPI: SSDT 0x000000003E1A1A80 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.013654] ACPI: SSDT 0x000000003E1A1D20 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.013656] ACPI: SSDT 0x000000003E1A4D28 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.013659] ACPI: DBGP 0x000000003E1A5240 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.013661] ACPI: DBG2 0x000000003E1A5278 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.013663] ACPI: SSDT 0x000000003E1A52D0 000801 (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.013666] ACPI: SSDT 0x000000003E1A5AD8 00CFC3 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.013668] ACPI: NHLT 0x000000003E1B2AA0 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.013670] ACPI: BGRT 0x000000003E1B2AD0 000038 (v00 01072009 AMI 00010013)
[ 0.013673] ACPI: TPM2 0x000000003E1B2B08 000034 (v03 DELL CBX3 00000001 AMI 00000000)
[ 0.013676] ACPI: ASF! 0x000000003E1B2B40 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.013680] ACPI: DMAR 0x000000003E1B2BE0 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.013683] ACPI: Reserving FACP table memory at [mem 0x3e19d9b8-0x3e19dac3]
[ 0.013684] ACPI: Reserving DSDT table memory at [mem 0x3e177248-0x3e19d9b3]
[ 0.013685] ACPI: Reserving FACS table memory at [mem 0x3e869180-0x3e8691bf]
[ 0.013685] ACPI: Reserving APIC table memory at [mem 0x3e19dac8-0x3e19db83]
[ 0.013686] ACPI: Reserving FPDT table memory at [mem 0x3e19db88-0x3e19dbcb]
[ 0.013687] ACPI: Reserving FIDT table memory at [mem 0x3e19dbd0-0x3e19dc7b]
[ 0.013687] ACPI: Reserving MCFG table memory at [mem 0x3e19dc80-0x3e19dcbb]
[ 0.013688] ACPI: Reserving HPET table memory at [mem 0x3e19dcc0-0x3e19dcf7]
[ 0.013689] ACPI: Reserving SSDT table memory at [mem 0x3e19dcf8-0x3e19e050]
[ 0.013689] ACPI: Reserving BOOT table memory at [mem 0x3e19e058-0x3e19e07f]
[ 0.013690] ACPI: Reserving SSDT table memory at [mem 0x3e19e080-0x3e19f35d]
[ 0.013691] ACPI: Reserving HPET table memory at [mem 0x3e19f360-0x3e19f397]
[ 0.013691] ACPI: Reserving SSDT table memory at [mem 0x3e19f398-0x3e1a0086]
[ 0.013692] ACPI: Reserving UEFI table memory at [mem 0x3e1a0088-0x3e1a00c9]
[ 0.013693] ACPI: Reserving SSDT table memory at [mem 0x3e1a00d0-0x3e1a187d]
[ 0.013693] ACPI: Reserving LPIT table memory at [mem 0x3e1a1880-0x3e1a1913]
[ 0.013694] ACPI: Reserving SSDT table memory at [mem 0x3e1a1918-0x3e1a1a78]
[ 0.013695] ACPI: Reserving SSDT table memory at [mem 0x3e1a1a80-0x3e1a1d1e]
[ 0.013695] ACPI: Reserving SSDT table memory at [mem 0x3e1a1d20-0x3e1a4d21]
[ 0.013696] ACPI: Reserving SSDT table memory at [mem 0x3e1a4d28-0x3e1a523e]
[ 0.013696] ACPI: Reserving DBGP table memory at [mem 0x3e1a5240-0x3e1a5273]
[ 0.013697] ACPI: Reserving DBG2 table memory at [mem 0x3e1a5278-0x3e1a52cb]
[ 0.013698] ACPI: Reserving SSDT table memory at [mem 0x3e1a52d0-0x3e1a5ad0]
[ 0.013698] ACPI: Reserving SSDT table memory at [mem 0x3e1a5ad8-0x3e1b2a9a]
[ 0.013699] ACPI: Reserving NHLT table memory at [mem 0x3e1b2aa0-0x3e1b2acc]
[ 0.013700] ACPI: Reserving BGRT table memory at [mem 0x3e1b2ad0-0x3e1b2b07]
[ 0.013700] ACPI: Reserving TPM2 table memory at [mem 0x3e1b2b08-0x3e1b2b3b]
[ 0.013701] ACPI: Reserving ASF! table memory at [mem 0x3e1b2b40-0x3e1b2bdf]
[ 0.013702] ACPI: Reserving DMAR table memory at [mem 0x3e1b2be0-0x3e1b2ccf]
[ 0.013822] No NUMA configuration found
[ 0.013823] Faking a node at [mem 0x0000000000000000-0x00000004ae7fffff]
[ 0.013829] NODE_DATA(0) allocated [mem 0x4ac3d5000-0x4ac3fffff]
[ 0.013958] Zone ranges:
[ 0.013959] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.013961] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.013962] Normal [mem 0x0000000100000000-0x00000004ae7fffff]
[ 0.013963] Device empty
[ 0.013964] Movable zone start for each node
[ 0.013966] Early memory node ranges
[ 0.013966] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.013968] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.013968] node 0: [mem 0x0000000000100000-0x000000002c788fff]
[ 0.013969] node 0: [mem 0x000000002c78b000-0x000000003dda6fff]
[ 0.013970] node 0: [mem 0x000000003ffff000-0x000000003fffffff]
[ 0.013971] node 0: [mem 0x0000000048000000-0x0000000048dfffff]
[ 0.013971] node 0: [mem 0x0000000100000000-0x00000004ae7fffff]
[ 0.013973] Initmem setup node 0 [mem 0x0000000000001000-0x00000004ae7fffff]
[ 0.013976] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.013978] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.013999] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.015339] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.015406] On node 0, zone DMA32: 8792 pages in unavailable ranges
[ 0.015868] On node 0, zone Normal: 29184 pages in unavailable ranges
[ 0.015917] On node 0, zone Normal: 6144 pages in unavailable ranges
[ 0.015925] Reserving Intel graphics memory at [mem 0x4b800000-0x4f7fffff]
[ 0.016196] ACPI: PM-Timer IO Port: 0x1808
[ 0.016202] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.016204] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.016204] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.016205] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.016206] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.016206] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.016207] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.016207] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.016234] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.016236] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.016237] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.016241] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.016242] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.016247] e820: update [mem 0x3a3c5000-0x3a438fff] usable ==> reserved
[ 0.016256] TSC deadline timer available
[ 0.016260] CPU topo: Max. logical packages: 1
[ 0.016261] CPU topo: Max. logical dies: 1
[ 0.016261] CPU topo: Max. dies per package: 1
[ 0.016265] CPU topo: Max. threads per core: 2
[ 0.016266] CPU topo: Num. cores per package: 4
[ 0.016266] CPU topo: Num. threads per package: 8
[ 0.016267] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.016281] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.016283] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.016284] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.016286] PM: hibernation: Registered nosave memory: [mem 0x21c28000-0x21c28fff]
[ 0.016287] PM: hibernation: Registered nosave memory: [mem 0x21c38000-0x21c38fff]
[ 0.016288] PM: hibernation: Registered nosave memory: [mem 0x2c789000-0x2c789fff]
[ 0.016289] PM: hibernation: Registered nosave memory: [mem 0x2c78a000-0x2c78afff]
[ 0.016290] PM: hibernation: Registered nosave memory: [mem 0x3a3c5000-0x3a438fff]
[ 0.016292] PM: hibernation: Registered nosave memory: [mem 0x3dda7000-0x3e166fff]
[ 0.016292] PM: hibernation: Registered nosave memory: [mem 0x3e167000-0x3e1b3fff]
[ 0.016293] PM: hibernation: Registered nosave memory: [mem 0x3e1b4000-0x3e86bfff]
[ 0.016293] PM: hibernation: Registered nosave memory: [mem 0x3e86c000-0x3fffefff]
[ 0.016295] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x47ffffff]
[ 0.016296] PM: hibernation: Registered nosave memory: [mem 0x48e00000-0x4f7fffff]
[ 0.016297] PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
[ 0.016297] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.016298] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.016299] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.016299] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.016300] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.016300] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[ 0.016304] [mem 0x4f800000-0xfdffffff] available for PCI devices
[ 0.016307] Booting paravirtualized kernel on bare hardware
[ 0.016311] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.021003] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.021539] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
[ 0.021545] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
[ 0.021546] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[ 0.021565] Kernel command line: BOOT_IMAGE=/vmlinuz-6.9.12-amd64 root=UUID=b8b2f3b6-8c20-4c2a-8895-aa2768866674 ro quiet noisapnp cryptomgr.notests mem_sleep_default=deep log_buf_len=8M
[ 0.021629] Unknown kernel command line parameters "noisapnp BOOT_IMAGE=/vmlinuz-6.9.12-amd64", will be passed to user space.
[ 0.021653] random: crng init done
[ 0.023081] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.023800] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.023907] Fallback order for Node 0: 0
[ 0.023909] Built 1 zonelists, mobility grouping on. Total pages: 4052823
[ 0.023910] Policy zone: Normal
[ 0.023915] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.023921] software IO TLB: area num 8.
[ 0.040258] Memory: 1034424K/16469256K available (16384K kernel code, 2405K rwdata, 10932K rodata, 4072K init, 5408K bss, 493544K reserved, 0K cma-reserved)
[ 0.040449] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.040470] Kernel/User page tables isolation: enabled
[ 0.040496] ftrace: allocating 44130 entries in 173 pages
[ 0.047329] ftrace: allocated 173 pages with 5 groups
[ 0.047854] Dynamic Preempt: voluntary
[ 0.047891] rcu: Preemptible hierarchical RCU implementation.
[ 0.047892] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.047893] Trampoline variant of Tasks RCU enabled.
[ 0.047894] Rude variant of Tasks RCU enabled.
[ 0.047894] Tracing variant of Tasks RCU enabled.
[ 0.047895] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.047895] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.047900] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.047901] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.047902] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.050164] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[ 0.050370] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.050549] spurious 8259A interrupt: IRQ7.
[ 0.050581] Console: colour dummy device 80x25
[ 0.050583] printk: legacy console [tty0] enabled
[ 0.050618] ACPI: Core revision 20230628
[ 0.050756] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.050757] APIC: Switch to symmetric I/O mode setup
[ 0.050759] DMAR: Host address width 39
[ 0.050760] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.050765] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.050767] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.050771] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.050773] DMAR: RMRR base: 0x0000003de81000 end: 0x0000003dea0fff
[ 0.050774] DMAR: RMRR base: 0x0000004b000000 end: 0x0000004f7fffff
[ 0.050775] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.050776] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.050778] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.050779] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.050780] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.052392] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.052393] x2apic enabled
[ 0.052444] APIC: Switched APIC routing to: cluster x2apic
[ 0.056494] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
[ 0.056499] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.93 BogoMIPS (lpj=7999872)
[ 0.056525] CPU0: Thermal monitoring enabled (TM1)
[ 0.056561] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.056562] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.056566] process: using mwait in idle threads
[ 0.056569] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.056570] Spectre V2 : Mitigation: IBRS
[ 0.056571] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.056572] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.056573] RETBleed: Mitigation: IBRS
[ 0.056574] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.056575] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.056576] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.056581] MDS: Mitigation: Clear CPU buffers
[ 0.056582] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.056584] SRBDS: Mitigation: Microcode
[ 0.056589] GDS: Mitigation: Microcode
[ 0.056597] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.056599] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.056600] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.056601] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.056602] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.056603] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.056605] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.056606] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.056607] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.060497] Freeing SMP alternatives memory: 36K
[ 0.060497] pid_max: default: 32768 minimum: 301
[ 0.060497] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ima,evm
[ 0.060497] landlock: Up and running.
[ 0.060497] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.060497] AppArmor: AppArmor initialized
[ 0.060497] TOMOYO Linux initialized
[ 0.060497] LSM support for eBPF active
[ 0.060497] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.060497] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.060497] smpboot: CPU0: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[ 0.060497] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.060497] ... version: 4
[ 0.060497] ... bit width: 48
[ 0.060497] ... generic registers: 4
[ 0.060497] ... value mask: 0000ffffffffffff
[ 0.060497] ... max period: 00007fffffffffff
[ 0.060497] ... fixed-purpose events: 3
[ 0.060497] ... event mask: 000000070000000f
[ 0.060497] signal: max sigframe size: 2032
[ 0.060497] Estimated ratio of average max frequency by base frequency (times 1024): 1894
[ 0.060497] rcu: Hierarchical SRCU implementation.
[ 0.060497] rcu: Max phase no-delay instances is 1000.
[ 0.060497] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.060497] smp: Bringing up secondary CPUs ...
[ 0.060497] smpboot: x86: Booting SMP configuration:
[ 0.060497] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.060497] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.060497] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.060497] smp: Brought up 1 node, 8 CPUs
[ 0.060497] smpboot: Total of 8 processors activated (31999.48 BogoMIPS)
[ 0.079384] node 0 deferred pages initialised in 16ms
[ 0.079384] devtmpfs: initialized
[ 0.079384] x86/mm: Memory block size: 128MB
[ 0.081813] ACPI: PM: Registering ACPI NVS region [mem 0x2c789000-0x2c789fff] (4096 bytes)
[ 0.081813] ACPI: PM: Registering ACPI NVS region [mem 0x3e1b4000-0x3e86bfff] (7045120 bytes)
[ 0.081813] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.081813] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.081813] pinctrl core: initialized pinctrl subsystem
[ 0.081813] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.081813] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.081813] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.081813] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.081813] audit: initializing netlink subsys (disabled)
[ 0.081813] audit: type=2000 audit(1722870156.024:1): state=initialized audit_enabled=0 res=1
[ 0.081813] thermal_sys: Registered thermal governor 'fair_share'
[ 0.081813] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.081813] thermal_sys: Registered thermal governor 'step_wise'
[ 0.081813] thermal_sys: Registered thermal governor 'user_space'
[ 0.081813] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.081813] cpuidle: using governor ladder
[ 0.081813] cpuidle: using governor menu
[ 0.081813] Simple Boot Flag at 0x47 set to 0x80
[ 0.081813] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.081813] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.081813] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.081813] PCI: Using configuration type 1 for base access
[ 0.081813] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.081813] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.081813] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.081813] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.081813] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.081813] Demotion targets for Node 0: null
[ 0.081813] ACPI: Added _OSI(Module Device)
[ 0.081813] ACPI: Added _OSI(Processor Device)
[ 0.081813] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.081813] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.112498] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.174687] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.179288] ACPI: Dynamic OEM Table Load:
[ 0.179288] ACPI: SSDT 0xFFFF95AE5C2CF800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.180928] ACPI: Dynamic OEM Table Load:
[ 0.180933] ACPI: SSDT 0xFFFF95AAC10C5000 0005CD (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.182437] ACPI: Dynamic OEM Table Load:
[ 0.182442] ACPI: SSDT 0xFFFF95AAC0196000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.183755] ACPI: Dynamic OEM Table Load:
[ 0.183759] ACPI: SSDT 0xFFFF95AAC10CC400 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.184629] ACPI: Dynamic OEM Table Load:
[ 0.184634] ACPI: SSDT 0xFFFF95AAC10CE400 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.189077] ACPI: _OSC evaluated successfully for all CPUs
[ 0.189150] ACPI: EC: EC started
[ 0.189151] ACPI: EC: interrupt blocked
[ 0.197058] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.197061] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.197063] ACPI: Interpreter enabled
[ 0.197095] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.197096] ACPI: Using IOAPIC for interrupt routing
[ 0.197125] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.197127] PCI: Using E820 reservations for host bridge windows
[ 0.197574] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.210434] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 0.232259] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.232265] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.232392] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[ 0.232608] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[ 0.232609] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.233322] PCI host bridge to bus 0000:00
[ 0.233323] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.233325] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.233328] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.233329] pci_bus 0000:00: root bus resource [mem 0x4f800000-0xdfffffff window]
[ 0.233330] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.233332] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.233348] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000 conventional PCI endpoint
[ 0.233415] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[ 0.233422] pci 0000:00:02.0: BAR 0 [mem 0xdb000000-0xdbffffff 64bit]
[ 0.233427] pci 0000:00:02.0: BAR 2 [mem 0x50000000-0x5fffffff 64bit pref]
[ 0.233430] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 0.233444] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.233568] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
[ 0.233576] pci 0000:00:04.0: BAR 0 [mem 0xdc420000-0xdc427fff 64bit]
[ 0.233802] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.233819] pci 0000:00:14.0: BAR 0 [mem 0xdc410000-0xdc41ffff 64bit]
[ 0.233871] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.234280] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000 conventional PCI endpoint
[ 0.234297] pci 0000:00:14.2: BAR 0 [mem 0xdc434000-0xdc434fff 64bit]
[ 0.234433] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000 conventional PCI endpoint
[ 0.234477] pci 0000:00:15.0: BAR 0 [mem 0xdc433000-0xdc433fff 64bit]
[ 0.234788] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000 conventional PCI endpoint
[ 0.234831] pci 0000:00:15.1: BAR 0 [mem 0xdc432000-0xdc432fff 64bit]
[ 0.235122] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.235134] pci 0000:00:16.0: BAR 0 [mem 0xdc431000-0xdc431fff 64bit]
[ 0.235177] pci 0000:00:16.0: PME# supported from D3hot
[ 0.235413] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400 PCIe Root Port
[ 0.235430] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.235435] pci 0000:00:1c.0: bridge window [mem 0xdc300000-0xdc3fffff]
[ 0.235483] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.235498] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 0.235823] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400 PCIe Root Port
[ 0.235840] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.235844] pci 0000:00:1c.2: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.235893] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.235909] pci 0000:00:1c.2: Intel SPT PCH root port ACS workaround enabled
[ 0.236229] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400 PCIe Root Port
[ 0.236246] pci 0000:00:1c.4: PCI bridge to [bus 03-6d]
[ 0.236250] pci 0000:00:1c.4: bridge window [mem 0xac000000-0xda0fffff]
[ 0.236257] pci 0000:00:1c.4: bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[ 0.236298] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.236312] pci 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 0.236751] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400 PCIe Root Port
[ 0.236768] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[ 0.236772] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.236821] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.236836] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 0.237180] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100 conventional PCI endpoint
[ 0.237404] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000 conventional PCI endpoint
[ 0.237416] pci 0000:00:1f.2: BAR 0 [mem 0xdc42c000-0xdc42ffff]
[ 0.237599] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380 conventional PCI endpoint
[ 0.237618] pci 0000:00:1f.3: BAR 0 [mem 0xdc428000-0xdc42bfff 64bit]
[ 0.237641] pci 0000:00:1f.3: BAR 4 [mem 0xdc400000-0xdc40ffff 64bit]
[ 0.237682] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.238171] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.238229] pci 0000:00:1f.4: BAR 0 [mem 0xdc430000-0xdc4300ff 64bit]
[ 0.238300] pci 0000:00:1f.4: BAR 4 [io 0xf040-0xf05f]
[ 0.238594] pci 0000:01:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[ 0.238615] pci 0000:01:00.0: BAR 1 [mem 0xdc300000-0xdc300fff]
[ 0.238716] pci 0000:01:00.0: supports D1 D2
[ 0.238717] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.238873] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.239197] pci 0000:02:00.0: [168c:003e] type 00 class 0x028000 PCIe Endpoint
[ 0.239409] pci 0000:02:00.0: BAR 0 [mem 0xdc000000-0xdc1fffff 64bit]
[ 0.240501] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.242205] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.242301] pci 0000:03:00.0: [8086:15d3] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.242331] pci 0000:03:00.0: PCI bridge to [bus 04-6d]
[ 0.242340] pci 0000:03:00.0: bridge window [mem 0xac000000-0xda0fffff]
[ 0.242349] pci 0000:03:00.0: bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[ 0.242361] pci 0000:03:00.0: enabling Extended Tags
[ 0.242442] pci 0000:03:00.0: supports D1 D2
[ 0.242443] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.242615] pci 0000:00:1c.4: PCI bridge to [bus 03-6d]
[ 0.242692] pci 0000:04:00.0: [8086:15d3] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.242724] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.242732] pci 0000:04:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 0.242756] pci 0000:04:00.0: enabling Extended Tags
[ 0.242841] pci 0000:04:00.0: supports D1 D2
[ 0.242842] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.242995] pci 0000:04:01.0: [8086:15d3] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.243024] pci 0000:04:01.0: PCI bridge to [bus 06-38]
[ 0.243033] pci 0000:04:01.0: bridge window [mem 0xac000000-0xc3efffff]
[ 0.243044] pci 0000:04:01.0: bridge window [mem 0x60000000-0x7fffffff 64bit pref]
[ 0.243058] pci 0000:04:01.0: enabling Extended Tags
[ 0.243145] pci 0000:04:01.0: supports D1 D2
[ 0.243146] pci 0000:04:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.243297] pci 0000:04:02.0: [8086:15d3] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.243328] pci 0000:04:02.0: PCI bridge to [bus 39]
[ 0.243337] pci 0000:04:02.0: bridge window [mem 0xc3f00000-0xc3ffffff]
[ 0.243360] pci 0000:04:02.0: enabling Extended Tags
[ 0.243446] pci 0000:04:02.0: supports D1 D2
[ 0.243447] pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.243600] pci 0000:04:04.0: [8086:15d3] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.243630] pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
[ 0.243639] pci 0000:04:04.0: bridge window [mem 0xc4000000-0xd9ffffff]
[ 0.243651] pci 0000:04:04.0: bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
[ 0.243665] pci 0000:04:04.0: enabling Extended Tags
[ 0.243753] pci 0000:04:04.0: supports D1 D2
[ 0.243754] pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.243899] pci 0000:03:00.0: PCI bridge to [bus 04-6d]
[ 0.243945] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.243990] pci 0000:04:01.0: PCI bridge to [bus 06-38]
[ 0.244069] pci 0000:39:00.0: [8086:15d4] type 00 class 0x0c0330 PCIe Endpoint
[ 0.244089] pci 0000:39:00.0: BAR 0 [mem 0xc3f00000-0xc3f0ffff]
[ 0.244158] pci 0000:39:00.0: enabling Extended Tags
[ 0.244266] pci 0000:39:00.0: supports D1 D2
[ 0.244267] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.244363] pci 0000:39:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:04:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 0.244500] pci 0000:04:02.0: PCI bridge to [bus 39]
[ 0.244549] pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
[ 0.244660] pci 0000:6e:00.0: [1179:0116] type 00 class 0x010802 PCIe Endpoint
[ 0.244679] pci 0000:6e:00.0: BAR 0 [mem 0xdc200000-0xdc203fff 64bit]
[ 0.244918] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[ 0.246812] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.246812] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.246812] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.246812] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.246812] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 0.246812] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 0.246812] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.246812] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.258508] ACPI: EC: interrupt unblocked
[ 0.258510] ACPI: EC: event unblocked
[ 0.258514] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.258515] ACPI: EC: GPE=0x6e
[ 0.258518] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[ 0.258519] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[ 0.258579] iommu: Default domain type: Translated
[ 0.258579] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.258579] pps_core: LinuxPPS API ver. 1 registered
[ 0.258579] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.258579] PTP clock support registered
[ 0.258579] EDAC MC: Ver: 3.0.0
[ 0.258579] efivars: Registered efivars operations
[ 0.258579] NetLabel: Initializing
[ 0.258579] NetLabel: domain hash size = 128
[ 0.258579] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.258579] NetLabel: unlabeled traffic allowed by default
[ 0.258579] PCI: Using ACPI for IRQ routing
[ 0.276900] PCI: pci_cache_line_size set to 64 bytes
[ 0.277271] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.277273] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.277274] e820: reserve RAM buffer [mem 0x21c28018-0x23ffffff]
[ 0.277275] e820: reserve RAM buffer [mem 0x2c789000-0x2fffffff]
[ 0.277276] e820: reserve RAM buffer [mem 0x3a3c5000-0x3bffffff]
[ 0.277277] e820: reserve RAM buffer [mem 0x3dda7000-0x3fffffff]
[ 0.277278] e820: reserve RAM buffer [mem 0x48e00000-0x4bffffff]
[ 0.277279] e820: reserve RAM buffer [mem 0x4ae800000-0x4afffffff]
[ 0.280503] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.280504] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.280505] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.280509] vgaarb: loaded
[ 0.280561] clocksource: Switched to clocksource tsc-early
[ 0.280673] VFS: Disk quotas dquot_6.6.0
[ 0.280682] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.280790] AppArmor: AppArmor Filesystem Enabled
[ 0.280801] pnp: PnP ACPI init
[ 0.280969] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.280971] system 00:00: [io 0xffff] has been reserved
[ 0.280973] system 00:00: [io 0xffff] has been reserved
[ 0.280974] system 00:00: [io 0xffff] has been reserved
[ 0.280975] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.280977] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.281093] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.281354] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.281357] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.281358] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.281360] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.281361] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.281363] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.281365] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.281366] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.281368] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.281369] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.281404] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.281406] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.281407] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.281408] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.281410] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.281411] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.281413] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.281635] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.282423] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[ 0.282425] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[ 0.285604] pnp: PnP ACPI: found 9 devices
[ 0.291103] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.291154] NET: Registered PF_INET protocol family
[ 0.291272] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.302327] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.302348] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.302394] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.302559] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.302743] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.302889] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.302929] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.302959] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.303007] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.303013] NET: Registered PF_XDP protocol family
[ 0.303025] pci 0000:04:01.0: bridge window [io 0x1000-0x0fff] to [bus 06-38] add_size 1000
[ 0.303033] pci 0000:04:02.0: bridge window [io 0x1000-0x0fff] to [bus 39] add_size 1000
[ 0.303035] pci 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 0.303038] pci 0000:04:04.0: bridge window [io 0x1000-0x0fff] to [bus 3a-6d] add_size 1000
[ 0.303040] pci 0000:03:00.0: bridge window [io 0x1000-0x0fff] to [bus 04-6d] add_size 3000
[ 0.303042] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 03-6d] add_size 4000
[ 0.303048] pci 0000:00:1c.4: bridge window [io 0x2000-0x5fff]: assigned
[ 0.303050] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.303054] pci 0000:00:1c.0: bridge window [mem 0xdc300000-0xdc3fffff]
[ 0.303059] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.303061] pci 0000:00:1c.2: bridge window [mem 0xdc000000-0xdc1fffff]
[ 0.303066] pci 0000:03:00.0: bridge window [io 0x2000-0x4fff]: assigned
[ 0.303070] pci 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 0.303071] pci 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 0.303073] pci 0000:04:01.0: bridge window [io 0x2000-0x2fff]: assigned
[ 0.303074] pci 0000:04:02.0: bridge window [io 0x3000-0x3fff]: assigned
[ 0.303075] pci 0000:04:04.0: bridge window [io 0x4000-0x4fff]: assigned
[ 0.303077] pci 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 0.303078] pci 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 0.303080] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.303084] pci 0000:04:00.0: bridge window [mem 0xda000000-0xda0fffff]
[ 0.303092] pci 0000:04:01.0: PCI bridge to [bus 06-38]
[ 0.303095] pci 0000:04:01.0: bridge window [io 0x2000-0x2fff]
[ 0.303099] pci 0000:04:01.0: bridge window [mem 0xac000000-0xc3efffff]
[ 0.303102] pci 0000:04:01.0: bridge window [mem 0x60000000-0x7fffffff 64bit pref]
[ 0.303108] pci 0000:04:02.0: PCI bridge to [bus 39]
[ 0.303110] pci 0000:04:02.0: bridge window [io 0x3000-0x3fff]
[ 0.303114] pci 0000:04:02.0: bridge window [mem 0xc3f00000-0xc3ffffff]
[ 0.303122] pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
[ 0.303124] pci 0000:04:04.0: bridge window [io 0x4000-0x4fff]
[ 0.303128] pci 0000:04:04.0: bridge window [mem 0xc4000000-0xd9ffffff]
[ 0.303131] pci 0000:04:04.0: bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
[ 0.303136] pci 0000:03:00.0: PCI bridge to [bus 04-6d]
[ 0.303138] pci 0000:03:00.0: bridge window [io 0x2000-0x4fff]
[ 0.303142] pci 0000:03:00.0: bridge window [mem 0xac000000-0xda0fffff]
[ 0.303145] pci 0000:03:00.0: bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[ 0.303151] pci 0000:00:1c.4: PCI bridge to [bus 03-6d]
[ 0.303152] pci 0000:00:1c.4: bridge window [io 0x2000-0x5fff]
[ 0.303155] pci 0000:00:1c.4: bridge window [mem 0xac000000-0xda0fffff]
[ 0.303157] pci 0000:00:1c.4: bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
[ 0.303161] pci 0000:00:1d.0: PCI bridge to [bus 6e]
[ 0.303163] pci 0000:00:1d.0: bridge window [mem 0xdc200000-0xdc2fffff]
[ 0.303168] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.303170] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.303171] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[ 0.303172] pci_bus 0000:00: resource 7 [mem 0x4f800000-0xdfffffff window]
[ 0.303173] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.303175] pci_bus 0000:01: resource 1 [mem 0xdc300000-0xdc3fffff]
[ 0.303176] pci_bus 0000:02: resource 1 [mem 0xdc000000-0xdc1fffff]
[ 0.303178] pci_bus 0000:03: resource 0 [io 0x2000-0x5fff]
[ 0.303179] pci_bus 0000:03: resource 1 [mem 0xac000000-0xda0fffff]
[ 0.303180] pci_bus 0000:03: resource 2 [mem 0x60000000-0xa9ffffff 64bit pref]
[ 0.303181] pci_bus 0000:04: resource 0 [io 0x2000-0x4fff]
[ 0.303182] pci_bus 0000:04: resource 1 [mem 0xac000000-0xda0fffff]
[ 0.303184] pci_bus 0000:04: resource 2 [mem 0x60000000-0xa9ffffff 64bit pref]
[ 0.303185] pci_bus 0000:05: resource 1 [mem 0xda000000-0xda0fffff]
[ 0.303186] pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
[ 0.303187] pci_bus 0000:06: resource 1 [mem 0xac000000-0xc3efffff]
[ 0.303189] pci_bus 0000:06: resource 2 [mem 0x60000000-0x7fffffff 64bit pref]
[ 0.303190] pci_bus 0000:39: resource 0 [io 0x3000-0x3fff]
[ 0.303191] pci_bus 0000:39: resource 1 [mem 0xc3f00000-0xc3ffffff]
[ 0.303192] pci_bus 0000:3a: resource 0 [io 0x4000-0x4fff]
[ 0.303193] pci_bus 0000:3a: resource 1 [mem 0xc4000000-0xd9ffffff]
[ 0.303195] pci_bus 0000:3a: resource 2 [mem 0x80000000-0xa9ffffff 64bit pref]
[ 0.303196] pci_bus 0000:6e: resource 1 [mem 0xdc200000-0xdc2fffff]
[ 0.303814] pci 0000:03:00.0: enabling device (0006 -> 0007)
[ 0.303848] pci 0000:04:02.0: enabling device (0006 -> 0007)
[ 0.303969] PCI: CLS 128 bytes, default 64
[ 0.304016] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000 conventional PCI endpoint
[ 0.304075] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[ 0.304307] DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:15.0
[ 0.304310] DMAR: ACPI device "device:76" under DMAR at fed91000 as 00:15.1
[ 0.304318] DMAR: No ATSR found
[ 0.304319] DMAR: No SATC found
[ 0.304324] DMAR: IOMMU feature fl1gp_support inconsistent
[ 0.304327] DMAR: IOMMU feature pgsel_inv inconsistent
[ 0.304328] DMAR: IOMMU feature nwfs inconsistent
[ 0.304328] DMAR: IOMMU feature pasid inconsistent
[ 0.304329] DMAR: IOMMU feature eafs inconsistent
[ 0.304330] DMAR: IOMMU feature prs inconsistent
[ 0.304331] DMAR: IOMMU feature nest inconsistent
[ 0.304331] DMAR: IOMMU feature mts inconsistent
[ 0.304332] DMAR: IOMMU feature sc_support inconsistent
[ 0.304332] DMAR: IOMMU feature dev_iotlb_support inconsistent
[ 0.304333] DMAR: dmar0: Using Queued invalidation
[ 0.304336] DMAR: dmar1: Using Queued invalidation
[ 0.304354] Trying to unpack rootfs image as initramfs...
[ 0.304609] pci 0000:00:02.0: Adding to iommu group 0
[ 0.304642] pci 0000:00:00.0: Adding to iommu group 1
[ 0.304651] pci 0000:00:04.0: Adding to iommu group 2
[ 0.304664] pci 0000:00:14.0: Adding to iommu group 3
[ 0.304671] pci 0000:00:14.2: Adding to iommu group 3
[ 0.304686] pci 0000:00:15.0: Adding to iommu group 4
[ 0.304695] pci 0000:00:15.1: Adding to iommu group 4
[ 0.304705] pci 0000:00:16.0: Adding to iommu group 5
[ 0.304714] pci 0000:00:1c.0: Adding to iommu group 6
[ 0.304723] pci 0000:00:1c.2: Adding to iommu group 7
[ 0.304733] pci 0000:00:1c.4: Adding to iommu group 8
[ 0.304741] pci 0000:00:1d.0: Adding to iommu group 9
[ 0.304761] pci 0000:00:1f.0: Adding to iommu group 10
[ 0.304769] pci 0000:00:1f.2: Adding to iommu group 10
[ 0.304779] pci 0000:00:1f.3: Adding to iommu group 10
[ 0.304787] pci 0000:00:1f.4: Adding to iommu group 10
[ 0.304796] pci 0000:01:00.0: Adding to iommu group 11
[ 0.304815] pci 0000:02:00.0: Adding to iommu group 12
[ 0.304824] pci 0000:03:00.0: Adding to iommu group 13
[ 0.304834] pci 0000:04:00.0: Adding to iommu group 14
[ 0.304845] pci 0000:04:01.0: Adding to iommu group 15
[ 0.304855] pci 0000:04:02.0: Adding to iommu group 16
[ 0.304864] pci 0000:04:04.0: Adding to iommu group 17
[ 0.304868] pci 0000:39:00.0: Adding to iommu group 16
[ 0.304878] pci 0000:6e:00.0: Adding to iommu group 18
[ 0.306013] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.306016] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.306017] software IO TLB: mapped [mem 0x00000000363c5000-0x000000003a3c5000] (64MB)
[ 0.306076] sgx: EPC section 0x40200000-0x45f7ffff
[ 0.306735] Initialise system trusted keyrings
[ 0.306742] Key type blacklist registered
[ 0.306767] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.306777] zbud: loaded
[ 0.306856] fuse: init (API version 7.40)
[ 0.306975] integrity: Platform Keyring initialized
[ 0.306978] integrity: Machine keyring initialized
[ 0.306979] Key type asymmetric registered
[ 0.306980] Asymmetric key parser 'x509' registered
[ 0.326149] Freeing initrd memory: 11520K
[ 0.329688] alg: self-tests disabled
[ 0.329738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.329764] io scheduler mq-deadline registered
[ 0.331312] pcieport 0000:04:01.0: enabling device (0006 -> 0007)
[ 0.331571] pcieport 0000:04:04.0: enabling device (0006 -> 0007)
[ 0.331732] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.333996] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.333998] ACPI: thermal: Thermal Zone [THM] (25 C)
[ 0.334136] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.334579] hpet_acpi_add: no address or irqs in _CRS
[ 0.334594] Linux agpgart interface v0.103
[ 0.361203] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[ 0.383195] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.383448] i8042: Warning: Keylock active
[ 0.384953] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.384957] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.385154] mousedev: PS/2 mouse device common for all mice
[ 0.385170] rtc_cmos 00:01: RTC can wake from S4
[ 0.385901] rtc_cmos 00:01: registered as rtc0
[ 0.386093] rtc_cmos 00:01: setting system clock to 2024-08-05T15:02:36 UTC (1722870156)
[ 0.386116] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.386538] intel_pstate: Intel P-state driver initializing
[ 0.386786] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.388171] intel_pstate: HWP enabled
[ 0.388472] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.388706] efifb: probing for efifb
[ 0.388715] efifb: framebuffer at 0x50000000, using 32400k, total 32400k
[ 0.388717] efifb: mode is 3840x2160x32, linelength=15360, pages=1
[ 0.388718] efifb: scrolling: redraw
[ 0.388718] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.388822] Console: switching to colour frame buffer device 240x67
[ 0.393194] fb0: EFI VGA frame buffer device
[ 0.393328] NET: Registered PF_INET6 protocol family
[ 0.397329] Segment Routing with IPv6
[ 0.397340] In-situ OAM (IOAM) with IPv6
[ 0.397358] mip6: Mobile IPv6
[ 0.397361] NET: Registered PF_PACKET protocol family
[ 0.397491] mpls_gso: MPLS GSO support
[ 0.398127] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.398364] microcode: Current revision: 0x000000f4
[ 0.398366] microcode: Updated early from: 0x000000f0
[ 0.398668] IPI shorthand broadcast: enabled
[ 0.399580] sched_clock: Marking stable (392652502, 6001445)->(532518855, -133864908)
[ 0.399748] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.400020] registered taskstats version 1
[ 0.400103] Loading compiled-in X.509 certificates
[ 0.400876] Loaded X.509 cert 'Build time autogenerated kernel key: 7f5bd2f1b820bfe2d9f1511b550534bebf9d8a37'
[ 0.402242] Key type .fscrypt registered
[ 0.402243] Key type fscrypt-provisioning registered
[ 0.408097] cryptd: max_cpu_qlen set to 1000
[ 0.414045] AVX2 version of gcm_enc/dec engaged.
[ 0.414090] AES CTR mode by8 optimization enabled
[ 0.437566] Key type encrypted registered
[ 0.437571] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.438857] integrity: Loading X.509 certificate: UEFI:db
[ 0.438879] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[ 0.438880] integrity: Loading X.509 certificate: UEFI:db
[ 0.438899] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.438900] integrity: Loading X.509 certificate: UEFI:db
[ 0.438918] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.439936] ima: Allocated hash algorithm: sha256
[ 0.462183] ima: No architecture policies found
[ 0.462211] evm: Initialising EVM extended attributes:
[ 0.462213] evm: security.selinux
[ 0.462215] evm: security.SMACK64 (disabled)
[ 0.462216] evm: security.SMACK64EXEC (disabled)
[ 0.462218] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.462219] evm: security.SMACK64MMAP (disabled)
[ 0.462220] evm: security.apparmor
[ 0.462221] evm: security.ima
[ 0.462223] evm: security.capability
[ 0.462224] evm: HMAC attrs: 0x1
[ 0.464359] RAS: Correctable Errors collector initialized.
[ 0.493419] clk: Disabling unused clocks
[ 0.493423] PM: genpd: Disabling unused power domains
[ 0.495166] Freeing unused decrypted memory: 2028K
[ 0.496008] Freeing unused kernel image (initmem) memory: 4072K
[ 0.496129] Write protecting the kernel read-only data: 28672k
[ 0.497206] Freeing unused kernel image (rodata/data gap) memory: 1356K
[ 0.542412] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.542416] x86/mm: Checking user space page tables
[ 0.579260] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.579264] Run /init as init process
[ 0.579265] with arguments:
[ 0.579266] /init
[ 0.579267] noisapnp
[ 0.579268] with environment:
[ 0.579268] HOME=/
[ 0.579269] TERM=linux
[ 0.579270] BOOT_IMAGE=/vmlinuz-6.9.12-amd64
[ 0.718215] nvme nvme0: pci function 0000:6e:00.0
[ 0.726492] nvme nvme0: 8/0/0 default/read/poll queues
[ 0.728568] nvme0n1: p1 p2 p3 p4
[ 0.866777] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.866819] device-mapper: uevent: version 1.0.3
[ 0.866974] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 1.334239] tsc: Refined TSC clocksource calibration: 1992.005 MHz
[ 1.334260] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d5b41a85, max_idle_ns: 881590480540 ns
[ 1.334352] clocksource: Switched to clocksource tsc
[ 1.505394] psmouse serio1: synaptics: queried max coordinates: x [..5666], y [..4734]
[ 1.540145] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1118..]
[ 1.540170] psmouse serio1: synaptics: Your touchpad (PNP: DLL07e6 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 1.607447] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00323/0x840300/0x12e800/0x0, board id: 3038, fw id: 2375007
[ 1.642357] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input3
[ 8.012965] EXT4-fs (dm-0): mounted filesystem b8b2f3b6-8c20-4c2a-8895-aa2768866674 ro with ordered data mode. Quota mode: none.
[ 8.073095] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 8.182086] systemd[1]: Inserted module 'autofs4'
[ 8.306922] systemd[1]: systemd 256.4-2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +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 -XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[ 8.306929] systemd[1]: Detected architecture x86-64.
[ 8.310865] systemd[1]: Hostname set to <palestrina.molgen.mpg.de>.
[ 8.654314] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 8.859227] systemd[1]: Queued start job for default target graphical.target.
[ 8.893822] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 8.894962] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 8.895942] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[ 8.896925] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 8.897630] systemd[1]: Created slice user.slice - User and Session Slice.
[ 8.897833] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 8.897985] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 8.898562] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 8.898621] systemd[1]: Expecting device dev-disk-by\x2duuid-753e5599\x2d234d\x2d4759\x2db893\x2d8eaa488f5bfe.device - /dev/disk/by-uuid/753e5599-234d-4759-b893-8eaa488f5bfe...
[ 8.898644] systemd[1]: Expecting device dev-disk-by\x2duuid-C484\x2d9038.device - /dev/disk/by-uuid/C484-9038...
[ 8.898666] systemd[1]: Expecting device dev-nvme0n1p3.device - /dev/nvme0n1p3...
[ 8.898721] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 8.898790] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 8.898816] systemd[1]: Reached target paths.target - Path Units.
[ 8.898864] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 8.898899] systemd[1]: Reached target slices.target - Slice Units.
[ 8.898937] systemd[1]: Reached target swap.target - Swaps.
[ 8.898998] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 8.902415] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[ 8.904395] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 8.904629] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 8.904899] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 8.905191] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 8.905293] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.905333] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.905567] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 8.905749] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 8.908374] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 8.910463] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 8.917413] systemd[1]: gnu-store.mount: Directory /gnu/store to mount over is not empty, mounting anyway.
[ 8.918193] systemd[1]: Mounting gnu-store.mount - Read-only /gnu/store for GNU Guix...
[ 8.919366] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 8.920407] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 8.921331] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 8.921929] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[ 8.922916] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[ 8.924294] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 8.925581] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 8.926863] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 8.927700] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 8.929063] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 8.929222] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 8.929298] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 8.931411] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 8.933307] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 8.933338] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.934357] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 8.934421] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.935454] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 8.939474] pstore: Using crash dump compression: deflate
[ 8.943143] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 8.977770] pstore: Registered efi_pstore as persistent store backend
[ 8.980403] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 8.980541] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 8.980683] systemd[1]: Mounted gnu-store.mount - Read-only /gnu/store for GNU Guix.
[ 8.980826] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 8.980954] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 8.981070] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 8.981186] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[ 8.981515] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 8.981927] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 8.982170] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 8.982866] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 8.983007] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 8.983221] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 8.983351] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 8.984259] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 8.985185] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 8.986247] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 8.986658] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 8.991152] systemd-journald[337]: Collecting audit messages is disabled.
[ 8.993823] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 8.994016] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 8.994902] lp: driver loaded but no devices found
[ 8.998857] ppdev: user-space parallel port driver
[ 9.019266] EXT4-fs (dm-0): re-mounted b8b2f3b6-8c20-4c2a-8895-aa2768866674 r/w. Quota mode: none.
[ 9.020476] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 9.021132] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 9.021197] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 9.022226] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 9.022255] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 9.025312] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[ 9.025489] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[ 9.026473] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 9.034404] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ 9.034725] ACPI: bus type drm_connector registered
[ 9.035520] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 9.035697] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 9.035962] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 9.036933] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 9.046748] systemd[1]: Started systemd-journald.service - Journal Service.
[ 9.058119] systemd-journald[337]: Received client request to flush runtime journal.
[ 9.239116] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 9.239176] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[ 9.244326] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 9.244357] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 9.244427] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 9.252941] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 9.253823] platform idma64.0: Adding to iommu group 19
[ 9.254956] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 9.255480] wmi_bus wmi_bus-PNP0C14:01: [Firmware Bug]: WQBC data block query control method not found
[ 9.255533] platform i2c_designware.0: Adding to iommu group 20
[ 9.255622] ACPI: button: Lid Switch [LID0]
[ 9.261289] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[ 9.262792] ACPI: button: Power Button [PBTN]
[ 9.262862] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
[ 9.263132] ACPI: button: Sleep Button [SBTN]
[ 9.263189] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[ 9.267284] ACPI: button: Power Button [PWRF]
[ 9.271517] Consider using thermal netlink events interface
[ 9.273105] ACPI: AC: AC Adapter [AC] (on-line)
[ 9.274149] ACPI: bus type USB registered
[ 9.274255] usbcore: registered new interface driver usbfs
[ 9.274407] usbcore: registered new interface driver hub
[ 9.274469] usbcore: registered new device driver usb
[ 9.316203] ACPI: battery: Slot [BAT0] (battery present)
[ 9.320745] hid: raw HID events driver (C) Jiri Kosina
[ 9.335572] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 9.337892] platform idma64.1: Adding to iommu group 21
[ 9.338094] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 9.338140] platform i2c_designware.1: Adding to iommu group 22
[ 9.351246] intel_pmc_core INT33A1:00: initialized
[ 9.354417] input: Intel HID events as /devices/platform/INT33D5:00/input/input8
[ 9.355799] intel-hid INT33D5:00: platform supports 5 button array
[ 9.360211] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input9
[ 9.372209] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 9.372216] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 9.373257] input: PC Speaker as /devices/platform/pcspkr/input/input10
[ 9.373386] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 9.389884] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 9.389890] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 9.389895] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 9.390014] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 9.390017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.390019] usb usb1: Product: xHCI Host Controller
[ 9.390021] usb usb1: Manufacturer: Linux 6.9.12-amd64 xhci-hcd
[ 9.390022] usb usb1: SerialNumber: 0000:00:14.0
[ 9.390537] hub 1-0:1.0: USB hub found
[ 9.390562] hub 1-0:1.0: 12 ports detected
[ 9.428397] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 9.428403] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.428405] usb usb2: Product: xHCI Host Controller
[ 9.428407] usb usb2: Manufacturer: Linux 6.9.12-amd64 xhci-hcd
[ 9.428409] usb usb2: SerialNumber: 0000:00:14.0
[ 9.431728] hub 2-0:1.0: USB hub found
[ 9.431748] hub 2-0:1.0: 6 ports detected
[ 9.439111] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 9.439118] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[ 9.440340] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[ 9.444560] xhci_hcd 0000:39:00.0: xHCI Host Controller
[ 9.444566] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[ 9.444570] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 9.444607] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 9.444610] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.444611] usb usb3: Product: xHCI Host Controller
[ 9.444612] usb usb3: Manufacturer: Linux 6.9.12-amd64 xhci-hcd
[ 9.444614] usb usb3: SerialNumber: 0000:39:00.0
[ 9.444753] hub 3-0:1.0: USB hub found
[ 9.444762] hub 3-0:1.0: 2 ports detected
[ 9.445573] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 9.445576] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.445577] usb usb4: Product: xHCI Host Controller
[ 9.445579] usb usb4: Manufacturer: Linux 6.9.12-amd64 xhci-hcd
[ 9.445580] usb usb4: SerialNumber: 0000:39:00.0
[ 9.445766] hub 4-0:1.0: USB hub found
[ 9.445774] hub 4-0:1.0: 2 ports detected
[ 9.461847] i2c_hid_acpi i2c-ELAN24EE:00: i2c_hid_get_input: IRQ triggered but there's no data
[ 9.564016] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.568760] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 9.569418] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 9.570300] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.571569] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 9.584679] iTCO_vendor_support: vendor-support=0
[ 9.599478] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 9.621596] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 9.627564] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 9.628547] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[ 9.636081] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 9.636085] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 9.636086] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 9.636087] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 9.636088] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 9.636089] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 9.653314] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 9.680156] intel_rapl_common: Found RAPL domain package
[ 9.680162] intel_rapl_common: Found RAPL domain dram
[ 9.688093] intel_rapl_common: Found RAPL domain package
[ 9.688105] intel_rapl_common: Found RAPL domain core
[ 9.688107] intel_rapl_common: Found RAPL domain uncore
[ 9.688108] intel_rapl_common: Found RAPL domain dram
[ 9.688109] intel_rapl_common: Found RAPL domain psys
[ 9.688180] input: ELAN24EE:00 04F3:24EE Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN24EE:00/0018:04F3:24EE.0001/input/input12
[ 9.690632] input: ELAN24EE:00 04F3:24EE as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN24EE:00/0018:04F3:24EE.0001/input/input13
[ 9.698015] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[ 9.698040] input: ELAN24EE:00 04F3:24EE as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN24EE:00/0018:04F3:24EE.0001/input/input14
[ 9.698040] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[ 9.698125] hid-generic 0018:04F3:24EE.0001: input,hidraw0: I2C HID v1.00 Device [ELAN24EE:00 04F3:24EE] on i2c-ELAN24EE:00
[ 9.703489] input: DELL07E6:00 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL07E6:00/0018:06CB:76AF.0002/input/input16
[ 9.710060] input: DELL07E6:00 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL07E6:00/0018:06CB:76AF.0002/input/input17
[ 9.712776] hid-generic 0018:06CB:76AF.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL07E6:00 06CB:76AF] on i2c-DELL07E6:00
[ 9.747844] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.747859] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 9.818728] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.833039] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 9.835459] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 9.855965] usb 3-1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 5.e3
[ 9.855970] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9.855972] usb 3-1: Product: USB2.0 Hub
[ 9.855973] usb 3-1: Manufacturer: VIA Labs, Inc.
[ 9.855974] usb 3-1: SerialNumber: 000000000
[ 9.858652] hub 3-1:1.0: USB hub found
[ 9.858827] hub 3-1:1.0: 5 ports detected
[ 9.873153] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.893400] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.896343] usb 1-5: New USB device found, idVendor=0bda, idProduct=58f4, bcdDevice=76.05
[ 9.896348] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 9.896350] usb 1-5: Product: Integrated_Webcam_HD
[ 9.896352] usb 1-5: Manufacturer: CN0FFMHCLOG0081JBA49A00
[ 9.896353] usb 1-5: SerialNumber: 200901010001
[ 9.900693] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.901264] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.901271] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.948587] input: ELAN24EE:00 04F3:24EE as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN24EE:00/0018:04F3:24EE.0001/input/input19
[ 9.948688] input: ELAN24EE:00 04F3:24EE UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN24EE:00/0018:04F3:24EE.0001/input/input20
[ 9.948737] input: ELAN24EE:00 04F3:24EE UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN24EE:00/0018:04F3:24EE.0001/input/input21
[ 9.948798] hid-multitouch 0018:04F3:24EE.0001: input,hidraw0: I2C HID v1.00 Device [ELAN24EE:00 04F3:24EE] on i2c-ELAN24EE:00
[ 9.948840] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.949122] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.949129] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.981611] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.981795] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.981801] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.982479] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 9.982566] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.982726] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 9.982731] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.030009] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[ 10.030640] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 5.e3
[ 10.030643] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.030645] usb 4-1: Product: USB3.0 Hub
[ 10.030646] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 10.030647] usb 4-1: SerialNumber: 000000000
[ 10.032058] hub 4-1:1.0: USB hub found
[ 10.032173] hub 4-1:1.0: 4 ports detected
[ 10.117875] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[ 10.117889] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:02:00.0.bin (-2)
[ 10.117898] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[ 10.117904] ath10k_pci 0000:02:00.0: firmware: failed to load ath10k/cal-pci-0000:02:00.0.bin (-2)
[ 10.123503] ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:143a
[ 10.123506] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 10.123854] ath10k_pci 0000:02:00.0: firmware ver WLAN.RM.4.4.1-00309- api 6 features wowlan,ignore-otp,mfp crc32 0793bcf2
[ 10.134111] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.134327] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.134339] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.134357] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.134559] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.134566] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.186543] usb 1-7: New USB device found, idVendor=0489, idProduct=e0a2, bcdDevice= 0.01
[ 10.186547] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 10.187944] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.188138] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.188143] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.191344] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
[ 10.281450] ath10k_pci 0000:02:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 10.321206] mc: Linux media interface: v0.10
[ 10.355254] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 10.355464] Console: switching to colour dummy device 80x25
[ 10.355490] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 10.355543] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 10.361041] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 10.362545] ath: EEPROM regdomain: 0x6c
[ 10.362548] ath: EEPROM indicates we should expect a direct regpair map
[ 10.362549] ath: Country alpha2 being used: 00
[ 10.362550] ath: Regpair used: 0x6c
[ 10.370822] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
[ 10.371034] i915 0000:00:02.0: firmware: failed to load i915/kbl_dmc_ver1_04.bin (-2)
[ 10.371038] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
[ 10.371042] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
[ 10.371043] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[ 10.371422] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[ 10.373780] EXT4-fs (nvme0n1p4): mounted filesystem 753e5599-234d-4759-b893-8eaa488f5bfe r/w with ordered data mode. Quota mode: none.
[ 10.383949] videodev: Linux video capture interface: v2.00
[ 10.408703] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0bda:58f4)
[ 10.408707] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.409064] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.409070] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.415751] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.416043] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.416051] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.416267] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.416273] usb 1-5: Found UVC 1.00 device Integrated_Webcam_HD (0bda:58f4)
[ 10.416452] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.416465] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.418255] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.418771] usbcore: registered new interface driver uvcvideo
[ 10.419034] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.419458] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.419473] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.419480] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.458296] Bluetooth: Core ver 2.22
[ 10.458315] NET: Registered PF_BLUETOOTH protocol family
[ 10.458316] Bluetooth: HCI device and connection manager initialized
[ 10.458320] Bluetooth: HCI socket layer initialized
[ 10.458322] Bluetooth: L2CAP socket layer initialized
[ 10.458327] Bluetooth: SCO socket layer initialized
[ 10.469132] audit: type=1400 audit(1722870166.576:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ipsec/stroke" pid=534 comm="apparmor_parser"
[ 10.469542] audit: type=1400 audit(1722870166.576:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=528 comm="apparmor_parser"
[ 10.469547] audit: type=1400 audit(1722870166.576:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=528 comm="apparmor_parser"
[ 10.470801] audit: type=1400 audit(1722870166.580:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=527 comm="apparmor_parser"
[ 10.471624] audit: type=1400 audit(1722870166.580:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=535 comm="apparmor_parser"
[ 10.472090] audit: type=1400 audit(1722870166.580:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=531 comm="apparmor_parser"
[ 10.472093] audit: type=1400 audit(1722870166.580:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=531 comm="apparmor_parser"
[ 10.472095] audit: type=1400 audit(1722870166.580:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=531 comm="apparmor_parser"
[ 10.474236] audit: type=1400 audit(1722870166.584:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=537 comm="apparmor_parser"
[ 10.475787] audit: type=1400 audit(1722870166.584:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=539 comm="apparmor_parser"
[ 10.487946] input: DELL07E6:00 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL07E6:00/0018:06CB:76AF.0002/input/input23
[ 10.489377] input: DELL07E6:00 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DELL07E6:00/0018:06CB:76AF.0002/input/input24
[ 10.489389] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.489612] usbcore: registered new interface driver btusb
[ 10.489624] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.489633] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.489642] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.491164] hid-multitouch 0018:06CB:76AF.0002: input,hidraw1: I2C HID v1.00 Mouse [DELL07E6:00 06CB:76AF] on i2c-DELL07E6:00
[ 10.491234] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.491473] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.491480] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.491488] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.491781] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[ 10.491784] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[ 10.492191] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.493525] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.493537] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.493546] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.602020] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[ 10.719085] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 10.719090] Bluetooth: BNEP filters: protocol multicast
[ 10.719093] Bluetooth: BNEP socket layer initialized
[ 10.764526] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 7.b4
[ 10.764531] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.764532] usb 3-1.1: Product: USB2.0 Hub
[ 10.764534] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[ 10.764535] usb 3-1.1: SerialNumber: 000000000
[ 10.765488] hub 3-1.1:1.0: USB hub found
[ 10.765625] hub 3-1.1:1.0: 4 ports detected
[ 10.823391] block nvme0n1: No UUID available providing old NGUID
[ 10.851774] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[ 10.858063] usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
[ 10.879781] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 10.888633] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.888947] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.888956] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.888962] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.888977] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.889151] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.889156] snd_soc_avs 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.889161] sof-audio-pci-intel-skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.925369] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 7.b4
[ 10.925375] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.925376] usb 4-1.1: Product: USB3.0 Hub
[ 10.925378] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[ 10.925379] usb 4-1.1: SerialNumber: 000000000
[ 10.926839] hub 4-1.1:1.0: USB hub found
[ 10.927023] hub 4-1.1:1.0: 4 ports detected
[ 10.927156] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 10.932389] NET: Registered PF_QIPCRTR protocol family
[ 10.939745] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 10.960774] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 10.979869] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
[ 10.983672] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 10.988236] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input26
[ 10.988470] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[ 10.999017] usb 3-1.5: new high-speed USB device number 4 using xhci_hcd
[ 11.022174] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 11.026032] fbcon: i915drmfb (fb0) is primary device
[ 11.043293] Console: switching to colour frame buffer device 240x67
[ 11.065541] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 11.092862] Initializing XFRM netlink socket
[ 11.096160] PPP generic driver version 2.4.2
[ 11.103311] usb 3-1.5: New USB device found, idVendor=2109, idProduct=8817, bcdDevice= 0.01
[ 11.103317] usb 3-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 11.103320] usb 3-1.5: Product: USB Billboard Device
[ 11.103321] usb 3-1.5: Manufacturer: VIA Labs, Inc.
[ 11.103323] usb 3-1.5: SerialNumber: 0000000000000001
[ 11.122919] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3271: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 11.122927] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.122930] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 11.122933] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 11.122935] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 11.122936] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 11.122938] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1b
[ 11.122940] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 11.178601] NET: Registered PF_PPPOX protocol family
[ 11.179999] Bluetooth: MGMT ver 1.22
[ 11.182077] usb 4-1.4: new SuperSpeed USB device number 4 using xhci_hcd
[ 11.185483] NET: Registered PF_ALG protocol family
[ 11.190030] IPsec XFRM device driver
[ 11.192891] l2tp_core: L2TP core driver, V2.0
[ 11.195686] l2tp_netlink: L2TP netlink interface
[ 11.199643] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 11.204738] usb 4-1.4: New USB device found, idVendor=058f, idProduct=8468, bcdDevice= 1.00
[ 11.204745] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 11.204747] usb 4-1.4: Product: Mass Storage Device
[ 11.204750] usb 4-1.4: Manufacturer: Generic
[ 11.204752] usb 4-1.4: SerialNumber: 058F84688461
[ 11.251057] SCSI subsystem initialized
[ 11.260279] usb-storage 4-1.4:1.0: USB Mass Storage device detected
[ 11.260483] scsi host0: usb-storage 4-1.4:1.0
[ 11.260592] usbcore: registered new interface driver usb-storage
[ 11.266543] usbcore: registered new interface driver uas
[ 11.578078] usb 4-1.1.3: new SuperSpeed USB device number 5 using xhci_hcd
[ 11.598543] usb 4-1.1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 11.598549] usb 4-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 11.598551] usb 4-1.1.3: Product: USB 10/100/1000 LAN
[ 11.598553] usb 4-1.1.3: Manufacturer: Realtek
[ 11.598554] usb 4-1.1.3: SerialNumber: 000001
[ 11.634701] Bluetooth: RFCOMM TTY layer initialized
[ 11.634708] Bluetooth: RFCOMM socket layer initialized
[ 11.634713] Bluetooth: RFCOMM ver 1.11
[ 11.646204] usbcore: registered new device driver r8152-cfgselector
[ 11.726362] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[ 11.751381] r8152 4-1.1.3:1.0: firmware: failed to load rtl_nic/rtl8153a-4.fw (-2)
[ 11.751393] r8152 4-1.1.3:1.0: firmware: failed to load rtl_nic/rtl8153a-4.fw (-2)
[ 11.751394] r8152 4-1.1.3:1.0: Direct firmware load for rtl_nic/rtl8153a-4.fw failed with error -2
[ 11.751397] r8152 4-1.1.3:1.0: unable to load firmware patch rtl_nic/rtl8153a-4.fw (-2)
[ 11.783652] r8152 4-1.1.3:1.0 eth0: v1.12.13
[ 11.783680] usbcore: registered new interface driver r8152
[ 11.791006] usbcore: registered new interface driver cdc_ether
[ 11.792652] usbcore: registered new interface driver r8153_ecm
[ 11.838135] r8152 4-1.1.3:1.0 enx00e04ceb9e75: renamed from eth0
[ 11.850603] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 11.850770] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[ 11.850854] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[ 11.850911] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[ 12.279198] scsi 0:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 6
[ 12.279844] scsi 0:0:0:1: Direct-Access Generic- Micro SD/M2 1.08 PQ: 0 ANSI: 6
[ 12.288073] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.288117] scsi 0:0:0:1: Attached scsi generic sg1 type 0
[ 12.295935] sd 0:0:0:0: [sda] Media removed, stopped polling
[ 12.296133] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 12.296394] sd 0:0:0:1: [sdb] Media removed, stopped polling
[ 12.296663] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[ 13.440467] rfkill: input handler disabled
[ 15.237590] r8152 4-1.1.3:1.0 enx00e04ceb9e75: carrier on
[ 16.184655] wlp2s0: VHT information is missing, disabling VHT
[ 16.230368] wlp2s0: authenticate with 6c:f3:7f:10:ae:1a (local address=9c:b6:d0:89:88:7d)
[ 16.230375] wlp2s0: send auth to 6c:f3:7f:10:ae:1a (try 1/3)
[ 16.236923] wlp2s0: authenticated
[ 16.238014] wlp2s0: associate with 6c:f3:7f:10:ae:1a (try 1/3)
[ 16.246773] wlp2s0: RX AssocResp from 6c:f3:7f:10:ae:1a (capab=0x401 status=0 aid=1)
[ 16.249480] wlp2s0: associated
[ 19.807429] rfkill: input handler enabled
[ 21.283975] rfkill: input handler disabled
[ 22.020753] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 22.704597] FAT-fs (nvme0n1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 38.518396] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 38.518404] xhci_hcd 0000:39:00.0: Giveback URB 00000000fcf989b8, len = 18, expected = 96, status = 0
[ 38.518521] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 38.518526] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 38.518530] xhci_hcd 0000:39:00.0: // Ding dong!
[ 38.518546] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 38.518548] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1de0 (dma) in stream 0 URB 00000000a9c75c76
[ 38.518552] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1df0, cycle 1
[ 38.518554] xhci_hcd 0000:39:00.0: // Ding dong!
[ 38.518557] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 38.518624] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1df0
[ 38.518629] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 38.518632] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 38.518636] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 38.519175] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 38.519180] xhci_hcd 0000:39:00.0: Giveback URB 00000000fcf989b8, len = 18, expected = 96, status = 0
[ 38.519238] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 38.519241] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 38.519244] xhci_hcd 0000:39:00.0: // Ding dong!
[ 38.519255] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 38.519258] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1e20 (dma) in stream 0 URB 00000000a9c75c76
[ 38.519261] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1e30, cycle 1
[ 38.519263] xhci_hcd 0000:39:00.0: // Ding dong!
[ 38.519266] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 38.519295] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1e30
[ 38.519298] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 38.519300] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 38.519303] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 40.019585] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32680 bytes untransferred
[ 40.534423] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 40.534427] xhci_hcd 0000:39:00.0: Giveback URB 00000000fcf989b8, len = 18, expected = 96, status = 0
[ 40.534454] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 40.534456] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 40.534458] xhci_hcd 0000:39:00.0: // Ding dong!
[ 40.534495] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 40.534497] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1e60 (dma) in stream 0 URB 00000000a9c75c76
[ 40.534499] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1e70, cycle 1
[ 40.534501] xhci_hcd 0000:39:00.0: // Ding dong!
[ 40.534503] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 40.534535] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1e70
[ 40.534536] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 40.534538] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 40.534540] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 40.534849] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 40.534852] xhci_hcd 0000:39:00.0: Giveback URB 00000000fcf989b8, len = 18, expected = 96, status = 0
[ 40.534889] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 40.534891] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 40.534892] xhci_hcd 0000:39:00.0: // Ding dong!
[ 40.534929] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 40.534931] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1ea0 (dma) in stream 0 URB 00000000a9c75c76
[ 40.534933] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1eb0, cycle 1
[ 40.534934] xhci_hcd 0000:39:00.0: // Ding dong!
[ 40.534936] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 40.534970] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1eb0
[ 40.534971] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 40.534972] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 40.534974] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 40.793494] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32216 bytes untransferred
[ 40.793704] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32264 bytes untransferred
[ 40.807576] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32648 bytes untransferred
[ 41.053319] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32680 bytes untransferred
[ 42.077288] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32680 bytes untransferred
[ 42.533119] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 42.533127] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 42.533194] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 42.533198] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 42.533202] xhci_hcd 0000:39:00.0: // Ding dong!
[ 42.533234] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 42.533237] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1ee0 (dma) in stream 0 URB 00000000a9c75c76
[ 42.533241] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1ef0, cycle 1
[ 42.533244] xhci_hcd 0000:39:00.0: // Ding dong!
[ 42.533247] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 42.533273] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1ef0
[ 42.533276] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 42.533279] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 42.533283] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 42.533683] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 42.533687] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 42.533723] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 42.533726] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 42.533729] xhci_hcd 0000:39:00.0: // Ding dong!
[ 42.533763] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 42.533765] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1f20 (dma) in stream 0 URB 00000000a9c75c76
[ 42.533769] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1f30, cycle 1
[ 42.533771] xhci_hcd 0000:39:00.0: // Ding dong!
[ 42.533775] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 42.533803] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1f30
[ 42.533806] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 42.533808] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 42.533811] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 44.532417] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 44.532427] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 44.532458] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 44.532463] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 44.532468] xhci_hcd 0000:39:00.0: // Ding dong!
[ 44.532498] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 44.532502] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1f60 (dma) in stream 0 URB 00000000a9c75c76
[ 44.532508] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1f70, cycle 1
[ 44.532511] xhci_hcd 0000:39:00.0: // Ding dong!
[ 44.532515] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 44.532537] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1f70
[ 44.532541] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 44.532545] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 44.532550] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 44.532918] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 44.532923] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 44.532958] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 44.532962] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 44.532966] xhci_hcd 0000:39:00.0: // Ding dong!
[ 44.532998] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 44.533001] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1fa0 (dma) in stream 0 URB 00000000a9c75c76
[ 44.533006] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1fb0, cycle 1
[ 44.533009] xhci_hcd 0000:39:00.0: // Ding dong!
[ 44.533013] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 44.533038] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1fb0
[ 44.533042] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 44.533045] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 44.533049] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 46.536000] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 46.536017] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 46.536085] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 46.536095] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 46.536103] xhci_hcd 0000:39:00.0: // Ding dong!
[ 46.536120] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 46.536126] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef1fe0 (dma) in stream 0 URB 00000000a9c75c76
[ 46.536135] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef1ff0, cycle 1
[ 46.536141] xhci_hcd 0000:39:00.0: // Ding dong!
[ 46.536146] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 46.536155] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef1ff0
[ 46.536162] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 46.536167] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 46.536176] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 46.536859] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 46.536874] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 46.536935] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 46.536944] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 46.536952] xhci_hcd 0000:39:00.0: // Ding dong!
[ 46.536968] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 46.536974] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef0030 (dma) in stream 0 URB 00000000a9c75c76
[ 46.536984] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef0040, cycle 1
[ 46.536989] xhci_hcd 0000:39:00.0: // Ding dong!
[ 46.536995] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 46.537003] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef0040
[ 46.537009] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 46.537014] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 46.537022] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 46.931504] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32680 bytes untransferred
[ 47.185470] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32432 bytes untransferred
[ 47.186362] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32400 bytes untransferred
[ 47.969366] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32680 bytes untransferred
[ 48.545910] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 48.545926] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 48.546037] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 48.546045] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 48.546053] xhci_hcd 0000:39:00.0: // Ding dong!
[ 48.546077] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 48.546082] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef0070 (dma) in stream 0 URB 00000000a9c75c76
[ 48.546092] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef0080, cycle 1
[ 48.546097] xhci_hcd 0000:39:00.0: // Ding dong!
[ 48.546103] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 48.546111] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef0080
[ 48.546117] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 48.546123] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 48.546130] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 48.546627] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 48.546635] xhci_hcd 0000:39:00.0: Giveback URB 00000000b30ae27d, len = 18, expected = 96, status = 0
[ 48.546741] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 6 ep 4
[ 48.546748] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 6
[ 48.546754] xhci_hcd 0000:39:00.0: // Ding dong!
[ 48.546781] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 48.546786] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffef00b0 (dma) in stream 0 URB 00000000a9c75c76
[ 48.546793] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffef00c0, cycle 1
[ 48.546798] xhci_hcd 0000:39:00.0: // Ding dong!
[ 48.546803] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 48.546810] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffef00c0
[ 48.546815] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 48.546820] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 48.546827] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 48.989245] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 32768 bytes, 32680 bytes untransferred
[ 49.739732] PM: suspend entry (deep)
[ 49.746345] Filesystems sync: 0.006 seconds
[ 49.749334] Freezing user space processes
[ 49.751156] Freezing user space processes completed (elapsed 0.001 seconds)
[ 49.751160] OOM killer disabled.
[ 49.751165] Freezing remaining freezable tasks
[ 49.752319] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 49.752378] printk: Suspending console(s) (use no_console_suspend to debug)
[ 49.793819] xhci_hcd 0000:39:00.0: Cancel URB 000000005c5c7037, dev 1.1.3, ep 0x83, starting at offset 0xffeb6a50
[ 49.793831] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.793882] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 6
[ 49.793891] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeb6a50 (dma) in stream 0 URB 000000005c5c7037
[ 49.793899] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffeb6a60, cycle 1
[ 49.793903] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.793907] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000005c5c7037 TD as cancel_status is 2
[ 49.793914] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffeb6a60
[ 49.793917] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000005c5c7037 TD
[ 49.793921] xhci_hcd 0000:39:00.0: Giveback URB 000000005c5c7037, len = 0, expected = 2, status = -115
[ 49.793927] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.794031] usb 3-1.5: usb suspend, wakeup 0
[ 49.794615] wlp2s0: deauthenticating from 6c:f3:7f:10:ae:1a by local choice (Reason: 3=DEAUTH_LEAVING)
[ 49.794827] usb 3-1.1: usb auto-resume
[ 49.797315] xhci_hcd 0000:39:00.0: Cancel URB 00000000dd6f5091, dev 1.1.3, ep 0x81, starting at offset 0xffeab330
[ 49.797330] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797345] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797354] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab330 (dma) in stream 0 URB 00000000dd6f5091
[ 49.797361] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 00000000dd6f5091 TD
[ 49.797385] xhci_hcd 0000:39:00.0: Cancel URB 000000009e5c75da, dev 1.1.3, ep 0x81, starting at offset 0xffeab370
[ 49.797393] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797407] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797412] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab370 (dma) in stream 0 URB 000000009e5c75da
[ 49.797417] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 000000009e5c75da TD
[ 49.797440] xhci_hcd 0000:39:00.0: Cancel URB 000000004fe00c2c, dev 1.1.3, ep 0x81, starting at offset 0xffeab340
[ 49.797446] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797461] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797466] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab340 (dma) in stream 0 URB 000000004fe00c2c
[ 49.797470] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 000000004fe00c2c TD
[ 49.797493] xhci_hcd 0000:39:00.0: Cancel URB 0000000092a9c67d, dev 1.1.3, ep 0x81, starting at offset 0xffeab350
[ 49.797499] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797513] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797517] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab350 (dma) in stream 0 URB 0000000092a9c67d
[ 49.797522] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 0000000092a9c67d TD
[ 49.797542] xhci_hcd 0000:39:00.0: Cancel URB 000000004f63ddcc, dev 1.1.3, ep 0x81, starting at offset 0xffeab360
[ 49.797548] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797562] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797566] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab360 (dma) in stream 0 URB 000000004f63ddcc
[ 49.797571] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 000000004f63ddcc TD
[ 49.797591] xhci_hcd 0000:39:00.0: Cancel URB 000000007a3008ea, dev 1.1.3, ep 0x81, starting at offset 0xffeab380
[ 49.797597] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797611] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797615] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab380 (dma) in stream 0 URB 000000007a3008ea
[ 49.797620] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 000000007a3008ea TD
[ 49.797640] xhci_hcd 0000:39:00.0: Cancel URB 00000000a8f658ef, dev 1.1.3, ep 0x81, starting at offset 0xffeab390
[ 49.797647] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797663] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797667] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab390 (dma) in stream 0 URB 00000000a8f658ef
[ 49.797672] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 00000000a8f658ef TD
[ 49.797697] xhci_hcd 0000:39:00.0: Cancel URB 00000000af347fde, dev 1.1.3, ep 0x81, starting at offset 0xffeab3a0
[ 49.797706] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797721] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797726] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab3a0 (dma) in stream 0 URB 00000000af347fde
[ 49.797731] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Giveback cancelled URB 00000000af347fde TD
[ 49.797756] xhci_hcd 0000:39:00.0: Cancel URB 00000000094bab21, dev 1.1.3, ep 0x81, starting at offset 0xffeab310
[ 49.797763] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797776] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797781] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab310 (dma) in stream 0 URB 00000000094bab21
[ 49.797787] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffeab320, cycle 0
[ 49.797791] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797795] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000094bab21 TD as cancel_status is 2
[ 49.797802] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffeab320
[ 49.797806] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000094bab21 TD
[ 49.797810] xhci_hcd 0000:39:00.0: Giveback URB 00000000094bab21, len = 0, expected = 32768, status = -115
[ 49.797817] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.797837] xhci_hcd 0000:39:00.0: Cancel URB 00000000db4110e1, dev 1.1.3, ep 0x81, starting at offset 0xffeab320
[ 49.797843] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797858] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 7 ep 2
[ 49.797862] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xffeab320 (dma) in stream 0 URB 00000000db4110e1
[ 49.797867] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xffeab330, cycle 0
[ 49.797871] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.797875] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000db4110e1 TD as cancel_status is 2
[ 49.797881] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @ffeab330
[ 49.797885] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000db4110e1 TD
[ 49.797888] xhci_hcd 0000:39:00.0: Giveback URB 00000000db4110e1, len = 0, expected = 32768, status = -115
[ 49.797894] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.799274] r8152-cfgselector 4-1.1.3: usb suspend, wakeup 1
[ 49.813041] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 49.813206] xhci_hcd 0000:00:14.0: xhci_resume: starting usb1 port polling.
[ 49.813220] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb2 port polling
[ 49.813236] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 49.813240] xhci_hcd 0000:00:14.0: hcd_pci_runtime_resume: 0
[ 49.813251] usb usb2: usb auto-resume
[ 49.813279] hub 2-0:1.0: hub_resume
[ 49.813306] usb usb1: usb auto-resume
[ 49.813338] hub 1-0:1.0: hub_resume
[ 49.813349] xhci_hcd 0000:00:14.0: Get port status 1-1 read: 0x2a0, return 0x100
[ 49.813441] xhci_hcd 0000:00:14.0: Get port status 1-2 read: 0x2a0, return 0x100
[ 49.813534] xhci_hcd 0000:00:14.0: Get port status 1-3 read: 0x2a0, return 0x100
[ 49.813630] xhci_hcd 0000:00:14.0: Get port status 1-4 read: 0x2a0, return 0x100
[ 49.813722] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0xe63, return 0x507
[ 49.813808] usb usb1-port5: status 0507 change 0000
[ 49.813827] xhci_hcd 0000:00:14.0: Get port status 1-6 read: 0x2a0, return 0x100
[ 49.813922] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x663, return 0x107
[ 49.814005] usb usb1-port7: status 0107 change 0000
[ 49.814023] xhci_hcd 0000:00:14.0: Get port status 1-8 read: 0x2a0, return 0x100
[ 49.814125] xhci_hcd 0000:00:14.0: Get port status 1-9 read: 0x2a0, return 0x100
[ 49.814217] xhci_hcd 0000:00:14.0: Get port status 1-10 read: 0x2a0, return 0x100
[ 49.814313] xhci_hcd 0000:00:14.0: Get port status 1-11 read: 0x2a0, return 0x100
[ 49.814414] xhci_hcd 0000:00:14.0: Get port status 1-12 read: 0x2a0, return 0x100
[ 49.814460] hub 1-0:1.0: hub_suspend
[ 49.814495] usb usb1: bus suspend, wakeup 0
[ 49.820707] hub 4-1.1:1.0: hub_suspend
[ 49.820767] xhci_hcd 0000:39:00.0: Cancel URB 000000004fe8c5e4, dev 1.1, ep 0x81, starting at offset 0xfff37020
[ 49.820782] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.820808] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 4 ep 2
[ 49.820815] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff37020 (dma) in stream 0 URB 000000004fe8c5e4
[ 49.820824] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff37030, cycle 1
[ 49.820828] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.820833] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000004fe8c5e4 TD as cancel_status is 2
[ 49.820841] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff37030
[ 49.820846] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000004fe8c5e4 TD
[ 49.820851] xhci_hcd 0000:39:00.0: Giveback URB 000000004fe8c5e4, len = 0, expected = 2, status = -115
[ 49.820860] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.821053] usb 4-1.1: usb suspend, wakeup 0
[ 49.833659] usb 4-1.4: usb suspend, wakeup 0
[ 49.840915] xhci_hcd 0000:00:14.0: Get port status 2-1 read: 0x2a0, return 0x2a0
[ 49.841170] xhci_hcd 0000:00:14.0: Get port status 2-2 read: 0x2a0, return 0x2a0
[ 49.841298] xhci_hcd 0000:00:14.0: Get port status 2-3 read: 0x2a0, return 0x2a0
[ 49.841491] xhci_hcd 0000:00:14.0: Get port status 2-4 read: 0x2a0, return 0x2a0
[ 49.841592] xhci_hcd 0000:00:14.0: Get port status 2-5 read: 0x2a0, return 0x2a0
[ 49.841680] xhci_hcd 0000:00:14.0: Get port status 2-6 read: 0x2a0, return 0x2a0
[ 49.841773] hub 2-0:1.0: hub_suspend
[ 49.841850] usb usb2: bus suspend, wakeup 0
[ 49.852742] hub 4-1:1.0: hub_suspend
[ 49.852755] xhci_hcd 0000:39:00.0: Cancel URB 000000003fc4b350, dev 1, ep 0x81, starting at offset 0xfffbb010
[ 49.852770] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.852830] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 2 ep 2
[ 49.852843] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfffbb010 (dma) in stream 0 URB 000000003fc4b350
[ 49.852854] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfffbb020, cycle 1
[ 49.852860] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.852865] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 000000003fc4b350 TD as cancel_status is 2
[ 49.852874] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fffbb020
[ 49.852879] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 000000003fc4b350 TD
[ 49.852884] xhci_hcd 0000:39:00.0: Giveback URB 000000003fc4b350, len = 0, expected = 2, status = -115
[ 49.852893] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.852986] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.853058] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 2 ep 0
[ 49.853138] xhci_hcd 0000:39:00.0: Set port 4-1 link state, portsc: 0x1243, write 0x11261
[ 49.860768] usb 3-1.1: Waited 0ms for CONNECT
[ 49.860769] usb 4-1: usb suspend, wakeup 0
[ 49.860781] usb 3-1.1: finish resume
[ 49.861072] hub 3-1.1:1.0: hub_resume
[ 49.862217] hub 3-1.1:1.0: hub_suspend
[ 49.862231] xhci_hcd 0000:39:00.0: Cancel URB 00000000d865e9ea, dev 1.1, ep 0x81, starting at offset 0xfff58020
[ 49.862247] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.862308] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 3 ep 2
[ 49.862321] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff58020 (dma) in stream 0 URB 00000000d865e9ea
[ 49.862333] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff58030, cycle 1
[ 49.862339] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.862344] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000d865e9ea TD as cancel_status is 2
[ 49.862354] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff58030
[ 49.862359] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000d865e9ea TD
[ 49.862364] xhci_hcd 0000:39:00.0: Giveback URB 00000000d865e9ea, len = 0, expected = 1, status = -115
[ 49.862374] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.862464] usb 3-1.1: usb suspend, wakeup 0
[ 49.862570] hub 3-1:1.0: hub_suspend
[ 49.862583] xhci_hcd 0000:39:00.0: Cancel URB 00000000907dd69b, dev 1, ep 0x81, starting at offset 0xfffb6000
[ 49.862597] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.862656] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 1 ep 2
[ 49.862669] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfffb6000 (dma) in stream 0 URB 00000000907dd69b
[ 49.862681] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfffb6010, cycle 1
[ 49.862686] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.862691] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000907dd69b TD as cancel_status is 2
[ 49.862701] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fffb6010
[ 49.862706] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000907dd69b TD
[ 49.862711] xhci_hcd 0000:39:00.0: Giveback URB 00000000907dd69b, len = 0, expected = 1, status = -115
[ 49.862720] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 49.862801] usb 3-1: usb suspend, wakeup 0
[ 49.862894] hub 3-0:1.0: hub_suspend
[ 49.862989] usb usb3: bus suspend, wakeup 0
[ 49.863003] xhci_hcd 0000:39:00.0: port 3-1 not suspended
[ 49.863015] xhci_hcd 0000:39:00.0: // Ding dong!
[ 49.863075] xhci_hcd 0000:39:00.0: Stopped on No-op or Link TRB for slot 1 ep 0
[ 49.880607] hub 4-0:1.0: hub_suspend
[ 49.880691] usb usb4: bus suspend, wakeup 0
[ 49.996409] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 51.191240] xhci_hcd 0000:39:00.0: config port 4-2 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191259] xhci_hcd 0000:39:00.0: config port 3-2 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191265] xhci_hcd 0000:39:00.0: xhci_suspend: stopping usb3 port polling.
[ 51.191279] xhci_hcd 0000:39:00.0: // Setting command ring address to 0xffffe001
[ 51.191518] xhci_hcd 0000:00:14.0: config port 2-1 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191537] xhci_hcd 0000:00:14.0: config port 2-2 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191549] xhci_hcd 0000:00:14.0: config port 2-3 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191559] xhci_hcd 0000:00:14.0: config port 2-4 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191568] xhci_hcd 0000:00:14.0: config port 2-5 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191577] xhci_hcd 0000:00:14.0: config port 2-6 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191586] xhci_hcd 0000:00:14.0: config port 1-1 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191592] xhci_hcd 0000:00:14.0: config port 1-2 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191598] xhci_hcd 0000:00:14.0: config port 1-3 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191603] xhci_hcd 0000:00:14.0: config port 1-4 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191610] xhci_hcd 0000:00:14.0: config port 1-6 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191616] xhci_hcd 0000:00:14.0: config port 1-8 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191622] xhci_hcd 0000:00:14.0: config port 1-9 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191628] xhci_hcd 0000:00:14.0: config port 1-10 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191634] xhci_hcd 0000:00:14.0: config port 1-11 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191639] xhci_hcd 0000:00:14.0: config port 1-12 wake bits, portsc: 0x2a0, write: 0x202a0
[ 51.191644] xhci_hcd 0000:00:14.0: xhci_suspend: stopping usb1 port polling.
[ 51.191655] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 51.203605] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 51.466757] PM: suspend of devices complete after 1678.533 msecs
[ 51.466774] PM: start suspend of devices complete after 1719.848 msecs
[ 51.479610] PM: late suspend of devices complete after 12.865 msecs
[ 51.484410] ACPI: EC: interrupt blocked
[ 51.484620] xhci_hcd 0000:39:00.0: wakeup: 1
[ 51.489227] xhci_hcd 0000:00:14.0: wakeup: 1
[ 51.497732] xhci_hcd 0000:39:00.0: --> PCI D3hot
[ 51.519478] xhci_hcd 0000:00:14.0: --> PCI D3hot
[ 51.519571] PM: noirq suspend of devices complete after 39.717 msecs
[ 51.519591] ACPI: PM: Preparing to enter system sleep state S3
[ 51.535571] ACPI: EC: event blocked
[ 51.535576] ACPI: EC: EC stopped
[ 51.535578] ACPI: PM: Saving platform NVS memory
[ 51.535804] Disabling non-boot CPUs ...
[ 51.536987] ACPI Error: AE_BAD_PARAMETER, Returned by Handler for [EmbeddedControl] (20230628/evregion-296)
[ 51.537008] ACPI Error: Aborting method \_SB.PCI0.LPCB.ECDV.ECR1 due to previous error (AE_BAD_PARAMETER) (20230628/psparse-529)
[ 51.537029] ACPI Error: Aborting method \_SB.PCI0.LPCB.ECDV.ECR2 due to previous error (AE_BAD_PARAMETER) (20230628/psparse-529)
[ 51.537046] ACPI Error: Aborting method \ECRW due to previous error (AE_BAD_PARAMETER) (20230628/psparse-529)
[ 51.537061] ACPI Error: Aborting method \ECGD due to previous error (AE_BAD_PARAMETER) (20230628/psparse-529)
[ 51.537075] ACPI Error: Aborting method \NEVT due to previous error (AE_BAD_PARAMETER) (20230628/psparse-529)
[ 51.537090] ACPI Error: Aborting method \_SB.PCI0.LPCB.ECDV._Q66 due to previous error (AE_BAD_PARAMETER) (20230628/psparse-529)
[ 51.539376] smpboot: CPU 1 is now offline
[ 51.542898] smpboot: CPU 2 is now offline
[ 51.546414] smpboot: CPU 3 is now offline
[ 51.550995] smpboot: CPU 4 is now offline
[ 51.554455] smpboot: CPU 5 is now offline
[ 51.557551] smpboot: CPU 6 is now offline
[ 51.560898] smpboot: CPU 7 is now offline
[ 51.562011] Checking wakeup interrupts
[ 51.562016] Calling kvm_suspend+0x0/0x40 [kvm]
[ 51.562212] Calling intel_epb_save+0x0/0x30
[ 51.562225] Calling mce_syscore_suspend+0x0/0x20
[ 51.562231] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[ 51.562243] Calling timekeeping_suspend+0x0/0x2f0
[ 51.562386] Calling irq_gc_suspend+0x0/0x80
[ 51.562397] Calling save_ioapic_entries+0x0/0xd0
[ 51.563617] Calling i8259A_suspend+0x0/0x30
[ 51.563634] Calling iommu_suspend+0x0/0x120
[ 51.563662] Calling fw_suspend+0x0/0x20
[ 51.563670] Calling acpi_save_bm_rld+0x0/0x30
[ 51.563683] Calling lapic_suspend+0x0/0x160
[ 51.567297] ACPI: PM: Low-level resume complete
[ 51.567342] ACPI: EC: EC started
[ 51.567343] ACPI: PM: Restoring platform NVS memory
[ 51.567403] Calling init_counter_refs+0x0/0x40
[ 51.567408] Calling lapic_resume+0x0/0x220
[ 51.567447] Calling acpi_restore_bm_rld+0x0/0x70
[ 51.567452] Calling irqrouter_resume+0x0/0x50
[ 51.567456] Calling iommu_resume+0x0/0x160
[ 51.567701] Calling i8259A_resume+0x0/0x40
[ 51.567868] Calling ioapic_resume+0x0/0xc0
[ 51.568111] Calling irq_gc_resume+0x0/0x70
[ 51.568114] Calling irq_pm_syscore_resume+0x0/0x20
[ 51.568188] Calling timekeeping_resume+0x0/0x1e0
[ 51.568318] Timekeeping suspended for 14.256 seconds
[ 51.568332] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[ 51.568337] Calling mce_syscore_resume+0x0/0x30
[ 51.568356] Calling intel_epb_restore+0x0/0x90
[ 51.568360] Calling microcode_bsp_resume+0x0/0xd0
[ 51.568363] Calling kvm_resume+0x0/0x60 [kvm]
[ 51.568445] PM: Triggering wakeup from IRQ 51
[ 51.568476] Enabling non-boot CPUs ...
[ 51.568513] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 51.575744] CPU1 is up
[ 51.575766] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 51.576525] CPU2 is up
[ 51.576544] smpboot: Booting Node 0 Processor 3 APIC 0x6
[ 51.577344] CPU3 is up
[ 51.577362] smpboot: Booting Node 0 Processor 4 APIC 0x1
[ 51.578311] CPU4 is up
[ 51.578332] smpboot: Booting Node 0 Processor 5 APIC 0x3
[ 51.579160] CPU5 is up
[ 51.579180] smpboot: Booting Node 0 Processor 6 APIC 0x5
[ 51.580014] CPU6 is up
[ 51.580032] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 51.580894] CPU7 is up
[ 51.584313] ACPI: PM: Waking up from system sleep state S3
[ 51.897654] ACPI: EC: interrupt unblocked
[ 51.898055] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 51.898103] pcieport 0000:00:1c.2: Intel SPT PCH root port ACS workaround enabled
[ 51.898107] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 51.898119] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 51.916687] PM: noirq resume of devices complete after 19.276 msecs
[ 51.916727] DMAR: DRHD: handling fault status reg 2
[ 51.916732] DMAR: [INTR-REMAP] Request device [f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[ 51.917727] PM: early resume of devices complete after 0.847 msecs
[ 51.917930] ACPI: EC: event unblocked
[ 51.919958] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 51.920303] xhci_hcd 0000:00:14.0: xhci_resume: starting usb1 port polling.
[ 51.920303] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x206e1
[ 51.920310] xhci_hcd 0000:00:14.0: resume root hub
[ 51.920315] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 51.920329] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb2 port polling
[ 51.920388] usb usb2: usb resume
[ 51.920393] usb usb1: usb resume
[ 51.920429] hub 2-0:1.0: hub_resume
[ 51.920463] hub 1-0:1.0: hub_resume
[ 51.920474] xhci_hcd 0000:00:14.0: Get port status 1-1 read: 0x2a0, return 0x100
[ 51.920495] xhci_hcd 0000:00:14.0: Get port status 1-2 read: 0x2a0, return 0x100
[ 51.920649] xhci_hcd 0000:00:14.0: Get port status 1-3 read: 0x2a0, return 0x100
[ 51.920813] xhci_hcd 0000:00:14.0: Get port status 1-4 read: 0x2a0, return 0x100
[ 51.920829] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x206e1, return 0x10101
[ 51.920854] usb usb1-port5: status 0101 change 0001
[ 51.920865] xhci_hcd 0000:00:14.0: clear port5 connect change, portsc: 0x6e1
[ 51.920883] xhci_hcd 0000:00:14.0: Get port status 1-6 read: 0x2a0, return 0x100
[ 51.920920] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x663, return 0x107
[ 51.920929] usb usb1-port7: status 0107 change 0000
[ 51.920948] xhci_hcd 0000:00:14.0: Get port status 1-8 read: 0x2a0, return 0x100
[ 51.920966] xhci_hcd 0000:00:14.0: Get port status 1-9 read: 0x2a0, return 0x100
[ 51.920980] xhci_hcd 0000:00:14.0: Get port status 1-10 read: 0x2a0, return 0x100
[ 51.920994] xhci_hcd 0000:00:14.0: Get port status 1-11 read: 0x2a0, return 0x100
[ 51.921020] xhci_hcd 0000:00:14.0: Get port status 1-12 read: 0x2a0, return 0x100
[ 51.921059] xhci_hcd 0000:39:00.0: // Setting command ring address to 0xffffe001
[ 51.921270] xhci_hcd 0000:39:00.0: xHC error in resume, USBSTS 0x411, Reinit
[ 51.921273] usb usb3: root hub lost power or was reset
[ 51.921276] usb usb4: root hub lost power or was reset
[ 51.921278] xhci_hcd 0000:39:00.0: Stop HCD
[ 51.921281] xhci_hcd 0000:39:00.0: // Halt the HC
[ 51.921289] xhci_hcd 0000:39:00.0: // Reset the HC
[ 51.922289] xhci_hcd 0000:39:00.0: Wait for controller to be ready for doorbell rings
[ 51.922350] xhci_hcd 0000:39:00.0: // Disabling event ring interrupts
[ 51.922408] xhci_hcd 0000:39:00.0: cleaning up memory
[ 51.922702] xhci_hcd 0000:39:00.0: Freed interrupters
[ 51.922706] xhci_hcd 0000:39:00.0: Freed command ring
[ 51.923193] xhci_hcd 0000:39:00.0: Freed segment pool
[ 51.923231] xhci_hcd 0000:39:00.0: Freed device context pool
[ 51.923233] xhci_hcd 0000:39:00.0: Freed small stream array pool
[ 51.923242] xhci_hcd 0000:39:00.0: Freed medium stream array pool
[ 51.923418] xhci_hcd 0000:39:00.0: xhci_stop completed - status = 1
[ 51.923420] xhci_hcd 0000:39:00.0: Initialize the xhci_hcd
[ 51.923422] xhci_hcd 0000:39:00.0: xhci_init
[ 51.923424] xhci_hcd 0000:39:00.0: xHCI doesn't need link TRB QUIRK
[ 51.923428] xhci_hcd 0000:39:00.0: Supported page size register = 0x1
[ 51.923431] xhci_hcd 0000:39:00.0: Supported page size of 8K
[ 51.923433] xhci_hcd 0000:39:00.0: HCD page size set to 4K
[ 51.923443] xhci_hcd 0000:39:00.0: // xHC can handle at most 64 device slots.
[ 51.923447] xhci_hcd 0000:39:00.0: // Setting Max device slots reg = 0x40.
[ 51.923466] xhci_hcd 0000:39:00.0: // Device context base array address = 0x0x00000000fff65000 (DMA), 0000000017a20fd5 (virt)
[ 51.923481] xhci_hcd 0000:39:00.0: Allocated command ring at 00000000b7b4f615
[ 51.923490] xhci_hcd 0000:39:00.0: First segment DMA is 0x0x00000000fff66000
[ 51.923496] xhci_hcd 0000:39:00.0: // Setting command ring address to 0x00000000fff66001
[ 51.923501] xhci_hcd 0000:39:00.0: // Doorbell array is located at offset 0x3000 from cap regs base addr
[ 51.923503] xhci_hcd 0000:39:00.0: Allocating primary event ring
[ 51.923531] xhci_hcd 0000:39:00.0: // Write event ring dequeue pointer, preserving EHB bit
[ 51.923541] xhci_hcd 0000:39:00.0: Allocating 34 scratchpad buffers
[ 51.923748] xhci_hcd 0000:39:00.0: Ext Cap 000000005f52db98, port offset = 1, count = 2, revision = 0x2
[ 51.923754] xhci_hcd 0000:39:00.0: PSIV:1 PSIE:2 PLT:0 PFD:0 LP:0 PSIM:12
[ 51.923765] xhci_hcd 0000:39:00.0: PSIV:2 PSIE:1 PLT:0 PFD:0 LP:0 PSIM:1500
[ 51.923770] xhci_hcd 0000:39:00.0: PSIV:3 PSIE:2 PLT:0 PFD:0 LP:0 PSIM:480
[ 51.923773] xhci_hcd 0000:39:00.0: xHCI 1.0: support USB2 hardware lpm
[ 51.923803] xhci_hcd 0000:39:00.0: Ext Cap 000000008a0032a2, port offset = 3, count = 2, revision = 0x3
[ 51.923815] xhci_hcd 0000:39:00.0: PSIV:4 PSIE:3 PLT:0 PFD:1 LP:0 PSIM:5
[ 51.923819] xhci_hcd 0000:39:00.0: PSIV:5 PSIE:3 PLT:0 PFD:1 LP:1 PSIM:10
[ 51.923822] xhci_hcd 0000:39:00.0: Found 2 USB 2.0 ports and 2 USB 3.0 ports.
[ 51.923827] xhci_hcd 0000:39:00.0: Finished xhci_init
[ 51.923830] xhci_hcd 0000:39:00.0: Start the primary HCD
[ 51.923832] xhci_hcd 0000:39:00.0: xhci_run
[ 51.923842] xhci_hcd 0000:39:00.0: ERST deq = 64'hfff67000
[ 51.923847] xhci_hcd 0000:39:00.0: Finished xhci_run for main hcd
[ 51.924027] xhci_hcd 0000:39:00.0: Start the secondary HCD
[ 51.924030] xhci_hcd 0000:39:00.0: Enable interrupts
[ 51.924033] xhci_hcd 0000:39:00.0: Enable primary interrupter
[ 51.924039] xhci_hcd 0000:39:00.0: // Turn on HC, cmd = 0x5.
[ 51.924050] xhci_hcd 0000:39:00.0: xhci_resume: starting usb3 port polling.
[ 51.924108] usb usb4: usb resume
[ 51.924108] usb usb3: usb resume
[ 51.924126] hub 4-0:1.0: hub_reset_resume
[ 51.924139] usb usb4: port-1 no _DSM function 5
[ 51.924143] usb usb4: port-1 disable U1/U2 _DSM: -19
[ 51.924150] usb usb4: port-2 no _DSM function 5
[ 51.924152] usb usb4: port-2 disable U1/U2 _DSM: -19
[ 51.924155] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 51.924163] xhci_hcd 0000:39:00.0: set port power 4-1 ON, portsc: 0x250
[ 51.924189] xhci_hcd 0000:39:00.0: set port power 4-2 ON, portsc: 0x2a0
[ 51.927873] nvme nvme0: 8/0/0 default/read/poll queues
[ 51.935153] hub 3-0:1.0: hub_reset_resume
[ 51.935158] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 51.935165] xhci_hcd 0000:39:00.0: set port power 3-1 ON, portsc: 0x2a0
[ 51.935250] xhci_hcd 0000:39:00.0: set port power 3-2 ON, portsc: 0x2a0
[ 51.942451] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x206e1
[ 51.942460] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[ 51.948063] xhci_hcd 0000:00:14.0: Get port status 2-1 read: 0x2a0, return 0x2a0
[ 51.948088] xhci_hcd 0000:00:14.0: Get port status 2-2 read: 0x2a0, return 0x2a0
[ 51.948099] xhci_hcd 0000:00:14.0: Get port status 2-3 read: 0x2a0, return 0x2a0
[ 51.948109] xhci_hcd 0000:00:14.0: Get port status 2-4 read: 0x2a0, return 0x2a0
[ 51.948118] xhci_hcd 0000:00:14.0: Get port status 2-5 read: 0x2a0, return 0x2a0
[ 51.948127] xhci_hcd 0000:00:14.0: Get port status 2-6 read: 0x2a0, return 0x2a0
[ 52.008513] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 52.008518] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x206e1, return 0x10101
[ 52.008524] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 52.008529] usb usb3-port1: status 0101 change 0001
[ 52.008533] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 52.066717] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x6e1
[ 52.066725] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x221203
[ 52.066729] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[ 52.066733] xhci_hcd 0000:39:00.0: Get port status 3-2 read: 0x2a0, return 0x100
[ 52.066740] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x221203, return 0x110203
[ 52.066762] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x6e1, return 0x101
[ 52.066777] usb usb4-port1: status 0203 change 0011
[ 52.066785] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x663, return 0x107
[ 52.066791] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x201203
[ 52.066800] xhci_hcd 0000:00:14.0: clear USB_PORT_FEAT_SUSPEND
[ 52.066801] xhci_hcd 0000:00:14.0: PORTSC 0663
[ 52.066805] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0x1203
[ 52.066806] xhci_hcd 0000:00:14.0: Set port 1-7 link state, portsc: 0x663, write 0x107e1
[ 52.066813] xhci_hcd 0000:00:14.0: Port change event, 1-7, id 7, portsc: 0x4007e3
[ 52.066815] xhci_hcd 0000:00:14.0: port resume event for port 7
[ 52.066815] xhci_hcd 0000:39:00.0: Get port status 4-2 read: 0x2a0, return 0x2a0
[ 52.066820] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 52.083662] usb 1-5: Waited 0ms for CONNECT
[ 52.083665] usb 1-5: finish reset-resume
[ 52.083674] xhci_hcd 0000:00:14.0: set port reset, actual port 1-5 status = 0x791
[ 52.111603] xhci_hcd 0000:00:14.0: Set port 1-7 link state, portsc: 0x7e3, write 0x10601
[ 52.111622] xhci_hcd 0000:00:14.0: Port change event, 1-7, id 7, portsc: 0x400603
[ 52.111632] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 52.111636] usb 1-7: usb resume
[ 52.112152] xhci_hcd 0000:00:14.0: underrun event on endpoint
[ 52.112156] xhci_hcd 0000:00:14.0: overrun event on endpoint
[ 52.140982] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x200e03
[ 52.140989] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 52.155405] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x200e03, return 0x100503
[ 52.155431] xhci_hcd 0000:00:14.0: clear port5 reset change, portsc: 0xe03
[ 52.159449] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x603, return 0x40103
[ 52.159479] xhci_hcd 0000:00:14.0: clear port7 suspend/resume change, portsc: 0x603
[ 52.171400] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[ 52.175400] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x6e1, return 0x101
[ 52.179362] usb 1-7: Waited 0ms for CONNECT
[ 52.179371] usb 1-7: finish resume
[ 52.191330] usb 4-1: Waited 0ms for CONNECT
[ 52.191333] usb 4-1: finish reset-resume
[ 52.191339] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[ 52.191352] xhci_hcd 0000:39:00.0: set port reset, actual port 4-1 status = 0x1311
[ 52.191809] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x201203
[ 52.191812] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[ 52.195295] usb 3-1: Waited 0ms for CONNECT
[ 52.195297] usb 3-1: finish reset-resume
[ 52.215278] xhci_hcd 0000:00:14.0: Resetting device with slot ID 1
[ 52.215286] xhci_hcd 0000:00:14.0: // Ding dong!
[ 52.215442] xhci_hcd 0000:00:14.0: Completed reset device command.
[ 52.215479] xhci_hcd 0000:00:14.0: Successful reset device command.
[ 52.215529] usb 1-5: reset high-speed USB device number 2 using xhci_hcd
[ 52.215535] xhci_hcd 0000:00:14.0: Slot already in default state
[ 52.215924] xhci_hcd 0000:00:14.0: Waiting for status stage event
[ 52.217002] xhci_hcd 0000:00:14.0: set port reset, actual port 1-5 status = 0xf91
[ 52.227253] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 52.259158] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x201203, return 0x100203
[ 52.259191] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0x1203
[ 52.259211] xhci_hcd 0000:39:00.0: clear port1 warm(BH) reset change, portsc: 0x1203
[ 52.259227] xhci_hcd 0000:39:00.0: clear port1 link state change, portsc: 0x1203
[ 52.259245] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x1203
[ 52.259258] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x1203, return 0x203
[ 52.274290] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x200e03
[ 52.274299] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 52.283024] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x200e03, return 0x100503
[ 52.283039] xhci_hcd 0000:00:14.0: clear port5 reset change, portsc: 0xe03
[ 52.318989] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 52.318998] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.319153] xhci_hcd 0000:39:00.0: Slot 1 output ctx = 0x0x00000000fffd3000 (dma)
[ 52.319166] xhci_hcd 0000:39:00.0: Slot 1 input ctx = 0x0x00000000fffd2000 (dma)
[ 52.319182] xhci_hcd 0000:39:00.0: Set slot id 1 dcbaa entry 0000000003d5c81e to 0xfffd3000
[ 52.319267] xhci_hcd 0000:39:00.0: Slot ID 1: HW portnum 2, hcd portnum 0
[ 52.319271] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 52.319274] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 52.319278] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.319467] xhci_hcd 0000:39:00.0: Successful setup address command
[ 52.319476] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 52.319480] xhci_hcd 0000:39:00.0: Slot ID 1 dcbaa entry @0000000003d5c81e = 0x000000fffd3000
[ 52.319486] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfffd3000
[ 52.319489] xhci_hcd 0000:39:00.0: Internal device address = 1
[ 52.319498] usb 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
[ 52.342887] xhci_hcd 0000:00:14.0: Resetting device with slot ID 1
[ 52.342895] xhci_hcd 0000:00:14.0: // Ding dong!
[ 52.342906] xhci_hcd 0000:00:14.0: Completed reset device command.
[ 52.342922] xhci_hcd 0000:00:14.0: Can't reset device (slot ID 1) in default state
[ 52.342925] xhci_hcd 0000:00:14.0: Not freeing device rings.
[ 52.342933] xhci_hcd 0000:00:14.0: // Ding dong!
[ 52.343166] xhci_hcd 0000:00:14.0: Successful setup address command
[ 52.343174] xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x000000fffff000
[ 52.343178] xhci_hcd 0000:00:14.0: Slot ID 1 dcbaa entry @00000000f471be2e = 0x000000fffd7000
[ 52.343183] xhci_hcd 0000:00:14.0: Output Context DMA address = 0xfffd7000
[ 52.343186] xhci_hcd 0000:00:14.0: Internal device address = 1
[ 52.366176] xhci_hcd 0000:39:00.0: set port reset, actual port 3-1 status = 0x791
[ 52.366553] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 52.366574] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000165701f5
[ 52.366606] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 1, new drop flags = 0x0, new add flags = 0x8
[ 52.366613] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000165701f5
[ 52.366621] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.366872] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 52.367181] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[ 52.367190] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.367261] xhci_hcd 0000:39:00.0: Successful evaluate context command
[ 52.367903] hub 4-1:1.0: hub_reset_resume
[ 52.405074] xhci_hcd 0000:00:14.0: Waiting for status stage event
[ 52.405181] xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev 000000006a5e7ca6
[ 52.405188] xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev 000000006a5e7ca6
[ 52.405195] xhci_hcd 0000:00:14.0: add ep 0x83, slot id 1, new drop flags = 0x0, new add flags = 0x80
[ 52.405202] xhci_hcd 0000:00:14.0: add ep 0x85, slot id 1, new drop flags = 0x0, new add flags = 0x880
[ 52.405205] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev 000000006a5e7ca6
[ 52.405211] xhci_hcd 0000:00:14.0: // Ding dong!
[ 52.405414] xhci_hcd 0000:00:14.0: Successful Endpoint Configure command
[ 52.406610] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev 000000006a5e7ca6
[ 52.406959] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev 000000006a5e7ca6
[ 52.421322] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x200e03
[ 52.421330] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[ 52.430641] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x200e03, return 0x100503
[ 52.430664] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0xe03
[ 52.468311] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[ 52.468317] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[ 52.468322] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.468546] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 52.468553] hub 4-1:1.0: enabling power on all ports
[ 52.474473] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 52.474483] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb4 port polling
[ 52.474552] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[ 52.490496] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 52.490504] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.490633] xhci_hcd 0000:39:00.0: Slot 2 output ctx = 0x0x00000000fffbd000 (dma)
[ 52.490651] xhci_hcd 0000:39:00.0: Slot 2 input ctx = 0x0x00000000fffb7000 (dma)
[ 52.490666] xhci_hcd 0000:39:00.0: Set slot id 2 dcbaa entry 00000000183911f5 to 0xfffbd000
[ 52.490726] usb 3-1: reset high-speed USB device number 2 using xhci_hcd
[ 52.490731] xhci_hcd 0000:39:00.0: Slot ID 2: HW portnum 0, hcd portnum 0
[ 52.490734] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 52.490737] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 52.490741] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.490870] xhci_hcd 0000:39:00.0: Successful setup context command
[ 52.490878] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 52.490882] xhci_hcd 0000:39:00.0: Slot ID 2 dcbaa entry @00000000183911f5 = 0x000000fffbd000
[ 52.490887] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfffbd000
[ 52.490890] xhci_hcd 0000:39:00.0: Internal device address = 0
[ 52.491189] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 52.491270] xhci_hcd 0000:39:00.0: set port reset, actual port 3-1 status = 0xf91
[ 52.546318] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x200e03
[ 52.546326] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[ 52.562263] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x200e03, return 0x100503
[ 52.562305] xhci_hcd 0000:39:00.0: clear port1 reset change, portsc: 0xe03
[ 52.622126] xhci_hcd 0000:39:00.0: Resetting device with slot ID 2
[ 52.622134] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.622146] xhci_hcd 0000:39:00.0: Completed reset device command.
[ 52.622163] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 2) in default state
[ 52.622167] xhci_hcd 0000:39:00.0: Not freeing device rings.
[ 52.622177] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.622366] xhci_hcd 0000:39:00.0: Successful setup address command
[ 52.622377] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 52.622382] xhci_hcd 0000:39:00.0: Slot ID 2 dcbaa entry @00000000183911f5 = 0x000000fffbd000
[ 52.622387] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfffbd000
[ 52.622391] xhci_hcd 0000:39:00.0: Internal device address = 2
[ 52.643131] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 52.643216] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000026434e36
[ 52.643242] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 2, new drop flags = 0x0, new add flags = 0x8
[ 52.643248] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000026434e36
[ 52.643254] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.643516] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 52.643694] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000026434e36
[ 52.643714] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 2, new drop flags = 0x8, new add flags = 0x0
[ 52.643736] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 2, new drop flags = 0x8, new add flags = 0x8
[ 52.643741] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000026434e36
[ 52.643746] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.644020] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 52.644365] hub 3-1:1.0: hub_reset_resume
[ 52.644386] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[ 52.644390] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[ 52.644395] xhci_hcd 0000:39:00.0: // Ding dong!
[ 52.644653] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 52.644660] hub 3-1:1.0: enabling power on all ports
[ 52.721799] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[ 52.853663] usb 4-1-port1: status 0203 change 0011
[ 52.854572] usb 4-1-port4: status 0203 change 0011
[ 52.981169] usb 4-1.4: Waited 0ms for CONNECT
[ 52.981175] usb 4-1.4: finish reset-resume
[ 52.981186] usb 4-1.1: Waited 0ms for CONNECT
[ 52.981189] usb 4-1.1: finish reset-resume
[ 52.995990] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 53.061061] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 53.061069] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.061169] xhci_hcd 0000:39:00.0: Slot 3 output ctx = 0x0x00000000fff9c000 (dma)
[ 53.061186] xhci_hcd 0000:39:00.0: Slot 3 input ctx = 0x0x00000000fff85000 (dma)
[ 53.061191] xhci_hcd 0000:39:00.0: Set slot id 3 dcbaa entry 00000000be98e2dc to 0xfff9c000
[ 53.061224] xhci_hcd 0000:39:00.0: Slot ID 3: HW portnum 2, hcd portnum 0
[ 53.061226] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 53.061228] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 53.061231] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.061357] xhci_hcd 0000:39:00.0: Successful setup address command
[ 53.061364] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.061367] xhci_hcd 0000:39:00.0: Slot ID 3 dcbaa entry @00000000be98e2dc = 0x000000fff9c000
[ 53.061370] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff9c000
[ 53.061372] xhci_hcd 0000:39:00.0: Internal device address = 3
[ 53.061379] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[ 53.082185] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.082267] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 000000005d67d675
[ 53.082272] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 000000005d67d675
[ 53.082288] xhci_hcd 0000:39:00.0: add ep 0x1, slot id 3, new drop flags = 0x0, new add flags = 0x4
[ 53.082301] xhci_hcd 0000:39:00.0: add ep 0x82, slot id 3, new drop flags = 0x0, new add flags = 0x24
[ 53.082303] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000005d67d675
[ 53.082308] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.082606] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.082740] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[ 53.082745] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.082764] xhci_hcd 0000:39:00.0: Successful evaluate context command
[ 53.141221] usb 3-1-port1: status 0101 change 0001
[ 53.142179] usb 3-1-port5: status 0501 change 0001
[ 53.160697] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 53.160709] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.160744] xhci_hcd 0000:39:00.0: Slot 4 output ctx = 0x0x00000000fff71000 (dma)
[ 53.160771] xhci_hcd 0000:39:00.0: Slot 4 input ctx = 0x0x00000000fff52000 (dma)
[ 53.160792] xhci_hcd 0000:39:00.0: Set slot id 4 dcbaa entry 00000000c53fb650 to 0xfff71000
[ 53.160911] xhci_hcd 0000:39:00.0: Slot ID 4: HW portnum 2, hcd portnum 0
[ 53.160918] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 53.160922] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 53.160928] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.161124] xhci_hcd 0000:39:00.0: Successful setup address command
[ 53.161132] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.161137] xhci_hcd 0000:39:00.0: Slot ID 4 dcbaa entry @00000000c53fb650 = 0x000000fff71000
[ 53.161144] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff71000
[ 53.161149] xhci_hcd 0000:39:00.0: Internal device address = 4
[ 53.161160] usb 4-1.1: reset SuperSpeed USB device number 3 using xhci_hcd
[ 53.208566] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.208651] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 000000000171ace6
[ 53.208688] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 4, new drop flags = 0x0, new add flags = 0x8
[ 53.208694] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000000171ace6
[ 53.208702] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.209093] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.209326] xhci_hcd 0000:39:00.0: Set up evaluate context for LPM MEL change.
[ 53.209334] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.209358] xhci_hcd 0000:39:00.0: Successful evaluate context command
[ 53.210584] hub 4-1.1:1.0: hub_reset_resume
[ 53.268526] usb 3-1.5: Waited 0ms for CONNECT
[ 53.268528] usb 3-1.1: Waited 0ms for CONNECT
[ 53.268533] usb 3-1.5: finish reset-resume
[ 53.268535] usb 3-1.1: finish reset-resume
[ 53.311070] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[ 53.311079] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[ 53.311085] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.311446] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.311455] hub 4-1.1:1.0: enabling power on all ports
[ 53.348298] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 53.348305] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.348399] xhci_hcd 0000:39:00.0: Slot 5 output ctx = 0x0x00000000fff40000 (dma)
[ 53.348422] xhci_hcd 0000:39:00.0: Slot 5 input ctx = 0x0x00000000fff33000 (dma)
[ 53.348435] xhci_hcd 0000:39:00.0: Set slot id 5 dcbaa entry 00000000ed6a3a49 to 0xfff40000
[ 53.348471] usb 3-1.5: reset high-speed USB device number 4 using xhci_hcd
[ 53.348476] xhci_hcd 0000:39:00.0: Slot ID 5: HW portnum 0, hcd portnum 0
[ 53.348479] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 53.348481] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 53.348485] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.348511] xhci_hcd 0000:39:00.0: Successful setup context command
[ 53.348517] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.348519] xhci_hcd 0000:39:00.0: Slot ID 5 dcbaa entry @00000000ed6a3a49 = 0x000000fff40000
[ 53.348523] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff40000
[ 53.348525] xhci_hcd 0000:39:00.0: Internal device address = 0
[ 53.348590] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.432045] xhci_hcd 0000:39:00.0: Resetting device with slot ID 5
[ 53.432049] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.432057] xhci_hcd 0000:39:00.0: Completed reset device command.
[ 53.432128] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 5) in default state
[ 53.432131] xhci_hcd 0000:39:00.0: Not freeing device rings.
[ 53.432136] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.432223] xhci_hcd 0000:39:00.0: Successful setup address command
[ 53.432229] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.432231] xhci_hcd 0000:39:00.0: Slot ID 5 dcbaa entry @00000000ed6a3a49 = 0x000000fff40000
[ 53.432233] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff40000
[ 53.432235] xhci_hcd 0000:39:00.0: Internal device address = 5
[ 53.503251] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.503340] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000bff19ff2
[ 53.579669] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 53.579677] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.579772] xhci_hcd 0000:39:00.0: Slot 6 output ctx = 0x0x00000000fff2f000 (dma)
[ 53.579781] xhci_hcd 0000:39:00.0: Slot 6 input ctx = 0x0x00000000fff2e000 (dma)
[ 53.579793] xhci_hcd 0000:39:00.0: Set slot id 6 dcbaa entry 000000008d78de5b to 0xfff2f000
[ 53.579860] usb 3-1.1: reset high-speed USB device number 3 using xhci_hcd
[ 53.579865] xhci_hcd 0000:39:00.0: Slot ID 6: HW portnum 0, hcd portnum 0
[ 53.579868] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 53.579870] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 53.579872] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.579953] xhci_hcd 0000:39:00.0: Successful setup context command
[ 53.579962] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.579965] xhci_hcd 0000:39:00.0: Slot ID 6 dcbaa entry @000000008d78de5b = 0x000000fff2f000
[ 53.579969] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff2f000
[ 53.579971] xhci_hcd 0000:39:00.0: Internal device address = 0
[ 53.580213] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.685050] usb 4-1.1-port3: status 0203 change 0011
[ 53.707592] xhci_hcd 0000:39:00.0: Resetting device with slot ID 6
[ 53.707608] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.707662] xhci_hcd 0000:39:00.0: Completed reset device command.
[ 53.707720] xhci_hcd 0000:39:00.0: Can't reset device (slot ID 6) in default state
[ 53.707728] xhci_hcd 0000:39:00.0: Not freeing device rings.
[ 53.707747] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.708108] xhci_hcd 0000:39:00.0: Successful setup address command
[ 53.708121] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.708127] xhci_hcd 0000:39:00.0: Slot ID 6 dcbaa entry @000000008d78de5b = 0x000000fff2f000
[ 53.708134] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff2f000
[ 53.708138] xhci_hcd 0000:39:00.0: Internal device address = 6
[ 53.729197] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.729298] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000090dba51e
[ 53.729345] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 6, new drop flags = 0x0, new add flags = 0x8
[ 53.729352] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000090dba51e
[ 53.729361] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.730188] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.730708] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000090dba51e
[ 53.730739] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 6, new drop flags = 0x8, new add flags = 0x0
[ 53.730780] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 6, new drop flags = 0x8, new add flags = 0x8
[ 53.730785] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000090dba51e
[ 53.730793] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.731492] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.732355] hub 3-1.1:1.0: hub_reset_resume
[ 53.732394] xhci_hcd 0000:39:00.0: xHCI version 110 needs hub TT think time and number of ports
[ 53.732400] xhci_hcd 0000:39:00.0: Set up configure endpoint for hub device.
[ 53.732408] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.733247] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.733261] hub 3-1.1:1.0: enabling power on all ports
[ 53.811340] r8152-cfgselector 4-1.1.3: Waited 0ms for CONNECT
[ 53.811355] r8152-cfgselector 4-1.1.3: finish reset-resume
[ 53.915234] xhci_hcd 0000:39:00.0: The device to be reset with slot ID 0 does not exist. Re-allocate the device
[ 53.915253] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.915306] xhci_hcd 0000:39:00.0: Slot 7 output ctx = 0x0x00000000fff19000 (dma)
[ 53.915346] xhci_hcd 0000:39:00.0: Slot 7 input ctx = 0x0x00000000fff23000 (dma)
[ 53.915357] xhci_hcd 0000:39:00.0: Set slot id 7 dcbaa entry 00000000f1679a51 to 0xfff19000
[ 53.915496] xhci_hcd 0000:39:00.0: Slot ID 7: HW portnum 2, hcd portnum 0
[ 53.915502] xhci_hcd 0000:39:00.0: udev->tt = 0000000000000000
[ 53.915506] xhci_hcd 0000:39:00.0: udev->ttport = 0x0
[ 53.915512] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.915564] xhci_hcd 0000:39:00.0: Successful setup address command
[ 53.915573] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 53.915578] xhci_hcd 0000:39:00.0: Slot ID 7 dcbaa entry @00000000f1679a51 = 0x000000fff19000
[ 53.915584] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff19000
[ 53.915589] xhci_hcd 0000:39:00.0: Internal device address = 7
[ 53.915600] r8152-cfgselector 4-1.1.3: reset SuperSpeed USB device number 5 using xhci_hcd
[ 53.935355] r8152-cfgselector 4-1.1.3: USB quirks for this device: 400
[ 53.935722] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 53.935747] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000813b8fd0
[ 53.935756] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000813b8fd0
[ 53.935761] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 00000000813b8fd0
[ 53.935804] xhci_hcd 0000:39:00.0: add ep 0x81, slot id 7, new drop flags = 0x0, new add flags = 0x8
[ 53.935828] xhci_hcd 0000:39:00.0: add ep 0x2, slot id 7, new drop flags = 0x0, new add flags = 0x18
[ 53.935852] xhci_hcd 0000:39:00.0: add ep 0x83, slot id 7, new drop flags = 0x0, new add flags = 0x98
[ 53.935858] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000813b8fd0
[ 53.935866] xhci_hcd 0000:39:00.0: // Ding dong!
[ 53.936374] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 53.939333] r8152 4-1.1.3:1.0: skip request firmware
[ 54.227731] PM: resume of devices complete after 2315.902 msecs
[ 54.231954] OOM killer enabled.
[ 54.231959] Restarting tasks ...
[ 54.232022] pci_bus 0000:04: Allocating resources
[ 54.232062] pcieport 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 54.232084] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 54.232084] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 54.232092] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 54.232102] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 54.232107] hub 4-1:1.0: state 7 ports 4 chg 0000 evt 0010
[ 54.232115] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 54.232115] hub 1-0:1.0: state 7 ports 12 chg 0000 evt 0080
[ 54.232124] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 54.232144] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x603, return 0x103
[ 54.232162] hub 3-1:1.0: state 7 ports 5 chg 0000 evt 0000
[ 54.232188] hub 4-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
[ 54.232726] pci_bus 0000:04: Allocating resources
[ 54.232755] pcieport 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 54.232761] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 54.232763] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 54.232766] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 54.232768] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 54.232779] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 54.234065] xhci_hcd 0000:00:14.0: // Ding dong!
[ 54.234080] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 6
[ 54.234087] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 5
[ 54.234090] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 4
[ 54.234098] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-1 status = 0xe0002a0
[ 54.234118] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 3
[ 54.234121] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 2
[ 54.234123] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 0
[ 54.234133] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-2 status = 0xe0002a0
[ 54.234147] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-3 status = 0xe0002a0
[ 54.234171] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-4 status = 0xe0002a0
[ 54.234321] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-5 status = 0xe0002a0
[ 54.234335] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-6 status = 0xe0002a0
[ 54.234344] hub 2-0:1.0: hub_suspend
[ 54.234355] usb usb2: bus auto-suspend, wakeup 1
[ 54.234375] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb2 port polling
[ 54.234290] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 54.234549] xhci_hcd 0000:00:14.0: Set port 1-7 link state, portsc: 0x603, write 0x10661
[ 54.234599] hub 3-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
[ 54.234607] hub 3-1.1:1.0: hub_suspend
[ 54.234614] xhci_hcd 0000:39:00.0: Cancel URB 00000000d865e9ea, dev 1.1, ep 0x81, starting at offset 0xfff1d000
[ 54.234621] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.234635] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 6 ep 2
[ 54.234639] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff1d000 (dma) in stream 0 URB 00000000d865e9ea
[ 54.234643] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff1d010, cycle 1
[ 54.234646] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.234649] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000d865e9ea TD as cancel_status is 2
[ 54.234674] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff1d010
[ 54.234677] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000d865e9ea TD
[ 54.234680] xhci_hcd 0000:39:00.0: Giveback URB 00000000d865e9ea, len = 0, expected = 1, status = -115
[ 54.234684] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 54.234975] done.
[ 54.234998] random: crng reseeded on system resumption
[ 54.235123] usb 3-1.1: usb auto-suspend, wakeup 1
[ 54.238859] xhci_hcd 0000:39:00.0: Transfer error for slot 3 ep 1 on endpoint
[ 54.238867] xhci_hcd 0000:39:00.0: Soft-reset ep 1, slot 3
[ 54.238872] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.238897] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.245860] xhci_hcd 0000:39:00.0: Transfer error for slot 3 ep 1 on endpoint
[ 54.245868] xhci_hcd 0000:39:00.0: Soft-reset ep 1, slot 3
[ 54.245873] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.245897] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.252860] xhci_hcd 0000:39:00.0: Transfer error for slot 3 ep 1 on endpoint
[ 54.252868] xhci_hcd 0000:39:00.0: Soft-reset ep 1, slot 3
[ 54.252872] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.252897] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.254138] usb 1-7: usb auto-suspend, wakeup 0
[ 54.259859] xhci_hcd 0000:39:00.0: Transfer error for slot 3 ep 1 on endpoint
[ 54.259866] xhci_hcd 0000:39:00.0: Soft-reset ep 1, slot 3
[ 54.259871] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.259896] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.266862] xhci_hcd 0000:39:00.0: Transfer error for slot 3 ep 1 on endpoint
[ 54.266871] xhci_hcd 0000:39:00.0: Hard-reset ep 1, slot 3
[ 54.266876] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.266897] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.266900] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff75000 (dma) in stream 0 URB 00000000a9c75c76
[ 54.266906] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff75010, cycle 1
[ 54.266909] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.266912] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 54.266937] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff75010
[ 54.266940] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 54.266943] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 31, status = -71
[ 54.266948] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 54.277953] PM: suspend exit
[ 54.286187] usb 4-1-port4: not reset yet, waiting 10ms
[ 54.306125] usb 4-1-port4: not reset yet, waiting 10ms
[ 54.330255] usb 4-1-port4: not reset yet, waiting 200ms
[ 54.500078] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.500180] hub 4-1:1.0: state 7 ports 4 chg 0000 evt 0010
[ 54.516169] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.532084] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.537774] usb 4-1-port4: not reset yet, waiting 200ms
[ 54.548178] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.564178] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.580169] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.593501] xhci_hcd 0000:00:14.0: // Ding dong!
[ 54.593538] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 10
[ 54.593555] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 6
[ 54.593563] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 0
[ 54.593587] xhci_hcd 0000:00:14.0: Set port 1-5 link state, portsc: 0xe03, write 0x10e61
[ 54.596176] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.612173] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.613629] usb 1-5: usb auto-suspend, wakeup 0
[ 54.619835] wlp2s0: VHT information is missing, disabling VHT
[ 54.628083] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.633495] hub 1-0:1.0: hub_suspend
[ 54.633539] usb usb1: bus auto-suspend, wakeup 1
[ 54.633579] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 54.633599] xhci_hcd 0000:00:14.0: config port 2-1 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633610] xhci_hcd 0000:00:14.0: config port 2-2 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633619] xhci_hcd 0000:00:14.0: config port 2-3 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633627] xhci_hcd 0000:00:14.0: config port 2-4 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633635] xhci_hcd 0000:00:14.0: config port 2-5 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633642] xhci_hcd 0000:00:14.0: config port 2-6 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633650] xhci_hcd 0000:00:14.0: config port 1-1 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633657] xhci_hcd 0000:00:14.0: config port 1-2 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633665] xhci_hcd 0000:00:14.0: config port 1-3 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633672] xhci_hcd 0000:00:14.0: config port 1-4 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633680] xhci_hcd 0000:00:14.0: config port 1-6 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633689] xhci_hcd 0000:00:14.0: config port 1-8 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633696] xhci_hcd 0000:00:14.0: config port 1-9 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633703] xhci_hcd 0000:00:14.0: config port 1-10 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633711] xhci_hcd 0000:00:14.0: config port 1-11 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633718] xhci_hcd 0000:00:14.0: config port 1-12 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 54.633724] xhci_hcd 0000:00:14.0: xhci_suspend: stopping usb1 port polling.
[ 54.633736] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 54.633858] xhci_hcd 0000:00:14.0: hcd_pci_runtime_suspend: 0
[ 54.644169] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.660173] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.664656] wlp2s0: authenticate with 6c:f3:7f:10:a0:fa (local address=9c:b6:d0:89:88:7d)
[ 54.664672] wlp2s0: send auth to 6c:f3:7f:10:a0:fa (try 1/3)
[ 54.676012] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.679594] wlp2s0: authenticated
[ 54.681278] wlp2s0: associate with 6c:f3:7f:10:a0:fa (try 1/3)
[ 54.691535] wlp2s0: RX AssocResp from 6c:f3:7f:10:a0:fa (capab=0x401 status=0 aid=1)
[ 54.691993] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.695051] wlp2s0: associated
[ 54.707994] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.723994] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.740042] xhci_hcd 0000:39:00.0: ep 0x81 - asked for 2 bytes, 1 bytes untransferred
[ 54.804987] xhci_hcd 0000:39:00.0: Resetting device with slot ID 3
[ 54.805006] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.805253] xhci_hcd 0000:39:00.0: Completed reset device command.
[ 54.805281] xhci_hcd 0000:39:00.0: Successful reset device command.
[ 54.805354] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.805428] xhci_hcd 0000:39:00.0: Successful setup address command
[ 54.805438] xhci_hcd 0000:39:00.0: Op regs DCBAA ptr = 0x000000fff65000
[ 54.805445] xhci_hcd 0000:39:00.0: Slot ID 3 dcbaa entry @00000000be98e2dc = 0x000000fff9c000
[ 54.805453] xhci_hcd 0000:39:00.0: Output Context DMA address = 0xfff9c000
[ 54.805459] xhci_hcd 0000:39:00.0: Internal device address = 3
[ 54.805472] usb 4-1.4: reset SuperSpeed USB device number 4 using xhci_hcd
[ 54.829933] xhci_hcd 0000:39:00.0: Waiting for status stage event
[ 54.829959] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 000000005d67d675
[ 54.829969] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 000000005d67d675
[ 54.829983] xhci_hcd 0000:39:00.0: add ep 0x1, slot id 3, new drop flags = 0x0, new add flags = 0x4
[ 54.829996] xhci_hcd 0000:39:00.0: add ep 0x82, slot id 3, new drop flags = 0x0, new add flags = 0x24
[ 54.830002] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 000000005d67d675
[ 54.830011] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.830518] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 54.830644] xhci_hcd 0000:39:00.0: endpoint disable with ep_state 0x40
[ 54.831311] hub 4-1:1.0: state 7 ports 4 chg 0000 evt 0000
[ 54.831330] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 54.831338] xhci_hcd 0000:39:00.0: Giveback URB 000000002e499df5, len = 18, expected = 96, status = 0
[ 54.831384] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 3 ep 4
[ 54.831391] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 3
[ 54.831398] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.831421] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.831427] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff75020 (dma) in stream 0 URB 00000000a9c75c76
[ 54.831436] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff75030, cycle 1
[ 54.831441] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.831447] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 54.831455] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff75030
[ 54.831461] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 54.831467] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 54.831475] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 54.849461] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 54.849476] xhci_hcd 0000:39:00.0: Giveback URB 000000000589b15a, len = 18, expected = 96, status = 0
[ 54.849642] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 3 ep 4
[ 54.849655] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 3
[ 54.849665] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.849683] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 54.849689] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff75060 (dma) in stream 0 URB 00000000a9c75c76
[ 54.849700] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff75070, cycle 1
[ 54.849705] xhci_hcd 0000:39:00.0: // Ding dong!
[ 54.849711] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 54.849720] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff75070
[ 54.849726] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 54.849731] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 54.849741] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 56.845684] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 56.845690] xhci_hcd 0000:39:00.0: Giveback URB 00000000724386db, len = 18, expected = 96, status = 0
[ 56.845780] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 3 ep 4
[ 56.845784] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 3
[ 56.845787] xhci_hcd 0000:39:00.0: // Ding dong!
[ 56.845799] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 56.845801] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff750a0 (dma) in stream 0 URB 00000000a9c75c76
[ 56.845804] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff750b0, cycle 1
[ 56.845805] xhci_hcd 0000:39:00.0: // Ding dong!
[ 56.845808] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 56.845894] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff750b0
[ 56.845898] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 56.845900] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 56.845902] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 56.877566] xhci_hcd 0000:39:00.0: ep 0x82 - asked for 96 bytes, 78 bytes untransferred
[ 56.877569] xhci_hcd 0000:39:00.0: Giveback URB 00000000724386db, len = 18, expected = 96, status = 0
[ 56.877662] xhci_hcd 0000:39:00.0: Stalled endpoint for slot 3 ep 4
[ 56.877665] xhci_hcd 0000:39:00.0: Hard-reset ep 4, slot 3
[ 56.877667] xhci_hcd 0000:39:00.0: // Ding dong!
[ 56.877679] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 56.877681] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfff750e0 (dma) in stream 0 URB 00000000a9c75c76
[ 56.877683] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfff750f0, cycle 1
[ 56.877685] xhci_hcd 0000:39:00.0: // Ding dong!
[ 56.877687] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000a9c75c76 TD as cancel_status is 2
[ 56.877774] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fff750f0
[ 56.877777] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000a9c75c76 TD
[ 56.877779] xhci_hcd 0000:39:00.0: Giveback URB 00000000a9c75c76, len = 0, expected = 13, status = -32
[ 56.877782] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 57.621539] r8152 4-1.1.3:1.0 enx00e04ceb9e75: carrier on
[ 58.374197] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x202a0
[ 58.374219] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[ 58.374302] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 58.374325] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x202a0, return 0x10100
[ 58.374366] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x2a0
[ 58.374384] usb usb3-port1: status 0100, change 0001, 12 Mb/s
[ 58.374404] usb 3-1: USB disconnect, device number 2
[ 58.374412] usb 3-1.1: USB disconnect, device number 3
[ 58.374418] usb 3-1.1: unregistering device
[ 58.374423] usb 3-1.1: unregistering interface 3-1.1:1.0
[ 58.374958] usb 3-1.1: usb_disable_device nuking all URBs
[ 58.374969] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000090dba51e
[ 58.375012] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 6, new drop flags = 0x8, new add flags = 0x0
[ 58.375022] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000090dba51e
[ 58.375035] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.375561] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 58.375937] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.376008] usb 3-1.5: USB disconnect, device number 4
[ 58.376016] usb 3-1.5: unregistering device
[ 58.376022] usb 3-1.5: unregistering interface 3-1.5:1.0
[ 58.376106] usb 3-1.5: usb_disable_device nuking all URBs
[ 58.376115] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 00000000bff19ff2
[ 58.376416] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.376473] usb 3-1: unregistering device
[ 58.376479] usb 3-1: unregistering interface 3-1:1.0
[ 58.376605] xhci_hcd 0000:39:00.0: Cancel URB 00000000907dd69b, dev 1, ep 0x81, starting at offset 0xfffa4000
[ 58.376617] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.376624] xhci_hcd 0000:39:00.0: shutdown urb 00000000907dd69b ep1in-intr
[ 58.376637] xhci_hcd 0000:39:00.0: Stopped on Transfer TRB for slot 2 ep 2
[ 58.376646] xhci_hcd 0000:39:00.0: Removing canceled TD starting at 0xfffa4000 (dma) in stream 0 URB 00000000907dd69b
[ 58.376656] xhci_hcd 0000:39:00.0: Set TR Deq ptr 0xfffa4010, cycle 1
[ 58.376663] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.376668] xhci_hcd 0000:39:00.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000907dd69b TD as cancel_status is 2
[ 58.376678] xhci_hcd 0000:39:00.0: Successful Set TR Deq Ptr cmd, deq = @fffa4010
[ 58.376684] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000907dd69b TD
[ 58.376690] xhci_hcd 0000:39:00.0: Giveback URB 00000000907dd69b, len = 0, expected = 1, status = -115
[ 58.376700] xhci_hcd 0000:39:00.0: xhci_handle_cmd_set_deq: All TDs cleared, ring doorbell
[ 58.377032] usb 3-1: usb_disable_device nuking all URBs
[ 58.377041] xhci_hcd 0000:39:00.0: xhci_drop_endpoint called for udev 0000000026434e36
[ 58.377070] xhci_hcd 0000:39:00.0: drop ep 0x81, slot id 2, new drop flags = 0x8, new add flags = 0x0
[ 58.377079] xhci_hcd 0000:39:00.0: xhci_check_bandwidth called for udev 0000000026434e36
[ 58.377088] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.377511] xhci_hcd 0000:39:00.0: Successful Endpoint Configure command
[ 58.377847] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.377934] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x2a0, return 0x100
[ 58.395103] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x206e1
[ 58.395111] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[ 58.411440] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x206e1, return 0x10101
[ 58.411466] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x6e1
[ 58.415422] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[ 58.447455] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x6e1, return 0x101
[ 58.483375] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x6e1, return 0x101
[ 58.507019] xhci_hcd 0000:39:00.0: Port change event, 3-1, id 1, portsc: 0x202a0
[ 58.507041] xhci_hcd 0000:39:00.0: handle_port_status: starting usb3 port polling.
[ 58.519138] xhci_hcd 0000:39:00.0: Port change event, 4-1, id 3, portsc: 0x4202c0
[ 58.519158] xhci_hcd 0000:39:00.0: handle_port_status: starting usb4 port polling.
[ 58.519258] xhci_hcd 0000:39:00.0: Get port status 3-1 read: 0x202a0, return 0x10100
[ 58.519281] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 58.519296] xhci_hcd 0000:39:00.0: Get port status 4-1 read: 0x4202c0, return 0x4102c0
[ 58.519325] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x4002c0
[ 58.519346] xhci_hcd 0000:39:00.0: clear port1 connect change, portsc: 0x2a0
[ 58.519359] usb usb4-port1: link state change
[ 58.519368] xhci_hcd 0000:39:00.0: clear port1 link state change, portsc: 0x2c0
[ 58.519379] xhci_hcd 0000:39:00.0: Transfer error for slot 7 ep 6 on endpoint
[ 58.519388] xhci_hcd 0000:39:00.0: Soft-reset ep 6, slot 7
[ 58.519397] xhci_hcd 0000:39:00.0: // Ding dong!
[ 58.519415] xhci_hcd 0000:39:00.0: Ignoring reset ep completion code of 1
[ 58.592820] xhci_hcd 0000:39:00.0: xHCI host controller not responding, assume dead
[ 58.592826] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 1, ep index 0
[ 58.592829] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 1, ep index 2
[ 58.592834] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 3, ep index 0
[ 58.592836] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 3, ep index 1
[ 58.592837] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 3, ep index 4
[ 58.592838] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 4, ep index 0
[ 58.592840] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 4, ep index 2
[ 58.592842] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 7, ep index 0
[ 58.592857] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 7, ep index 2
[ 58.592862] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 7, ep index 3
[ 58.592863] xhci_hcd 0000:39:00.0: Killing URBs for slot ID 7, ep index 6
[ 58.592865] xhci_hcd 0000:39:00.0: HC died; cleaning up
[ 58.592873] xhci_hcd 0000:39:00.0: CTRL: TypeReq=0xa300 val=0x0 idx=0x1 len=4 ==> -19
[ 58.592885] r8152 4-1.1.3:1.0 enx00e04ceb9e75: Stop submitting intr, status -108
[ 58.651159] usb usb4-port1: Wait for inactive link disconnect detect
[ 58.651213] hub 3-0:1.0: state 0 ports 2 chg 0000 evt 0002
[ 58.663176] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb4 port polling
[ 58.663185] xhci_hcd 0000:39:00.0: xhci_hub_status_data: stopping usb3 port polling
[ 58.675635] xhci_hcd 0000:39:00.0: remove, state 1
[ 58.675640] xhci_hcd 0000:39:00.0: roothub graceful disconnect
[ 58.675643] usb usb4: USB disconnect, device number 1
[ 58.678944] usb usb4-port1: Wait for inactive link disconnect detect
[ 58.706881] usb usb4-port1: Wait for inactive link disconnect detect
[ 58.734827] usb usb4-port1: Wait for inactive link disconnect detect
[ 58.767122] usb usb4-port1: Wait for inactive link disconnect detect
[ 58.767140] usb usb4-port1: do warm reset, port only
[ 58.767286] usb usb4-port1: status 02c0, change 0041, 10.0 Gb/s
[ 58.767296] usb 4-1: USB disconnect, device number 2
[ 58.767305] usb 4-1.1: USB disconnect, device number 3
[ 58.767312] r8152-cfgselector 4-1.1.3: USB disconnect, device number 5
[ 58.767317] r8152-cfgselector 4-1.1.3: unregistering device
[ 58.767322] r8152-cfgselector 4-1.1.3: unregistering interface 4-1.1.3:1.0
[ 58.822780] r8152-cfgselector 4-1.1.3: usb_disable_device nuking all URBs
[ 58.823786] usb 4-1.1: unregistering device
[ 58.823793] usb 4-1.1: unregistering interface 4-1.1:1.0
[ 58.824732] usb 4-1.1: usb_disable_device nuking all URBs
[ 58.825105] usb 4-1.4: USB disconnect, device number 4
[ 58.825109] usb 4-1.4: unregistering device
[ 58.825112] usb 4-1.4: unregistering interface 4-1.4:1.0
[ 59.006872] usb 4-1.4: usb_disable_device nuking all URBs
[ 59.007207] usb 4-1: unregistering device
[ 59.007217] usb 4-1: unregistering interface 4-1:1.0
[ 59.008050] usb 4-1: usb_disable_device nuking all URBs
[ 59.009282] hub 4-0:1.0: state 0 ports 2 chg 0000 evt 0000
[ 59.009523] usb usb4: unregistering device
[ 59.009529] usb usb4: unregistering interface 4-0:1.0
[ 59.010375] usb usb4: usb_disable_device nuking all URBs
[ 59.010384] xHCI xhci_drop_endpoint called for root hub
[ 59.010389] xHCI xhci_check_bandwidth called for root hub
[ 59.013559] xhci_hcd 0000:39:00.0: USB bus 4 deregistered
[ 59.013582] xhci_hcd 0000:39:00.0: remove, state 1
[ 59.013586] xhci_hcd 0000:39:00.0: roothub graceful disconnect
[ 59.013591] usb usb3: USB disconnect, device number 1
[ 59.013594] usb usb3: unregistering device
[ 59.013596] usb usb3: unregistering interface 3-0:1.0
[ 59.013758] usb usb3: usb_disable_device nuking all URBs
[ 59.013763] xHCI xhci_drop_endpoint called for root hub
[ 59.013767] xHCI xhci_check_bandwidth called for root hub
[ 59.013986] xhci_hcd 0000:39:00.0: // Halt the HC
[ 59.013995] xhci_hcd 0000:39:00.0: Host halt failed, -19
[ 59.013998] xhci_hcd 0000:39:00.0: Host not accessible, reset failed.
[ 59.014000] xhci_hcd 0000:39:00.0: // Disabling event ring interrupts
[ 59.014006] xhci_hcd 0000:39:00.0: cleaning up memory
[ 59.014016] xhci_hcd 0000:39:00.0: Freed interrupters
[ 59.014019] xhci_hcd 0000:39:00.0: Freed command ring
[ 59.014111] xhci_hcd 0000:39:00.0: Freed segment pool
[ 59.014146] xhci_hcd 0000:39:00.0: Freed device context pool
[ 59.014148] xhci_hcd 0000:39:00.0: Freed small stream array pool
[ 59.014151] xhci_hcd 0000:39:00.0: Freed medium stream array pool
[ 59.014265] xhci_hcd 0000:39:00.0: xhci_stop completed - status = ffffffff
[ 59.014490] xhci_hcd 0000:39:00.0: USB bus 3 deregistered
[ 59.030647] pci_bus 0000:04: Allocating resources
[ 59.030664] pcieport 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[ 59.030671] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 59.030673] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 59.030676] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
[ 59.030677] pcieport 0000:04:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
[ 63.702106] snd_hda_intel 0000:00:1f.3: Unstable LPIB (254776 >= 8192); disabling LPIB delay counting
[ 63.729395] pcieport 0000:04:00.0: Unable to change power state from D3hot to D0, device inaccessible
[ 63.732881] pci_bus 0000:05: busn_res: [bus 05] is released
[ 63.734100] pci_bus 0000:06: busn_res: [bus 06-38] is released
[ 63.734600] pci_bus 0000:39: busn_res: [bus 39] is released
[ 63.735265] pci_bus 0000:3a: busn_res: [bus 3a-6d] is released
[ 63.735872] pci_bus 0000:04: busn_res: [bus 04-6d] is released
[ 67.153248] PM: suspend entry (deep)
[ 67.163498] Filesystems sync: 0.010 seconds
[ 67.167654] Freezing user space processes
[ 67.169870] Freezing user space processes completed (elapsed 0.002 seconds)
[ 67.169875] OOM killer disabled.
[ 67.169881] Freezing remaining freezable tasks
[ 67.171104] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 67.171170] printk: Suspending console(s) (use no_console_suspend to debug)
[ 67.207211] wlp2s0: deauthenticating from 6c:f3:7f:10:a0:fa by local choice (Reason: 3=DEAUTH_LEAVING)
[ 67.226021] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 67.226213] xhci_hcd 0000:00:14.0: xhci_resume: starting usb1 port polling.
[ 67.226234] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb2 port polling
[ 67.226257] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 67.226262] xhci_hcd 0000:00:14.0: hcd_pci_runtime_resume: 0
[ 67.226275] usb usb2: usb auto-resume
[ 67.226324] usb usb1: usb auto-resume
[ 67.226333] hub 2-0:1.0: hub_resume
[ 67.226382] hub 1-0:1.0: hub_resume
[ 67.226394] xhci_hcd 0000:00:14.0: Get port status 1-1 read: 0x2a0, return 0x100
[ 67.226426] xhci_hcd 0000:00:14.0: Get port status 1-2 read: 0x2a0, return 0x100
[ 67.226446] xhci_hcd 0000:00:14.0: Get port status 1-3 read: 0x2a0, return 0x100
[ 67.226463] xhci_hcd 0000:00:14.0: Get port status 1-4 read: 0x2a0, return 0x100
[ 67.226480] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0xe63, return 0x507
[ 67.226489] usb usb1-port5: status 0507 change 0000
[ 67.226501] xhci_hcd 0000:00:14.0: Get port status 1-6 read: 0x2a0, return 0x100
[ 67.226518] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x663, return 0x107
[ 67.226527] usb usb1-port7: status 0107 change 0000
[ 67.226538] xhci_hcd 0000:00:14.0: Get port status 1-8 read: 0x2a0, return 0x100
[ 67.226554] xhci_hcd 0000:00:14.0: Get port status 1-9 read: 0x2a0, return 0x100
[ 67.226570] xhci_hcd 0000:00:14.0: Get port status 1-10 read: 0x2a0, return 0x100
[ 67.226587] xhci_hcd 0000:00:14.0: Get port status 1-11 read: 0x2a0, return 0x100
[ 67.226603] xhci_hcd 0000:00:14.0: Get port status 1-12 read: 0x2a0, return 0x100
[ 67.226619] hub 1-0:1.0: hub_suspend
[ 67.226633] usb usb1: bus suspend, wakeup 0
[ 67.252811] xhci_hcd 0000:00:14.0: Get port status 2-1 read: 0x2a0, return 0x2a0
[ 67.252856] xhci_hcd 0000:00:14.0: Get port status 2-2 read: 0x2a0, return 0x2a0
[ 67.252957] xhci_hcd 0000:00:14.0: Get port status 2-3 read: 0x2a0, return 0x2a0
[ 67.253021] xhci_hcd 0000:00:14.0: Get port status 2-4 read: 0x2a0, return 0x2a0
[ 67.253086] xhci_hcd 0000:00:14.0: Get port status 2-5 read: 0x2a0, return 0x2a0
[ 67.253151] xhci_hcd 0000:00:14.0: Get port status 2-6 read: 0x2a0, return 0x2a0
[ 67.253171] hub 2-0:1.0: hub_suspend
[ 67.253186] usb usb2: bus suspend, wakeup 0
[ 67.322717] xhci_hcd 0000:00:14.0: config port 2-1 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322738] xhci_hcd 0000:00:14.0: config port 2-2 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322748] xhci_hcd 0000:00:14.0: config port 2-3 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322757] xhci_hcd 0000:00:14.0: config port 2-4 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322765] xhci_hcd 0000:00:14.0: config port 2-5 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322771] xhci_hcd 0000:00:14.0: config port 2-6 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322780] xhci_hcd 0000:00:14.0: config port 1-1 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322788] xhci_hcd 0000:00:14.0: config port 1-2 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322793] xhci_hcd 0000:00:14.0: config port 1-3 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322800] xhci_hcd 0000:00:14.0: config port 1-4 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322807] xhci_hcd 0000:00:14.0: config port 1-6 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322816] xhci_hcd 0000:00:14.0: config port 1-8 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322823] xhci_hcd 0000:00:14.0: config port 1-9 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322829] xhci_hcd 0000:00:14.0: config port 1-10 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322837] xhci_hcd 0000:00:14.0: config port 1-11 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322845] xhci_hcd 0000:00:14.0: config port 1-12 wake bits, portsc: 0x2a0, write: 0x202a0
[ 67.322851] xhci_hcd 0000:00:14.0: xhci_suspend: stopping usb1 port polling.
[ 67.322865] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 67.334901] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 67.610592] PM: suspend of devices complete after 404.163 msecs
[ 67.610608] PM: start suspend of devices complete after 439.581 msecs
[ 67.624392] PM: late suspend of devices complete after 13.782 msecs
[ 67.628954] ACPI: EC: interrupt blocked
[ 67.634443] xhci_hcd 0000:00:14.0: wakeup: 1
[ 67.664734] xhci_hcd 0000:00:14.0: --> PCI D3hot
[ 67.664827] PM: noirq suspend of devices complete after 40.104 msecs
[ 67.664841] ACPI: PM: Preparing to enter system sleep state S3
[ 67.672700] ACPI: EC: event blocked
[ 67.672701] ACPI: EC: EC stopped
[ 67.672702] ACPI: PM: Saving platform NVS memory
[ 67.672822] Disabling non-boot CPUs ...
[ 67.674257] smpboot: CPU 1 is now offline
[ 67.676216] smpboot: CPU 2 is now offline
[ 67.677995] smpboot: CPU 3 is now offline
[ 67.679896] smpboot: CPU 4 is now offline
[ 67.682056] smpboot: CPU 5 is now offline
[ 67.683706] smpboot: CPU 6 is now offline
[ 67.685617] smpboot: CPU 7 is now offline
[ 67.686102] Checking wakeup interrupts
[ 67.686105] Calling kvm_suspend+0x0/0x40 [kvm]
[ 67.686174] Calling intel_epb_save+0x0/0x30
[ 67.686179] Calling mce_syscore_suspend+0x0/0x20
[ 67.686181] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[ 67.686185] Calling timekeeping_suspend+0x0/0x2f0
[ 67.686324] Calling irq_gc_suspend+0x0/0x80
[ 67.686328] Calling save_ioapic_entries+0x0/0xd0
[ 67.687552] Calling i8259A_suspend+0x0/0x30
[ 67.687565] Calling iommu_suspend+0x0/0x120
[ 67.687581] Calling fw_suspend+0x0/0x20
[ 67.687583] Calling acpi_save_bm_rld+0x0/0x30
[ 67.687597] Calling lapic_suspend+0x0/0x160
[ 67.691487] ACPI: PM: Low-level resume complete
[ 67.691535] ACPI: EC: EC started
[ 67.691536] ACPI: PM: Restoring platform NVS memory
[ 67.691594] Calling init_counter_refs+0x0/0x40
[ 67.691601] Calling lapic_resume+0x0/0x220
[ 67.691640] Calling acpi_restore_bm_rld+0x0/0x70
[ 67.691646] Calling irqrouter_resume+0x0/0x50
[ 67.691649] Calling iommu_resume+0x0/0x160
[ 67.691887] Calling i8259A_resume+0x0/0x40
[ 67.692055] Calling ioapic_resume+0x0/0xc0
[ 67.692298] Calling irq_gc_resume+0x0/0x70
[ 67.692302] Calling irq_pm_syscore_resume+0x0/0x20
[ 67.692379] Calling timekeeping_resume+0x0/0x1e0
[ 67.692511] Timekeeping suspended for 15.861 seconds
[ 67.692526] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[ 67.692532] Calling mce_syscore_resume+0x0/0x30
[ 67.692552] Calling intel_epb_restore+0x0/0x90
[ 67.692557] Calling microcode_bsp_resume+0x0/0xd0
[ 67.692560] Calling kvm_resume+0x0/0x60 [kvm]
[ 67.692652] PM: Triggering wakeup from IRQ 51
[ 67.692689] Enabling non-boot CPUs ...
[ 67.692726] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 67.698425] CPU1 is up
[ 67.698451] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 67.699543] CPU2 is up
[ 67.699565] smpboot: Booting Node 0 Processor 3 APIC 0x6
[ 67.700436] CPU3 is up
[ 67.700454] smpboot: Booting Node 0 Processor 4 APIC 0x1
[ 67.701499] CPU4 is up
[ 67.701521] smpboot: Booting Node 0 Processor 5 APIC 0x3
[ 67.702429] CPU5 is up
[ 67.702448] smpboot: Booting Node 0 Processor 6 APIC 0x5
[ 67.703366] CPU6 is up
[ 67.703387] smpboot: Booting Node 0 Processor 7 APIC 0x7
[ 67.704340] CPU7 is up
[ 67.707951] ACPI: PM: Waking up from system sleep state S3
[ 67.755821] ACPI: EC: interrupt unblocked
[ 67.756139] pcieport 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[ 67.756212] pcieport 0000:00:1c.2: Intel SPT PCH root port ACS workaround enabled
[ 67.756452] pcieport 0000:00:1c.4: Intel SPT PCH root port ACS workaround enabled
[ 67.756571] pcieport 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[ 67.775048] PM: noirq resume of devices complete after 19.377 msecs
[ 67.775120] DMAR: DRHD: handling fault status reg 2
[ 67.775125] DMAR: [INTR-REMAP] Request device [f0:1f.0] fault index 0x0 [fault reason 0x25] Blocked a compatibility format interrupt request
[ 67.775891] PM: early resume of devices complete after 0.695 msecs
[ 67.776024] ACPI: EC: event unblocked
[ 67.777937] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 67.778312] xhci_hcd 0000:00:14.0: xhci_resume: starting usb1 port polling.
[ 67.778337] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb2 port polling
[ 67.778373] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x206e1
[ 67.778381] xhci_hcd 0000:00:14.0: resume root hub
[ 67.778383] usb usb1: usb resume
[ 67.778386] usb usb2: usb resume
[ 67.778386] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 67.778421] hub 1-0:1.0: hub_resume
[ 67.778472] hub 2-0:1.0: hub_resume
[ 67.778472] xhci_hcd 0000:00:14.0: Get port status 1-1 read: 0x2a0, return 0x100
[ 67.778494] xhci_hcd 0000:00:14.0: Get port status 1-2 read: 0x2a0, return 0x100
[ 67.778507] xhci_hcd 0000:00:14.0: Get port status 1-3 read: 0x2a0, return 0x100
[ 67.778519] xhci_hcd 0000:00:14.0: Get port status 1-4 read: 0x2a0, return 0x100
[ 67.778536] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x206e1, return 0x10101
[ 67.778547] usb usb1-port5: status 0101 change 0001
[ 67.778557] xhci_hcd 0000:00:14.0: clear port5 connect change, portsc: 0x6e1
[ 67.778569] xhci_hcd 0000:00:14.0: Get port status 1-6 read: 0x2a0, return 0x100
[ 67.778579] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x663, return 0x107
[ 67.778588] usb usb1-port7: status 0107 change 0000
[ 67.778594] xhci_hcd 0000:00:14.0: Get port status 1-8 read: 0x2a0, return 0x100
[ 67.778605] xhci_hcd 0000:00:14.0: Get port status 1-9 read: 0x2a0, return 0x100
[ 67.778616] xhci_hcd 0000:00:14.0: Get port status 1-10 read: 0x2a0, return 0x100
[ 67.778873] xhci_hcd 0000:00:14.0: Get port status 1-11 read: 0x2a0, return 0x100
[ 67.778979] xhci_hcd 0000:00:14.0: Get port status 1-12 read: 0x2a0, return 0x100
[ 67.784922] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 67.785689] nvme nvme0: 8/0/0 default/read/poll queues
[ 67.787639] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 67.798801] i915 0000:00:02.0: [drm] [ENCODER:113:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 67.802812] xhci_hcd 0000:00:14.0: Get port status 2-1 read: 0x2a0, return 0x2a0
[ 67.802853] xhci_hcd 0000:00:14.0: Get port status 2-2 read: 0x2a0, return 0x2a0
[ 67.802887] xhci_hcd 0000:00:14.0: Get port status 2-3 read: 0x2a0, return 0x2a0
[ 67.802904] xhci_hcd 0000:00:14.0: Get port status 2-4 read: 0x2a0, return 0x2a0
[ 67.802915] xhci_hcd 0000:00:14.0: Get port status 2-5 read: 0x2a0, return 0x2a0
[ 67.802927] xhci_hcd 0000:00:14.0: Get port status 2-6 read: 0x2a0, return 0x2a0
[ 67.838687] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 67.886750] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x663, return 0x107
[ 67.886772] xhci_hcd 0000:00:14.0: clear USB_PORT_FEAT_SUSPEND
[ 67.886774] xhci_hcd 0000:00:14.0: PORTSC 0663
[ 67.886778] xhci_hcd 0000:00:14.0: Set port 1-7 link state, portsc: 0x663, write 0x107e1
[ 67.886789] xhci_hcd 0000:00:14.0: Port change event, 1-7, id 7, portsc: 0x4007e3
[ 67.886795] xhci_hcd 0000:00:14.0: port resume event for port 7
[ 67.886800] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 67.886805] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x6e1, return 0x101
[ 67.906699] usb 1-5: Waited 0ms for CONNECT
[ 67.906706] usb 1-5: finish reset-resume
[ 67.906719] xhci_hcd 0000:00:14.0: set port reset, actual port 1-5 status = 0x791
[ 67.938689] xhci_hcd 0000:00:14.0: Set port 1-7 link state, portsc: 0x7e3, write 0x10601
[ 67.938703] xhci_hcd 0000:00:14.0: Port change event, 1-7, id 7, portsc: 0x400603
[ 67.938707] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 67.938710] usb 1-7: usb resume
[ 67.939062] xhci_hcd 0000:00:14.0: underrun event on endpoint
[ 67.939063] xhci_hcd 0000:00:14.0: overrun event on endpoint
[ 67.964020] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x200e03
[ 67.964023] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 67.974664] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x200e03, return 0x100503
[ 67.974672] xhci_hcd 0000:00:14.0: clear port5 reset change, portsc: 0xe03
[ 67.986658] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x603, return 0x40103
[ 67.986668] xhci_hcd 0000:00:14.0: clear port7 suspend/resume change, portsc: 0x603
[ 68.006679] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[ 68.010612] usb 1-7: Waited 0ms for CONNECT
[ 68.010614] usb 1-7: finish resume
[ 68.034651] xhci_hcd 0000:00:14.0: Resetting device with slot ID 1
[ 68.034656] xhci_hcd 0000:00:14.0: // Ding dong!
[ 68.034806] xhci_hcd 0000:00:14.0: Completed reset device command.
[ 68.034847] xhci_hcd 0000:00:14.0: Successful reset device command.
[ 68.034874] usb 1-5: reset high-speed USB device number 2 using xhci_hcd
[ 68.034879] xhci_hcd 0000:00:14.0: Slot already in default state
[ 68.035255] xhci_hcd 0000:00:14.0: Waiting for status stage event
[ 68.035304] xhci_hcd 0000:00:14.0: set port reset, actual port 1-5 status = 0xf91
[ 68.086623] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 68.092607] xhci_hcd 0000:00:14.0: Port change event, 1-5, id 5, portsc: 0x200e03
[ 68.092611] xhci_hcd 0000:00:14.0: handle_port_status: starting usb1 port polling.
[ 68.102634] xhci_hcd 0000:00:14.0: Get port status 1-5 read: 0x200e03, return 0x100503
[ 68.102646] xhci_hcd 0000:00:14.0: clear port5 reset change, portsc: 0xe03
[ 68.162619] xhci_hcd 0000:00:14.0: Resetting device with slot ID 1
[ 68.162623] xhci_hcd 0000:00:14.0: // Ding dong!
[ 68.162635] xhci_hcd 0000:00:14.0: Completed reset device command.
[ 68.162692] xhci_hcd 0000:00:14.0: Can't reset device (slot ID 1) in default state
[ 68.162695] xhci_hcd 0000:00:14.0: Not freeing device rings.
[ 68.162700] xhci_hcd 0000:00:14.0: // Ding dong!
[ 68.162916] xhci_hcd 0000:00:14.0: Successful setup address command
[ 68.162921] xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x000000fffff000
[ 68.162923] xhci_hcd 0000:00:14.0: Slot ID 1 dcbaa entry @00000000f471be2e = 0x000000fffd7000
[ 68.162926] xhci_hcd 0000:00:14.0: Output Context DMA address = 0xfffd7000
[ 68.162927] xhci_hcd 0000:00:14.0: Internal device address = 1
[ 68.224668] xhci_hcd 0000:00:14.0: Waiting for status stage event
[ 68.224753] xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev 000000006a5e7ca6
[ 68.224756] xhci_hcd 0000:00:14.0: xhci_drop_endpoint called for udev 000000006a5e7ca6
[ 68.224760] xhci_hcd 0000:00:14.0: add ep 0x83, slot id 1, new drop flags = 0x0, new add flags = 0x80
[ 68.224763] xhci_hcd 0000:00:14.0: add ep 0x85, slot id 1, new drop flags = 0x0, new add flags = 0x880
[ 68.224765] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev 000000006a5e7ca6
[ 68.224766] xhci_hcd 0000:00:14.0: // Ding dong!
[ 68.224962] xhci_hcd 0000:00:14.0: Successful Endpoint Configure command
[ 68.226107] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev 000000006a5e7ca6
[ 68.226333] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev 000000006a5e7ca6
[ 68.226693] PM: resume of devices complete after 450.950 msecs
[ 68.229649] OOM killer enabled.
[ 68.229650] Restarting tasks ...
[ 68.229678] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 68.231164] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-1 status = 0xe0002a0
[ 68.231217] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-2 status = 0xe0002a0
[ 68.231232] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-3 status = 0xe0002a0
[ 68.231248] hub 1-0:1.0: state 7 ports 12 chg 0000 evt 0080
[ 68.231254] xhci_hcd 0000:00:14.0: Get port status 1-7 read: 0x603, return 0x103
[ 68.231264] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-4 status = 0xe0002a0
[ 68.231279] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-5 status = 0xe0002a0
[ 68.231288] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2-6 status = 0xe0002a0
[ 68.231294] hub 2-0:1.0: hub_suspend
[ 68.231302] usb usb2: bus auto-suspend, wakeup 1
[ 68.231319] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb2 port polling
[ 68.231812] done.
[ 68.231842] random: crng reseeded on system resumption
[ 68.297302] PM: suspend exit
[ 68.334510] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 68.616366] wlp2s0: VHT information is missing, disabling VHT
[ 68.661375] wlp2s0: authenticate with 6c:f3:7f:10:ae:1a (local address=9c:b6:d0:89:88:7d)
[ 68.661381] wlp2s0: send auth to 6c:f3:7f:10:ae:1a (try 1/3)
[ 68.668554] wlp2s0: authenticated
[ 68.670422] wlp2s0: associate with 6c:f3:7f:10:ae:1a (try 1/3)
[ 68.677799] wlp2s0: RX AssocResp from 6c:f3:7f:10:ae:1a (capab=0x401 status=0 aid=1)
[ 68.680271] wlp2s0: associated
[ 68.977417] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 70.169109] xhci_hcd 0000:00:14.0: // Ding dong!
[ 70.169142] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 6
[ 70.169147] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 5
[ 70.169149] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 4
[ 70.169161] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 3
[ 70.169163] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 2
[ 70.169202] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 0
[ 70.169229] xhci_hcd 0000:00:14.0: Set port 1-7 link state, portsc: 0x603, write 0x10661
[ 70.189979] usb 1-7: usb auto-suspend, wakeup 0
[ 70.725881] xhci_hcd 0000:00:14.0: // Ding dong!
[ 70.725902] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 10
[ 70.725910] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 6
[ 70.725913] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 0
[ 70.725999] xhci_hcd 0000:00:14.0: Set port 1-5 link state, portsc: 0xe03, write 0x10e61
[ 70.745880] usb 1-5: usb auto-suspend, wakeup 0
[ 70.765868] hub 1-0:1.0: hub_suspend
[ 70.765881] usb usb1: bus auto-suspend, wakeup 1
[ 70.765921] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping usb1 port polling
[ 70.765930] xhci_hcd 0000:00:14.0: config port 2-1 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765937] xhci_hcd 0000:00:14.0: config port 2-2 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765943] xhci_hcd 0000:00:14.0: config port 2-3 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765949] xhci_hcd 0000:00:14.0: config port 2-4 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765955] xhci_hcd 0000:00:14.0: config port 2-5 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765960] xhci_hcd 0000:00:14.0: config port 2-6 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765966] xhci_hcd 0000:00:14.0: config port 1-1 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765969] xhci_hcd 0000:00:14.0: config port 1-2 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765972] xhci_hcd 0000:00:14.0: config port 1-3 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765975] xhci_hcd 0000:00:14.0: config port 1-4 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765980] xhci_hcd 0000:00:14.0: config port 1-6 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765983] xhci_hcd 0000:00:14.0: config port 1-8 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765986] xhci_hcd 0000:00:14.0: config port 1-9 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765989] xhci_hcd 0000:00:14.0: config port 1-10 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765995] xhci_hcd 0000:00:14.0: config port 1-11 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.765998] xhci_hcd 0000:00:14.0: config port 1-12 wake bits, portsc: 0xa0002a0, write: 0xa0202a0
[ 70.766000] xhci_hcd 0000:00:14.0: xhci_suspend: stopping usb1 port polling.
[ 70.766008] xhci_hcd 0000:00:14.0: // Setting command ring address to 0xffffe001
[ 70.766119] xhci_hcd 0000:00:14.0: hcd_pci_runtime_suspend: 0
^ permalink raw reply [flat|nested] 14+ messages in thread