You are not logged in.
Pages: 1
Since latest kernel update (5.1.7-arch1-1-ARCH), I get new errors
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device not accepting address 8, error -71
kernel: usb 1-4.2: device not accepting address 9, error -71
kernel: usb 1-4-port2: unable to enumerate USB device
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device descriptor read/64, error -32
kernel: usb 1-4.2: device not accepting address 13, error -71
kernel: usb 1-4.2: device not accepting address 14, error -71
kernel: usb 1-4-port2: unable to enumerate USB device
Is it something already known or should I file a bug?
Offline
There's a protocol error because of a broken pipe on a very specific device, but w/o context (full dmesg, lspci, lsusb & "lsusb -t") it's not possible to say anything else.
In doubt try to unplug all external devices to isolate the offender (though it could be an internal device)
Offline
It's related to my docking station, if I undock then no errors.
$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
|__ Port 4: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 4: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 4: Dev 10, If 0, Class=Hub, Driver=hub/3p, 480M
|__ Port 1: Dev 15, If 0, Class=Hub, Driver=hub/3p, 480M
|__ Port 2: Dev 16, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 16, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 3: Dev 17, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 5: Dev 3, If 0, Class=Chip/SmartCard, Driver=, 12M
|__ Port 7: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 7, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 8: Dev 7, If 0, Class=Video, Driver=uvcvideo, 480M
$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #3 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-LM (rev 21)
04:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
05:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM951/PM951 (rev 01)
$ lsusb
Bus 002 Device 002: ID 17ef:1010 Lenovo
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 04ca:7058 Lite-On Technology Corp.
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 003: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 001 Device 017: ID 05ac:0304 Apple, Inc. Mighty Mouse [Mitsumi, M1152]
Bus 001 Device 016: ID 05ac:024f Apple, Inc.
Bus 001 Device 015: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
Bus 001 Device 010: ID 17ef:100f Lenovo
Bus 001 Device 002: ID 17ef:1010 Lenovo
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg
[ 0.000000] Linux version 5.1.8-arch1-1-ARCH (builduser@heftig-22377) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sun Jun 9 20:28:28 UTC 2019
[ 0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p5 rw modprobe.blacklist=kvm,kvm_intel
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 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-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a3efdfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a3efe000-0x00000000a3efefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000a3eff000-0x00000000a3f28fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000a3f29000-0x00000000ad830fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ad831000-0x00000000aff75fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aff76000-0x00000000aff77fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000aff78000-0x00000000aff78fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aff79000-0x00000000affc5fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000affc6000-0x00000000afffdfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000afffe000-0x00000000afffefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000affff000-0x00000000b7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b8600000-0x00000000bc7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f80fa000-0x00000000f80fafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f80fd000-0x00000000f80fdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000005417fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by Lenovo
[ 0.000000] efi: SMBIOS=0xaf07d000 ACPI=0xafffd000 ACPI 2.0=0xafffd014 ESRT=0xaeefa000 TPMEventLog=0xa402d018
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: LENOVO 20F9CTO1WW/20F9CTO1WW, BIOS N1CET75W (1.43 ) 04/19/2019
[ 0.000000] tsc: Detected 2500.000 MHz processor
[ 0.024985] tsc: Detected 2496.000 MHz TSC
[ 0.024985] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.024987] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.024994] last_pfn = 0x541800 max_arch_pfn = 0x400000000
[ 0.025001] MTRR default type: write-back
[ 0.025002] MTRR fixed ranges enabled:
[ 0.025003] 00000-9FFFF write-back
[ 0.025004] A0000-BFFFF uncachable
[ 0.025005] C0000-FFFFF write-protect
[ 0.025005] MTRR variable ranges enabled:
[ 0.025007] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.025008] 1 base 00BC000000 mask 7FFC000000 uncachable
[ 0.025009] 2 base 00BA000000 mask 7FFE000000 uncachable
[ 0.025009] 3 disabled
[ 0.025010] 4 disabled
[ 0.025010] 5 disabled
[ 0.025011] 6 disabled
[ 0.025011] 7 disabled
[ 0.025012] 8 disabled
[ 0.025012] 9 disabled
[ 0.025905] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.026109] last_pfn = 0xaffff max_arch_pfn = 0x400000000
[ 0.044149] esrt: Reserving ESRT space from 0x00000000aeefa000 to 0x00000000aeefa088.
[ 0.044157] check: Scanning 1 areas for low memory corruption
[ 0.044161] Using GB pages for direct mapping
[ 0.044163] BRK [0x2ec801000, 0x2ec801fff] PGTABLE
[ 0.044165] BRK [0x2ec802000, 0x2ec802fff] PGTABLE
[ 0.044166] BRK [0x2ec803000, 0x2ec803fff] PGTABLE
[ 0.044198] BRK [0x2ec804000, 0x2ec804fff] PGTABLE
[ 0.044200] BRK [0x2ec805000, 0x2ec805fff] PGTABLE
[ 0.044375] BRK [0x2ec806000, 0x2ec806fff] PGTABLE
[ 0.044410] BRK [0x2ec807000, 0x2ec807fff] PGTABLE
[ 0.044497] BRK [0x2ec808000, 0x2ec808fff] PGTABLE
[ 0.044548] BRK [0x2ec809000, 0x2ec809fff] PGTABLE
[ 0.044591] Secure boot disabled
[ 0.044592] RAMDISK: [mem 0x7f330000-0x7fffefff]
[ 0.044603] ACPI: Early table checksum verification disabled
[ 0.044606] ACPI: RSDP 0x00000000AFFFD014 000024 (v02 LENOVO)
[ 0.044609] ACPI: XSDT 0x00000000AFFCF188 0000EC (v01 LENOVO TP-N1C 00000000 PTEC 00000002)
[ 0.044614] ACPI: FACP 0x00000000AFFF1000 0000F4 (v05 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044619] ACPI: DSDT 0x00000000AFFDA000 0125E3 (v02 LENOVO TP-N1C 00001430 INTL 20141107)
[ 0.044622] ACPI: FACS 0x00000000AFF90000 000040
[ 0.044625] ACPI: TCPA 0x00000000AFFFB000 000032 (v02 LENOVO TP-N1C 00000002 PTEC 00000002)
[ 0.044628] ACPI: SSDT 0x00000000AFFFA000 0004B7 (v02 LENOVO Tpm2Tabl 00001000 INTL 20141107)
[ 0.044631] ACPI: SSDT 0x00000000AFFF9000 00004B (v02 LENOVO MeSsdt 00003000 INTL 20141107)
[ 0.044633] ACPI: TPM2 0x00000000AFFF8000 000034 (v03 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044636] ACPI: UEFI 0x00000000AFFA7000 000042 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044638] ACPI: SSDT 0x00000000AFFF3000 004E0A (v02 LENOVO SaSsdt 00003000 INTL 20141107)
[ 0.044641] ACPI: SSDT 0x00000000AFFF2000 0005C5 (v02 LENOVO PerfTune 00001000 INTL 20141107)
[ 0.044644] ACPI: ECDT 0x00000000AFFF0000 000052 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044646] ACPI: HPET 0x00000000AFFEF000 000038 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044649] ACPI: APIC 0x00000000AFFEE000 0000BC (v03 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044651] ACPI: MCFG 0x00000000AFFED000 00003C (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044654] ACPI: SSDT 0x00000000AFFD8000 0018D2 (v01 LENOVO SataAhci 00001000 INTL 20141107)
[ 0.044656] ACPI: DBGP 0x00000000AFFD7000 000034 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044659] ACPI: DBG2 0x00000000AFFD6000 000054 (v00 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044661] ACPI: BOOT 0x00000000AFFD5000 000028 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044664] ACPI: BATB 0x00000000AFFD4000 00004A (v02 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044666] ACPI: SLIC 0x00000000AFFD3000 000176 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044669] ACPI: SSDT 0x00000000AFFD2000 000E73 (v02 LENOVO CpuSsdt 00003000 INTL 20141107)
[ 0.044671] ACPI: SSDT 0x00000000AFFD1000 000403 (v02 LENOVO CtdpB 00001000 INTL 20141107)
[ 0.044674] ACPI: POAT 0x00000000AFFD0000 000055 (v03 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044677] ACPI: ASF! 0x00000000AFFFC000 0000A5 (v32 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044679] ACPI: FPDT 0x00000000AFFCE000 000044 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044682] ACPI: BGRT 0x00000000AFFCD000 000038 (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044684] ACPI: UEFI 0x00000000AFF88000 00013E (v01 LENOVO TP-N1C 00001430 PTEC 00000002)
[ 0.044692] ACPI: Local APIC address 0xfee00000
[ 0.044874] No NUMA configuration found
[ 0.044875] Faking a node at [mem 0x0000000000000000-0x00000005417fffff]
[ 0.044878] NODE_DATA(0) allocated [mem 0x5417fc000-0x5417fffff]
[ 0.044905] Zone ranges:
[ 0.044906] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.044908] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.044909] Normal [mem 0x0000000100000000-0x00000005417fffff]
[ 0.044910] Device empty
[ 0.044910] Movable zone start for each node
[ 0.044911] Early memory node ranges
[ 0.044912] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.044913] node 0: [mem 0x0000000000059000-0x000000000009cfff]
[ 0.044913] node 0: [mem 0x0000000000100000-0x00000000a3efdfff]
[ 0.044914] node 0: [mem 0x00000000a3f29000-0x00000000ad830fff]
[ 0.044915] node 0: [mem 0x00000000afffe000-0x00000000afffefff]
[ 0.044915] node 0: [mem 0x0000000100000000-0x00000005417fffff]
[ 0.045087] Zeroed struct page in unavailable ranges: 10334 pages
[ 0.045088] Initmem setup node 0 [mem 0x0000000000001000-0x00000005417fffff]
[ 0.045089] On node 0 totalpages: 5173154
[ 0.045090] DMA zone: 64 pages used for memmap
[ 0.045091] DMA zone: 21 pages reserved
[ 0.045092] DMA zone: 3995 pages, LIFO batch:0
[ 0.045185] DMA32 zone: 11041 pages used for memmap
[ 0.045186] DMA32 zone: 706567 pages, LIFO batch:63
[ 0.062125] Normal zone: 69728 pages used for memmap
[ 0.062126] Normal zone: 4462592 pages, LIFO batch:63
[ 0.162874] Reserving Intel graphics memory at [mem 0xba800000-0xbc7fffff]
[ 0.163027] ACPI: PM-Timer IO Port: 0x1808
[ 0.163028] ACPI: Local APIC address 0xfee00000
[ 0.163034] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.163035] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.163036] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.163036] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.163037] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.163038] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.163038] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.163039] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.163069] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.163071] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.163072] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.163074] ACPI: IRQ0 used by override.
[ 0.163075] ACPI: IRQ9 used by override.
[ 0.163077] Using ACPI (MADT) for SMP configuration information
[ 0.163078] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.163086] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.163105] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.163107] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.163108] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[ 0.163110] PM: Registered nosave memory: [mem 0xa3efe000-0xa3efefff]
[ 0.163111] PM: Registered nosave memory: [mem 0xa3eff000-0xa3f28fff]
[ 0.163112] PM: Registered nosave memory: [mem 0xad831000-0xaff75fff]
[ 0.163113] PM: Registered nosave memory: [mem 0xaff76000-0xaff77fff]
[ 0.163113] PM: Registered nosave memory: [mem 0xaff78000-0xaff78fff]
[ 0.163114] PM: Registered nosave memory: [mem 0xaff79000-0xaffc5fff]
[ 0.163114] PM: Registered nosave memory: [mem 0xaffc6000-0xafffdfff]
[ 0.163116] PM: Registered nosave memory: [mem 0xaffff000-0xb7ffffff]
[ 0.163117] PM: Registered nosave memory: [mem 0xb8000000-0xb85fffff]
[ 0.163117] PM: Registered nosave memory: [mem 0xb8600000-0xbc7fffff]
[ 0.163118] PM: Registered nosave memory: [mem 0xbc800000-0xf80f9fff]
[ 0.163118] PM: Registered nosave memory: [mem 0xf80fa000-0xf80fafff]
[ 0.163119] PM: Registered nosave memory: [mem 0xf80fb000-0xf80fcfff]
[ 0.163120] PM: Registered nosave memory: [mem 0xf80fd000-0xf80fdfff]
[ 0.163120] PM: Registered nosave memory: [mem 0xf80fe000-0xfdffffff]
[ 0.163121] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.163121] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[ 0.163123] [mem 0xbc800000-0xf80f9fff] available for PCI devices
[ 0.163124] Booting paravirtualized kernel on bare hardware
[ 0.163127] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.284745] random: get_random_bytes called from start_kernel+0x96/0x538 with crng_init=0
[ 0.284753] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.284934] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288
[ 0.284941] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[ 0.284942] pcpu-alloc: [0] 0 1 2 3
[ 0.284960] Built 1 zonelists, mobility grouping on. Total pages: 5092300
[ 0.284961] Policy zone: Normal
[ 0.284962] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/nvme0n1p5 rw modprobe.blacklist=kvm,kvm_intel
[ 0.288328] Calgary: detecting Calgary via BIOS EBDA area
[ 0.288330] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.328908] Memory: 20166780K/20692616K available (12291K kernel code, 1317K rwdata, 3768K rodata, 1564K init, 3740K bss, 525836K reserved, 0K cma-reserved)
[ 0.329052] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.329057] Kernel/User page tables isolation: enabled
[ 0.329078] ftrace: allocating 37090 entries in 145 pages
[ 0.344618] rcu: Preemptible hierarchical RCU implementation.
[ 0.344619] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
[ 0.344620] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.344620] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.344621] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.344622] Tasks RCU enabled.
[ 0.344623] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.344623] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.346323] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[ 0.346533] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.346655] Console: colour dummy device 80x25
[ 0.346658] printk: console [tty0] enabled
[ 0.346675] ACPI: Core revision 20190215
[ 0.347007] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.347040] hpet clockevent registered
[ 0.347081] APIC: Switch to symmetric I/O mode setup
[ 0.348308] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.352601] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.367054] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.367066] Calibrating delay loop (skipped), value calculated using timer frequency.. 4993.00 BogoMIPS (lpj=8320000)
[ 0.367068] pid_max: default: 32768 minimum: 301
[ 0.370417] LSM: Security Framework initializing
[ 0.370421] Yama: becoming mindful.
[ 0.374389] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.376334] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.376404] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.376465] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.376608] *** VALIDATE proc ***
[ 0.376653] *** VALIDATE cgroup1 ***
[ 0.376654] *** VALIDATE cgroup2 ***
[ 0.376683] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.376683] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.376697] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.376712] process: using mwait in idle threads
[ 0.376714] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.376715] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.376717] Spectre V2 : Mitigation: Full generic retpoline
[ 0.376717] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.376718] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.376724] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.376724] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.376725] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.376751] MDS: Mitigation: Clear CPU buffers
[ 0.377011] Freeing SMP alternatives memory: 32K
[ 0.379118] TSC deadline timer enabled
[ 0.379122] smpboot: CPU0: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[ 0.397091] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.397229] ... version: 4
[ 0.397230] ... bit width: 48
[ 0.397230] ... generic registers: 4
[ 0.397231] ... value mask: 0000ffffffffffff
[ 0.397232] ... max period: 00007fffffffffff
[ 0.397232] ... fixed-purpose events: 3
[ 0.397233] ... event mask: 000000070000000f
[ 0.403739] rcu: Hierarchical SRCU implementation.
[ 0.427287] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.433768] smp: Bringing up secondary CPUs ...
[ 0.473785] x86: Booting SMP configuration:
[ 0.473790] .... node #0, CPUs: #1 #2
[ 0.515007] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.553784] #3
[ 0.554726] smp: Brought up 1 node, 4 CPUs
[ 0.554726] smpboot: Max logical packages: 1
[ 0.554726] smpboot: Total of 4 processors activated (19975.00 BogoMIPS)
[ 0.557496] devtmpfs: initialized
[ 0.557496] x86/mm: Memory block size: 128MB
[ 0.558434] PM: Registering ACPI NVS region [mem 0xa3efe000-0xa3efefff] (4096 bytes)
[ 0.558434] PM: Registering ACPI NVS region [mem 0xaff76000-0xaff77fff] (8192 bytes)
[ 0.558434] PM: Registering ACPI NVS region [mem 0xaff79000-0xaffc5fff] (315392 bytes)
[ 0.558434] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.558434] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.558434] pinctrl core: initialized pinctrl subsystem
[ 0.558434] PM: RTC time: 15:12:57, date: 2019-06-11
[ 0.558434] NET: Registered protocol family 16
[ 0.558434] audit: initializing netlink subsys (disabled)
[ 0.558434] audit: type=2000 audit(1560265977.213:1): state=initialized audit_enabled=0 res=1
[ 0.558434] cpuidle: using governor ladder
[ 0.558434] cpuidle: using governor menu
[ 0.558434] Simple Boot Flag at 0x47 set to 0x1
[ 0.558434] ACPI: bus type PCI registered
[ 0.558434] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.558434] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.558434] PCI: not using MMCONFIG
[ 0.558434] PCI: Using configuration type 1 for base access
[ 0.561106] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.561106] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.561106] ACPI: Added _OSI(Module Device)
[ 0.561106] ACPI: Added _OSI(Processor Device)
[ 0.561106] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.561106] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.561106] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.561106] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.561106] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.597254] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.598543] ACPI: EC: EC started
[ 0.598544] ACPI: EC: interrupt blocked
[ 0.600336] ACPI: \: Used as first EC
[ 0.600337] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.600338] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.601952] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.609894] ACPI: Dynamic OEM Table Load:
[ 0.609910] ACPI: SSDT 0xFFFF963669815800 0006AC (v02 PmRef Cpu0Ist 00003000 INTL 20141107)
[ 0.610529] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.611519] ACPI: Dynamic OEM Table Load:
[ 0.611526] ACPI: SSDT 0xFFFF963669BD9C00 0003CF (v02 PmRef Cpu0Cst 00003001 INTL 20141107)
[ 0.612006] ACPI: Dynamic OEM Table Load:
[ 0.612012] ACPI: SSDT 0xFFFF963669FFE9C0 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20141107)
[ 0.612350] ACPI: Dynamic OEM Table Load:
[ 0.612355] ACPI: SSDT 0xFFFF963669BDC600 000130 (v02 PmRef HwpLvt 00003000 INTL 20141107)
[ 0.613331] ACPI: Dynamic OEM Table Load:
[ 0.613338] ACPI: SSDT 0xFFFF963669810800 0005AA (v02 PmRef ApIst 00003000 INTL 20141107)
[ 0.614165] ACPI: Dynamic OEM Table Load:
[ 0.614170] ACPI: SSDT 0xFFFF963669BDC800 000119 (v02 PmRef ApHwp 00003000 INTL 20141107)
[ 0.614612] ACPI: Dynamic OEM Table Load:
[ 0.614617] ACPI: SSDT 0xFFFF963669BDCA00 000119 (v02 PmRef ApCst 00003000 INTL 20141107)
[ 0.616466] ACPI: Interpreter enabled
[ 0.616515] ACPI: (supports S0 S3 S4 S5)
[ 0.616516] ACPI: Using IOAPIC for interrupt routing
[ 0.616547] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.617001] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[ 0.617008] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.617322] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 0.620858] ACPI: Power Resource [PUBS] (on)
[ 0.621184] ACPI: Power Resource [PG00] (on)
[ 0.621314] ACPI: Power Resource [PG01] (on)
[ 0.621436] ACPI: Power Resource [PG02] (on)
[ 0.623570] ACPI: Power Resource [WRST] (off)
[ 0.623685] ACPI: Power Resource [WRST] (off)
[ 0.643556] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.643673] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.643792] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.643906] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.644019] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.644132] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.644245] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.644358] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.644481] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[ 0.644486] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.644618] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR]
[ 0.644676] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.644677] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 0.644679] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[ 0.644680] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.644946] PCI host bridge to bus 0000:00
[ 0.644948] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.644950] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.644951] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.644952] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.644952] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.644953] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.644954] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.644955] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.644956] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.644957] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.644958] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.644959] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.644960] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.644961] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.644962] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.644963] pci_bus 0000:00: root bus resource [mem 0xbc800000-0xfebfffff window]
[ 0.644964] pci_bus 0000:00: root bus resource [bus 00-3f]
[ 0.644972] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[ 0.645081] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[ 0.645093] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe0ffffff 64bit]
[ 0.645098] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.645103] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
[ 0.645118] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.645241] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.645253] pci 0000:00:08.0: reg 0x10: [mem 0xe1248000-0xe1248fff 64bit]
[ 0.645383] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 0.645405] pci 0000:00:14.0: reg 0x10: [mem 0xe1220000-0xe122ffff 64bit]
[ 0.645474] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.645691] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 0.645712] pci 0000:00:14.2: reg 0x10: [mem 0xe1249000-0xe1249fff 64bit]
[ 0.645866] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 0.645893] pci 0000:00:16.0: reg 0x10: [mem 0xe124a000-0xe124afff 64bit]
[ 0.645970] pci 0000:00:16.0: PME# supported from D3hot
[ 0.646164] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 0.646255] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.646440] pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400
[ 0.646530] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.646707] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 0.646796] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.646992] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[ 0.647264] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 0.647278] pci 0000:00:1f.2: reg 0x10: [mem 0xe1244000-0xe1247fff]
[ 0.647471] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
[ 0.647500] pci 0000:00:1f.3: reg 0x10: [mem 0xe1240000-0xe1243fff 64bit]
[ 0.647533] pci 0000:00:1f.3: reg 0x20: [mem 0xe1230000-0xe123ffff 64bit]
[ 0.647586] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.647756] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 0.647810] pci 0000:00:1f.4: reg 0x10: [mem 0xe124b000-0xe124b0ff 64bit]
[ 0.647861] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.648077] pci 0000:00:1f.6: [8086:156f] type 00 class 0x020000
[ 0.648103] pci 0000:00:1f.6: reg 0x10: [mem 0xe1200000-0xe121ffff]
[ 0.648206] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.648410] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.648778] pci 0000:04:00.0: [8086:24f3] type 00 class 0x028000
[ 0.648873] pci 0000:04:00.0: reg 0x10: [mem 0xe1100000-0xe1101fff 64bit]
[ 0.649168] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.649861] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.649866] pci 0000:00:1c.2: bridge window [mem 0xe1100000-0xe11fffff]
[ 0.649998] pci 0000:05:00.0: [144d:a802] type 00 class 0x010802
[ 0.650026] pci 0000:05:00.0: reg 0x10: [mem 0xe1000000-0xe1003fff 64bit]
[ 0.650035] pci 0000:05:00.0: reg 0x18: [io 0xd000-0xd0ff]
[ 0.650241] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.650244] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.650246] pci 0000:00:1c.4: bridge window [mem 0xe1000000-0xe10fffff]
[ 0.651887] ACPI: EC: interrupt unblocked
[ 0.651996] ACPI: EC: event unblocked
[ 0.652009] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.652010] ACPI: \_SB_.PCI0.LPC_.EC__: Boot DSDT EC used to handle transactions and events
[ 0.652094] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[ 0.652094] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.652094] pci 0000:00:02.0: vgaarb: setting as boot device
[ 0.652094] vgaarb: loaded
[ 0.652094] ACPI: bus type USB registered
[ 0.652094] usbcore: registered new interface driver usbfs
[ 0.652094] usbcore: registered new interface driver hub
[ 0.652094] usbcore: registered new device driver usb
[ 0.652094] pps_core: LinuxPPS API ver. 1 registered
[ 0.652094] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.652094] PTP clock support registered
[ 0.652094] EDAC MC: Ver: 3.0.0
[ 0.652094] Registered efivars operations
[ 0.680598] PCI: Using ACPI for IRQ routing
[ 0.687055] PCI: pci_cache_line_size set to 64 bytes
[ 0.687055] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.687055] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.687055] e820: reserve RAM buffer [mem 0xa3efe000-0xa3ffffff]
[ 0.687055] e820: reserve RAM buffer [mem 0xad831000-0xafffffff]
[ 0.687055] e820: reserve RAM buffer [mem 0xaffff000-0xafffffff]
[ 0.687055] e820: reserve RAM buffer [mem 0x541800000-0x543ffffff]
[ 0.687056] NetLabel: Initializing
[ 0.687056] NetLabel: domain hash size = 128
[ 0.687056] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.687056] NetLabel: unlabeled traffic allowed by default
[ 0.687596] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.687599] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.691419] clocksource: Switched to clocksource tsc-early
[ 0.700932] VFS: Disk quotas dquot_6.6.0
[ 0.700946] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.700971] *** VALIDATE hugetlbfs ***
[ 0.701016] pnp: PnP ACPI init
[ 0.701567] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.701569] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.701570] system 00:00: [mem 0x00100000-0xbc7fffff] could not be reserved
[ 0.701571] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[ 0.701573] system 00:00: [mem 0xfed4c000-0xffffffff] has been reserved
[ 0.701577] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.701710] system 00:01: [io 0x1800-0x189f] has been reserved
[ 0.701712] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.701713] system 00:01: [io 0x0880-0x08ff] has been reserved
[ 0.701714] system 00:01: [io 0x0900-0x097f] has been reserved
[ 0.701716] system 00:01: [io 0x0980-0x09ff] has been reserved
[ 0.701717] system 00:01: [io 0x0a00-0x0a7f] has been reserved
[ 0.701718] system 00:01: [io 0x0a80-0x0aff] has been reserved
[ 0.701719] system 00:01: [io 0x0b00-0x0b7f] has been reserved
[ 0.701720] system 00:01: [io 0x0b80-0x0bff] has been reserved
[ 0.701721] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.701722] system 00:01: [io 0x1600-0x167f] has been reserved
[ 0.701723] system 00:01: [io 0x1640-0x165f] has been reserved
[ 0.701725] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[ 0.701727] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.701728] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.701729] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.701730] system 00:01: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 0.701731] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.701733] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.701734] system 00:01: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[ 0.701737] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.701811] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.701830] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[ 0.701846] pnp 00:04: Plug and Play ACPI device, IDs LEN004b PNP0f13 (active)
[ 0.701887] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.701890] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.702593] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.702594] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.702595] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.702597] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.702598] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.702599] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.702600] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.702604] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.702954] system 00:07: [io 0xff00-0xfffe] has been reserved
[ 0.702957] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.703064] pnp: PnP ACPI: found 8 devices
[ 0.708769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.708778] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.708791] pci 0000:00:1c.2: PCI bridge to [bus 04]
[ 0.708795] pci 0000:00:1c.2: bridge window [mem 0xe1100000-0xe11fffff]
[ 0.708801] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.708803] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.708807] pci 0000:00:1c.4: bridge window [mem 0xe1000000-0xe10fffff]
[ 0.708813] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.708815] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.708816] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.708817] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.708818] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.708819] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.708820] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.708821] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.708822] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.708823] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.708824] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.708824] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.708825] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.708826] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.708827] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.708828] pci_bus 0000:00: resource 19 [mem 0xbc800000-0xfebfffff window]
[ 0.708830] pci_bus 0000:04: resource 1 [mem 0xe1100000-0xe11fffff]
[ 0.708831] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.708832] pci_bus 0000:05: resource 1 [mem 0xe1000000-0xe10fffff]
[ 0.708942] NET: Registered protocol family 2
[ 0.709078] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.709180] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.709469] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.709574] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.709612] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.709689] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.709793] NET: Registered protocol family 1
[ 0.709797] NET: Registered protocol family 44
[ 0.709807] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.710447] PCI: CLS 0 bytes, default 64
[ 0.710476] Unpacking initramfs...
[ 0.877115] Freeing initrd memory: 13116K
[ 0.877118] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.877119] software IO TLB: mapped [mem 0x9e23b000-0xa223b000] (64MB)
[ 0.877156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa772cf26, max_idle_ns: 440795269835 ns
[ 0.877169] clocksource: Switched to clocksource tsc
[ 0.877243] check: Scanning for low memory corruption every 60 seconds
[ 0.877801] Initialise system trusted keyrings
[ 0.877811] Key type blacklist registered
[ 0.877848] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 0.879040] zbud: loaded
[ 0.924431] Key type asymmetric registered
[ 0.924433] Asymmetric key parser 'x509' registered
[ 0.924445] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.924479] io scheduler mq-deadline registered
[ 0.924480] io scheduler kyber registered
[ 0.924528] io scheduler bfq registered
[ 0.925314] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.925395] efifb: probing for efifb
[ 0.925407] efifb: framebuffer at 0xc0000000, using 14400k, total 14400k
[ 0.925408] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[ 0.925408] efifb: scrolling: redraw
[ 0.925410] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.925451] fbcon: Deferring console take-over
[ 0.925452] fb0: EFI VGA frame buffer device
[ 0.925459] intel_idle: MWAIT substates: 0x11142120
[ 0.925459] intel_idle: v0.4.1 model 0x4E
[ 0.925700] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.925742] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.927118] ACPI: Lid Switch [LID]
[ 0.927165] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.933794] ACPI: Sleep Button [SLPB]
[ 0.933856] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.937120] ACPI: Power Button [PWRF]
[ 0.941802] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.941803] ACPI: Thermal Zone [THM0] (55 C)
[ 0.942127] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.943964] nvme nvme0: pci function 0000:05:00.0
[ 0.943994] usbcore: registered new interface driver usbserial_generic
[ 0.943999] usbserial: USB Serial support registered for generic
[ 0.944089] rtc_cmos 00:02: RTC can wake from S4
[ 0.944619] rtc_cmos 00:02: registered as rtc0
[ 0.944632] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.944681] intel_pstate: Intel P-state driver initializing
[ 0.944863] intel_pstate: HWP enabled
[ 0.944892] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.944925] intel_pmc_core: initialized
[ 0.945094] NET: Registered protocol family 10
[ 0.952696] Segment Routing with IPv6
[ 0.952727] NET: Registered protocol family 17
[ 0.953039] mce: Using 8 MCE banks
[ 0.953049] RAS: Correctable Errors collector initialized.
[ 0.953082] microcode: sig=0x406e3, pf=0x80, revision=0xcc
[ 0.953269] microcode: Microcode Update Driver: v2.2.
[ 0.953297] sched_clock: Marking stable (956173358, -2909600)->(960377725, -7113967)
[ 0.953601] registered taskstats version 1
[ 0.953607] Loading compiled-in X.509 certificates
[ 0.957426] Loaded X.509 cert 'Build time autogenerated kernel key: 97381e2c14a0fdcf526af9d842494541ce0ba577'
[ 0.957445] zswap: loaded using pool lzo/zbud
[ 0.963475] Key type big_key registered
[ 0.964397] PM: Magic number: 7:584:234
[ 0.964448] memory memory112: hash matches
[ 0.964607] rtc_cmos 00:02: setting system clock to 2019-06-11T15:12:57 UTC (1560265977)
[ 1.073726] nvme nvme0: 4/0/0 default/read/poll queues
[ 1.084517] nvme0n1: p1 p2 p3 p4 p5
[ 1.088199] Freeing unused decrypted memory: 2040K
[ 1.088830] Freeing unused kernel image memory: 1564K
[ 1.117717] Write protecting the kernel read-only data: 18432k
[ 1.118908] Freeing unused kernel image memory: 2016K
[ 1.119215] Freeing unused kernel image memory: 328K
[ 1.142971] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.142973] x86/mm: Checking user space page tables
[ 1.159993] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.159996] Run /init as init process
[ 1.236045] fbcon: Taking over console
[ 1.236097] Console: switching to colour frame buffer device 320x90
[ 1.251650] Linux agpgart interface v0.103
[ 1.318145] i915 0000:00:02.0: enabling device (0006 -> 0007)
[ 1.318718] checking generic (c0000000 e10000) vs hw (c0000000 20000000)
[ 1.318719] fb0: switching to inteldrmfb from EFI VGA
[ 1.318734] Console: switching to colour dummy device 80x25
[ 1.318817] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 1.319494] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.319495] [drm] Driver supports precise vblank timestamp query.
[ 1.319893] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[ 1.320272] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 1.326665] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[ 1.334721] [drm] Initialized i915 1.6.0 20190207 for 0000:00:02.0 on minor 0
[ 1.337437] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.337729] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 1.524877] fbcon: inteldrmfb (fb0) is primary device
[ 1.532161] Console: switching to colour frame buffer device 320x90
[ 1.566618] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.737180] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.739761] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.739898] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.750692] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.750699] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.751782] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 1.751786] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.752042] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.01
[ 1.752044] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.752045] usb usb1: Product: xHCI Host Controller
[ 1.752047] usb usb1: Manufacturer: Linux 5.1.8-arch1-1-ARCH xhci-hcd
[ 1.752048] usb usb1: SerialNumber: 0000:00:14.0
[ 1.752217] hub 1-0:1.0: USB hub found
[ 1.752235] hub 1-0:1.0: 12 ports detected
[ 1.754560] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.754567] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.754571] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.754671] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.01
[ 1.754673] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.754674] usb usb2: Product: xHCI Host Controller
[ 1.754676] usb usb2: Manufacturer: Linux 5.1.8-arch1-1-ARCH xhci-hcd
[ 1.754677] usb usb2: SerialNumber: 0000:00:14.0
[ 1.755687] hub 2-0:1.0: USB hub found
[ 1.755701] hub 2-0:1.0: 6 ports detected
[ 1.757229] usb: port power management may be unreliable
[ 1.774540] random: fast init done
[ 1.775315] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 2.084226] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[ 2.228752] usb 1-4: New USB device found, idVendor=17ef, idProduct=1010, bcdDevice=50.40
[ 2.228757] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.228760] usb 1-4: Product: Lenovo ThinkPad Dock
[ 2.228763] usb 1-4: Manufacturer: LENOVO
[ 2.229848] hub 1-4:1.0: USB hub found
[ 2.230227] hub 1-4:1.0: 4 ports detected
[ 2.347807] usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2.601894] usb 2-4: New USB device found, idVendor=17ef, idProduct=1010, bcdDevice=50.41
[ 2.601899] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.601902] usb 2-4: Product: Lenovo ThinkPad Dock
[ 2.601905] usb 2-4: Manufacturer: LENOVO
[ 2.605321] hub 2-4:1.0: USB hub found
[ 2.605832] hub 2-4:1.0: 4 ports detected
[ 2.720973] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[ 2.872585] usb 1-5: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
[ 2.872591] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.872596] usb 1-5: Product: EMV Smartcard Reader
[ 2.872599] usb 1-5: Manufacturer: Generic
[ 2.947123] usb 1-4.2: new full-speed USB device number 4 using xhci_hcd
[ 3.006813] [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[ 3.033806] usb 1-4.2: device descriptor read/64, error -32
[ 3.227262] usb 1-4.2: device descriptor read/64, error -32
[ 3.457110] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[ 3.553115] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[ 3.598035] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[ 3.598037] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.624932] systemd[1]: systemd 242.29-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 3.640481] systemd[1]: Detected architecture x86-64.
[ 3.643669] systemd[1]: Set hostname to <...>.
[ 3.680485] usb 1-4.2: new full-speed USB device number 6 using xhci_hcd
[ 3.727274] systemd[1]: Listening on Process Core Dump Socket.
[ 3.727566] systemd[1]: Listening on Journal Audit Socket.
[ 3.727741] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.727924] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.728140] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.728321] systemd[1]: Listening on udev Kernel Socket.
[ 3.728487] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 3.747623] random: lvm: uninitialized urandom read (4 bytes read)
[ 3.753351] acpi_call: loading out-of-tree module taints kernel.
[ 3.753372] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[ 3.754211] EXT4-fs (nvme0n1p5): re-mounted. Opts: data=ordered
[ 3.770428] usb 1-4.2: device descriptor read/64, error -32
[ 3.795069] random: systemd-random-: uninitialized urandom read (512 bytes read)
[ 3.967081] usb 1-4.2: device descriptor read/64, error -32
[ 4.004735] audit: type=1130 audit(1560265980.536:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.013129] systemd-journald[270]: Received request to flush runtime journal from PID 1
[ 4.073901] usb 1-4-port2: attempt power cycle
[ 4.081075] audit: type=1130 audit(1560265980.613:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.125166] audit: type=1130 audit(1560265980.656:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.197085] usb 1-8: new high-speed USB device number 7 using xhci_hcd
[ 4.347093] usb 1-8: New USB device found, idVendor=04ca, idProduct=7058, bcdDevice= 0.13
[ 4.347096] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.347097] usb 1-8: Product: Integrated Camera
[ 4.347098] usb 1-8: Manufacturer: 8SSC20F26968L1GZ69N037B
[ 4.374645] audit: type=1130 audit(1560265980.906:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.455971] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 4.456087] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 4.458891] ACPI: AC Adapter [AC] (on-line)
[ 4.479006] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 4.498516] battery: ACPI: Battery Slot [BAT1] (battery present)
[ 4.501178] audit: type=1130 audit(1560265981.033:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.510863] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 4.511041] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 4.511083] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 4.532216] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 4.542314] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 4.542316] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 4.542317] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 4.542317] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 4.542318] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 4.542319] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 4.559547] resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:01 [mem 0xfed10000-0xfed13fff]
[ 4.559561] caller snb_uncore_imc_init_box+0x6c/0xb0 [intel_uncore] mapping multiple BARs
[ 4.567181] Non-volatile memory driver v1.3
[ 4.579873] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 4.579874] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.580123] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 4.597534] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 4.597536] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 4.597537] thinkpad_acpi: ThinkPad BIOS N1CET75W (1.43 ), EC unknown
[ 4.597538] thinkpad_acpi: Lenovo ThinkPad T460s, model 20F9CTO1WW
[ 4.604045] cryptd: max_cpu_qlen set to 1000
[ 4.610522] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 4.615838] thinkpad_acpi: radio switch found; radios are enabled
[ 4.615857] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 4.615858] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 4.628457] audit: type=1130 audit(1560265981.159:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.640590] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 4.643502] random: crng init done
[ 4.651876] AVX2 version of gcm_enc/dec engaged.
[ 4.651878] AES CTR mode by8 optimization enabled
[ 4.671392] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.678787] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 4.686259] thinkpad_acpi: battery 2 registered (start 50, stop 60)
[ 4.687079] usb 1-4.2: new full-speed USB device number 8 using xhci_hcd
[ 4.687653] usb 1-4.2: Device not responding to setup address.
[ 4.689105] thinkpad_acpi: battery 1 registered (start 50, stop 60)
[ 4.689110] battery: new extension: ThinkPad Battery Extension
[ 4.689166] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 4.711537] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 4.713489] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.714425] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.714428] cfg80211: failed to load regulatory.db
[ 4.716459] iTCO_vendor_support: vendor-support=0
[ 4.719053] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 4.719195] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 4.720414] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 4.735974] audit: type=1130 audit(1560265981.266:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-501A\x2dB7CD comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.789209] audit: type=1130 audit(1560265981.319:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.815746] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) c8:5b:76:7a:01:40
[ 4.815754] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 4.815803] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[ 4.822936] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.824486] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 4.832326] audit: type=1130 audit(1560265981.363:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.880996] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC293: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 4.880998] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.881000] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
[ 4.881001] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 4.881003] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 4.881004] snd_hda_codec_realtek hdaudioC0D0: Dock Mic=0x19
[ 4.881006] snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
[ 4.881007] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 4.893843] usb 1-4.2: Device not responding to setup address.
[ 4.901800] Intel(R) Wireless WiFi driver for Linux
[ 4.901802] Copyright(c) 2003- 2015 Intel Corporation
[ 4.903140] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 4.915417] intel_rapl: Found RAPL domain package
[ 4.915419] intel_rapl: Found RAPL domain core
[ 4.915420] intel_rapl: Found RAPL domain uncore
[ 4.915421] intel_rapl: Found RAPL domain dram
[ 4.924767] iwlwifi 0000:04:00.0: loaded firmware version 36.9f0a2d68.0 op_mode iwlmvm
[ 4.959570] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 4.959624] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 4.959674] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 4.959722] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 4.959770] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 4.959821] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 4.959867] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 4.959918] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 4.959966] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 4.960013] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 5.044350] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[ 5.100453] usb 1-4.2: device not accepting address 8, error -71
[ 5.123284] iwlwifi 0000:04:00.0: base HW address: b8:08:cf:47:4c:f0
[ 5.190407] usb 1-4.2: new full-speed USB device number 9 using xhci_hcd
[ 5.190567] usb 1-4.2: Device not responding to setup address.
[ 5.203134] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 5.203426] thermal thermal_zone3: failed to read out thermal zone (-61)
[ 5.205724] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[ 5.382470] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4762]
[ 5.397171] usb 1-4.2: Device not responding to setup address.
[ 5.413187] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1094..]
[ 5.413193] psmouse serio1: synaptics: Your touchpad (PNP: LEN004b PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[ 5.481823] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf003a3/0x943300/0x12e800/0x10000, board id: 3145, fw id: 2073050
[ 5.481829] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 5.518706] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 5.523574] mousedev: PS/2 mouse device common for all mice
[ 5.573568] kauditd_printk_skb: 14 callbacks suppressed
[ 5.573569] audit: type=1130 audit(1560265982.103:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.603775] usb 1-4.2: device not accepting address 9, error -71
[ 5.605855] usb 1-4-port2: unable to enumerate USB device
[ 5.608922] audit: type=1130 audit(1560265982.139:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.690920] usb 1-4.4: new high-speed USB device number 10 using xhci_hcd
[ 5.797423] usb 1-4.4: New USB device found, idVendor=17ef, idProduct=100f, bcdDevice= 0.01
[ 5.797432] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.797437] usb 1-4.4: Product: Lenovo ThinkPad Dock
[ 5.797441] usb 1-4.4: Manufacturer: Lenovo
[ 5.797447] usb 1-4.4: SerialNumber: Rev1.2
[ 5.798475] hub 1-4.4:1.0: USB hub found
[ 5.798518] hub 1-4.4:1.0: 3 ports detected
[ 5.852058] media: Linux media interface: v0.10
[ 5.924750] audit: type=1130 audit(1560265982.456:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.944737] videodev: Linux video capture interface: v2.00
[ 5.961776] Bluetooth: Core ver 2.22
[ 5.961794] NET: Registered protocol family 31
[ 5.961795] Bluetooth: HCI device and connection manager initialized
[ 5.961799] Bluetooth: HCI socket layer initialized
[ 5.961801] Bluetooth: L2CAP socket layer initialized
[ 5.961804] Bluetooth: SCO socket layer initialized
[ 5.973850] uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:7058)
[ 5.981270] audit: type=1130 audit(1560265982.513:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.990713] audit: type=1130 audit(1560265982.523:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.992614] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
[ 5.992617] uvcvideo 1-8:1.0: Entity type for entity Extension 3 was not initialized!
[ 5.992619] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
[ 5.992620] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
[ 5.992692] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20
[ 5.992766] usbcore: registered new interface driver uvcvideo
[ 5.992767] USB Video Class driver (1.1.1)
[ 6.084242] usbcore: registered new interface driver btusb
[ 6.088715] Bluetooth: hci0: Firmware revision 0.0 build 10 week 41 2018
[ 6.170751] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 6.274190] audit: type=1130 audit(1560265982.806:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.317384] usb 1-4.2: new full-speed USB device number 11 using xhci_hcd
[ 6.381791] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input19
[ 6.403889] usb 1-4.2: device descriptor read/64, error -32
[ 6.597369] usb 1-4.2: device descriptor read/64, error -32
[ 6.790974] usb 1-4.2: new full-speed USB device number 12 using xhci_hcd
[ 6.877719] usb 1-4.2: device descriptor read/64, error -32
[ 7.071184] usb 1-4.2: device descriptor read/64, error -32
[ 7.178333] usb 1-4-port2: attempt power cycle
[ 7.797646] usb 1-4.2: new full-speed USB device number 13 using xhci_hcd
[ 7.797944] usb 1-4.2: Device not responding to setup address.
[ 8.004601] usb 1-4.2: Device not responding to setup address.
[ 8.210953] usb 1-4.2: device not accepting address 13, error -71
[ 8.297637] usb 1-4.2: new full-speed USB device number 14 using xhci_hcd
[ 8.297951] usb 1-4.2: Device not responding to setup address.
[ 8.504604] usb 1-4.2: Device not responding to setup address.
[ 8.706338] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 8.706403] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 8.710401] usb 1-4.2: device not accepting address 14, error -71
[ 8.710681] usb 1-4-port2: unable to enumerate USB device
[ 8.910958] usb 1-4.4.1: new high-speed USB device number 15 using xhci_hcd
[ 9.011796] usb 1-4.4.1: New USB device found, idVendor=05ac, idProduct=1006, bcdDevice=96.15
[ 9.011802] usb 1-4.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9.011805] usb 1-4.4.1: Product: Keyboard Hub
[ 9.011808] usb 1-4.4.1: Manufacturer: Apple, Inc.
[ 9.011811] usb 1-4.4.1: SerialNumber: 000000000000
[ 9.013637] hub 1-4.4.1:1.0: USB hub found
[ 9.013715] hub 1-4.4.1:1.0: 3 ports detected
[ 9.294295] usb 1-4.4.1.2: new low-speed USB device number 16 using xhci_hcd
[ 9.390590] usb 1-4.4.1.2: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 0.74
[ 9.390595] usb 1-4.4.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.390598] usb 1-4.4.1.2: Product: Apple Keyboard
[ 9.390601] usb 1-4.4.1.2: Manufacturer: Apple Inc.
[ 9.470969] usb 1-4.4.1.3: new low-speed USB device number 17 using xhci_hcd
[ 9.570274] usb 1-4.4.1.3: New USB device found, idVendor=05ac, idProduct=0304, bcdDevice= 1.10
[ 9.570280] usb 1-4.4.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.570283] usb 1-4.4.1.3: Product: Apple Optical USB Mouse
[ 9.570286] usb 1-4.4.1.3: Manufacturer: Mitsumi Electric
[ 10.695709] hidraw: raw HID events driver (C) Jiri Kosina
[ 10.712647] usbcore: registered new interface driver usbhid
[ 10.712649] usbhid: USB HID core driver
[ 10.719169] input: Apple Inc. Apple Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1.2/1-4.4.1.2:1.0/0003:05AC:024F.0001/input/input21
[ 10.774898] apple 0003:05AC:024F.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Keyboard] on usb-0000:00:14.0-4.4.1.2/input0
[ 10.775161] input: Apple Inc. Apple Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1.2/1-4.4.1.2:1.1/0003:05AC:024F.0002/input/input22
[ 10.831403] apple 0003:05AC:024F.0002: input,hidraw1: USB HID v1.11 Device [Apple Inc. Apple Keyboard] on usb-0000:00:14.0-4.4.1.2/input1
[ 10.831852] input: Mitsumi Electric Apple Optical USB Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4.1/1-4.4.1.3/1-4.4.1.3:1.0/0003:05AC:0304.0003/input/input23
[ 10.832351] apple 0003:05AC:0304.0003: input,hidraw2: USB HID v1.10 Mouse [Mitsumi Electric Apple Optical USB Mouse] on usb-0000:00:14.0-4.4.1.3/input0
[ 10.850796] e1000e 0000:00:1f.6 enp0s31f6: Detected Hardware Unit Hang:
TDH <0>
TDT <1>
next_to_use <1>
next_to_clean <0>
buffer_info[next_to_clean]:
time_stamp <fffeaa6d>
next_to_watch <0>
jiffies <fffeacc0>
next_to_watch.status <0>
MAC Status <80080>
PHY Status <7949>
PHY 1000BASE-T Status <0>
PHY Extended Status <3000>
PCI Status <10>
[ 12.358623] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 17.024556] audit: type=1006 audit(1560265993.556:31): pid=627 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 17.049818] audit: type=1130 audit(1560265993.579:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.055872] audit: type=1006 audit(1560265993.586:33): pid=1039 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 17.096757] audit: type=1130 audit(1560265993.626:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.496044] drm: not enough stolen space for compressed buffer (need 36864000 more bytes), disabling. Hint: you may be able to increase stolen memory size in the BIOS to avoid this.
[ 20.387234] audit: type=1111 audit(1560265996.919:35): pid=566 uid=0 auid=4294967295 ses=4294967295 msg='op=radio-control arg="wireless-enabled" pid=1093 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[ 20.554303] fuse init (API version 7.29)
[ 20.695309] audit: type=1130 audit(1560265997.226:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 24.009461] audit: type=1131 audit(1560266000.539:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.021582] audit: type=1130 audit(1560266001.553:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.618277] audit: type=1131 audit(1560266012.153:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Offline
What vendor/model is the docking station?
Does it work when you boot w/o the dock and attach it later™?
Are there more devices attached to the dock or is it merely a(n empty) hub?
Offline
It's a Thinkpad ultra dock.
If I do that, then the errors pop up right after I dock.
There are mouse, keyboard and monitor attached to it.
Notice that everything works, I just get these errors.
Offline
a) remove all devices and check whether the dock still causes the errors
b) stuff all slots of the dock (in doubt use a bunch of good usb keys) and check whether the dock still causes the errors
Offline
I unplugged everything, then started plugging things back, and no error appears anymore.
I still have some empty slots, so it's possible one of these was causing the issue.
Will have to test more, to reach full stuffed dock.
Last edited by olocin (2019-06-11 16:17:50)
Offline
Pages: 1