Hi folks, I've got an USB3 SD card adapter (device info attached). Problem: Writing a (rather slow 133x) SD card via an USB3 slot I get I/O errors, see attached kern.log. If I use an USB2 slot, then there is no problem (not shown here). The I/O errors don't come up immediately, but after a few minutes writing time, so I wonder if this is a heat problem? Since modern PCs don't have USB2 slots anymore I would be highly interested in a workaround. Kernel is 5.3.6 built from the git repository. Every helpful hint is highly appreciated. Harri
Bus 004 Device 004: ID 8564:4000 Transcend Information, Inc. RDF8 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.10 bDeviceClass 0 bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x8564 Transcend Information, Inc. idProduct 0x4000 RDF8 bcdDevice 0.08 iManufacturer 3 Genesys iProduct 4 GL3220 iSerial 5 000000059 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 0x0020 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 500mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 8 Mass Storage bInterfaceSubClass 6 SCSI bInterfaceProtocol 80 Bulk-Only iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 bytes bInterval 0 Binary Object Store Descriptor: bLength 5 bDescriptorType 15 wTotalLength 0x0016 bNumDeviceCaps 2 USB 2.0 Extension Device Capability: bLength 7 bDescriptorType 16 bDevCapabilityType 2 bmAttributes 0x00000002 HIRD Link Power Management (LPM) Supported SuperSpeed USB Device Capability: bLength 10 bDescriptorType 16 bDevCapabilityType 3 bmAttributes 0x00 wSpeedsSupported 0x000e Device can operate at Full Speed (12Mbps) Device can operate at High Speed (480Mbps) Device can operate at SuperSpeed (5Gbps) bFunctionalitySupport 1 Lowest fully-functional device speed is Full Speed (12Mbps) bU1DevExitLat 10 micro seconds bU2DevExitLat 2047 micro seconds Device Status: 0x0000 (Bus Powered)
Oct 18 21:26:33 cecil kernel: [ 0.000000] Linux version 5.3.6-raw (harri@xxxxxxxxxxxxxxxxxxx) (gcc version 9.2.1 20191008 (Debian 9.2.1-9)) #1 SMP PREEMPT Fri Oct 11 22:07:13 CEST 2019 Oct 18 21:26:33 cecil kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.6-raw root=UUID=d6b6d2f3-8213-4221-9a69-df7dc69acc45 ro net.ifnames=0 vsyscall=emulate Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 Oct 18 21:26:33 cecil kernel: [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-provided physical RAM map: Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008cc35fff] usable Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000008cc36000-0x000000008e47dfff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000008e47e000-0x000000008e7b4fff] ACPI data Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000008e7b5000-0x000000008ec00fff] ACPI NVS Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000008ec01000-0x000000008f40efff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000008f40f000-0x000000008f40ffff] usable Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x000000008f410000-0x000000008fffffff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved Oct 18 21:26:33 cecil kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000086dffffff] usable Oct 18 21:26:33 cecil kernel: [ 0.000000] NX (Execute Disable) protection: active Oct 18 21:26:33 cecil kernel: [ 0.000000] SMBIOS 3.2.1 present. Oct 18 21:26:33 cecil kernel: [ 0.000000] DMI: System manufacturer System Product Name/TUF Z390M-PRO GAMING (WI-FI), BIOS 2417 06/03/2019 Oct 18 21:26:33 cecil kernel: [ 0.000000] tsc: Detected 3600.000 MHz processor Oct 18 21:26:33 cecil kernel: [ 0.000846] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved Oct 18 21:26:33 cecil kernel: [ 0.000847] e820: remove [mem 0x000a0000-0x000fffff] usable Oct 18 21:26:33 cecil kernel: [ 0.000851] last_pfn = 0x86e000 max_arch_pfn = 0x400000000 Oct 18 21:26:33 cecil kernel: [ 0.000853] MTRR default type: write-back Oct 18 21:26:33 cecil kernel: [ 0.000853] MTRR fixed ranges enabled: Oct 18 21:26:33 cecil kernel: [ 0.000854] 00000-9FFFF write-back Oct 18 21:26:33 cecil kernel: [ 0.000854] A0000-BFFFF uncachable Oct 18 21:26:33 cecil kernel: [ 0.000855] C0000-FFFFF write-protect Oct 18 21:26:33 cecil kernel: [ 0.000855] MTRR variable ranges enabled: Oct 18 21:26:33 cecil kernel: [ 0.000856] 0 base 00C0000000 mask 7FC0000000 uncachable Oct 18 21:26:33 cecil kernel: [ 0.000857] 1 base 00A0000000 mask 7FE0000000 uncachable Oct 18 21:26:33 cecil kernel: [ 0.000857] 2 base 0090000000 mask 7FF0000000 uncachable Oct 18 21:26:33 cecil kernel: [ 0.000858] 3 base 2000000000 mask 6000000000 uncachable Oct 18 21:26:33 cecil kernel: [ 0.000858] 4 base 1000000000 mask 7000000000 uncachable Oct 18 21:26:33 cecil kernel: [ 0.000858] 5 base 4000000000 mask 4000000000 uncachable Oct 18 21:26:33 cecil kernel: [ 0.000859] 6 disabled Oct 18 21:26:33 cecil kernel: [ 0.000859] 7 disabled Oct 18 21:26:33 cecil kernel: [ 0.000859] 8 disabled Oct 18 21:26:33 cecil kernel: [ 0.000859] 9 disabled Oct 18 21:26:33 cecil kernel: [ 0.001109] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT Oct 18 21:26:33 cecil kernel: [ 0.001448] last_pfn = 0x8f410 max_arch_pfn = 0x400000000 Oct 18 21:26:33 cecil kernel: [ 0.006424] found SMP MP-table at [mem 0x000fcdc0-0x000fcdcf] Oct 18 21:26:33 cecil kernel: [ 0.006481] Using GB pages for direct mapping Oct 18 21:26:33 cecil kernel: [ 0.006483] BRK [0x02601000, 0x02601fff] PGTABLE Oct 18 21:26:33 cecil kernel: [ 0.006484] BRK [0x02602000, 0x02602fff] PGTABLE Oct 18 21:26:33 cecil kernel: [ 0.006485] BRK [0x02603000, 0x02603fff] PGTABLE Oct 18 21:26:33 cecil kernel: [ 0.006510] BRK [0x02604000, 0x02604fff] PGTABLE Oct 18 21:26:33 cecil kernel: [ 0.006708] BRK [0x02605000, 0x02605fff] PGTABLE Oct 18 21:26:33 cecil kernel: [ 0.006768] RAMDISK: [mem 0x33f9f000-0x35fc6fff] Oct 18 21:26:33 cecil kernel: [ 0.006776] ACPI: Early table checksum verification disabled Oct 18 21:26:33 cecil kernel: [ 0.006778] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA) Oct 18 21:26:33 cecil kernel: [ 0.006780] ACPI: XSDT 0x000000008E7510A8 0000CC (v01 ALASKA A M I 01072009 AMI 00010013) Oct 18 21:26:33 cecil kernel: [ 0.006784] ACPI: FACP 0x000000008E7916D0 000114 (v06 ALASKA A M I 01072009 AMI 00010013) Oct 18 21:26:33 cecil kernel: [ 0.006787] ACPI: DSDT 0x000000008E751210 0404C0 (v02 ALASKA A M I 01072009 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006789] ACPI: FACS 0x000000008EC00080 000040 Oct 18 21:26:33 cecil kernel: [ 0.006791] ACPI: APIC 0x000000008E7917E8 0000BC (v04 ALASKA A M I 01072009 AMI 00010013) Oct 18 21:26:33 cecil kernel: [ 0.006792] ACPI: FPDT 0x000000008E7918A8 000044 (v01 ALASKA A M I 01072009 AMI 00010013) Oct 18 21:26:33 cecil kernel: [ 0.006794] ACPI: FIDT 0x000000008E7918F0 00009C (v01 ALASKA A M I 01072009 AMI 00010013) Oct 18 21:26:33 cecil kernel: [ 0.006796] ACPI: MCFG 0x000000008E791990 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) Oct 18 21:26:33 cecil kernel: [ 0.006797] ACPI: WSMT 0x000000008E7A2400 000028 (v01 ALASKA A M I 01072009 AMI 00010013) Oct 18 21:26:33 cecil kernel: [ 0.006799] ACPI: SSDT 0x000000008E791A28 001B1C (v02 CpuRef CpuSsdt 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006801] ACPI: SSDT 0x000000008E793548 003099 (v02 SaSsdt SaSsdt 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006803] ACPI: SSDT 0x000000008E7965E8 00232B (v02 PegSsd PegSsdt 00001000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006804] ACPI: HPET 0x000000008E798918 000038 (v01 ALASKA A M I 00000002 01000013) Oct 18 21:26:33 cecil kernel: [ 0.006806] ACPI: SSDT 0x000000008E798950 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006808] ACPI: SSDT 0x000000008E799900 002FD3 (v02 INTEL xh_cfsd4 00000000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006810] ACPI: UEFI 0x000000008E79C8D8 000042 (v01 ALASKA A M I 00000002 01000013) Oct 18 21:26:33 cecil kernel: [ 0.006811] ACPI: LPIT 0x000000008E79C920 000094 (v01 ALASKA A M I 00000002 01000013) Oct 18 21:26:33 cecil kernel: [ 0.006813] ACPI: SSDT 0x000000008E79C9B8 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006815] ACPI: SSDT 0x000000008E79F198 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006817] ACPI: DBGP 0x000000008E7A0680 000034 (v01 ALASKA A M I 00000002 01000013) Oct 18 21:26:33 cecil kernel: [ 0.006818] ACPI: DBG2 0x000000008E7A06B8 000054 (v00 ALASKA A M I 00000002 01000013) Oct 18 21:26:33 cecil kernel: [ 0.006820] ACPI: SSDT 0x000000008E7A0710 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006822] ACPI: SSDT 0x000000008E7A2278 000144 (v02 Intel ADebTabl 00001000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.006823] ACPI: WPBT 0x000000008E7A23C0 00003C (v01 ALASKA A M I 00000001 ASUS 00000001) Oct 18 21:26:33 cecil kernel: [ 0.006827] ACPI: Local APIC address 0xfee00000 Oct 18 21:26:33 cecil kernel: [ 0.007195] No NUMA configuration found Oct 18 21:26:33 cecil kernel: [ 0.007196] Faking a node at [mem 0x0000000000000000-0x000000086dffffff] Oct 18 21:26:33 cecil kernel: [ 0.007198] NODE_DATA(0) allocated [mem 0x86dffa000-0x86dffdfff] Oct 18 21:26:33 cecil kernel: [ 0.007224] Zone ranges: Oct 18 21:26:33 cecil kernel: [ 0.007224] DMA [mem 0x0000000000001000-0x0000000000ffffff] Oct 18 21:26:33 cecil kernel: [ 0.007225] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] Oct 18 21:26:33 cecil kernel: [ 0.007226] Normal [mem 0x0000000100000000-0x000000086dffffff] Oct 18 21:26:33 cecil kernel: [ 0.007227] Movable zone start for each node Oct 18 21:26:33 cecil kernel: [ 0.007227] Early memory node ranges Oct 18 21:26:33 cecil kernel: [ 0.007228] node 0: [mem 0x0000000000001000-0x000000000009cfff] Oct 18 21:26:33 cecil kernel: [ 0.007229] node 0: [mem 0x0000000000100000-0x000000008cc35fff] Oct 18 21:26:33 cecil kernel: [ 0.007229] node 0: [mem 0x000000008f40f000-0x000000008f40ffff] Oct 18 21:26:33 cecil kernel: [ 0.007230] node 0: [mem 0x0000000100000000-0x000000086dffffff] Oct 18 21:26:33 cecil kernel: [ 0.007307] Zeroed struct page in unavailable ranges: 13357 pages Oct 18 21:26:33 cecil kernel: [ 0.007307] Initmem setup node 0 [mem 0x0000000000001000-0x000000086dffffff] Oct 18 21:26:33 cecil kernel: [ 0.007309] On node 0 totalpages: 8367059 Oct 18 21:26:33 cecil kernel: [ 0.007309] DMA zone: 64 pages used for memmap Oct 18 21:26:33 cecil kernel: [ 0.007310] DMA zone: 21 pages reserved Oct 18 21:26:33 cecil kernel: [ 0.007310] DMA zone: 3996 pages, LIFO batch:0 Oct 18 21:26:33 cecil kernel: [ 0.007349] DMA32 zone: 8945 pages used for memmap Oct 18 21:26:33 cecil kernel: [ 0.007350] DMA32 zone: 572471 pages, LIFO batch:63 Oct 18 21:26:33 cecil kernel: [ 0.014368] Normal zone: 121728 pages used for memmap Oct 18 21:26:33 cecil kernel: [ 0.014368] Normal zone: 7790592 pages, LIFO batch:63 Oct 18 21:26:33 cecil kernel: [ 0.085403] ACPI: PM-Timer IO Port: 0x1808 Oct 18 21:26:33 cecil kernel: [ 0.085404] ACPI: Local APIC address 0xfee00000 Oct 18 21:26:33 cecil kernel: [ 0.085408] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085408] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085409] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085409] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085410] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085410] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085411] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085412] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) Oct 18 21:26:33 cecil kernel: [ 0.085473] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 Oct 18 21:26:33 cecil kernel: [ 0.085474] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Oct 18 21:26:33 cecil kernel: [ 0.085475] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Oct 18 21:26:33 cecil kernel: [ 0.085476] ACPI: IRQ0 used by override. Oct 18 21:26:33 cecil kernel: [ 0.085477] ACPI: IRQ9 used by override. Oct 18 21:26:33 cecil kernel: [ 0.085478] Using ACPI (MADT) for SMP configuration information Oct 18 21:26:33 cecil kernel: [ 0.085479] ACPI: HPET id: 0x8086a201 base: 0xfed00000 Oct 18 21:26:33 cecil kernel: [ 0.085481] smpboot: Allowing 8 CPUs, 0 hotplug CPUs Oct 18 21:26:33 cecil kernel: [ 0.085490] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] Oct 18 21:26:33 cecil kernel: [ 0.085491] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] Oct 18 21:26:33 cecil kernel: [ 0.085491] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Oct 18 21:26:33 cecil kernel: [ 0.085492] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] Oct 18 21:26:33 cecil kernel: [ 0.085492] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] Oct 18 21:26:33 cecil kernel: [ 0.085493] PM: Registered nosave memory: [mem 0x8cc36000-0x8e47dfff] Oct 18 21:26:33 cecil kernel: [ 0.085494] PM: Registered nosave memory: [mem 0x8e47e000-0x8e7b4fff] Oct 18 21:26:33 cecil kernel: [ 0.085494] PM: Registered nosave memory: [mem 0x8e7b5000-0x8ec00fff] Oct 18 21:26:33 cecil kernel: [ 0.085495] PM: Registered nosave memory: [mem 0x8ec01000-0x8f40efff] Oct 18 21:26:33 cecil kernel: [ 0.085496] PM: Registered nosave memory: [mem 0x8f410000-0x8fffffff] Oct 18 21:26:33 cecil kernel: [ 0.085496] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff] Oct 18 21:26:33 cecil kernel: [ 0.085497] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] Oct 18 21:26:33 cecil kernel: [ 0.085497] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff] Oct 18 21:26:33 cecil kernel: [ 0.085498] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff] Oct 18 21:26:33 cecil kernel: [ 0.085499] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff] Oct 18 21:26:33 cecil kernel: [ 0.085499] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] Oct 18 21:26:33 cecil kernel: [ 0.085500] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] Oct 18 21:26:33 cecil kernel: [ 0.085500] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] Oct 18 21:26:33 cecil kernel: [ 0.085501] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff] Oct 18 21:26:33 cecil kernel: [ 0.085501] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] Oct 18 21:26:33 cecil kernel: [ 0.085502] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] Oct 18 21:26:33 cecil kernel: [ 0.085502] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] Oct 18 21:26:33 cecil kernel: [ 0.085503] [mem 0x90000000-0xdfffffff] available for PCI devices Oct 18 21:26:33 cecil kernel: [ 0.085504] Booting paravirtualized kernel on bare hardware Oct 18 21:26:33 cecil kernel: [ 0.085506] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns Oct 18 21:26:33 cecil kernel: [ 0.138051] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1 Oct 18 21:26:33 cecil kernel: [ 0.138173] percpu: Embedded 52 pages/cpu s173208 r8192 d31592 u262144 Oct 18 21:26:33 cecil kernel: [ 0.138177] pcpu-alloc: s173208 r8192 d31592 u262144 alloc=1*2097152 Oct 18 21:26:33 cecil kernel: [ 0.138177] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 Oct 18 21:26:33 cecil kernel: [ 0.138190] Built 1 zonelists, mobility grouping on. Total pages: 8236301 Oct 18 21:26:33 cecil kernel: [ 0.138190] Policy zone: Normal Oct 18 21:26:33 cecil kernel: [ 0.138191] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.6-raw root=UUID=d6b6d2f3-8213-4221-9a69-df7dc69acc45 ro net.ifnames=0 vsyscall=emulate Oct 18 21:26:33 cecil kernel: [ 0.138223] printk: log_buf_len individual max cpu contribution: 262144 bytes Oct 18 21:26:33 cecil kernel: [ 0.138224] printk: log_buf_len total cpu_extra contributions: 1835008 bytes Oct 18 21:26:33 cecil kernel: [ 0.138225] printk: log_buf_len min size: 131072 bytes Oct 18 21:26:33 cecil kernel: [ 0.138306] printk: log_buf_len: 2097152 bytes Oct 18 21:26:33 cecil kernel: [ 0.138307] printk: early log buf free: 119072(90%) Oct 18 21:26:33 cecil kernel: [ 0.139538] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.140142] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.140186] mem auto-init: stack:off, heap alloc:off, heap free:off Oct 18 21:26:33 cecil kernel: [ 0.142659] Calgary: detecting Calgary via BIOS EBDA area Oct 18 21:26:33 cecil kernel: [ 0.142660] Calgary: Unable to locate Rio Grande table in EBDA - bailing! Oct 18 21:26:33 cecil kernel: [ 0.195033] Memory: 32769448K/33468236K available (10244K kernel code, 915K rwdata, 2208K rodata, 1188K init, 1016K bss, 698788K reserved, 0K cma-reserved) Oct 18 21:26:33 cecil kernel: [ 0.195145] rcu: Preemptible hierarchical RCU implementation. Oct 18 21:26:33 cecil kernel: [ 0.195146] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8. Oct 18 21:26:33 cecil kernel: [ 0.195147] Tasks RCU enabled. Oct 18 21:26:33 cecil kernel: [ 0.195147] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. Oct 18 21:26:33 cecil kernel: [ 0.195148] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 Oct 18 21:26:33 cecil kernel: [ 0.195240] NR_IRQS: 33024, nr_irqs: 2048, preallocated irqs: 16 Oct 18 21:26:33 cecil kernel: [ 0.195750] random: crng done (trusting CPU's manufacturer) Oct 18 21:26:33 cecil kernel: [ 0.195831] Console: colour dummy device 80x25 Oct 18 21:26:33 cecil kernel: [ 0.196007] printk: console [tty0] enabled Oct 18 21:26:33 cecil kernel: [ 0.196024] ACPI: Core revision 20190703 Oct 18 21:26:33 cecil kernel: [ 0.196405] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns Oct 18 21:26:33 cecil kernel: [ 0.196548] APIC: Switch to symmetric I/O mode setup Oct 18 21:26:33 cecil kernel: [ 0.199503] x2apic: IRQ remapping doesn't support X2APIC mode Oct 18 21:26:33 cecil kernel: [ 0.208974] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Oct 18 21:26:33 cecil kernel: [ 0.213500] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns Oct 18 21:26:33 cecil kernel: [ 0.213503] Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=3600000) Oct 18 21:26:33 cecil kernel: [ 0.213507] pid_max: default: 32768 minimum: 301 Oct 18 21:26:33 cecil kernel: [ 0.213531] LSM: Security Framework initializing Oct 18 21:26:33 cecil kernel: [ 0.213534] Yama: becoming mindful. Oct 18 21:26:33 cecil kernel: [ 0.213587] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.213629] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.213725] *** VALIDATE proc *** Oct 18 21:26:33 cecil kernel: [ 0.213756] *** VALIDATE cgroup1 *** Oct 18 21:26:33 cecil kernel: [ 0.213758] *** VALIDATE cgroup2 *** Oct 18 21:26:33 cecil kernel: [ 0.213792] mce: CPU0: Thermal monitoring enabled (TM1) Oct 18 21:26:33 cecil kernel: [ 0.213815] process: using mwait in idle threads Oct 18 21:26:33 cecil kernel: [ 0.213818] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8 Oct 18 21:26:33 cecil kernel: [ 0.213820] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 Oct 18 21:26:33 cecil kernel: [ 0.213822] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization Oct 18 21:26:33 cecil kernel: [ 0.213824] Spectre V2 : Mitigation: Enhanced IBRS Oct 18 21:26:33 cecil kernel: [ 0.213825] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch Oct 18 21:26:33 cecil kernel: [ 0.213828] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier Oct 18 21:26:33 cecil kernel: [ 0.213830] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp Oct 18 21:26:33 cecil kernel: [ 0.213986] Freeing SMP alternatives memory: 28K Oct 18 21:26:33 cecil kernel: [ 0.214550] TSC deadline timer enabled Oct 18 21:26:33 cecil kernel: [ 0.214562] smpboot: CPU0: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xd) Oct 18 21:26:33 cecil kernel: [ 0.220507] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. Oct 18 21:26:33 cecil kernel: [ 0.220514] ... version: 4 Oct 18 21:26:33 cecil kernel: [ 0.220515] ... bit width: 48 Oct 18 21:26:33 cecil kernel: [ 0.220516] ... generic registers: 8 Oct 18 21:26:33 cecil kernel: [ 0.220517] ... value mask: 0000ffffffffffff Oct 18 21:26:33 cecil kernel: [ 0.220518] ... max period: 00007fffffffffff Oct 18 21:26:33 cecil kernel: [ 0.220519] ... fixed-purpose events: 3 Oct 18 21:26:33 cecil kernel: [ 0.220520] ... event mask: 00000007000000ff Oct 18 21:26:33 cecil kernel: [ 0.222504] rcu: Hierarchical SRCU implementation. Oct 18 21:26:33 cecil kernel: [ 0.224722] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. Oct 18 21:26:33 cecil kernel: [ 0.226506] smp: Bringing up secondary CPUs ... Oct 18 21:26:33 cecil kernel: [ 0.234521] x86: Booting SMP configuration: Oct 18 21:26:33 cecil kernel: [ 0.234523] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 Oct 18 21:26:33 cecil kernel: [ 0.283178] smp: Brought up 1 node, 8 CPUs Oct 18 21:26:33 cecil kernel: [ 0.283178] smpboot: Max logical packages: 1 Oct 18 21:26:33 cecil kernel: [ 0.283178] smpboot: Total of 8 processors activated (57600.00 BogoMIPS) Oct 18 21:26:33 cecil kernel: [ 0.284002] devtmpfs: initialized Oct 18 21:26:33 cecil kernel: [ 0.284002] x86/mm: Memory block size: 128MB Oct 18 21:26:33 cecil kernel: [ 0.287011] PM: Registering ACPI NVS region [mem 0x8e7b5000-0x8ec00fff] (4505600 bytes) Oct 18 21:26:33 cecil kernel: [ 0.287011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns Oct 18 21:26:33 cecil kernel: [ 0.287011] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.287011] prandom: seed boundary self test passed Oct 18 21:26:33 cecil kernel: [ 0.287011] prandom: 100 self tests passed Oct 18 21:26:33 cecil kernel: [ 0.287011] pinctrl core: initialized pinctrl subsystem Oct 18 21:26:33 cecil kernel: [ 0.287542] NET: Registered protocol family 16 Oct 18 21:26:33 cecil kernel: [ 0.287593] audit: initializing netlink subsys (disabled) Oct 18 21:26:33 cecil kernel: [ 0.287597] audit: type=2000 audit(1571426751.083:1): state=initialized audit_enabled=0 res=1 Oct 18 21:26:33 cecil kernel: [ 0.287597] cpuidle: using governor ladder Oct 18 21:26:33 cecil kernel: [ 0.287597] cpuidle: using governor menu Oct 18 21:26:33 cecil kernel: [ 0.287597] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it Oct 18 21:26:33 cecil kernel: [ 0.287597] ACPI: bus type PCI registered Oct 18 21:26:33 cecil kernel: [ 0.287597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Oct 18 21:26:33 cecil kernel: [ 0.287597] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) Oct 18 21:26:33 cecil kernel: [ 0.287597] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 Oct 18 21:26:33 cecil kernel: [ 0.287597] PCI: Using configuration type 1 for base access Oct 18 21:26:33 cecil kernel: [ 0.289677] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' Oct 18 21:26:33 cecil kernel: [ 0.289980] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages Oct 18 21:26:33 cecil kernel: [ 0.289980] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages Oct 18 21:26:33 cecil kernel: [ 0.455538] ACPI: Added _OSI(Module Device) Oct 18 21:26:33 cecil kernel: [ 0.455540] ACPI: Added _OSI(Processor Device) Oct 18 21:26:33 cecil kernel: [ 0.455542] ACPI: Added _OSI(3.0 _SCP Extensions) Oct 18 21:26:33 cecil kernel: [ 0.455543] ACPI: Added _OSI(Processor Aggregator Device) Oct 18 21:26:33 cecil kernel: [ 0.455544] ACPI: Added _OSI(Linux-Dell-Video) Oct 18 21:26:33 cecil kernel: [ 0.455546] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) Oct 18 21:26:33 cecil kernel: [ 0.455547] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) Oct 18 21:26:33 cecil kernel: [ 0.496991] ACPI: 10 ACPI AML tables successfully acquired and loaded Oct 18 21:26:33 cecil kernel: [ 0.502514] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.502519] ACPI: SSDT 0xFFFF88884980A400 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.503390] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked Oct 18 21:26:33 cecil kernel: [ 0.504340] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.504345] ACPI: SSDT 0xFFFF888849964C00 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.505270] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.505274] ACPI: SSDT 0xFFFF8888499E9000 0006CB (v02 PmRef Cpu0Ist 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.506264] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.506268] ACPI: SSDT 0xFFFF8888499E8C00 000133 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.507132] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.507137] ACPI: SSDT 0xFFFF8888498A2800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.508167] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.508171] ACPI: SSDT 0xFFFF8888498A2000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.509146] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.509149] ACPI: SSDT 0xFFFF888849964400 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.510105] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.510110] ACPI: SSDT 0xFFFF8888498A5000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.511376] ACPI: Dynamic OEM Table Load: Oct 18 21:26:33 cecil kernel: [ 0.511381] ACPI: SSDT 0xFFFF888849964000 00030A (v02 PmRef ApCst 00003000 INTL 20160527) Oct 18 21:26:33 cecil kernel: [ 0.514883] ACPI: Interpreter enabled Oct 18 21:26:33 cecil kernel: [ 0.514907] ACPI: (supports S0 S3 S4 S5) Oct 18 21:26:33 cecil kernel: [ 0.514908] ACPI: Using IOAPIC for interrupt routing Oct 18 21:26:33 cecil kernel: [ 0.514932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Oct 18 21:26:33 cecil kernel: [ 0.515697] ACPI: Enabled 7 GPEs in block 00 to 7F Oct 18 21:26:33 cecil kernel: [ 0.525296] ACPI: Power Resource [USBC] (on) Oct 18 21:26:33 cecil kernel: [ 0.527900] ACPI: Power Resource [V0PR] (on) Oct 18 21:26:33 cecil kernel: [ 0.528150] ACPI: Power Resource [V1PR] (on) Oct 18 21:26:33 cecil kernel: [ 0.528394] ACPI: Power Resource [V2PR] (on) Oct 18 21:26:33 cecil kernel: [ 0.532238] ACPI: Power Resource [WRST] (on) Oct 18 21:26:33 cecil kernel: [ 0.535777] ACPI: Power Resource [FN00] (off) Oct 18 21:26:33 cecil kernel: [ 0.535840] ACPI: Power Resource [FN01] (off) Oct 18 21:26:33 cecil kernel: [ 0.535901] ACPI: Power Resource [FN02] (off) Oct 18 21:26:33 cecil kernel: [ 0.535959] ACPI: Power Resource [FN03] (off) Oct 18 21:26:33 cecil kernel: [ 0.536018] ACPI: Power Resource [FN04] (off) Oct 18 21:26:33 cecil kernel: [ 0.536610] ACPI: Power Resource [PIN] (off) Oct 18 21:26:33 cecil kernel: [ 0.536913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) Oct 18 21:26:33 cecil kernel: [ 0.536918] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] Oct 18 21:26:33 cecil kernel: [ 0.537033] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] Oct 18 21:26:33 cecil kernel: [ 0.537139] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR] Oct 18 21:26:33 cecil kernel: [ 0.537140] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration Oct 18 21:26:33 cecil kernel: [ 0.537853] PCI host bridge to bus 0000:00 Oct 18 21:26:33 cecil kernel: [ 0.537856] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Oct 18 21:26:33 cecil kernel: [ 0.537857] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Oct 18 21:26:33 cecil kernel: [ 0.537859] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Oct 18 21:26:33 cecil kernel: [ 0.537861] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window] Oct 18 21:26:33 cecil kernel: [ 0.537863] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] Oct 18 21:26:33 cecil kernel: [ 0.537864] pci_bus 0000:00: root bus resource [bus 00-fe] Oct 18 21:26:33 cecil kernel: [ 0.537872] pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000 Oct 18 21:26:33 cecil kernel: [ 0.538111] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 Oct 18 21:26:33 cecil kernel: [ 0.538145] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.538259] pci 0000:00:01.1: [8086:1905] type 01 class 0x060400 Oct 18 21:26:33 cecil kernel: [ 0.538291] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.538634] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 Oct 18 21:26:33 cecil kernel: [ 0.538670] pci 0000:00:14.0: reg 0x10: [mem 0xa3320000-0xa332ffff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.538773] pci 0000:00:14.0: PME# supported from D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.539041] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 Oct 18 21:26:33 cecil kernel: [ 0.539072] pci 0000:00:14.2: reg 0x10: [mem 0xa333a000-0xa333bfff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.539089] pci 0000:00:14.2: reg 0x18: [mem 0xa3340000-0xa3340fff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.539307] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000 Oct 18 21:26:33 cecil kernel: [ 0.539498] pci 0000:00:14.3: reg 0x10: [mem 0xa3334000-0xa3337fff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.540157] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.540435] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 Oct 18 21:26:33 cecil kernel: [ 0.540469] pci 0000:00:16.0: reg 0x10: [mem 0xa333f000-0xa333ffff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.540572] pci 0000:00:16.0: PME# supported from D3hot Oct 18 21:26:33 cecil kernel: [ 0.540784] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601 Oct 18 21:26:33 cecil kernel: [ 0.540813] pci 0000:00:17.0: reg 0x10: [mem 0xa3338000-0xa3339fff] Oct 18 21:26:33 cecil kernel: [ 0.540824] pci 0000:00:17.0: reg 0x14: [mem 0xa333e000-0xa333e0ff] Oct 18 21:26:33 cecil kernel: [ 0.540836] pci 0000:00:17.0: reg 0x18: [io 0x4050-0x4057] Oct 18 21:26:33 cecil kernel: [ 0.540847] pci 0000:00:17.0: reg 0x1c: [io 0x4040-0x4043] Oct 18 21:26:33 cecil kernel: [ 0.540859] pci 0000:00:17.0: reg 0x20: [io 0x4020-0x403f] Oct 18 21:26:33 cecil kernel: [ 0.540870] pci 0000:00:17.0: reg 0x24: [mem 0xa333d000-0xa333d7ff] Oct 18 21:26:33 cecil kernel: [ 0.540931] pci 0000:00:17.0: PME# supported from D3hot Oct 18 21:26:33 cecil kernel: [ 0.541092] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400 Oct 18 21:26:33 cecil kernel: [ 0.541225] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.541447] pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400 Oct 18 21:26:33 cecil kernel: [ 0.541579] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.541798] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400 Oct 18 21:26:33 cecil kernel: [ 0.541943] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.542174] pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100 Oct 18 21:26:33 cecil kernel: [ 0.542541] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300 Oct 18 21:26:33 cecil kernel: [ 0.542615] pci 0000:00:1f.3: reg 0x10: [mem 0xa3330000-0xa3333fff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.542696] pci 0000:00:1f.3: reg 0x20: [mem 0xa3100000-0xa31fffff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.542834] pci 0000:00:1f.3: PME# supported from D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.543283] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 Oct 18 21:26:33 cecil kernel: [ 0.543330] pci 0000:00:1f.4: reg 0x10: [mem 0xa333c000-0xa333c0ff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.543381] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] Oct 18 21:26:33 cecil kernel: [ 0.543552] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 Oct 18 21:26:33 cecil kernel: [ 0.543574] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] Oct 18 21:26:33 cecil kernel: [ 0.543740] pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000 Oct 18 21:26:33 cecil kernel: [ 0.543798] pci 0000:00:1f.6: reg 0x10: [mem 0xa3300000-0xa331ffff] Oct 18 21:26:33 cecil kernel: [ 0.544035] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold Oct 18 21:26:33 cecil kernel: [ 0.544172] pci 0000:00:01.0: PCI bridge to [bus 01] Oct 18 21:26:33 cecil kernel: [ 0.544203] pci 0000:02:00.0: [10de:1f82] type 00 class 0x030000 Oct 18 21:26:33 cecil kernel: [ 0.544221] pci 0000:02:00.0: reg 0x10: [mem 0xa2000000-0xa2ffffff] Oct 18 21:26:33 cecil kernel: [ 0.544231] pci 0000:02:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref] Oct 18 21:26:33 cecil kernel: [ 0.544240] pci 0000:02:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref] Oct 18 21:26:33 cecil kernel: [ 0.544246] pci 0000:02:00.0: reg 0x24: [io 0x3000-0x307f] Oct 18 21:26:33 cecil kernel: [ 0.544253] pci 0000:02:00.0: reg 0x30: [mem 0xa3000000-0xa307ffff pref] Oct 18 21:26:33 cecil kernel: [ 0.544298] pci 0000:02:00.0: PME# supported from D0 D3hot Oct 18 21:26:33 cecil kernel: [ 0.544323] pci 0000:02:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8 GT/s x16 link) Oct 18 21:26:33 cecil kernel: [ 0.544354] pci 0000:02:00.1: [10de:10fa] type 00 class 0x040300 Oct 18 21:26:33 cecil kernel: [ 0.544367] pci 0000:02:00.1: reg 0x10: [mem 0xa3080000-0xa3083fff] Oct 18 21:26:33 cecil kernel: [ 0.544482] pci 0000:00:01.1: PCI bridge to [bus 02] Oct 18 21:26:33 cecil kernel: [ 0.544484] pci 0000:00:01.1: bridge window [io 0x3000-0x3fff] Oct 18 21:26:33 cecil kernel: [ 0.544486] pci 0000:00:01.1: bridge window [mem 0xa2000000-0xa30fffff] Oct 18 21:26:33 cecil kernel: [ 0.544489] pci 0000:00:01.1: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] Oct 18 21:26:33 cecil kernel: [ 0.544576] acpiphp: Slot [1] registered Oct 18 21:26:33 cecil kernel: [ 0.544589] pci 0000:00:1b.0: PCI bridge to [bus 03] Oct 18 21:26:33 cecil kernel: [ 0.544678] acpiphp: Slot [1-1] registered Oct 18 21:26:33 cecil kernel: [ 0.544686] pci 0000:00:1c.0: PCI bridge to [bus 04] Oct 18 21:26:33 cecil kernel: [ 0.544784] pci 0000:05:00.0: [144d:a808] type 00 class 0x010802 Oct 18 21:26:33 cecil kernel: [ 0.544826] pci 0000:05:00.0: reg 0x10: [mem 0xa3200000-0xa3203fff 64bit] Oct 18 21:26:33 cecil kernel: [ 0.545099] pci 0000:00:1d.0: PCI bridge to [bus 05] Oct 18 21:26:33 cecil kernel: [ 0.545107] pci 0000:00:1d.0: bridge window [mem 0xa3200000-0xa32fffff] Oct 18 21:26:33 cecil kernel: [ 0.546096] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546145] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1 Oct 18 21:26:33 cecil kernel: [ 0.546193] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546240] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546287] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546334] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546381] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546427] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0 Oct 18 21:26:33 cecil kernel: [ 0.546868] pci 0000:02:00.0: vgaarb: setting as boot VGA device Oct 18 21:26:33 cecil kernel: [ 0.546868] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Oct 18 21:26:33 cecil kernel: [ 0.546868] pci 0000:02:00.0: vgaarb: bridge control possible Oct 18 21:26:33 cecil kernel: [ 0.546868] vgaarb: loaded Oct 18 21:26:33 cecil kernel: [ 0.546868] pps_core: LinuxPPS API ver. 1 registered Oct 18 21:26:33 cecil kernel: [ 0.546868] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> Oct 18 21:26:33 cecil kernel: [ 0.546868] PTP clock support registered Oct 18 21:26:33 cecil kernel: [ 0.546868] EDAC MC: Ver: 3.0.0 Oct 18 21:26:33 cecil kernel: [ 0.546868] PCI: Using ACPI for IRQ routing Oct 18 21:26:33 cecil kernel: [ 0.629791] PCI: pci_cache_line_size set to 64 bytes Oct 18 21:26:33 cecil kernel: [ 0.629882] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff] Oct 18 21:26:33 cecil kernel: [ 0.629883] e820: reserve RAM buffer [mem 0x8cc36000-0x8fffffff] Oct 18 21:26:33 cecil kernel: [ 0.629884] e820: reserve RAM buffer [mem 0x8f410000-0x8fffffff] Oct 18 21:26:33 cecil kernel: [ 0.629885] e820: reserve RAM buffer [mem 0x86e000000-0x86fffffff] Oct 18 21:26:33 cecil kernel: [ 0.630254] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 Oct 18 21:26:33 cecil kernel: [ 0.630258] hpet0: 8 comparators, 64-bit 24.000000 MHz counter Oct 18 21:26:33 cecil kernel: [ 0.631514] clocksource: Switched to clocksource tsc-early Oct 18 21:26:33 cecil kernel: [ 0.635321] VFS: Disk quotas dquot_6.6.0 Oct 18 21:26:33 cecil kernel: [ 0.635332] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Oct 18 21:26:33 cecil kernel: [ 0.635347] *** VALIDATE hugetlbfs *** Oct 18 21:26:33 cecil kernel: [ 0.635365] pnp: PnP ACPI init Oct 18 21:26:33 cecil kernel: [ 0.635421] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved Oct 18 21:26:33 cecil kernel: [ 0.635425] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.635540] system 00:01: [io 0x0290-0x029f] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.635544] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.635571] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Oct 18 21:26:33 cecil kernel: [ 0.635602] pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active) Oct 18 21:26:33 cecil kernel: [ 0.636018] pnp 00:04: [dma 0 disabled] Oct 18 21:26:33 cecil kernel: [ 0.636040] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) Oct 18 21:26:33 cecil kernel: [ 0.636104] system 00:05: [io 0x0680-0x069f] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636107] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.636177] system 00:06: [io 0x1854-0x1857] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636180] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.636293] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636295] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636296] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636298] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636300] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636302] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636303] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636305] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved Oct 18 21:26:33 cecil kernel: [ 0.636308] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.636436] system 00:08: [io 0x1800-0x18fe] could not be reserved Oct 18 21:26:33 cecil kernel: [ 0.636438] system 00:08: [mem 0xfd000000-0xfd69ffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636440] system 00:08: [mem 0xfd6c0000-0xfd6cffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636442] system 00:08: [mem 0xfd6f0000-0xfdffffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636444] system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved Oct 18 21:26:33 cecil kernel: [ 0.636446] system 00:08: [mem 0xfe200000-0xfe7fffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636447] system 00:08: [mem 0xff000000-0xffffffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636450] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.636623] system 00:09: [io 0x2000-0x20fe] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.636626] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.637320] system 00:0a: [mem 0xfd6e0000-0xfd6effff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.637322] system 00:0a: [mem 0xfd6d0000-0xfd6dffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.637324] system 00:0a: [mem 0xfd6b0000-0xfd6bffff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.637325] system 00:0a: [mem 0xfd6a0000-0xfd6affff] has been reserved Oct 18 21:26:33 cecil kernel: [ 0.637328] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 18 21:26:33 cecil kernel: [ 0.637879] pnp: PnP ACPI: found 11 devices Oct 18 21:26:33 cecil kernel: [ 0.638644] thermal_sys: Registered thermal governor 'fair_share' Oct 18 21:26:33 cecil kernel: [ 0.638645] thermal_sys: Registered thermal governor 'bang_bang' Oct 18 21:26:33 cecil kernel: [ 0.638647] thermal_sys: Registered thermal governor 'step_wise' Oct 18 21:26:33 cecil kernel: [ 0.638648] thermal_sys: Registered thermal governor 'user_space' Oct 18 21:26:33 cecil kernel: [ 0.643172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Oct 18 21:26:33 cecil kernel: [ 0.643180] pci 0000:00:01.0: PCI bridge to [bus 01] Oct 18 21:26:33 cecil kernel: [ 0.643185] pci 0000:00:01.1: PCI bridge to [bus 02] Oct 18 21:26:33 cecil kernel: [ 0.643187] pci 0000:00:01.1: bridge window [io 0x3000-0x3fff] Oct 18 21:26:33 cecil kernel: [ 0.643189] pci 0000:00:01.1: bridge window [mem 0xa2000000-0xa30fffff] Oct 18 21:26:33 cecil kernel: [ 0.643192] pci 0000:00:01.1: bridge window [mem 0x90000000-0xa1ffffff 64bit pref] Oct 18 21:26:33 cecil kernel: [ 0.643195] pci 0000:00:1b.0: PCI bridge to [bus 03] Oct 18 21:26:33 cecil kernel: [ 0.643215] pci 0000:00:1c.0: PCI bridge to [bus 04] Oct 18 21:26:33 cecil kernel: [ 0.643231] pci 0000:00:1d.0: PCI bridge to [bus 05] Oct 18 21:26:33 cecil kernel: [ 0.643237] pci 0000:00:1d.0: bridge window [mem 0xa3200000-0xa32fffff] Oct 18 21:26:33 cecil kernel: [ 0.643248] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Oct 18 21:26:33 cecil kernel: [ 0.643249] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Oct 18 21:26:33 cecil kernel: [ 0.643251] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Oct 18 21:26:33 cecil kernel: [ 0.643253] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window] Oct 18 21:26:33 cecil kernel: [ 0.643254] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window] Oct 18 21:26:33 cecil kernel: [ 0.643256] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff] Oct 18 21:26:33 cecil kernel: [ 0.643257] pci_bus 0000:02: resource 1 [mem 0xa2000000-0xa30fffff] Oct 18 21:26:33 cecil kernel: [ 0.643259] pci_bus 0000:02: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref] Oct 18 21:26:33 cecil kernel: [ 0.643261] pci_bus 0000:05: resource 1 [mem 0xa3200000-0xa32fffff] Oct 18 21:26:33 cecil kernel: [ 0.643365] NET: Registered protocol family 2 Oct 18 21:26:33 cecil kernel: [ 0.643446] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.643470] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.643631] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.643715] TCP: Hash tables configured (established 262144 bind 65536) Oct 18 21:26:33 cecil kernel: [ 0.643732] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.643774] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) Oct 18 21:26:33 cecil kernel: [ 0.643839] NET: Registered protocol family 1 Oct 18 21:26:33 cecil kernel: [ 0.643843] NET: Registered protocol family 44 Oct 18 21:26:33 cecil kernel: [ 0.644532] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Oct 18 21:26:33 cecil kernel: [ 0.644542] pci 0000:02:00.1: D0 power state depends on 0000:02:00.0 Oct 18 21:26:33 cecil kernel: [ 0.644573] PCI: CLS 64 bytes, default 64 Oct 18 21:26:33 cecil kernel: [ 0.644594] Trying to unpack rootfs image as initramfs... Oct 18 21:26:33 cecil kernel: [ 0.984130] Freeing initrd memory: 32928K Oct 18 21:26:33 cecil kernel: [ 0.984135] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Oct 18 21:26:33 cecil kernel: [ 0.984137] software IO TLB: mapped [mem 0x88c36000-0x8cc36000] (64MB) Oct 18 21:26:33 cecil kernel: [ 0.984299] platform rtc_cmos: registered platform RTC device (no PNP device found) Oct 18 21:26:33 cecil kernel: [ 0.984685] Initialise system trusted keyrings Oct 18 21:26:33 cecil kernel: [ 0.984713] workingset: timestamp_bits=40 max_order=23 bucket_order=0 Oct 18 21:26:33 cecil kernel: [ 0.984817] Key type asymmetric registered Oct 18 21:26:33 cecil kernel: [ 0.984819] Asymmetric key parser 'x509' registered Oct 18 21:26:33 cecil kernel: [ 0.984825] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) Oct 18 21:26:33 cecil kernel: [ 0.984827] io scheduler mq-deadline registered Oct 18 21:26:33 cecil kernel: [ 0.984828] io scheduler kyber registered Oct 18 21:26:33 cecil kernel: [ 0.985441] pcieport 0000:00:1d.0: AER: enabled with IRQ 124 Oct 18 21:26:33 cecil kernel: [ 0.985534] vesafb: mode is 1600x1200x32, linelength=6656, pages=0 Oct 18 21:26:33 cecil kernel: [ 0.985535] vesafb: scrolling: redraw Oct 18 21:26:33 cecil kernel: [ 0.985537] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 Oct 18 21:26:33 cecil kernel: [ 0.985544] vesafb: framebuffer at 0xa1000000, mapped to 0x0000000009873ff1, using 7808k, total 7808k Oct 18 21:26:33 cecil kernel: [ 1.113305] Console: switching to colour frame buffer device 200x75 Oct 18 21:26:33 cecil kernel: [ 1.236359] fb0: VESA VGA frame buffer device Oct 18 21:26:33 cecil kernel: [ 1.236805] intel_idle: MWAIT substates: 0x11142120 Oct 18 21:26:33 cecil kernel: [ 1.236805] intel_idle: v0.4.1 model 0x9E Oct 18 21:26:33 cecil kernel: [ 1.237233] intel_idle: lapic_timer_reliable_states 0xffffffff Oct 18 21:26:33 cecil kernel: [ 1.237981] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Oct 18 21:26:33 cecil kernel: [ 1.260725] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Oct 18 21:26:33 cecil kernel: [ 1.262439] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 Oct 18 21:26:33 cecil kernel: [ 1.266296] serio: i8042 KBD port at 0x60,0x64 irq 1 Oct 18 21:26:33 cecil kernel: [ 1.266803] serio: i8042 AUX port at 0x60,0x64 irq 12 Oct 18 21:26:33 cecil kernel: [ 1.267372] mousedev: PS/2 mouse device common for all mice Oct 18 21:26:33 cecil kernel: [ 1.268002] rtc_cmos rtc_cmos: RTC can wake from S4 Oct 18 21:26:33 cecil kernel: [ 1.269500] rtc_cmos rtc_cmos: registered as rtc0 Oct 18 21:26:33 cecil kernel: [ 1.269958] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs Oct 18 21:26:33 cecil kernel: [ 1.270765] intel_pstate: Intel P-state driver initializing Oct 18 21:26:33 cecil kernel: [ 1.271990] intel_pstate: HWP enabled Oct 18 21:26:33 cecil kernel: [ 1.272372] NET: Registered protocol family 10 Oct 18 21:26:33 cecil kernel: [ 1.272967] Segment Routing with IPv6 Oct 18 21:26:33 cecil kernel: [ 1.273376] mip6: Mobile IPv6 Oct 18 21:26:33 cecil kernel: [ 1.273656] NET: Registered protocol family 17 Oct 18 21:26:33 cecil kernel: [ 1.274645] microcode: sig=0x906ed, pf=0x2, revision=0xb8 Oct 18 21:26:33 cecil kernel: [ 1.275354] microcode: Microcode Update Driver: v2.2. Oct 18 21:26:33 cecil kernel: [ 1.275359] sched_clock: Marking stable (1266566937, 8785266)->(1292975865, -17623662) Oct 18 21:26:33 cecil kernel: [ 1.276695] registered taskstats version 1 Oct 18 21:26:33 cecil kernel: [ 1.277034] Loading compiled-in X.509 certificates Oct 18 21:26:33 cecil kernel: [ 1.278617] rtc_cmos rtc_cmos: setting system clock to 2019-10-18T19:25:52 UTC (1571426752) Oct 18 21:26:33 cecil kernel: [ 1.279632] Freeing unused kernel image memory: 1188K Oct 18 21:26:33 cecil kernel: [ 1.289427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 Oct 18 21:26:33 cecil kernel: [ 1.290665] Write protecting the kernel read-only data: 16384k Oct 18 21:26:33 cecil kernel: [ 1.291604] Freeing unused kernel image memory: 2008K Oct 18 21:26:33 cecil kernel: [ 1.292290] Freeing unused kernel image memory: 1888K Oct 18 21:26:33 cecil kernel: [ 1.296414] x86/mm: Checked W+X mappings: passed, no W+X pages found. Oct 18 21:26:33 cecil kernel: [ 1.296914] rodata_test: all tests were successful Oct 18 21:26:33 cecil kernel: [ 1.297278] Run /init as init process Oct 18 21:26:33 cecil kernel: [ 1.361251] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) Oct 18 21:26:33 cecil kernel: [ 1.362141] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) Oct 18 21:26:33 cecil kernel: [ 1.363065] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) Oct 18 21:26:33 cecil kernel: [ 1.363350] thermal LNXTHERM:00: registered as thermal_zone0 Oct 18 21:26:33 cecil kernel: [ 1.364369] ACPI: Thermal Zone [TZ00] (28 C) Oct 18 21:26:33 cecil kernel: [ 1.376755] ACPI: bus type USB registered Oct 18 21:26:33 cecil kernel: [ 1.377081] usbcore: registered new interface driver usbfs Oct 18 21:26:33 cecil kernel: [ 1.377234] SCSI subsystem initialized Oct 18 21:26:33 cecil kernel: [ 1.377513] usbcore: registered new interface driver hub Oct 18 21:26:33 cecil kernel: [ 1.378250] usbcore: registered new device driver usb Oct 18 21:26:33 cecil kernel: [ 1.379239] i801_smbus 0000:00:1f.4: SPD Write Disable is set Oct 18 21:26:33 cecil kernel: [ 1.379743] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt Oct 18 21:26:33 cecil kernel: [ 1.379804] cryptd: max_cpu_qlen set to 1000 Oct 18 21:26:33 cecil kernel: [ 1.405515] nvme nvme0: pci function 0000:05:00.0 Oct 18 21:26:33 cecil kernel: [ 1.430141] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k Oct 18 21:26:33 cecil kernel: [ 1.430202] libata version 3.00 loaded. Oct 18 21:26:33 cecil kernel: [ 1.454393] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. Oct 18 21:26:33 cecil kernel: [ 1.478738] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode Oct 18 21:26:33 cecil kernel: [ 1.509879] xhci_hcd 0000:00:14.0: xHCI Host Controller Oct 18 21:26:33 cecil kernel: [ 1.534803] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 Oct 18 21:26:33 cecil kernel: [ 1.560059] AVX2 version of gcm_enc/dec engaged. Oct 18 21:26:33 cecil kernel: [ 1.560930] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810 Oct 18 21:26:33 cecil kernel: [ 1.585105] AES CTR mode by8 optimization enabled Oct 18 21:26:33 cecil kernel: [ 1.610513] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported Oct 18 21:26:33 cecil kernel: [ 1.636096] nvme nvme0: missing or invalid SUBNQN field. Oct 18 21:26:33 cecil kernel: [ 1.661437] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03 Oct 18 21:26:33 cecil kernel: [ 1.687172] nvme nvme0: Shutdown timeout set to 8 seconds Oct 18 21:26:33 cecil kernel: [ 1.712935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Oct 18 21:26:33 cecil kernel: [ 1.734392] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock Oct 18 21:26:33 cecil kernel: [ 1.749646] nvme nvme0: 8/0/0 default/read/poll queues Oct 18 21:26:33 cecil kernel: [ 1.765420] ahci 0000:00:17.0: version 3.0 Oct 18 21:26:33 cecil kernel: [ 1.765435] usb usb1: Product: xHCI Host Controller Oct 18 21:26:33 cecil kernel: [ 1.765436] usb usb1: Manufacturer: Linux 5.3.6-raw xhci-hcd Oct 18 21:26:33 cecil kernel: [ 1.765436] usb usb1: SerialNumber: 0000:00:14.0 Oct 18 21:26:33 cecil kernel: [ 1.765567] hub 1-0:1.0: USB hub found Oct 18 21:26:33 cecil kernel: [ 1.765582] hub 1-0:1.0: 16 ports detected Oct 18 21:26:33 cecil kernel: [ 1.766507] xhci_hcd 0000:00:14.0: xHCI Host Controller Oct 18 21:26:33 cecil kernel: [ 1.766508] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 Oct 18 21:26:33 cecil kernel: [ 1.766510] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed Oct 18 21:26:33 cecil kernel: [ 1.766560] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03 Oct 18 21:26:33 cecil kernel: [ 1.766561] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Oct 18 21:26:33 cecil kernel: [ 1.766561] usb usb2: Product: xHCI Host Controller Oct 18 21:26:33 cecil kernel: [ 1.766561] usb usb2: Manufacturer: Linux 5.3.6-raw xhci-hcd Oct 18 21:26:33 cecil kernel: [ 1.766562] usb usb2: SerialNumber: 0000:00:14.0 Oct 18 21:26:33 cecil kernel: [ 1.766673] hub 2-0:1.0: USB hub found Oct 18 21:26:33 cecil kernel: [ 1.766699] hub 2-0:1.0: 10 ports detected Oct 18 21:26:33 cecil kernel: [ 1.766870] usb: port power management may be unreliable Oct 18 21:26:33 cecil kernel: [ 1.797291] nvme0n1: p1 p2 p3 Oct 18 21:26:33 cecil kernel: [ 1.800772] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 0c:9d:92:66:99:ef Oct 18 21:26:33 cecil kernel: [ 1.800775] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection Oct 18 21:26:33 cecil kernel: [ 1.800868] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF Oct 18 21:26:33 cecil kernel: [ 1.817953] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode Oct 18 21:26:33 cecil kernel: [ 2.028593] tsc: Refined TSC clocksource calibration: 3599.999 MHz Oct 18 21:26:33 cecil kernel: [ 2.048361] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst Oct 18 21:26:33 cecil kernel: [ 2.074405] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e4525366a, max_idle_ns: 440795257657 ns Oct 18 21:26:33 cecil kernel: [ 2.086555] usb 1-14: new full-speed USB device number 2 using xhci_hcd Oct 18 21:26:33 cecil kernel: [ 2.114063] scsi host0: ahci Oct 18 21:26:33 cecil kernel: [ 2.477988] clocksource: Switched to clocksource tsc Oct 18 21:26:33 cecil kernel: [ 2.483540] scsi host1: ahci Oct 18 21:26:33 cecil kernel: [ 2.525834] input: PS2++ Logitech TrackMan as /devices/platform/i8042/serio1/input/input2 Oct 18 21:26:33 cecil kernel: [ 2.532910] scsi host2: ahci Oct 18 21:26:33 cecil kernel: [ 2.587496] scsi host3: ahci Oct 18 21:26:33 cecil kernel: [ 2.588297] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02 Oct 18 21:26:33 cecil kernel: [ 2.613943] scsi host4: ahci Oct 18 21:26:33 cecil kernel: [ 2.639885] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Oct 18 21:26:33 cecil kernel: [ 2.692809] scsi host5: ahci Oct 18 21:26:33 cecil kernel: [ 2.719401] ata1: SATA max UDMA/133 abar m2048@0xa333d000 port 0xa333d100 irq 136 Oct 18 21:26:33 cecil kernel: [ 2.746363] ata2: SATA max UDMA/133 abar m2048@0xa333d000 port 0xa333d180 irq 136 Oct 18 21:26:33 cecil kernel: [ 2.773011] ata3: SATA max UDMA/133 abar m2048@0xa333d000 port 0xa333d200 irq 136 Oct 18 21:26:33 cecil kernel: [ 2.799445] ata4: SATA max UDMA/133 abar m2048@0xa333d000 port 0xa333d280 irq 136 Oct 18 21:26:33 cecil kernel: [ 2.825658] ata5: SATA max UDMA/133 abar m2048@0xa333d000 port 0xa333d300 irq 136 Oct 18 21:26:33 cecil kernel: [ 2.851801] ata6: SATA max UDMA/133 abar m2048@0xa333d000 port 0xa333d380 irq 136 Oct 18 21:26:33 cecil kernel: [ 3.185447] ata2: SATA link down (SStatus 4 SControl 300) Oct 18 21:26:33 cecil kernel: [ 3.215006] ata4: SATA link down (SStatus 4 SControl 300) Oct 18 21:26:33 cecil kernel: [ 3.240792] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Oct 18 21:26:33 cecil kernel: [ 3.266215] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Oct 18 21:26:33 cecil kernel: [ 3.291698] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Oct 18 21:26:33 cecil kernel: [ 3.316795] ata1: SATA link down (SStatus 4 SControl 300) Oct 18 21:26:33 cecil kernel: [ 3.341127] ata6.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133 Oct 18 21:26:33 cecil kernel: [ 3.366042] ata6.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA Oct 18 21:26:33 cecil kernel: [ 3.390998] ata3.00: ATA-9: WDC WD40EFRX-68WT0N0, 82.00A82, max UDMA/133 Oct 18 21:26:33 cecil kernel: [ 3.416587] ata3.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA Oct 18 21:26:33 cecil kernel: [ 3.442230] ata5.00: ATA-9: WDC WD40EFRX-68WT0N0, 82.00A82, max UDMA/133 Oct 18 21:26:33 cecil kernel: [ 3.467655] ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA Oct 18 21:26:33 cecil kernel: [ 3.493915] ata5.00: configured for UDMA/133 Oct 18 21:26:33 cecil kernel: [ 3.519254] ata3.00: configured for UDMA/133 Oct 18 21:26:33 cecil kernel: [ 3.544598] ata6.00: configured for UDMA/133 Oct 18 21:26:33 cecil kernel: [ 3.544738] scsi 2:0:0:0: Direct-Access ATA WDC WD40EFRX-68W 0A82 PQ: 0 ANSI: 5 Oct 18 21:26:33 cecil kernel: [ 3.593834] scsi 4:0:0:0: Direct-Access ATA WDC WD40EFRX-68W 0A82 PQ: 0 ANSI: 5 Oct 18 21:26:33 cecil kernel: [ 3.618016] scsi 5:0:0:0: Direct-Access ATA WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5 Oct 18 21:26:33 cecil kernel: [ 3.643948] sd 2:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) Oct 18 21:26:33 cecil kernel: [ 3.643956] sd 4:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) Oct 18 21:26:33 cecil kernel: [ 3.644048] sd 5:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) Oct 18 21:26:33 cecil kernel: [ 3.644049] sd 5:0:0:0: [sdc] 4096-byte physical blocks Oct 18 21:26:33 cecil kernel: [ 3.644054] sd 5:0:0:0: [sdc] Write Protect is off Oct 18 21:26:33 cecil kernel: [ 3.644055] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00 Oct 18 21:26:33 cecil kernel: [ 3.644062] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 18 21:26:33 cecil kernel: [ 3.669079] sd 2:0:0:0: [sda] 4096-byte physical blocks Oct 18 21:26:33 cecil kernel: [ 3.683450] sdc: sdc1 sdc2 Oct 18 21:26:33 cecil kernel: [ 3.683739] sd 5:0:0:0: [sdc] Attached SCSI disk Oct 18 21:26:33 cecil kernel: [ 3.693256] sd 4:0:0:0: [sdb] 4096-byte physical blocks Oct 18 21:26:33 cecil kernel: [ 3.716327] sd 2:0:0:0: [sda] Write Protect is off Oct 18 21:26:33 cecil kernel: [ 3.738804] sd 4:0:0:0: [sdb] Write Protect is off Oct 18 21:26:33 cecil kernel: [ 3.761353] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 Oct 18 21:26:33 cecil kernel: [ 3.761358] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 18 21:26:33 cecil kernel: [ 3.783763] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00 Oct 18 21:26:33 cecil kernel: [ 3.783768] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 18 21:26:33 cecil kernel: [ 3.858039] sda: sda1 sda2 Oct 18 21:26:33 cecil kernel: [ 3.912628] sdb: sdb1 sdb2 Oct 18 21:26:33 cecil kernel: [ 3.913790] sd 2:0:0:0: [sda] Attached SCSI disk Oct 18 21:26:33 cecil kernel: [ 3.935229] sd 4:0:0:0: [sdb] Attached SCSI disk Oct 18 21:26:33 cecil kernel: [ 4.188502] md/raid1:md0: active with 2 out of 2 mirrors Oct 18 21:26:33 cecil kernel: [ 4.257154] md0: detected capacity change from 0 to 4000650690560 Oct 18 21:26:33 cecil kernel: [ 4.377517] raid6: avx2x4 gen() 8605 MB/s Oct 18 21:26:33 cecil kernel: [ 4.437505] raid6: avx2x4 xor() 28275 MB/s Oct 18 21:26:33 cecil kernel: [ 4.475505] raid6: avx2x2 gen() 44070 MB/s Oct 18 21:26:33 cecil kernel: [ 4.513505] raid6: avx2x2 xor() 27515 MB/s Oct 18 21:26:33 cecil kernel: [ 4.551505] raid6: avx2x1 gen() 35164 MB/s Oct 18 21:26:33 cecil kernel: [ 4.588505] raid6: avx2x1 xor() 22642 MB/s Oct 18 21:26:33 cecil kernel: [ 4.625505] raid6: sse2x4 gen() 20550 MB/s Oct 18 21:26:33 cecil kernel: [ 4.662504] raid6: sse2x4 xor() 12607 MB/s Oct 18 21:26:33 cecil kernel: [ 4.699504] raid6: sse2x2 gen() 17546 MB/s Oct 18 21:26:33 cecil kernel: [ 4.735505] raid6: sse2x2 xor() 11818 MB/s Oct 18 21:26:33 cecil kernel: [ 4.771507] raid6: sse2x1 gen() 15652 MB/s Oct 18 21:26:33 cecil kernel: [ 4.807506] raid6: sse2x1 xor() 8933 MB/s Oct 18 21:26:33 cecil kernel: [ 4.826235] raid6: using algorithm avx2x2 gen() 44070 MB/s Oct 18 21:26:33 cecil kernel: [ 4.844810] raid6: .... xor() 27515 MB/s, rmw enabled Oct 18 21:26:33 cecil kernel: [ 4.862908] raid6: using avx2x2 recovery algorithm Oct 18 21:26:33 cecil kernel: [ 4.880936] xor: automatically using best checksumming function avx Oct 18 21:26:33 cecil kernel: [ 4.899722] async_tx: api initialized (async) Oct 18 21:26:33 cecil kernel: [ 4.988588] Btrfs loaded, crc32c=crc32c-intel Oct 18 21:26:33 cecil kernel: [ 5.087406] PM: Image not found (code -22) Oct 18 21:26:33 cecil kernel: [ 5.231318] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null) Oct 18 21:26:33 cecil kernel: <1054>[ 5.575383] systemd-udevd[554]: Network interface NamePolicy= disabled on kernel command line, ignoring. Oct 18 21:26:33 cecil kernel: [ 5.710270] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3 Oct 18 21:26:33 cecil kernel: [ 5.732530] ACPI: Sleep Button [SLPB] Oct 18 21:26:33 cecil kernel: [ 5.732556] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4 Oct 18 21:26:33 cecil kernel: [ 5.732559] ACPI: Power Button [PWRB] Oct 18 21:26:33 cecil kernel: [ 5.732582] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5 Oct 18 21:26:33 cecil kernel: [ 5.735555] ACPI: Power Button [PWRF] Oct 18 21:26:33 cecil kernel: <1054>[ 5.749144] systemd-udevd[573]: Using default interface naming scheme 'v240'. Oct 18 21:26:33 cecil kernel: <1054>[ 5.749763] systemd-udevd[573]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Oct 18 21:26:33 cecil kernel: <1054>[ 5.758335] systemd-udevd[629]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Oct 18 21:26:33 cecil kernel: [ 5.844241] hpet: Lost 1 RTC interrupts Oct 18 21:26:33 cecil kernel: [ 5.914168] hpet: Lost 1 RTC interrupts Oct 18 21:26:33 cecil kernel: [ 5.938067] hpet: Lost 1 RTC interrupts Oct 18 21:26:33 cecil kernel: [ 5.985251] hpet: Lost 1 RTC interrupts Oct 18 21:26:33 cecil kernel: [ 6.032036] hpet: Lost 1 RTC interrupts Oct 18 21:26:33 cecil kernel: [ 6.055662] input: PC Speaker as /devices/platform/pcspkr/input/input6 Oct 18 21:26:33 cecil kernel: [ 6.080315] IPMI message handler: version 39.2 Oct 18 21:26:33 cecil kernel: [ 6.104655] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer Oct 18 21:26:33 cecil kernel: [ 6.128577] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Oct 18 21:26:33 cecil kernel: [ 6.128578] RAPL PMU: hw unit of domain package 2^-14 Joules Oct 18 21:26:33 cecil kernel: [ 6.128578] RAPL PMU: hw unit of domain dram 2^-14 Joules Oct 18 21:26:33 cecil kernel: [ 6.139866] sd 2:0:0:0: Attached scsi generic sg0 type 0 Oct 18 21:26:33 cecil kernel: [ 6.139883] sd 4:0:0:0: Attached scsi generic sg1 type 0 Oct 18 21:26:33 cecil kernel: [ 6.139974] sd 5:0:0:0: Attached scsi generic sg2 type 0 Oct 18 21:26:33 cecil kernel: [ 6.157635] asus_wmi: ASUS WMI generic driver loaded Oct 18 21:26:33 cecil kernel: [ 6.157714] cfg80211: Loading compiled-in X.509 certificates for regulatory database Oct 18 21:26:33 cecil kernel: [ 6.158126] ipmi device interface Oct 18 21:26:33 cecil kernel: [ 6.158374] asus_wmi: Initialization: 0x0 Oct 18 21:26:33 cecil kernel: [ 6.158393] asus_wmi: BIOS WMI version: 0.9 Oct 18 21:26:33 cecil kernel: [ 6.158467] asus_wmi: SFUN value: 0x0 Oct 18 21:26:33 cecil kernel: [ 6.158468] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS Oct 18 21:26:33 cecil kernel: [ 6.158637] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input7 Oct 18 21:26:33 cecil kernel: [ 6.158720] asus_wmi: Number of fans: 1 Oct 18 21:26:33 cecil kernel: [ 6.167893] nvidia: loading out-of-tree module taints kernel. Oct 18 21:26:33 cecil kernel: [ 6.167897] nvidia: module license 'NVIDIA' taints kernel. Oct 18 21:26:33 cecil kernel: [ 6.167897] Disabling lock debugging due to kernel taint Oct 18 21:26:33 cecil kernel: [ 6.199752] Error: Driver 'pcspkr' is already registered, aborting... Oct 18 21:26:33 cecil kernel: [ 6.217018] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 6.217048] snd_hda_intel 0000:02:00.1: Disabling MSI Oct 18 21:26:33 cecil kernel: [ 6.217051] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client Oct 18 21:26:33 cecil kernel: [ 6.218940] nvidia-nvlink: Nvlink Core is being initialized, major device number 243 Oct 18 21:26:33 cecil kernel: [ 6.219128] nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem Oct 18 21:26:33 cecil kernel: [ 6.270591] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 430.50 Thu Sep 5 22:36:31 CDT 2019 Oct 18 21:26:33 cecil kernel: [ 6.903656] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 6.911229] Bluetooth: Core ver 2.22 Oct 18 21:26:33 cecil kernel: [ 6.911234] NET: Registered protocol family 31 Oct 18 21:26:33 cecil kernel: [ 6.911235] Bluetooth: HCI device and connection manager initialized Oct 18 21:26:33 cecil kernel: [ 6.911237] Bluetooth: HCI socket layer initialized Oct 18 21:26:33 cecil kernel: [ 6.911237] Bluetooth: L2CAP socket layer initialized Oct 18 21:26:33 cecil kernel: [ 6.911239] Bluetooth: SCO socket layer initialized Oct 18 21:26:33 cecil kernel: [ 6.922695] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Oct 18 21:26:33 cecil kernel: [ 6.922796] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Oct 18 21:26:33 cecil kernel: [ 6.922797] cfg80211: failed to load regulatory.db Oct 18 21:26:33 cecil kernel: [ 6.927742] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line Oct 18 21:26:33 cecil kernel: [ 6.927742] snd_hda_codec_generic hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) Oct 18 21:26:33 cecil kernel: [ 6.927743] snd_hda_codec_generic hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) Oct 18 21:26:33 cecil kernel: [ 6.927743] snd_hda_codec_generic hdaudioC0D0: mono: mono_out=0x0 Oct 18 21:26:33 cecil kernel: [ 6.927744] snd_hda_codec_generic hdaudioC0D0: dig-out=0x11/0x0 Oct 18 21:26:33 cecil kernel: [ 6.927744] snd_hda_codec_generic hdaudioC0D0: inputs: Oct 18 21:26:33 cecil kernel: [ 6.927745] snd_hda_codec_generic hdaudioC0D0: Front Mic=0x19 Oct 18 21:26:33 cecil kernel: [ 6.927745] snd_hda_codec_generic hdaudioC0D0: Rear Mic=0x18 Oct 18 21:26:33 cecil kernel: [ 6.927746] snd_hda_codec_generic hdaudioC0D0: Line=0x1a Oct 18 21:26:33 cecil kernel: [ 6.947644] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 Oct 18 21:26:33 cecil kernel: [ 6.947668] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 Oct 18 21:26:33 cecil kernel: [ 6.947687] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 Oct 18 21:26:33 cecil kernel: [ 6.947708] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 Oct 18 21:26:33 cecil kernel: [ 6.947727] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 Oct 18 21:26:33 cecil kernel: [ 6.968337] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 7.563833] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input13 Oct 18 21:26:33 cecil kernel: [ 7.707752] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input14 Oct 18 21:26:33 cecil kernel: [ 7.707807] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input15 Oct 18 21:26:33 cecil kernel: [ 7.764386] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input16 Oct 18 21:26:33 cecil kernel: [ 7.795155] usbcore: registered new interface driver btusb Oct 18 21:26:33 cecil kernel: [ 7.796343] Bluetooth: hci0: Firmware revision 0.1 build 216 week 27 2019 Oct 18 21:26:33 cecil kernel: [ 7.810576] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 7.810586] Intel(R) Wireless WiFi driver for Linux Oct 18 21:26:33 cecil kernel: [ 7.810587] Copyright(c) 2003- 2015 Intel Corporation Oct 18 21:26:33 cecil kernel: [ 7.812624] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM Oct 18 21:26:33 cecil kernel: [ 7.812625] iwlwifi 0000:00:14.3: Found debug configuration: 0 Oct 18 21:26:33 cecil kernel: [ 7.812762] iwlwifi 0000:00:14.3: loaded firmware version 46.a41adfe7.0 op_mode iwlmvm Oct 18 21:26:33 cecil kernel: [ 7.862124] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 7.863932] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318 Oct 18 21:26:33 cecil kernel: [ 7.871360] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM Oct 18 21:26:33 cecil kernel: [ 7.871475] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor. Oct 18 21:26:33 cecil kernel: [ 7.912373] iwlwifi 0000:00:14.3: base HW address: 94:b8:6d:55:35:61 Oct 18 21:26:33 cecil kernel: [ 8.232017] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 8.265851] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 8.288818] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' Oct 18 21:26:33 cecil kernel: [ 8.288924] thermal thermal_zone2: failed to read out thermal zone (-61) Oct 18 21:26:33 cecil kernel: <1054>[ 8.289103] systemd-udevd[611]: Using default interface naming scheme 'v240'. Oct 18 21:26:33 cecil kernel: <1054>[ 8.291999] systemd-udevd[611]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Oct 18 21:26:33 cecil kernel: [ 8.307890] kvm: disabled by bios Oct 18 21:26:33 cecil kernel: [ 8.864569] Adding 33554428k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:33554428k SSDsc Oct 18 21:26:33 cecil kernel: [ 8.969431] EXT4-fs (nvme0n1p1): re-mounted. Opts: discard Oct 18 21:26:33 cecil kernel: [ 9.181970] device-mapper: uevent: version 1.0.3 Oct 18 21:26:33 cecil kernel: [ 9.210242] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@xxxxxxxxxx Oct 18 21:26:33 cecil kernel: [ 9.279343] loop: module loaded Oct 18 21:26:33 cecil kernel: [ 9.312493] tun: Universal TUN/TAP device driver, 1.6 Oct 18 21:26:33 cecil kernel: [ 9.344026] nct6775: Enabling hardware monitor logical device mappings. Oct 18 21:26:33 cecil kernel: [ 9.371815] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290 Oct 18 21:26:33 cecil kernel: [ 9.399617] ACPI Warning: SystemIO range 0x0000000000000295-0x0000000000000296 conflicts with OpRegion 0x0000000000000290-0x0000000000000299 (\AMW0.SHWM) (20190703/utaddress-204) Oct 18 21:26:33 cecil kernel: [ 9.428916] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Oct 18 21:26:33 cecil kernel: [ 9.471111] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 430.50 Thu Sep 5 22:39:50 CDT 2019 Oct 18 21:26:33 cecil kernel: [ 9.504576] Linux agpgart interface v0.103 Oct 18 21:26:33 cecil kernel: [ 9.549403] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver Oct 18 21:26:33 cecil kernel: [ 9.579909] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 0 Oct 18 21:26:33 cecil kernel: [ 10.474785] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: discard Oct 18 21:26:33 cecil kernel: [ 10.593135] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) Oct 18 21:26:33 cecil kernel: [ 11.073631] device eth0 entered promiscuous mode Oct 18 21:26:33 cecil kernel: [ 11.170037] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Oct 18 21:26:33 cecil kernel: <1054>[ 11.200784] systemd-udevd[630]: Using default interface naming scheme 'v240'. Oct 18 21:26:33 cecil kernel: [ 11.201759] br0: port 1(eth0) entered blocking state Oct 18 21:26:33 cecil kernel: [ 11.260560] br0: port 1(eth0) entered disabled state Oct 18 21:26:33 cecil kernel: <1054>[ 11.290076] systemd-udevd[630]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Oct 18 21:26:33 cecil kernel: [ 11.423577] 8021q: 802.1Q VLAN Support v1.8 Oct 18 21:26:33 cecil kernel: [ 17.149536] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx Oct 18 21:26:33 cecil kernel: [ 17.182297] br0: port 1(eth0) entered blocking state Oct 18 21:26:33 cecil kernel: [ 17.211665] br0: port 1(eth0) entered forwarding state Oct 18 21:26:33 cecil kernel: [ 17.241247] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready Oct 18 21:26:33 cecil kernel: [ 21.669764] RPC: Registered named UNIX socket transport module. Oct 18 21:26:33 cecil kernel: [ 21.699042] RPC: Registered udp transport module. Oct 18 21:26:33 cecil kernel: [ 21.727314] RPC: Registered tcp transport module. Oct 18 21:26:33 cecil kernel: [ 21.754972] RPC: Registered tcp NFSv4.1 backchannel transport module. Oct 18 21:26:33 cecil kernel: [ 21.790433] FS-Cache: Loaded Oct 18 21:26:33 cecil kernel: [ 21.828657] FS-Cache: Netfs 'nfs' registered for caching Oct 18 21:26:33 cecil kernel: [ 21.860851] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). Oct 18 21:26:33 cecil kernel: [ 32.845829] usb 2-10: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd Oct 18 21:26:33 cecil kernel: [ 32.892693] usb 2-10: New USB device found, idVendor=8564, idProduct=4000, bcdDevice= 0.08 Oct 18 21:26:33 cecil kernel: [ 32.920208] usb 2-10: New USB device strings: Mfr=3, Product=4, SerialNumber=5 Oct 18 21:26:33 cecil kernel: [ 32.947546] usb 2-10: Product: GL3220 Oct 18 21:26:33 cecil kernel: [ 32.974464] usb 2-10: Manufacturer: Genesys Oct 18 21:26:33 cecil kernel: [ 33.001337] usb 2-10: SerialNumber: 000000059 Oct 18 21:26:33 cecil kernel: [ 33.040894] usb-storage 2-10:1.0: USB Mass Storage device detected Oct 18 21:26:33 cecil kernel: [ 33.070459] scsi host6: usb-storage 2-10:1.0 Oct 18 21:26:33 cecil kernel: [ 33.097711] usbcore: registered new interface driver usb-storage Oct 18 21:26:33 cecil kernel: [ 33.128544] usbcore: registered new interface driver uas Oct 18 21:26:33 cecil kernel: [ 34.156765] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE TS08 PQ: 0 ANSI: 5 Oct 18 21:26:33 cecil kernel: [ 34.187538] scsi 6:0:0:1: Direct-Access Generic STORAGE DEVICE TS08 PQ: 0 ANSI: 5 Oct 18 21:26:33 cecil kernel: [ 34.213446] scsi 6:0:0:2: Direct-Access Generic STORAGE DEVICE TS08 PQ: 0 ANSI: 5 Oct 18 21:26:33 cecil kernel: [ 34.238383] sd 6:0:0:0: Attached scsi generic sg3 type 0 Oct 18 21:26:33 cecil kernel: [ 34.240402] sd 6:0:0:0: [sdd] Attached SCSI removable disk Oct 18 21:26:33 cecil kernel: [ 34.264995] sd 6:0:0:1: Attached scsi generic sg4 type 0 Oct 18 21:26:33 cecil kernel: [ 34.315083] sd 6:0:0:2: Attached scsi generic sg5 type 0 Oct 18 21:26:33 cecil kernel: [ 34.901593] sd 6:0:0:1: [sde] 7700480 512-byte logical blocks: (3.94 GB/3.67 GiB) Oct 18 21:26:33 cecil kernel: [ 34.902961] sd 6:0:0:2: [sdf] Attached SCSI removable disk Oct 18 21:26:33 cecil kernel: [ 34.933000] sd 6:0:0:1: [sde] Write Protect is off Oct 18 21:26:33 cecil kernel: [ 34.985014] sd 6:0:0:1: [sde] Mode Sense: 21 00 00 00 Oct 18 21:26:33 cecil kernel: [ 34.985810] sd 6:0:0:1: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA Oct 18 21:26:33 cecil kernel: [ 35.014733] sde: Oct 18 21:26:33 cecil kernel: [ 35.042271] sd 6:0:0:1: [sde] Attached SCSI removable disk Oct 18 21:26:33 cecil kernel: [ 42.283923] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input17 Oct 18 21:26:33 cecil kernel: [ 42.456835] NET: Registered protocol family 38 Oct 18 21:26:33 cecil kernel: [ 42.544918] alg: No test for xcbc(camellia) (xcbc(camellia-asm)) Oct 18 21:26:33 cecil kernel: [ 42.563816] alg: No test for rfc3686(ctr(camellia)) (rfc3686(ctr-camellia-aesni-avx2)) Oct 18 21:26:33 cecil kernel: [ 42.746741] Initializing XFRM netlink socket Oct 18 21:26:34 cecil kernel: [ 43.199998] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Oct 18 21:26:34 cecil kernel: [ 43.199999] Bluetooth: BNEP filters: protocol multicast Oct 18 21:26:34 cecil kernel: [ 43.200018] Bluetooth: BNEP socket layer initialized Oct 18 21:26:34 cecil kernel: [ 43.475463] fuse: init (API version 7.31) Oct 18 21:26:34 cecil kernel: [ 43.566930] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) Oct 18 21:26:35 cecil kernel: [ 44.614035] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory Oct 18 21:26:35 cecil kernel: [ 44.636023] NFSD: Using legacy client tracking operations. Oct 18 21:26:35 cecil kernel: [ 44.657807] NFSD: starting 90-second grace period (net f0000098) Oct 18 21:26:38 cecil kernel: [ 48.028468] alg: No test for echainiv(authenc(hmac(sha256),cbc(aes))) (echainiv(authenc(hmac(sha256-avx2),cbc-aes-aesni))) Oct 18 21:28:53 cecil kernel: [ 182.348009] FAT-fs (sde): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! Oct 18 21:29:29 cecil kernel: [ 218.540904] FAT-fs (sde): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! Oct 18 21:39:37 cecil kernel: [ 826.787350] usb 2-10: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd Oct 18 21:39:38 cecil kernel: [ 827.588902] sd 6:0:0:1: [sde] Unaligned partial completion (resid=78, sector_sz=512) Oct 18 21:39:38 cecil kernel: [ 827.618302] sd 6:0:0:1: [sde] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Oct 18 21:39:38 cecil kernel: [ 827.643455] sd 6:0:0:1: [sde] tag#0 Sense Key : Unit Attention [current] Oct 18 21:39:38 cecil kernel: [ 827.668414] sd 6:0:0:1: [sde] tag#0 Add. Sense: Not ready to ready change, medium may have changed Oct 18 21:39:38 cecil kernel: [ 827.693497] sd 6:0:0:1: [sde] tag#0 CDB: Write(10) 2a 00 00 00 05 a6 00 02 53 00 Oct 18 21:39:38 cecil kernel: [ 827.718435] blk_update_request: I/O error, dev sde, sector 1446 op 0x1:(WRITE) flags 0x100000 phys_seg 595 prio class 0 Oct 18 21:39:38 cecil kernel: [ 827.744043] Buffer I/O error on dev sde, logical block 1446, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.769602] Buffer I/O error on dev sde, logical block 1447, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.794711] Buffer I/O error on dev sde, logical block 1448, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.819591] Buffer I/O error on dev sde, logical block 1449, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.844178] Buffer I/O error on dev sde, logical block 1450, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.868563] Buffer I/O error on dev sde, logical block 1451, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.892754] Buffer I/O error on dev sde, logical block 1452, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.916605] Buffer I/O error on dev sde, logical block 1453, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.940105] Buffer I/O error on dev sde, logical block 1454, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.963153] Buffer I/O error on dev sde, logical block 1455, lost async page write Oct 18 21:39:38 cecil kernel: [ 827.986126] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:38 cecil kernel: [ 828.009098] blk_update_request: I/O error, dev sde, sector 2041 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 Oct 18 21:39:38 cecil kernel: [ 828.032860] FAT-fs (sde): FAT read failed (blocknr 2041) Oct 18 21:39:38 cecil kernel: [ 828.057103] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:38 cecil kernel: [ 828.080690] blk_update_request: I/O error, dev sde, sector 8899 op 0x1:(WRITE) flags 0x100000 phys_seg 1 prio class 0 Oct 18 21:39:39 cecil kernel: [ 828.496487] VFS: busy inodes on changed media or resized disk sde Oct 18 21:39:40 cecil kernel: [ 830.068464] usb 2-10: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd Oct 18 21:39:41 cecil kernel: [ 830.857736] sd 6:0:0:1: [sde] Unaligned partial completion (resid=78, sector_sz=512) Oct 18 21:39:41 cecil kernel: [ 830.887512] sd 6:0:0:1: [sde] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Oct 18 21:39:41 cecil kernel: [ 830.913140] sd 6:0:0:1: [sde] tag#0 Sense Key : Unit Attention [current] Oct 18 21:39:41 cecil kernel: [ 830.938788] sd 6:0:0:1: [sde] tag#0 Add. Sense: Not ready to ready change, medium may have changed Oct 18 21:39:41 cecil kernel: [ 830.964753] sd 6:0:0:1: [sde] tag#0 CDB: Write(10) 2a 00 00 1f 8c d0 00 08 00 00 Oct 18 21:39:41 cecil kernel: [ 830.990831] blk_update_request: I/O error, dev sde, sector 2067664 op 0x1:(WRITE) flags 0x4000 phys_seg 2 prio class 0 Oct 18 21:39:41 cecil kernel: [ 831.019212] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:41 cecil kernel: [ 831.045438] blk_update_request: I/O error, dev sde, sector 2069712 op 0x1:(WRITE) flags 0x4000 phys_seg 2 prio class 0 Oct 18 21:39:41 cecil kernel: [ 831.072541] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:41 cecil kernel: [ 831.099725] blk_update_request: I/O error, dev sde, sector 2071760 op 0x1:(WRITE) flags 0x4000 phys_seg 117 prio class 0 Oct 18 21:39:41 cecil kernel: [ 831.128093] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:41 cecil kernel: [ 831.156105] blk_update_request: I/O error, dev sde, sector 2073808 op 0x1:(WRITE) flags 0x0 phys_seg 136 prio class 0 Oct 18 21:39:42 cecil kernel: [ 831.578510] usb 2-10: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd Oct 18 21:39:43 cecil kernel: [ 832.412915] sd 6:0:0:1: [sde] Unaligned partial completion (resid=78, sector_sz=512) Oct 18 21:39:43 cecil kernel: [ 832.447357] sd 6:0:0:1: [sde] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Oct 18 21:39:43 cecil kernel: [ 832.477797] sd 6:0:0:1: [sde] tag#0 Sense Key : Unit Attention [current] Oct 18 21:39:43 cecil kernel: [ 832.508319] sd 6:0:0:1: [sde] tag#0 Add. Sense: Not ready to ready change, medium may have changed Oct 18 21:39:43 cecil kernel: [ 832.539256] sd 6:0:0:1: [sde] tag#0 CDB: Write(10) 2a 00 00 1f aa 68 00 08 00 00 Oct 18 21:39:43 cecil kernel: [ 832.570175] blk_update_request: I/O error, dev sde, sector 2075240 op 0x1:(WRITE) flags 0x4000 phys_seg 112 prio class 0 Oct 18 21:39:43 cecil kernel: [ 832.601856] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:43 cecil kernel: [ 832.633646] blk_update_request: I/O error, dev sde, sector 2077288 op 0x1:(WRITE) flags 0x4000 phys_seg 79 prio class 0 Oct 18 21:39:43 cecil kernel: [ 832.666072] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:43 cecil kernel: [ 832.698640] blk_update_request: I/O error, dev sde, sector 2079336 op 0x1:(WRITE) flags 0x0 phys_seg 67 prio class 0 Oct 18 21:39:43 cecil kernel: [ 832.732527] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:43 cecil kernel: [ 832.765285] blk_update_request: I/O error, dev sde, sector 2080696 op 0x1:(WRITE) flags 0x4000 phys_seg 200 prio class 0 Oct 18 21:39:44 cecil kernel: [ 833.208555] usb 2-10: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd Oct 18 21:39:44 cecil kernel: [ 833.853646] sd 6:0:0:1: [sde] Unaligned partial completion (resid=78, sector_sz=512) Oct 18 21:39:44 cecil kernel: [ 833.892790] sd 6:0:0:1: [sde] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Oct 18 21:39:44 cecil kernel: [ 833.927667] sd 6:0:0:1: [sde] tag#0 Sense Key : Unit Attention [current] Oct 18 21:39:44 cecil kernel: [ 833.962568] sd 6:0:0:1: [sde] tag#0 Add. Sense: Not ready to ready change, medium may have changed Oct 18 21:39:44 cecil kernel: [ 833.997441] sd 6:0:0:1: [sde] tag#0 CDB: Write(10) 2a 00 00 1f c7 b8 00 05 18 00 Oct 18 21:39:44 cecil kernel: [ 834.031990] blk_update_request: I/O error, dev sde, sector 2082744 op 0x1:(WRITE) flags 0x0 phys_seg 77 prio class 0 Oct 18 21:39:44 cecil kernel: [ 834.067264] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:44 cecil kernel: [ 834.103417] blk_update_request: I/O error, dev sde, sector 1 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 0 Oct 18 21:39:44 cecil kernel: [ 834.103563] VFS: busy inodes on changed media or resized disk sde Oct 18 21:39:44 cecil kernel: [ 834.140577] buffer_io_error: 586 callbacks suppressed Oct 18 21:39:44 cecil kernel: [ 834.140578] Buffer I/O error on dev sde, logical block 1, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.249552] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:45 cecil kernel: [ 834.285641] blk_update_request: I/O error, dev sde, sector 2040 op 0x1:(WRITE) flags 0x0 phys_seg 192 prio class 0 Oct 18 21:39:45 cecil kernel: [ 834.322162] Buffer I/O error on dev sde, logical block 2040, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.358739] Buffer I/O error on dev sde, logical block 2041, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.395016] Buffer I/O error on dev sde, logical block 2042, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.430911] Buffer I/O error on dev sde, logical block 2043, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.466528] Buffer I/O error on dev sde, logical block 2044, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.501715] Buffer I/O error on dev sde, logical block 2045, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.536480] Buffer I/O error on dev sde, logical block 2046, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.570971] Buffer I/O error on dev sde, logical block 2047, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.605187] Buffer I/O error on dev sde, logical block 2048, lost async page write Oct 18 21:39:45 cecil kernel: [ 834.638622] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:45 cecil kernel: [ 834.671457] blk_update_request: I/O error, dev sde, sector 9552 op 0x1:(WRITE) flags 0x0 phys_seg 192 prio class 0 Oct 18 21:39:45 cecil kernel: [ 834.705266] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:45 cecil kernel: [ 834.738599] blk_update_request: I/O error, dev sde, sector 15056 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 0 Oct 18 21:39:45 cecil kernel: [ 834.772392] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:45 cecil kernel: [ 834.806033] blk_update_request: I/O error, dev sde, sector 1865945 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 0 Oct 18 21:39:45 cecil kernel: [ 834.840713] sd 6:0:0:1: [sde] tag#0 device offline or changed Oct 18 21:39:45 cecil kernel: [ 834.874796] blk_update_request: I/O error, dev sde, sector 1865946 op 0x1:(WRITE) flags 0x0 phys_seg 2 prio class 0 Oct 18 21:39:45 cecil kernel: [ 834.911973] VFS: busy inodes on changed media or resized disk sde Oct 18 21:41:50 cecil kernel: [ 959.694637] usb 2-10: USB disconnect, device number 2 Oct 18 21:43:02 cecil kernel: [ 1031.854837] usb 2-5: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd Oct 18 21:43:02 cecil kernel: [ 1031.909708] usb 2-5: New USB device found, idVendor=8564, idProduct=4000, bcdDevice= 0.08 Oct 18 21:43:02 cecil kernel: [ 1031.945013] usb 2-5: New USB device strings: Mfr=3, Product=4, SerialNumber=5 Oct 18 21:43:02 cecil kernel: [ 1031.980581] usb 2-5: Product: GL3220 Oct 18 21:43:02 cecil kernel: [ 1032.016275] usb 2-5: Manufacturer: Genesys Oct 18 21:43:02 cecil kernel: [ 1032.052110] usb 2-5: SerialNumber: 000000059 Oct 18 21:43:02 cecil kernel: [ 1032.090709] usb-storage 2-5:1.0: USB Mass Storage device detected Oct 18 21:43:02 cecil kernel: [ 1032.128724] scsi host6: usb-storage 2-5:1.0 Oct 18 21:43:04 cecil kernel: [ 1033.221774] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE TS08 PQ: 0 ANSI: 5 Oct 18 21:43:04 cecil kernel: [ 1033.263147] scsi 6:0:0:1: Direct-Access Generic STORAGE DEVICE TS08 PQ: 0 ANSI: 5 Oct 18 21:43:04 cecil kernel: [ 1033.299605] scsi 6:0:0:2: Direct-Access Generic STORAGE DEVICE TS08 PQ: 0 ANSI: 5 Oct 18 21:43:04 cecil kernel: [ 1033.334960] sd 6:0:0:0: Attached scsi generic sg3 type 0 Oct 18 21:43:04 cecil kernel: [ 1033.336459] sd 6:0:0:0: [sdd] Attached SCSI removable disk Oct 18 21:43:04 cecil kernel: [ 1033.372328] scsi 6:0:0:1: Attached scsi generic sg4 type 0 Oct 18 21:43:04 cecil kernel: [ 1033.443453] scsi 6:0:0:2: Attached scsi generic sg5 type 0 Oct 18 21:43:04 cecil kernel: [ 1033.882517] sd 6:0:0:1: [sde] 7700480 512-byte logical blocks: (3.94 GB/3.67 GiB) Oct 18 21:43:04 cecil kernel: [ 1033.883016] sd 6:0:0:2: [sdf] Attached SCSI removable disk Oct 18 21:43:04 cecil kernel: [ 1033.919488] sd 6:0:0:1: [sde] Write Protect is off Oct 18 21:43:04 cecil kernel: [ 1033.989707] sd 6:0:0:1: [sde] Mode Sense: 21 00 00 00 Oct 18 21:43:04 cecil kernel: [ 1033.990550] sd 6:0:0:1: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA Oct 18 21:43:04 cecil kernel: [ 1034.027282] sde: Oct 18 21:43:04 cecil kernel: [ 1034.062517] sd 6:0:0:1: [sde] Attached SCSI removable disk Oct 18 21:46:07 cecil kernel: [ 1217.064708] usb 2-5: USB disconnect, device number 3 Oct 18 22:47:43 cecil kernel: [ 4913.074011] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) Oct 18 23:57:56 cecil kernel: [ 9125.530091] nfsd: last server has exited, flushing export cache