All of lore.kernel.org
 help / color / mirror / Atom feed
* usb usb1-port10: disabled by hub (EMI?), re-enabling...
@ 2020-12-08  8:18 Paul Menzel
  2020-12-08  8:57 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2020-12-08  8:18 UTC (permalink / raw)
  To: Mathias Nyman; +Cc: USB list, Mario Limonciello

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

Dear Linux folks,


On a Dell Precision 3540/0M14W7, BIOS 1.9.1 07/06/2020

     $ lspci -nn | grep -i usb
     00:14.0 USB controller [0c03]: Intel Corporation Cannon Point-LP 
USB 3.1 xHCI Controller [8086:9ded] (rev 30)
     3a:00.0 USB controller [0c03]: Intel Corporation JHL6340 
Thunderbolt 3 USB 3.1 Controller (C step) [Alpine Ridge 2C 2016] 
[8086:15db] (rev 02)

at each boot Linux 5.6 to 5.9 logs the error below.

     [   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...

Everything seems to be fine, so I wonder, why this is level error. Is it 
a hardware error?

```
$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:5539 Realtek Semiconductor Corp. 
Integrated_Webcam_HD
Bus 001 Device 006: ID 413c:301a Dell Computer Corp. Dell MS116 Optical 
Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sudo dmesg | grep usb1
[    1.098641] usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0002, bcdDevice= 5.09
[    1.098642] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.098643] usb usb1: Product: xHCI Host Controller
[    1.098644] usb usb1: Manufacturer: Linux 5.9.0-4-amd64 xhci-hcd
[    1.098645] usb usb1: SerialNumber: 0000:00:14.0
[   94.526480] input: Integrated_Webcam_HD: Integrate as 
/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input9
[   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...
[  419.608850] input: PixArt Dell MS116 USB Optical Mouse as 
/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:413C:301A.0002/input/input25
[  423.092415] input: Dell KB216 Wired Keyboard as 
/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:2113.0003/input/input26
[  423.153980] input: Dell KB216 Wired Keyboard Consumer Control as 
/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:2113.0004/input/input27
[  423.211196] input: Dell KB216 Wired Keyboard System Control as 
/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:2113.0004/input/input28
[  431.144280] input: PixArt Dell MS116 USB Optical Mouse as 
/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:301A.0005/input/input29
```


Kind regards,

Paul

[-- Attachment #2: 20201208–morley–linux-5.9.11.txt --]
[-- Type: text/plain, Size: 86884 bytes --]

[    0.000000] microcode: microcode updated early to revision 0xde, date = 2020-05-18
[    0.000000] Linux version 5.9.0-4-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.0-19) 10.2.0, GNU ld (GNU Binutils for Debian) 2.35.1) #1 SMP Debian 5.9.11-1 (2020-11-27)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.9.0-4-amd64 root=UUID=c9342a55-b747-4442-b2f4-bc03eb7a51cf ro quiet noisapnp log_buf_len=2M cryptomgr.notests btusb.enable_autosuspend=y random.trust_cpu=on
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000705f7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000705f8000-0x00000000705f8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000705f9000-0x00000000705f9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000705fa000-0x00000000782d8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000782d9000-0x0000000078986fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078987000-0x0000000078a03fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000078a04000-0x0000000078ea2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000078ea3000-0x000000007ab22fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ab23000-0x000000007acfefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007acff000-0x000000007acfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ad00000-0x000000007f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] 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-0x000000087c7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x789a0000 ACPI=0x789a0000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 ESRT=0x7a735118 MEMATTR=0x75e16018 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: Dell Inc. Precision 3540/0M14W7, BIOS 1.9.1 07/06/2020
[    0.000000] tsc: Detected 2100.000 MHz processor
[    0.000727] tsc: Detected 2099.944 MHz TSC
[    0.000727] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000728] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000732] last_pfn = 0x87c800 max_arch_pfn = 0x400000000
[    0.000735] MTRR default type: write-back
[    0.000736] MTRR fixed ranges enabled:
[    0.000737]   00000-9FFFF write-back
[    0.000737]   A0000-BFFFF uncachable
[    0.000738]   C0000-FFFFF write-protect
[    0.000738] MTRR variable ranges enabled:
[    0.000739]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000740]   1 base 007E000000 mask 7FFE000000 uncachable
[    0.000740]   2 base 007D000000 mask 7FFF000000 uncachable
[    0.000741]   3 base 00A0000000 mask 7FE0000000 uncachable
[    0.000741]   4 base 0090000000 mask 7FF0000000 uncachable
[    0.000742]   5 base 0080000000 mask 7FF0000000 write-combining
[    0.000742]   6 disabled
[    0.000742]   7 disabled
[    0.000742]   8 disabled
[    0.000743]   9 disabled
[    0.001116] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001250] last_pfn = 0x7ad00 max_arch_pfn = 0x400000000
[    0.007172] esrt: Reserving ESRT space from 0x000000007a735118 to 0x000000007a735150.
[    0.007179] Using GB pages for direct mapping
[    0.007724] printk: log_buf_len: 2097152 bytes
[    0.007725] printk: early log buf free: 126212(96%)
[    0.007725] RAMDISK: [mem 0x36d2f000-0x3768efff]
[    0.007737] ACPI: Early table checksum verification disabled
[    0.007739] ACPI: RSDP 0x00000000789A0000 000024 (v02 DELL  )
[    0.007741] ACPI: XSDT 0x00000000789A00C0 0000FC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007744] ACPI: FACP 0x00000000789E0110 000114 (v06 DELL   CBX3     01072009 AMI  00010013)
[    0.007747] ACPI: DSDT 0x00000000789A0248 03FEC3 (v02 DELL   CBX3     01072009 INTL 20160527)
[    0.007749] ACPI: FACS 0x0000000078EA1C00 000040
[    0.007750] ACPI: APIC 0x00000000789E0228 0000BC (v04 DELL   CBX3     01072009 AMI  00010013)
[    0.007752] ACPI: FPDT 0x00000000789E02E8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007753] ACPI: FIDT 0x00000000789E0330 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007755] ACPI: MCFG 0x00000000789E03D0 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.007756] ACPI: SSDT 0x00000000789E0410 001B26 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.007758] ACPI: BOOT 0x00000000789E1F38 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007759] ACPI: SSDT 0x00000000789E1F60 001663 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.007761] ACPI: HPET 0x00000000789E35C8 000038 (v01 DELL\x CBX3     00000002      01000013)
[    0.007762] ACPI: SSDT 0x00000000789E3600 0021E8 (v02 DELL\x WHL_Tbt_ 00001000 INTL 20160527)
[    0.007764] ACPI: SSDT 0x00000000789E57E8 003132 (v02 INTEL  xh_whlt4 00000000 INTL 20160527)
[    0.007765] ACPI: UEFI 0x00000000789E8920 000042 (v01 DELL\x CBX3     00000002      01000013)
[    0.007767] ACPI: LPIT 0x00000000789E8968 000094 (v01 DELL\x CBX3     00000002      01000013)
[    0.007768] ACPI: WSMT 0x00000000789E8A00 000028 (v01 DELL   CBX3     00000002      01000013)
[    0.007769] ACPI: SSDT 0x00000000789E8A28 0027DE (v02 DELL\x PtidDevc 00001000 INTL 20160527)
[    0.007771] ACPI: SSDT 0x00000000789EB208 000AE4 (v02 DELL\x TbtTypeC 00000000 INTL 20160527)
[    0.007772] ACPI: DBGP 0x00000000789EBCF0 000034 (v01 DELL\x CBX3     00000002      01000013)
[    0.007774] ACPI: DBG2 0x00000000789EBD28 000054 (v00 DELL\x CBX3     00000002      01000013)
[    0.007775] ACPI: SSDT 0x00000000789EBD80 0007C6 (v02 DELL\x UsbCTabl 00001000 INTL 20160527)
[    0.007777] ACPI: SSDT 0x00000000789EC548 006C05 (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[    0.007778] ACPI: DMAR 0x00000000789F3150 0000C8 (v01 INTEL  EDK2     00000002      01000013)
[    0.007780] ACPI: SSDT 0x00000000789F3218 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
[    0.007781] ACPI: SSDT 0x00000000789F3360 0005EF (v02 SgRef  SgRpSsdt 00001000 INTL 20160527)
[    0.007782] ACPI: NHLT 0x00000000789F3950 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.007784] ACPI: BGRT 0x00000000789F3980 000038 (v00 DELL   CBX3     01072009 AMI  00010013)
[    0.007785] ACPI: ASF! 0x00000000789F39B8 000074 (v32 DELL\x CBX3     00000002      01000013)
[    0.007787] ACPI: SSDT 0x00000000789F3A30 001306 (v01 AmdRef AmdTabl  00001000 INTL 20160527)
[    0.007792] ACPI: Local APIC address 0xfee00000
[    0.007952] No NUMA configuration found
[    0.007952] Faking a node at [mem 0x0000000000000000-0x000000087c7fffff]
[    0.007955] NODE_DATA(0) allocated [mem 0x87c5fb000-0x87c5fffff]
[    0.007988] Zone ranges:
[    0.007989]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007989]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007990]   Normal   [mem 0x0000000100000000-0x000000087c7fffff]
[    0.007991]   Device   empty
[    0.007991] Movable zone start for each node
[    0.007992] Early memory node ranges
[    0.007992]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.007993]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.007993]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.007993]   node   0: [mem 0x0000000040400000-0x00000000705f7fff]
[    0.007994]   node   0: [mem 0x00000000705fa000-0x00000000782d8fff]
[    0.007994]   node   0: [mem 0x000000007acff000-0x000000007acfffff]
[    0.007995]   node   0: [mem 0x0000000100000000-0x000000087c7fffff]
[    0.008328] Zeroed struct page in unavailable ranges: 47498 pages
[    0.008328] Initmem setup node 0 [mem 0x0000000000001000-0x000000087c7fffff]
[    0.008329] On node 0 totalpages: 8341110
[    0.008330]   DMA zone: 64 pages used for memmap
[    0.008330]   DMA zone: 23 pages reserved
[    0.008331]   DMA zone: 3998 pages, LIFO batch:0
[    0.008358]   DMA32 zone: 7612 pages used for memmap
[    0.008358]   DMA32 zone: 487128 pages, LIFO batch:63
[    0.012036]   Normal zone: 122656 pages used for memmap
[    0.012036]   Normal zone: 7849984 pages, LIFO batch:63
[    0.012293] Reserving Intel graphics memory at [mem 0x7d800000-0x7f7fffff]
[    0.012614] ACPI: PM-Timer IO Port: 0x1808
[    0.012614] ACPI: Local APIC address 0xfee00000
[    0.012618] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.012618] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.012619] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.012619] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.012619] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.012620] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.012620] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.012620] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.012670] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.012671] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.012672] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.012673] ACPI: IRQ0 used by override.
[    0.012674] ACPI: IRQ9 used by override.
[    0.012675] Using ACPI (MADT) for SMP configuration information
[    0.012676] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.012679] e820: update [mem 0x737f4000-0x7387dfff] usable ==> reserved
[    0.012685] TSC deadline timer available
[    0.012686] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.012701] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.012703] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.012704] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.012705] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.012706] PM: hibernation: Registered nosave memory: [mem 0x705f8000-0x705f8fff]
[    0.012706] PM: hibernation: Registered nosave memory: [mem 0x705f9000-0x705f9fff]
[    0.012707] PM: hibernation: Registered nosave memory: [mem 0x737f4000-0x7387dfff]
[    0.012708] PM: hibernation: Registered nosave memory: [mem 0x782d9000-0x78986fff]
[    0.012708] PM: hibernation: Registered nosave memory: [mem 0x78987000-0x78a03fff]
[    0.012709] PM: hibernation: Registered nosave memory: [mem 0x78a04000-0x78ea2fff]
[    0.012709] PM: hibernation: Registered nosave memory: [mem 0x78ea3000-0x7ab22fff]
[    0.012709] PM: hibernation: Registered nosave memory: [mem 0x7ab23000-0x7acfefff]
[    0.012710] PM: hibernation: Registered nosave memory: [mem 0x7ad00000-0x7f7fffff]
[    0.012711] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xefffffff]
[    0.012711] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.012711] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.012712] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.012712] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.012712] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.012713] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.012713] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.012713] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.012714] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.012715] [mem 0x7f800000-0xefffffff] available for PCI devices
[    0.012715] Booting paravirtualized kernel on bare hardware
[    0.012718] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.015748] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.015892] percpu: Embedded 55 pages/cpu s185048 r8192 d32040 u262144
[    0.015897] pcpu-alloc: s185048 r8192 d32040 u262144 alloc=1*2097152
[    0.015897] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.015913] Built 1 zonelists, mobility grouping on.  Total pages: 8210755
[    0.015913] Policy zone: Normal
[    0.015914] Kernel command line: BOOT_IMAGE=/vmlinuz-5.9.0-4-amd64 root=UUID=c9342a55-b747-4442-b2f4-bc03eb7a51cf ro quiet noisapnp log_buf_len=2M cryptomgr.notests btusb.enable_autosuspend=y random.trust_cpu=on
[    0.017663] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.018497] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.018547] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.033776] Memory: 1956200K/33364440K available (12291K kernel code, 1298K rwdata, 3804K rodata, 1640K init, 1768K bss, 743532K reserved, 0K cma-reserved)
[    0.033783] random: get_random_u64 called from __kmem_cache_create+0x2e/0x540 with crng_init=0
[    0.033878] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.033889] ftrace: allocating 34822 entries in 137 pages
[    0.043583] ftrace: allocated 137 pages with 3 groups
[    0.043671] rcu: Hierarchical RCU implementation.
[    0.043671] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.043672] 	Rude variant of Tasks RCU enabled.
[    0.043672] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.043673] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.045892] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 16
[    0.046391] random: crng done (trusting CPU's manufacturer)
[    0.046408] Console: colour dummy device 80x25
[    0.046412] printk: console [tty0] enabled
[    0.046425] ACPI: Core revision 20200717
[    0.046799] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.046908] APIC: Switch to symmetric I/O mode setup
[    0.046909] DMAR: Host address width 39
[    0.046910] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.046914] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.046915] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.046918] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.046919] DMAR: RMRR base: 0x00000078863000 end: 0x00000078882fff
[    0.046919] DMAR: RMRR base: 0x0000007d000000 end: 0x0000007f7fffff
[    0.046920] DMAR: RMRR base: 0x00000078907000 end: 0x00000078986fff
[    0.046921] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.046922] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.046922] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.049159] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.049160] x2apic enabled
[    0.049185] Switched APIC routing to cluster x2apic.
[    0.054857] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071010] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
[    0.071013] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=8399776)
[    0.071015] pid_max: default: 32768 minimum: 301
[    0.073547] LSM: Security Framework initializing
[    0.073551] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.073574] AppArmor: AppArmor initialized
[    0.073575] TOMOYO Linux initialized
[    0.073638] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.073694] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.073922] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.073938] process: using mwait in idle threads
[    0.073939] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.073940] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.073943] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.073944] Spectre V2 : Mitigation: Enhanced IBRS
[    0.073945] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.073945] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.073946] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.073947] TAA: Mitigation: TSX disabled
[    0.073948] SRBDS: Mitigation: TSX disabled
[    0.074088] Freeing SMP alternatives memory: 32K
[    0.079076] smpboot: CPU0: Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[    0.079139] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.079147] ... version:                4
[    0.079148] ... bit width:              48
[    0.079148] ... generic registers:      4
[    0.079148] ... value mask:             0000ffffffffffff
[    0.079149] ... max period:             00007fffffffffff
[    0.079149] ... fixed-purpose events:   3
[    0.079149] ... event mask:             000000070000000f
[    0.079186] rcu: Hierarchical SRCU implementation.
[    0.079452] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.079495] smp: Bringing up secondary CPUs ...
[    0.079539] x86: Booting SMP configuration:
[    0.079539] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.084425] smp: Brought up 1 node, 8 CPUs
[    0.084425] smpboot: Max logical packages: 1
[    0.084425] smpboot: Total of 8 processors activated (33599.10 BogoMIPS)
[    0.141187] node 0 deferred pages initialised in 52ms
[    0.141373] devtmpfs: initialized
[    0.141373] x86/mm: Memory block size: 128MB
[    0.143375] PM: Registering ACPI NVS region [mem 0x705f8000-0x705f8fff] (4096 bytes)
[    0.143375] PM: Registering ACPI NVS region [mem 0x78a04000-0x78ea2fff] (4845568 bytes)
[    0.143375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.143375] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.143375] pinctrl core: initialized pinctrl subsystem
[    0.143375] NET: Registered protocol family 16
[    0.143375] audit: initializing netlink subsys (disabled)
[    0.143375] audit: type=2000 audit(1607411362.096:1): state=initialized audit_enabled=0 res=1
[    0.143375] thermal_sys: Registered thermal governor 'fair_share'
[    0.143375] thermal_sys: Registered thermal governor 'bang_bang'
[    0.143375] thermal_sys: Registered thermal governor 'step_wise'
[    0.143375] thermal_sys: Registered thermal governor 'user_space'
[    0.143375] cpuidle: using governor ladder
[    0.143375] cpuidle: using governor menu
[    0.143375] Simple Boot Flag at 0x47 set to 0x80
[    0.143375] ACPI: bus type PCI registered
[    0.143375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.143375] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.143375] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.143375] PCI: Using configuration type 1 for base access
[    0.143447] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.143609] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.143609] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.143609] alg: self-tests disabled
[    0.143609] ACPI: Added _OSI(Module Device)
[    0.143609] ACPI: Added _OSI(Processor Device)
[    0.143609] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.143609] ACPI: Added _OSI(Processor Aggregator Device)
[    0.143609] ACPI: Added _OSI(Linux-Dell-Video)
[    0.143609] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.143609] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.187737] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.251625] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.260957] ACPI: Dynamic OEM Table Load:
[    0.260963] ACPI: SSDT 0xFFFF90A081E92500 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.262517] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.263717] ACPI: Dynamic OEM Table Load:
[    0.263724] ACPI: SSDT 0xFFFF90A081EAEC00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.265231] ACPI: Dynamic OEM Table Load:
[    0.265236] ACPI: SSDT 0xFFFF909B0739C000 000560 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.266688] ACPI: Dynamic OEM Table Load:
[    0.266691] ACPI: SSDT 0xFFFF90A081EFDC00 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.267949] ACPI: Dynamic OEM Table Load:
[    0.267955] ACPI: SSDT 0xFFFF909B0739D000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.269506] ACPI: Dynamic OEM Table Load:
[    0.269511] ACPI: SSDT 0xFFFF909B07399800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.270736] ACPI: Dynamic OEM Table Load:
[    0.270740] ACPI: SSDT 0xFFFF90A081EABC00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.271957] ACPI: Dynamic OEM Table Load:
[    0.271962] ACPI: SSDT 0xFFFF909B07D57000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.273645] ACPI: Dynamic OEM Table Load:
[    0.273649] ACPI: SSDT 0xFFFF90A081EAB800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.277047] ACPI: EC: EC started
[    0.277047] ACPI: EC: interrupt blocked
[    0.290401] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.290403] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    0.290404] ACPI: Interpreter enabled
[    0.290440] ACPI: (supports S0 S3 S4 S5)
[    0.290441] ACPI: Using IOAPIC for interrupt routing
[    0.290476] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.290925] ACPI: Enabled 11 GPEs in block 00 to 7F
[    0.295479] ACPI: Power Resource [PXP] (on)
[    0.296837] ACPI: Power Resource [PC05] (on)
[    0.710644] ACPI: Power Resource [BTPR] (off)
[    0.711617] ACPI: Power Resource [USBC] (on)
[    0.711728] ACPI: Power Resource [PAUD] (on)
[    0.713912] ACPI: Power Resource [V0PR] (on)
[    0.714012] ACPI: Power Resource [V1PR] (on)
[    0.714106] ACPI: Power Resource [V2PR] (on)
[    0.717632] ACPI: Power Resource [WRST] (on)
[    0.729384] ACPI: Power Resource [PIN] (off)
[    0.729659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.729663] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.730717] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.732694] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[    0.733410] PCI host bridge to bus 0000:00
[    0.733411] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.733412] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.733412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.733413] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.733413] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.733414] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.733414] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.733415] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.733416] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.733416] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.733417] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.733417] pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
[    0.733418] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.733418] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.733435] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000
[    0.733527] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000
[    0.733534] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[    0.733538] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.733541] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.733553] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.733653] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.733660] pci 0000:00:04.0: reg 0x10: [mem 0xec430000-0xec437fff 64bit]
[    0.733795] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.733803] pci 0000:00:08.0: reg 0x10: [mem 0xec449000-0xec449fff 64bit]
[    0.733943] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
[    0.733961] pci 0000:00:12.0: reg 0x10: [mem 0xec448000-0xec448fff 64bit]
[    0.734126] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
[    0.734139] pci 0000:00:14.0: reg 0x10: [mem 0xec420000-0xec42ffff 64bit]
[    0.734190] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.734302] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
[    0.734317] pci 0000:00:14.2: reg 0x10: [mem 0xec440000-0xec441fff 64bit]
[    0.734326] pci 0000:00:14.2: reg 0x18: [mem 0xec447000-0xec447fff 64bit]
[    0.734455] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000
[    0.734476] pci 0000:00:14.3: reg 0x10: [mem 0xec43c000-0xec43ffff 64bit]
[    0.734566] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.734747] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000
[    0.734813] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.735101] pci 0000:00:15.1: [8086:9de9] type 00 class 0x0c8000
[    0.735165] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.735496] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
[    0.735515] pci 0000:00:16.0: reg 0x10: [mem 0xec444000-0xec444fff 64bit]
[    0.735585] pci 0000:00:16.0: PME# supported from D3hot
[    0.735789] pci 0000:00:19.0: [8086:9dc5] type 00 class 0x0c8000
[    0.735855] pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.736196] pci 0000:00:1c.0: [8086:9db8] type 01 class 0x060400
[    0.736263] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.736286] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.736429] pci 0000:00:1c.4: [8086:9dbc] type 01 class 0x060400
[    0.736528] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.736550] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.736659] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
[    0.736726] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.736749] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.736894] pci 0000:00:1d.4: [8086:9db4] type 01 class 0x060400
[    0.736959] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.736982] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    0.737123] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
[    0.737300] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040380
[    0.737330] pci 0000:00:1f.3: reg 0x10: [mem 0xec438000-0xec43bfff 64bit]
[    0.737366] pci 0000:00:1f.3: reg 0x20: [mem 0xec000000-0xec0fffff 64bit]
[    0.737442] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.737600] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
[    0.737624] pci 0000:00:1f.4: reg 0x10: [mem 0xec442000-0xec4420ff 64bit]
[    0.737652] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.737766] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
[    0.737779] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.737907] pci 0000:00:1f.6: [8086:15bd] type 00 class 0x020000
[    0.737934] pci 0000:00:1f.6: reg 0x10: [mem 0xec400000-0xec41ffff]
[    0.738088] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.738279] pci 0000:01:00.0: [10ec:525a] type 00 class 0xff0000
[    0.738301] pci 0000:01:00.0: reg 0x14: [mem 0xec300000-0xec300fff]
[    0.738405] pci 0000:01:00.0: supports D1 D2
[    0.738406] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.738545] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.738548] pci 0000:00:1c.0:   bridge window [mem 0xec300000-0xec3fffff]
[    0.738649] pci 0000:02:00.0: [8086:15da] type 01 class 0x060400
[    0.738695] pci 0000:02:00.0: enabling Extended Tags
[    0.738770] pci 0000:02:00.0: supports D1 D2
[    0.738771] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.738896] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.738899] pci 0000:00:1c.4:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.738902] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.738961] pci 0000:03:00.0: [8086:15da] type 01 class 0x060400
[    0.739010] pci 0000:03:00.0: enabling Extended Tags
[    0.739090] pci 0000:03:00.0: supports D1 D2
[    0.739090] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.739196] pci 0000:03:01.0: [8086:15da] type 01 class 0x060400
[    0.739246] pci 0000:03:01.0: enabling Extended Tags
[    0.739326] pci 0000:03:01.0: supports D1 D2
[    0.739326] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.739433] pci 0000:03:02.0: [8086:15da] type 01 class 0x060400
[    0.739482] pci 0000:03:02.0: enabling Extended Tags
[    0.739558] pci 0000:03:02.0: supports D1 D2
[    0.739559] pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.739681] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.739688] pci 0000:02:00.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.739693] pci 0000:02:00.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.739750] pci 0000:04:00.0: [8086:15d9] type 00 class 0x088000
[    0.739769] pci 0000:04:00.0: reg 0x10: [mem 0xea000000-0xea03ffff]
[    0.739779] pci 0000:04:00.0: reg 0x14: [mem 0xea040000-0xea040fff]
[    0.739835] pci 0000:04:00.0: enabling Extended Tags
[    0.739929] pci 0000:04:00.0: supports D1 D2
[    0.739930] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.740077] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.740085] pci 0000:03:00.0:   bridge window [mem 0xea000000-0xea0fffff]
[    0.740122] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.740129] pci 0000:03:01.0:   bridge window [mem 0xd4000000-0xe9efffff]
[    0.740134] pci 0000:03:01.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.740201] pci 0000:3a:00.0: [8086:15db] type 00 class 0x0c0330
[    0.740221] pci 0000:3a:00.0: reg 0x10: [mem 0xe9f00000-0xe9f0ffff]
[    0.740293] pci 0000:3a:00.0: enabling Extended Tags
[    0.740391] pci 0000:3a:00.0: supports D1 D2
[    0.740392] pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.740478] pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.740566] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.740573] pci 0000:03:02.0:   bridge window [mem 0xe9f00000-0xe9ffffff]
[    0.740654] pci 0000:3b:00.0: [1002:6985] type 00 class 0x038000
[    0.740674] pci 0000:3b:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.740687] pci 0000:3b:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[    0.740694] pci 0000:3b:00.0: reg 0x20: [io  0x3000-0x30ff]
[    0.740701] pci 0000:3b:00.0: reg 0x24: [mem 0xec200000-0xec23ffff]
[    0.740708] pci 0000:3b:00.0: reg 0x30: [mem 0xec240000-0xec25ffff pref]
[    0.740716] pci 0000:3b:00.0: enabling Extended Tags
[    0.740793] pci 0000:3b:00.0: supports D1 D2
[    0.740852] pci 0000:3b:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1d.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[    0.740927] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.740930] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.740932] pci 0000:00:1d.0:   bridge window [mem 0xec200000-0xec2fffff]
[    0.740935] pci 0000:00:1d.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.741027] pci 0000:3c:00.0: [1179:011a] type 00 class 0x010802
[    0.741046] pci 0000:3c:00.0: reg 0x10: [mem 0xec100000-0xec103fff 64bit]
[    0.741247] pci 0000:00:1d.4: PCI bridge to [bus 3c]
[    0.741251] pci 0000:00:1d.4:   bridge window [mem 0xec100000-0xec1fffff]
[    0.742758] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.742816] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.742872] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.742928] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.742984] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.743042] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.743098] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.743154] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.756402] ACPI: EC: interrupt unblocked
[    0.756402] ACPI: EC: event unblocked
[    0.756409] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    0.756409] ACPI: EC: GPE=0x6e
[    0.756411] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    0.756411] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    0.756466] iommu: Default domain type: Translated 
[    0.756474] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.756474] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.756474] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.756474] vgaarb: loaded
[    0.756474] EDAC MC: Ver: 3.0.0
[    0.756474] Registered efivars operations
[    0.756474] NetLabel: Initializing
[    0.756474] NetLabel:  domain hash size = 128
[    0.756474] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.756474] NetLabel:  unlabeled traffic allowed by default
[    0.756474] PCI: Using ACPI for IRQ routing
[    0.773903] PCI: pci_cache_line_size set to 64 bytes
[    0.774082] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.774083] e820: reserve RAM buffer [mem 0x705f8000-0x73ffffff]
[    0.774083] e820: reserve RAM buffer [mem 0x737f4000-0x73ffffff]
[    0.774084] e820: reserve RAM buffer [mem 0x782d9000-0x7bffffff]
[    0.774085] e820: reserve RAM buffer [mem 0x7ad00000-0x7bffffff]
[    0.774085] e820: reserve RAM buffer [mem 0x87c800000-0x87fffffff]
[    0.774201] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.774203] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.777087] clocksource: Switched to clocksource tsc-early
[    0.780941] VFS: Disk quotas dquot_6.6.0
[    0.780941] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.780941] AppArmor: AppArmor Filesystem Enabled
[    0.780941] pnp: PnP ACPI init
[    0.780941] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.780941] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.780941] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.780941] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.780941] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.780941] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.780941] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.780941] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.780941] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.780941] pnp 00:05: Plug and Play ACPI device, IDs DLL08ba PNP0f13 (active)
[    0.780941] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.780941] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.780941] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.780941] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.780941] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.780941] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.780941] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.780941] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.780941] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.780941] system 00:07: [io  0x1800-0x18fe] could not be reserved
[    0.780941] system 00:07: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.780941] system 00:07: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.780941] system 00:07: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.780941] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.780941] system 00:07: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.780941] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.780941] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.780941] system 00:08: [io  0x2000-0x20fe] has been reserved
[    0.780941] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.783244] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.788686] pnp: PnP ACPI: found 10 devices
[    0.793857] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.793900] NET: Registered protocol family 2
[    0.793995] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.794111] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.794300] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.794349] TCP: Hash tables configured (established 262144 bind 65536)
[    0.794393] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.794451] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.794506] NET: Registered protocol family 1
[    0.794508] NET: Registered protocol family 44
[    0.794517] pci 0000:03:01.0: bridge window [io  0x1000-0x0fff] to [bus 05-39] add_size 1000
[    0.794518] pci 0000:02:00.0: bridge window [io  0x1000-0x0fff] to [bus 03-3a] add_size 1000
[    0.794519] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 02-3a] add_size 2000
[    0.794528] pci 0000:00:15.0: BAR 0: assigned [mem 0x7f800000-0x7f800fff 64bit]
[    0.794586] pci 0000:00:15.1: BAR 0: assigned [mem 0x7f801000-0x7f801fff 64bit]
[    0.794634] pci 0000:00:19.0: BAR 0: assigned [mem 0x7f802000-0x7f802fff 64bit]
[    0.794682] pci 0000:00:1c.4: BAR 13: assigned [io  0x5000-0x6fff]
[    0.794684] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.794686] pci 0000:00:1c.0:   bridge window [mem 0xec300000-0xec3fffff]
[    0.794691] pci 0000:02:00.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.794692] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.794693] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.794697] pci 0000:03:00.0:   bridge window [mem 0xea000000-0xea0fffff]
[    0.794704] pci 0000:03:01.0: PCI bridge to [bus 05-39]
[    0.794706] pci 0000:03:01.0:   bridge window [io  0x5000-0x5fff]
[    0.794710] pci 0000:03:01.0:   bridge window [mem 0xd4000000-0xe9efffff]
[    0.794712] pci 0000:03:01.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.794717] pci 0000:03:02.0: PCI bridge to [bus 3a]
[    0.794721] pci 0000:03:02.0:   bridge window [mem 0xe9f00000-0xe9ffffff]
[    0.794728] pci 0000:02:00.0: PCI bridge to [bus 03-3a]
[    0.794730] pci 0000:02:00.0:   bridge window [io  0x5000-0x5fff]
[    0.794734] pci 0000:02:00.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.794736] pci 0000:02:00.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.794741] pci 0000:00:1c.4: PCI bridge to [bus 02-3a]
[    0.794742] pci 0000:00:1c.4:   bridge window [io  0x5000-0x6fff]
[    0.794745] pci 0000:00:1c.4:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.794746] pci 0000:00:1c.4:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.794749] pci 0000:00:1d.0: PCI bridge to [bus 3b]
[    0.794751] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.794753] pci 0000:00:1d.0:   bridge window [mem 0xec200000-0xec2fffff]
[    0.794755] pci 0000:00:1d.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.794758] pci 0000:00:1d.4: PCI bridge to [bus 3c]
[    0.794760] pci 0000:00:1d.4:   bridge window [mem 0xec100000-0xec1fffff]
[    0.794765] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.794765] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.794766] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.794767] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.794767] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.794768] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.794768] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.794769] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.794769] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.794770] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.794770] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.794771] pci_bus 0000:00: resource 15 [mem 0x7f800000-0xefffffff window]
[    0.794772] pci_bus 0000:00: resource 16 [mem 0xfc800000-0xfe7fffff window]
[    0.794772] pci_bus 0000:01: resource 1 [mem 0xec300000-0xec3fffff]
[    0.794773] pci_bus 0000:02: resource 0 [io  0x5000-0x6fff]
[    0.794774] pci_bus 0000:02: resource 1 [mem 0xd4000000-0xea0fffff]
[    0.794774] pci_bus 0000:02: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.794775] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.794775] pci_bus 0000:03: resource 1 [mem 0xd4000000-0xea0fffff]
[    0.794776] pci_bus 0000:03: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.794776] pci_bus 0000:04: resource 1 [mem 0xea000000-0xea0fffff]
[    0.794777] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    0.794778] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xe9efffff]
[    0.794778] pci_bus 0000:05: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
[    0.794779] pci_bus 0000:3a: resource 1 [mem 0xe9f00000-0xe9ffffff]
[    0.794780] pci_bus 0000:3b: resource 0 [io  0x3000-0x3fff]
[    0.794780] pci_bus 0000:3b: resource 1 [mem 0xec200000-0xec2fffff]
[    0.794781] pci_bus 0000:3b: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.794781] pci_bus 0000:3c: resource 1 [mem 0xec100000-0xec1fffff]
[    0.794894] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.795248] pci 0000:02:00.0: CLS mismatch (64 != 128), using 64 bytes
[    0.795325] pci 0000:02:00.0: enabling device (0006 -> 0007)
[    0.795501] Trying to unpack rootfs image as initramfs...
[    0.810525] Freeing initrd memory: 9600K
[    0.810607] DMAR: No ATSR found
[    0.810644] DMAR: dmar0: Using Queued invalidation
[    0.810646] DMAR: dmar1: Using Queued invalidation
[    0.810878] pci 0000:00:00.0: Adding to iommu group 0
[    0.810885] pci 0000:00:02.0: Adding to iommu group 1
[    0.810891] pci 0000:00:04.0: Adding to iommu group 2
[    0.810897] pci 0000:00:08.0: Adding to iommu group 3
[    0.810906] pci 0000:00:12.0: Adding to iommu group 4
[    0.810918] pci 0000:00:14.0: Adding to iommu group 5
[    0.810923] pci 0000:00:14.2: Adding to iommu group 5
[    0.810931] pci 0000:00:14.3: Adding to iommu group 6
[    0.810942] pci 0000:00:15.0: Adding to iommu group 7
[    0.810948] pci 0000:00:15.1: Adding to iommu group 7
[    0.810957] pci 0000:00:16.0: Adding to iommu group 8
[    0.810965] pci 0000:00:19.0: Adding to iommu group 9
[    0.810974] pci 0000:00:1c.0: Adding to iommu group 10
[    0.810981] pci 0000:00:1c.4: Adding to iommu group 11
[    0.810989] pci 0000:00:1d.0: Adding to iommu group 12
[    0.810996] pci 0000:00:1d.4: Adding to iommu group 13
[    0.811045] pci 0000:00:1f.0: Adding to iommu group 14
[    0.811051] pci 0000:00:1f.3: Adding to iommu group 14
[    0.811058] pci 0000:00:1f.4: Adding to iommu group 14
[    0.811064] pci 0000:00:1f.5: Adding to iommu group 14
[    0.811071] pci 0000:00:1f.6: Adding to iommu group 14
[    0.811079] pci 0000:01:00.0: Adding to iommu group 15
[    0.811086] pci 0000:02:00.0: Adding to iommu group 16
[    0.811093] pci 0000:03:00.0: Adding to iommu group 17
[    0.811101] pci 0000:03:01.0: Adding to iommu group 18
[    0.811108] pci 0000:03:02.0: Adding to iommu group 19
[    0.811110] pci 0000:04:00.0: Adding to iommu group 17
[    0.811113] pci 0000:3a:00.0: Adding to iommu group 19
[    0.811121] pci 0000:3b:00.0: Adding to iommu group 20
[    0.811128] pci 0000:3c:00.0: Adding to iommu group 21
[    0.813010] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.813011] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.813012] software IO TLB: mapped [mem 0x695d7000-0x6d5d7000] (64MB)
[    0.813400] Initialise system trusted keyrings
[    0.813407] Key type blacklist registered
[    0.813436] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[    0.814122] zbud: loaded
[    0.814214] integrity: Platform Keyring initialized
[    0.814215] Key type asymmetric registered
[    0.814216] Asymmetric key parser 'x509' registered
[    0.814221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.814250] io scheduler mq-deadline registered
[    0.816467] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    0.816547] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[    0.816562] pcieport 0000:00:1c.4: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.816745] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[    0.816889] pcieport 0000:00:1d.4: PME: Signaling with IRQ 125
[    0.817158] pcieport 0000:03:01.0: enabling device (0006 -> 0007)
[    0.817240] pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.817462] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.817472] efifb: probing for efifb
[    0.817486] efifb: framebuffer at 0x80000000, using 8128k, total 8128k
[    0.817487] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.817487] efifb: scrolling: redraw
[    0.817488] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.817537] Console: switching to colour frame buffer device 240x67
[    0.820932] fb0: EFI VGA frame buffer device
[    0.820936] intel_idle: MWAIT substates: 0x11142120
[    0.820937] intel_idle: v0.5.1 model 0x8E
[    0.821300] intel_idle: Local APIC timer is reliable in all C-states
[    0.823386] thermal LNXTHERM:00: registered as thermal_zone0
[    0.823387] ACPI: Thermal Zone [THM] (25 C)
[    0.823582] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.824304] Linux agpgart interface v0.103
[    0.824323] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.824323] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.824777] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.834903] i8042: Warning: Keylock active
[    0.836409] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.836411] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.836612] mousedev: PS/2 mouse device common for all mice
[    0.836655] rtc_cmos 00:02: RTC can wake from S4
[    0.837487] rtc_cmos 00:02: registered as rtc0
[    0.837689] rtc_cmos 00:02: setting system clock to 2020-12-08T07:09:22 UTC (1607411362)
[    0.837720] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    0.837734] intel_pstate: Intel P-state driver initializing
[    0.838168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.840686] intel_pstate: HWP enabled
[    0.840890] ledtrig-cpu: registered to indicate activity on CPUs
[    0.841212] NET: Registered protocol family 10
[    0.845639] Segment Routing with IPv6
[    0.845663] mip6: Mobile IPv6
[    0.845664] NET: Registered protocol family 17
[    0.845786] mpls_gso: MPLS GSO support
[    0.846332] microcode: sig=0x806ec, pf=0x80, revision=0xde
[    0.846485] microcode: Microcode Update Driver: v2.2.
[    0.846487] IPI shorthand broadcast: enabled
[    0.846491] sched_clock: Marking stable (845500068, 752290)->(863378502, -17126144)
[    0.846726] registered taskstats version 1
[    0.846728] Loading compiled-in X.509 certificates
[    0.847047] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.847056] Loaded X.509 cert 'Debian Secure Boot Signer 2020: 00b55eb3b9'
[    0.847101] zswap: loaded using pool lzo/zbud
[    0.847373] Key type ._fscrypt registered
[    0.847374] Key type .fscrypt registered
[    0.847374] Key type fscrypt-provisioning registered
[    0.847395] AppArmor: AppArmor sha1 policy hashing enabled
[    0.848637] integrity: Loading X.509 certificate: UEFI:db
[    0.848648] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[    0.848648] integrity: Loading X.509 certificate: UEFI:db
[    0.848659] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.848659] integrity: Loading X.509 certificate: UEFI:db
[    0.848668] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.850971] Freeing unused kernel image (initmem) memory: 1640K
[    0.915315] Write protecting the kernel read-only data: 18432k
[    0.916077] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.916286] Freeing unused kernel image (rodata/data gap) memory: 292K
[    0.941860] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.941868] Run /init as init process
[    0.941869]   with arguments:
[    0.941870]     /init
[    0.941871]     noisapnp
[    0.941872]   with environment:
[    0.941873]     HOME=/
[    0.941873]     TERM=linux
[    0.941874]     BOOT_IMAGE=/vmlinuz-5.9.0-4-amd64
[    1.074473] cryptd: max_cpu_qlen set to 1000
[    1.083852] ACPI: bus type USB registered
[    1.083870] usbcore: registered new interface driver usbfs
[    1.083876] usbcore: registered new interface driver hub
[    1.083892] usbcore: registered new device driver usb
[    1.085612] AVX2 version of gcm_enc/dec engaged.
[    1.085613] AES CTR mode by8 optimization enabled
[    1.088782] nvme nvme0: pci function 0000:3c:00.0
[    1.097181] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.097186] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.098380] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    1.098385] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.098641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.098642] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.098643] usb usb1: Product: xHCI Host Controller
[    1.098644] usb usb1: Manufacturer: Linux 5.9.0-4-amd64 xhci-hcd
[    1.098645] usb usb1: SerialNumber: 0000:00:14.0
[    1.098737] hub 1-0:1.0: USB hub found
[    1.098749] hub 1-0:1.0: 12 ports detected
[    1.100270] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.100273] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.100275] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.100309] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    1.100310] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.100311] usb usb2: Product: xHCI Host Controller
[    1.100312] usb usb2: Manufacturer: Linux 5.9.0-4-amd64 xhci-hcd
[    1.100312] usb usb2: SerialNumber: 0000:00:14.0
[    1.100391] hub 2-0:1.0: USB hub found
[    1.100403] hub 2-0:1.0: 6 ports detected
[    1.101098] nvme nvme0: 8/0/0 default/read/poll queues
[    1.101289] usb: port power management may be unreliable
[    1.101497] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    1.101500] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 3
[    1.102631] xhci_hcd 0000:3a:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    1.102818] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    1.102819] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.102819] usb usb3: Product: xHCI Host Controller
[    1.102820] usb usb3: Manufacturer: Linux 5.9.0-4-amd64 xhci-hcd
[    1.102821] usb usb3: SerialNumber: 0000:3a:00.0
[    1.102905] hub 3-0:1.0: USB hub found
[    1.102912] hub 3-0:1.0: 2 ports detected
[    1.103223] xhci_hcd 0000:3a:00.0: xHCI Host Controller
[    1.103225] xhci_hcd 0000:3a:00.0: new USB bus registered, assigned bus number 4
[    1.103226] xhci_hcd 0000:3a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.103248] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.09
[    1.103249] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.103249] usb usb4: Product: xHCI Host Controller
[    1.103250] usb usb4: Manufacturer: Linux 5.9.0-4-amd64 xhci-hcd
[    1.103251] usb usb4: SerialNumber: 0000:3a:00.0
[    1.103725] hub 4-0:1.0: USB hub found
[    1.103732] hub 4-0:1.0: 2 ports detected
[    1.105765]  nvme0n1: p1 p2
[    1.132481] device-mapper: uevent: version 1.0.3
[    1.132549] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    1.435348] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    1.607146] usb 1-6: New USB device found, idVendor=0bda, idProduct=5539, bcdDevice=82.67
[    1.607151] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.607154] usb 1-6: Product: Integrated_Webcam_HD
[    1.607156] usb 1-6: Manufacturer: CNFHH53Q144400068540
[    1.607158] usb 1-6: SerialNumber: 200901010001
[    1.735417] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    1.839277] tsc: Refined TSC clocksource calibration: 2111.995 MHz
[    1.839295] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e7173d7e16, max_idle_ns: 440795242568 ns
[    1.839447] clocksource: Switched to clocksource tsc
[    1.849075] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input2
[    1.885320] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    1.885325] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   93.469142] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   93.482615] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   93.536690] systemd[1]: Inserted module 'autofs4'
[   93.670301] systemd[1]: systemd 247.1-3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   93.687376] systemd[1]: Detected architecture x86-64.
[   93.711765] systemd[1]: Set hostname to <morley>.
[   93.783310] systemd[1]: Queued start job for default target Graphical Interface.
[   93.788496] systemd[1]: Created slice system-getty.slice.
[   93.788698] systemd[1]: Created slice system-modprobe.slice.
[   93.788878] systemd[1]: Created slice Cryptsetup Units Slice.
[   93.789077] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   93.789238] systemd[1]: Created slice User and Session Slice.
[   93.789277] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   93.789304] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   93.789403] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   93.789447] systemd[1]: Reached target User and Group Name Lookups.
[   93.789457] systemd[1]: Reached target Remote File Systems.
[   93.789463] systemd[1]: Reached target Slices.
[   93.789475] systemd[1]: Reached target Swap.
[   93.790327] systemd[1]: Listening on Process Core Dump Socket.
[   93.790376] systemd[1]: Listening on fsck to fsckd communication Socket.
[   93.790413] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   93.790501] systemd[1]: Listening on Journal Audit Socket.
[   93.790555] systemd[1]: Listening on Journal Socket (/dev/log).
[   93.790616] systemd[1]: Listening on Journal Socket.
[   93.790684] systemd[1]: Listening on udev Control Socket.
[   93.790728] systemd[1]: Listening on udev Kernel Socket.
[   93.791278] systemd[1]: Mounting Huge Pages File System...
[   93.791798] systemd[1]: Mounting POSIX Message Queue File System...
[   93.792318] systemd[1]: Mounting Kernel Debug File System...
[   93.792830] systemd[1]: Mounting Kernel Trace File System...
[   93.793537] systemd[1]: Starting Set the console keyboard layout...
[   93.794041] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   93.794513] systemd[1]: Starting Load Kernel Module configfs...
[   93.795066] systemd[1]: Starting Load Kernel Module drm...
[   93.795640] systemd[1]: Starting Load Kernel Module fuse...
[   93.795927] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   93.795962] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   93.796808] systemd[1]: Starting Journal Service...
[   93.797614] systemd[1]: Starting Load Kernel Modules...
[   93.798194] systemd[1]: Starting Remount Root and Kernel File Systems...
[   93.798857] systemd[1]: Starting Coldplug All udev Devices...
[   93.800579] systemd[1]: Mounted Huge Pages File System.
[   93.800652] systemd[1]: Mounted POSIX Message Queue File System.
[   93.800724] systemd[1]: Mounted Kernel Debug File System.
[   93.800785] systemd[1]: Mounted Kernel Trace File System.
[   93.801175] systemd[1]: Finished Set the console keyboard layout.
[   93.801586] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   93.801754] systemd[1]: modprobe@configfs.service: Succeeded.
[   93.802044] systemd[1]: Finished Load Kernel Module configfs.
[   93.802793] systemd[1]: Mounting Kernel Configuration File System...
[   93.805095] fuse: init (API version 7.31)
[   93.805140] systemd[1]: Mounted Kernel Configuration File System.
[   93.805161] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   93.805732] systemd[1]: modprobe@fuse.service: Succeeded.
[   93.806037] systemd[1]: Finished Load Kernel Module fuse.
[   93.806455] systemd[1]: Finished Remount Root and Kernel File Systems.
[   93.807304] systemd[1]: Mounting FUSE Control File System...
[   93.807600] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   93.807667] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   93.808408] systemd[1]: Starting Load/Save Random Seed...
[   93.809339] systemd[1]: Starting Create System Users...
[   93.809778] lp: driver loaded but no devices found
[   93.810219] systemd[1]: Mounted FUSE Control File System.
[   93.811844] ppdev: user-space parallel port driver
[   93.818486] systemd[1]: Finished Load Kernel Modules.
[   93.818882] systemd[1]: Finished Create System Users.
[   93.819661] systemd[1]: Starting Apply Kernel Variables...
[   93.820319] systemd[1]: Starting Create Static Device Nodes in /dev...
[   93.821193] systemd[1]: modprobe@drm.service: Succeeded.
[   93.821482] systemd[1]: Finished Load Kernel Module drm.
[   93.821883] systemd[1]: Finished Load/Save Random Seed.
[   93.821979] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[   93.825695] systemd[1]: Finished Apply Kernel Variables.
[   93.830455] systemd[1]: Finished Create Static Device Nodes in /dev.
[   93.830560] systemd[1]: Reached target Local File Systems (Pre).
[   93.831854] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   93.854017] systemd[1]: Finished Coldplug All udev Devices.
[   93.858049] systemd[1]: Started Journal Service.
[   93.884767] ACPI: AC Adapter [AC] (off-line)
[   93.885282] input: Intel HID events as /devices/platform/INT33D5:00/input/input3
[   93.885422] intel-hid INT33D5:00: platform supports 5 button array
[   93.885452] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input4
[   93.890887] intel_pmc_core INT33A1:00:  initialized
[   93.912737] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
[   93.915120] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   93.915194] wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
[   93.915195] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   93.931044] ACPI: Lid Switch [LID0]
[   93.931087] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[   93.931148] ACPI: Power Button [PBTN]
[   93.931172] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7
[   93.931277] ACPI: Sleep Button [SBTN]
[   93.934905] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   93.940252] hid: raw HID events driver (C) Jiri Kosina
[   93.953945] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   93.991435] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[   93.994755] intel_rapl_common: Found RAPL domain package
[   93.994756] intel_rapl_common: Found RAPL domain dram
[   93.996928] battery: ACPI: Battery Slot [BAT0] (battery present)
[   93.998626] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   94.072936] mc: Linux media interface: v0.10
[   94.073444] Bluetooth: Core ver 2.22
[   94.073453] NET: Registered protocol family 31
[   94.073454] Bluetooth: HCI device and connection manager initialized
[   94.073456] Bluetooth: HCI socket layer initialized
[   94.073458] Bluetooth: L2CAP socket layer initialized
[   94.073461] Bluetooth: SCO socket layer initialized
[   94.076660] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   94.076938] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   94.116053] pps_core: LinuxPPS API ver. 1 registered
[   94.116054] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   94.116903] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   94.120637] i915 0000:00:02.0: [drm] VT-d active for gfx access
[   94.120639] checking generic (80000000 7f0000) vs hw (eb000000 1000000)
[   94.120640] checking generic (80000000 7f0000) vs hw (80000000 10000000)
[   94.120640] fb0: switching to inteldrmfb from EFI VGA
[   94.123127] Console: switching to colour dummy device 80x25
[   94.123160] i915 0000:00:02.0: vgaarb: deactivate vga console
[   94.123777] PTP clock support registered
[   94.123921] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   94.124005] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   94.125315] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   94.125477] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   94.126853] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   94.126996] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   94.135142] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[   94.135791] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[   94.136361] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   94.138340] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
[   94.139000] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   94.148640] EFI Variables Facility v0.08 2004-May-17
[   94.149465] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   94.161433] videodev: Linux video capture interface: v2.00
[   94.217613] i801_smbus 0000:00:1f.4: Accelerometer lis3lv02d is present on SMBus but its address is unknown, skipping registration
[   94.217615] i2c i2c-0: 2/2 memory slots populated (from DMI)
[   94.218068] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[   94.218207] i2c i2c-0: Successfully instantiated SPD at 0x50
[   94.218334] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   94.230460] i2c_hid i2c-DELL08BA:00: supply vdd not found, using dummy regulator
[   94.230501] i2c_hid i2c-DELL08BA:00: supply vddl not found, using dummy regulator
[   94.324432] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   94.326008] e1000e: Intel(R) PRO/1000 Network Driver
[   94.326009] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   94.326550] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   94.351406] pstore: Using crash dump compression: deflate
[   94.351423] pstore: Registered efi as persistent store backend
[   94.356354] Intel(R) Wireless WiFi driver for Linux
[   94.356396] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   94.360501] iwlwifi 0000:00:14.3: firmware: direct-loading firmware iwlwifi-9000-pu-b0-jf-b0-46.ucode
[   94.360523] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[   94.360525] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
[   94.360526] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
[   94.360527] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
[   94.360528] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
[   94.360529] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
[   94.360530] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
[   94.360530] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
[   94.360532] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
[   94.360532] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
[   94.360533] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
[   94.360534] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
[   94.360535] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
[   94.360536] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
[   94.360537] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
[   94.360538] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
[   94.360541] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[   94.360542] iwlwifi 0000:00:14.3: Found debug configuration: 0
[   94.360790] iwlwifi 0000:00:14.3: loaded firmware version 46.8902351f.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[   94.360983] iwlwifi 0000:00:14.3: firmware: failed to load iwl-debug-yoyo.bin (-2)
[   94.360988] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   94.394017] audit: type=1400 audit(1607411456.049:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1173 comm="apparmor_parser"
[   94.394020] audit: type=1400 audit(1607411456.049:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1176 comm="apparmor_parser"
[   94.394023] audit: type=1400 audit(1607411456.049:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1175 comm="apparmor_parser"
[   94.394321] audit: type=1400 audit(1607411456.049:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=1171 comm="apparmor_parser"
[   94.394337] intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
[   94.395571] audit: type=1400 audit(1607411456.053:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1178 comm="apparmor_parser"
[   94.395574] audit: type=1400 audit(1607411456.053:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1178 comm="apparmor_parser"
[   94.395575] audit: type=1400 audit(1607411456.053:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1178 comm="apparmor_parser"
[   94.395737] audit: type=1400 audit(1607411456.053:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1174 comm="apparmor_parser"
[   94.398471] audit: type=1400 audit(1607411456.053:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1180 comm="apparmor_parser"
[   94.398473] audit: type=1400 audit(1607411456.053:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1180 comm="apparmor_parser"
[   94.467344] usbcore: registered new interface driver btusb
[   94.469195] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[   94.470200] Bluetooth: hci0: Device revision is 2
[   94.470201] Bluetooth: hci0: Secure boot is enabled
[   94.470201] Bluetooth: hci0: OTP lock is enabled
[   94.470202] Bluetooth: hci0: API lock is enabled
[   94.470202] Bluetooth: hci0: Debug lock is disabled
[   94.470203] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   94.471901] bluetooth hci0: firmware: direct-loading firmware intel/ibt-17-16-1.sfi
[   94.471903] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[   94.510447] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   94.510449] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   94.510449] RAPL PMU: hw unit of domain package 2^-14 Joules
[   94.510450] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   94.510450] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   94.510451] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   94.510685] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5539)
[   94.513851] [drm] amdgpu kernel modesetting enabled.
[   94.513870] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[   94.524731] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   94.524750] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   94.526480] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input9
[   94.526549] usbcore: registered new interface driver uvcvideo
[   94.526550] USB Video Class driver (1.1.1)
[   94.537959] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560, REV=0x318
[   94.542184] ATPX version 1, functions 0x00000001
[   94.556056] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[   94.558192] ATPX Hybrid Graphics
[   94.558235] CRAT table not found
[   94.558237] Virtual CRAT table created for CPU
[   94.558248] amdgpu: Topology: Add CPU node
[   94.562287] amdgpu 0000:3b:00.0: enabling device (0000 -> 0003)
[   94.562358] [drm] initializing kernel modesetting (POLARIS12 0x1002:0x6985 0x1028:0x08BA 0x00).
[   94.562361] amdgpu 0000:3b:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[   94.564777] [drm] register mmio base: 0xEC200000
[   94.564778] [drm] register mmio size: 262144
[   94.564780] [drm] PCIE atomic ops is not supported
[   94.564787] [drm] add ip block number 0 <vi_common>
[   94.564788] [drm] add ip block number 1 <gmc_v8_0>
[   94.564788] [drm] add ip block number 2 <tonga_ih>
[   94.564789] [drm] add ip block number 3 <gfx_v8_0>
[   94.564790] [drm] add ip block number 4 <sdma_v3_0>
[   94.564791] [drm] add ip block number 5 <powerplay>
[   94.564792] [drm] add ip block number 6 <dm>
[   94.564793] [drm] add ip block number 7 <uvd_v6_0>
[   94.564793] [drm] add ip block number 8 <vce_v3_0>
[   94.564796] kfd kfd: skipped device 1002:6985, PCI rejects atomics
[   94.575106] Process accounting resumed
[   94.601401] iwlwifi 0000:00:14.3: base HW address: 08:d2:3e:31:7b:9e
[   94.603151] amdgpu: ATOM BIOS: BR46800.001
[   94.603178] [drm] UVD is enabled in VM mode
[   94.603178] [drm] UVD ENC is enabled in VM mode
[   94.603182] [drm] VCE enabled in VM mode
[   94.603210] [drm] GPU posting now...
[   94.628568] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) c0:3e:ba:60:eb:5b
[   94.628570] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[   94.628758] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[   94.634187] [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[   94.659443] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_mc.bin
[   94.659460] amdgpu 0000:3b:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[   94.659462] amdgpu 0000:3b:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[   94.659534] [drm] Detected VRAM RAM=2048M, BAR=256M
[   94.659535] [drm] RAM width 64bits GDDR5
[   94.659579] [TTM] Zone  kernel: Available graphics memory: 16348924 KiB
[   94.659579] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   94.659580] [TTM] Initializing pool allocator
[   94.659584] [TTM] Initializing DMA pool allocator
[   94.659617] [drm] amdgpu: 2048M of VRAM memory ready
[   94.659619] [drm] amdgpu: 3072M of GTT memory ready.
[   94.659626] [drm] GART: num cpu pages 65536, num gpu pages 65536
[   94.660395] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[   94.660986] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_pfp_2.bin
[   94.661234] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_me_2.bin
[   94.662441] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_ce_2.bin
[   94.662444] [drm] Chained IB support enabled!
[   94.662874] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_rlc.bin
[   94.664079] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_mec_2.bin
[   94.665182] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_mec2_2.bin
[   94.676609] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   94.681571] thermal thermal_zone8: failed to read out thermal zone (-61)
[   94.689047] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_sdma.bin
[   94.692906] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_sdma1.bin
[   94.693009] amdgpu: hwmgr_sw_init smu backed is polaris10_smu
[   94.694308] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_uvd.bin
[   94.694313] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[   94.724395] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_vce.bin
[   94.724401] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[   94.729186] amdgpu 0000:3b:00.0: firmware: direct-loading firmware amdgpu/polaris12_smc.bin
[   94.788230] intel_rapl_common: Found RAPL domain package
[   94.788231] intel_rapl_common: Found RAPL domain core
[   94.788232] intel_rapl_common: Found RAPL domain uncore
[   94.788233] intel_rapl_common: Found RAPL domain dram
[   94.792808] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.792814] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.792815] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.792817] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.792819] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.792821] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.792823] amdgpu: Voltage value looks like a Leakage ID but it's not patched 
[   94.801162] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
[   94.816117] [drm] DM_PPLIB: values for Engine clock
[   94.816119] [drm] DM_PPLIB:	 214000
[   94.816119] [drm] DM_PPLIB:	 551000
[   94.816120] [drm] DM_PPLIB:	 734000
[   94.816120] [drm] DM_PPLIB:	 921000
[   94.816121] [drm] DM_PPLIB:	 980000
[   94.816121] [drm] DM_PPLIB:	 1046000
[   94.816122] [drm] DM_PPLIB:	 1073000
[   94.816122] [drm] DM_PPLIB:	 1124000
[   94.816123] [drm] DM_PPLIB: Validation clocks:
[   94.816123] [drm] DM_PPLIB:    engine_max_clock: 112400
[   94.816124] [drm] DM_PPLIB:    memory_max_clock: 150000
[   94.816124] [drm] DM_PPLIB:    level           : 8
[   94.816126] [drm] DM_PPLIB: values for Memory clock
[   94.816126] [drm] DM_PPLIB:	 300000
[   94.816126] [drm] DM_PPLIB:	 625000
[   94.816127] [drm] DM_PPLIB:	 1500000
[   94.816127] [drm] DM_PPLIB: Validation clocks:
[   94.816128] [drm] DM_PPLIB:    engine_max_clock: 112400
[   94.816128] [drm] DM_PPLIB:    memory_max_clock: 150000
[   94.816129] [drm] DM_PPLIB:    level           : 8
[   94.816142] [drm] Display Core initialized with v3.2.95!
[   94.868238] [drm] UVD and UVD ENC initialized successfully.
[   94.870366] e1000e 0000:00:1f.6 eno2: renamed from eth0
[   94.873422] iTCO_vendor_support: vendor-support=0
[   94.978073] [drm] VCE initialized successfully.
[   94.978078] amdgpu 0000:3b:00.0: amdgpu: SE 2, SH per SE 1, CU per SH 5, active_cu_number 8
[   94.980266] input: DELL08BA:00 0488:121F Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-DELL08BA:00/0018:0488:121F.0001/input/input11
[   94.981076] dell_laptop: Using i8042 filter function for receiving events
[   94.981333] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   94.981334] Bluetooth: BNEP filters: protocol multicast
[   94.981338] Bluetooth: BNEP socket layer initialized
[   94.982411] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   94.982440] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   94.982962] input: DELL08BA:00 0488:121F Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-DELL08BA:00/0018:0488:121F.0001/input/input12
[   94.983404] input: DELL08BA:00 0488:121F as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-DELL08BA:00/0018:0488:121F.0001/input/input13
[   94.984247] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   94.984412] hid-generic 0018:0488:121F.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL08BA:00 0488:121F] on i2c-DELL08BA:00
[   94.987870] [drm] Initialized amdgpu 3.39.0 20150101 for 0000:3b:00.0 on minor 1
[   95.224769] input: DELL08BA:00 0488:121F Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-DELL08BA:00/0018:0488:121F.0001/input/input14
[   95.224865] input: DELL08BA:00 0488:121F Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-DELL08BA:00/0018:0488:121F.0001/input/input15
[   95.224939] input: DELL08BA:00 0488:121F UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-DELL08BA:00/0018:0488:121F.0001/input/input16
[   95.225077] hid-multitouch 0018:0488:121F.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL08BA:00 0488:121F] on i2c-DELL08BA:00
[   95.477872] [drm] Initialized i915 1.6.0 20200715 for 0000:00:02.0 on minor 0
[   95.488146] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   95.494776] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
[   95.495146] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   95.495277] vga_switcheroo: enabled
[   95.514533] fbcon: i915drmfb (fb0) is primary device
[   95.514583] Console: switching to colour frame buffer device 240x67
[   95.514587] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...
[   95.528194] usb 1-10: USB disconnect, device number 3
[   95.663951] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   95.663952] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   95.663953] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   95.663954] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   95.663954] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   95.663955] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   95.663955] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   95.663956] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   95.770672] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   95.770723] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   95.771765] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   95.775435] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[   95.775490] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[   95.775540] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[   95.775619] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   97.551082] Bluetooth: hci0: command 0xfc09 tx timeout
[   97.822614] rfkill: input handler disabled
[  105.743441] Bluetooth: hci0: Failed to send firmware data (-110)
[  105.743558] Bluetooth: hci0: sending frame failed (-19)
[  105.743633] Bluetooth: hci0: Intel reset sent to retry FW download
[  118.319104] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  118.456712] [drm] UVD and UVD ENC initialized successfully.
[  118.518860] wlo1: authenticate with 6c:f3:7f:10:a3:f8
[  118.524845] wlo1: send auth to 6c:f3:7f:10:a3:f8 (try 1/3)
[  118.567786] wlo1: authenticated
[  118.571115] wlo1: associate with 6c:f3:7f:10:a3:f8 (try 1/3)
[  118.574123] wlo1: RX AssocResp from 6c:f3:7f:10:a3:f8 (capab=0x411 status=0 aid=1)
[  118.576792] wlo1: associated
[  118.585681] [drm] VCE initialized successfully.
[  118.596435] rfkill: input handler enabled
[  118.676083] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[  120.075937] rfkill: input handler disabled
[  122.476080] show_signal_msg: 12 callbacks suppressed
[  122.476082] packagekitd[1807]: segfault at 8 ip 000055605c92e631 sp 00007fff4106c7e0 error 4 in packagekitd[55605c92c000+24000]
[  122.476088] Code: 00 eb 81 66 0f 1f 44 00 00 48 8b 44 24 10 4c 89 e1 48 8d 15 25 1d 02 00 be 10 00 00 00 48 8d 3d e6 1c 02 00 41 bc ff ff ff ff <4c> 8b 40 08 31 c0 e8 d4 f0 ff ff e9 4a ff ff ff 0f 1f 80 00 00 00
[  412.066223] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  412.066309] IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready
[  415.678139] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[  415.801028] [drm] UVD and UVD ENC initialized successfully.
[  415.941989] [drm] VCE initialized successfully.
[  419.430783] usb 1-4: new low-speed USB device number 4 using xhci_hcd
[  419.583410] usb 1-4: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[  419.583416] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  419.583419] usb 1-4: Product: Dell MS116 USB Optical Mouse
[  419.583422] usb 1-4: Manufacturer: PixArt
[  419.608850] input: PixArt Dell MS116 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:413C:301A.0002/input/input25
[  419.608975] hid-generic 0003:413C:301A.0002: input,hidraw1: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:00:14.0-4/input0
[  419.608998] usbcore: registered new interface driver usbhid
[  419.608998] usbhid: USB HID core driver
[  422.930864] usb 1-2: new low-speed USB device number 5 using xhci_hcd
[  423.086963] usb 1-2: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.10
[  423.086969] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  423.086972] usb 1-2: Product: Dell KB216 Wired Keyboard
[  423.092415] input: Dell KB216 Wired Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:2113.0003/input/input26
[  423.151013] hid-generic 0003:413C:2113.0003: input,hidraw2: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-0000:00:14.0-2/input0
[  423.153980] input: Dell KB216 Wired Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:2113.0004/input/input27
[  423.211196] input: Dell KB216 Wired Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:2113.0004/input/input28
[  423.211552] hid-generic 0003:413C:2113.0004: input,hidraw3: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-0000:00:14.0-2/input1
[  425.960121] usb 1-4: USB disconnect, device number 4
[  428.009694] usb 1-2: USB disconnect, device number 5
[  430.987023] usb 1-2: new low-speed USB device number 6 using xhci_hcd
[  431.140973] usb 1-2: New USB device found, idVendor=413c, idProduct=301a, bcdDevice= 1.00
[  431.140978] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  431.140981] usb 1-2: Product: Dell MS116 USB Optical Mouse
[  431.140983] usb 1-2: Manufacturer: PixArt
[  431.144280] input: PixArt Dell MS116 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:301A.0005/input/input29
[  431.144866] hid-generic 0003:413C:301A.0005: input,hidraw1: USB HID v1.11 Mouse [PixArt Dell MS116 USB Optical Mouse] on usb-0000:00:14.0-2/input0
[ 3742.035305] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 3742.178021] [drm] UVD and UVD ENC initialized successfully.
[ 3742.306989] [drm] VCE initialized successfully.
[ 3771.179774] [drm] PCIE GART of 256M enabled (table at 0x000000F400000000).
[ 3771.316957] [drm] UVD and UVD ENC initialized successfully.
[ 3771.445925] [drm] VCE initialized successfully.

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

* Re: usb usb1-port10: disabled by hub (EMI?), re-enabling...
  2020-12-08  8:18 usb usb1-port10: disabled by hub (EMI?), re-enabling Paul Menzel
@ 2020-12-08  8:57 ` Greg KH
  2020-12-08  9:27   ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2020-12-08  8:57 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Mathias Nyman, USB list, Mario Limonciello

On Tue, Dec 08, 2020 at 09:18:08AM +0100, Paul Menzel wrote:
> Dear Linux folks,
> 
> 
> On a Dell Precision 3540/0M14W7, BIOS 1.9.1 07/06/2020
> 
>     $ lspci -nn | grep -i usb
>     00:14.0 USB controller [0c03]: Intel Corporation Cannon Point-LP USB 3.1
> xHCI Controller [8086:9ded] (rev 30)
>     3a:00.0 USB controller [0c03]: Intel Corporation JHL6340 Thunderbolt 3
> USB 3.1 Controller (C step) [Alpine Ridge 2C 2016] [8086:15db] (rev 02)
> 
> at each boot Linux 5.6 to 5.9 logs the error below.
> 
>     [   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...
> 
> Everything seems to be fine, so I wonder, why this is level error. Is it a
> hardware error?

Yes, it is a hardware issue.

thanks,

greg k-h

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

* Re: usb usb1-port10: disabled by hub (EMI?), re-enabling...
  2020-12-08  8:57 ` Greg KH
@ 2020-12-08  9:27   ` Paul Menzel
  2020-12-08 18:16     ` Limonciello, Mario
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2020-12-08  9:27 UTC (permalink / raw)
  To: Greg KH, Mario Limonciello; +Cc: Mathias Nyman, USB list

Dear Greg, dear Mario,


Am 08.12.20 um 09:57 schrieb Greg KH:
> On Tue, Dec 08, 2020 at 09:18:08AM +0100, Paul Menzel wrote:

>> On a Dell Precision 3540/0M14W7, BIOS 1.9.1 07/06/2020
>>
>>      $ lspci -nn | grep -i usb
>>      00:14.0 USB controller [0c03]: Intel Corporation Cannon Point-LP USB 3.1
>> xHCI Controller [8086:9ded] (rev 30)
>>      3a:00.0 USB controller [0c03]: Intel Corporation JHL6340 Thunderbolt 3
>> USB 3.1 Controller (C step) [Alpine Ridge 2C 2016] [8086:15db] (rev 02)
>>
>> at each boot Linux 5.6 to 5.9 logs the error below.
>>
>>      [   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...
>>
>> Everything seems to be fine, so I wonder, why this is level error. Is it a
>> hardware error?
> 
> Yes, it is a hardware issue.

Thank you for the confirmation. Mario, do you know if this issues is 
known to the Dell hardware team?


Kind regards,

Paul

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

* RE: usb usb1-port10: disabled by hub (EMI?), re-enabling...
  2020-12-08  9:27   ` Paul Menzel
@ 2020-12-08 18:16     ` Limonciello, Mario
  2020-12-12 11:01       ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Limonciello, Mario @ 2020-12-08 18:16 UTC (permalink / raw)
  To: Paul Menzel, Greg KH; +Cc: Mathias Nyman, USB list

> >> On a Dell Precision 3540/0M14W7, BIOS 1.9.1 07/06/2020
> >>
> >>      $ lspci -nn | grep -i usb
> >>      00:14.0 USB controller [0c03]: Intel Corporation Cannon Point-LP USB
> 3.1
> >> xHCI Controller [8086:9ded] (rev 30)
> >>      3a:00.0 USB controller [0c03]: Intel Corporation JHL6340 Thunderbolt 3
> >> USB 3.1 Controller (C step) [Alpine Ridge 2C 2016] [8086:15db] (rev 02)
> >>
> >> at each boot Linux 5.6 to 5.9 logs the error below.
> >>
> >>      [   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...
> >>
> >> Everything seems to be fine, so I wonder, why this is level error. Is it a
> >> hardware error?
> >
> > Yes, it is a hardware issue.
> 

To me from your logs it looks like it's Intel BT device with this problem.
https://linux-hardware.org/index.php?id=usb:8087-0aaa

Does BT actually work after bootup completes?

BTW I notice that you are setting auto-suspend on your kernel command line.  Presumably
that's not the default for this module.  Is this possibly causing the behavior?

Also I notice that you have an error loading firmware for the device.  You might check
that you have the latest firmware from linux-firmware.  If you do - maybe it's related
to the HW error?

[  105.743441] Bluetooth: hci0: Failed to send firmware data (-110)
[  105.743558] Bluetooth: hci0: sending frame failed (-19)
[  105.743633] Bluetooth: hci0: Intel reset sent to retry FW download

And lastly if you want to confirm it's actually BT causing the problem, I believe you
should be able to turn off BT in UEFI firmware setup.

> Thank you for the confirmation. Mario, do you know if this issues is
> known to the Dell hardware team?
> 

I'm sorry, I don't know.  You would need to work with the support team on a case.

My own opinion:
I would suspect you'll have a better result if there is a functional issue to show.

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

* Re: usb usb1-port10: disabled by hub (EMI?), re-enabling...
  2020-12-08 18:16     ` Limonciello, Mario
@ 2020-12-12 11:01       ` Paul Menzel
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2020-12-12 11:01 UTC (permalink / raw)
  To: Mario Limonciello; +Cc: Mathias Nyman, USB list, Greg KH

Dear Mario, dear Greg,


Am 08.12.20 um 19:16 schrieb Limonciello, Mario:
>>>> On a Dell Precision 3540/0M14W7, BIOS 1.9.1 07/06/2020
>>>>
>>>>       $ lspci -nn | grep -i usb
>>>>       00:14.0 USB controller [0c03]: Intel Corporation Cannon Point-LP USB 3.1 xHCI Controller [8086:9ded] (rev 30)
>>>>       3a:00.0 USB controller [0c03]: Intel Corporation JHL6340 Thunderbolt 3 USB 3.1 Controller (C step) [Alpine Ridge 2C 2016] [8086:15db] (rev 02)
>>>>
>>>> at each boot Linux 5.6 to 5.9 logs the error below.
>>>>
>>>>       [   95.528190] usb usb1-port10: disabled by hub (EMI?), re-enabling...
>>>>
>>>> Everything seems to be fine, so I wonder, why this is level error. Is it a
>>>> hardware error?
>>>
>>> Yes, it is a hardware issue.
> 
> To me from your logs it looks like it's Intel BT device with this problem.
> https://linux-hardware.org/index.php?id=usb:8087-0aaa
> 
> Does BT actually work after bootup completes?

Asking the user, and checking the device, no Bluetooth device is listed 
by GNOME.

> BTW I notice that you are setting auto-suspend on your kernel command line.  Presumably
> that's not the default for this module.  Is this possibly causing the behavior?

Good point. I removed it, and the behavior was the same.

> Also I notice that you have an error loading firmware for the device.  You might check
> that you have the latest firmware from linux-firmware.  If you do - maybe it's related
> to the HW error?
> 
> [  105.743441] Bluetooth: hci0: Failed to send firmware data (-110)
> [  105.743558] Bluetooth: hci0: sending frame failed (-19)
> [  105.743633] Bluetooth: hci0: Intel reset sent to retry FW download
> 
> And lastly if you want to confirm it's actually BT causing the problem, I believe you
> should be able to turn off BT in UEFI firmware setup.

Good idea. I did that, and disabling the BT device in the firmware 
(which took several seconds), the error was gone.

>> Thank you for the confirmation. Mario, do you know if this issues is
>> known to the Dell hardware team?
> 
> I'm sorry, I don't know.  You would need to work with the support team on a case.
> 
> My own opinion:
> I would suspect you'll have a better result if there is a functional issue to show.

Thank you for your help. The device seems broken, but I’ll try to find 
some live system to rule out a problem with Debian.


Kind regards,

Paul

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

end of thread, other threads:[~2020-12-12 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  8:18 usb usb1-port10: disabled by hub (EMI?), re-enabling Paul Menzel
2020-12-08  8:57 ` Greg KH
2020-12-08  9:27   ` Paul Menzel
2020-12-08 18:16     ` Limonciello, Mario
2020-12-12 11:01       ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.