Re: snd_hda_codec_hdmi: `hdaudio hdaudioC0D2: Unable to bind the codec`

From: Paul Menzel
Date: Mon Feb 18 2019 - 10:17:39 EST


Dear Takashi,


On 02/14/19 17:06, Takashi Iwai wrote:
> On Thu, 14 Feb 2019 17:00:29 +0100, Paul Menzel wrote:

>> On 02/13/19 16:56, Takashi Iwai wrote:
>>> On Wed, 13 Feb 2019 16:42:19 +0100, Paul Menzel wrote:
>>
>>>> On 02/13/19 16:12, Takashi Iwai wrote:
>>>>> On Wed, 13 Feb 2019 15:58:44 +0100, Paul Menzel wrote:
>>>>>>
>>>>>>> Why the i915 driver gets initialized *so late*?
>>>>>>
>>>>>> Maybe, because itâs built as a module?
>>>>>>
>>>>>> ```
>>>>>> $ grep I915 /boot/config-4.20.8.mx64.245
>>>>>> CONFIG_DRM_I915=m
>>>>>> # CONFIG_DRM_I915_ALPHA_SUPPORT is not set
>>>>>> CONFIG_DRM_I915_CAPTURE_ERROR=y
>>>>>> CONFIG_DRM_I915_COMPRESS_ERROR=y
>>>>>> CONFIG_DRM_I915_USERPTR=y
>>>>>> # CONFIG_DRM_I915_GVT is not set
>>>>>> CONFIG_SND_HDA_I915=y
>>>>>> ```
>>>>>
>>>>> That explains. You built the HD-audio as built-in while the graphics
>>>>> as module. This makes the binding impossible at the time of sound
>>>>> driver initialization.
>>>>>
>>>>> If you build the graphics driver as a module, built the sound driver
>>>>> also as a module.
>>
>> I tried that now, but `SND_HDA_I915` is just a boolean and no tristate.
>>
>> config SND_HDA_I915
>> bool
>> select SND_HDA_COMPONENT
>
> It's not user-choosable in anyway.

Yes, but I read your answer the way, that it could be selected as a
module. (Or did not see, how you knew from looking at the pasted config
options.)

>> Then, I built the HDA subsystem as a module, but that also did not help.
>> The DRM subsystem is started after the HD-audio subsystem.
>>
>> ```
>> $ grep -e SND_HDA= -e SND_HDA_INTEL /boot/config-4.20.8.mx64.245
>> CONFIG_SND_HDA=m
>> CONFIG_SND_HDA_INTEL=m
>
> That's odd. In sound/hda/hdac_i915.c there is an explicit
> request_module("i915"), and at that point, it has a 10 second
> timeout. If this isn't enough, try to raise the number, e.g. 60
> seconds.

I tried as you suggested, and increased it to 60 seconds.

sed -i 's/msecs_to_jiffies(10 * 1000))/msecs_to_jiffies(60 * 1000))/' sound/hda/hdac_i915.c

That seems to have fixed it.

```
$ grep _hda_ 20190218âlinux_4.20.10âdmesg.txt
[ 15.568061] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 15.706898] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC671: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:line
[ 15.708754] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
[ 15.710249] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 15.712031] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 15.712348] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 15.712619] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 15.712929] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 15.713234] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
```

So the time-out, needs to be increased.


Kind regards,

Paul
[ 0.000000] Linux version 4.20.10.mx64.246 (root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 7.3.0 (GCC)) #1 SMP Fri Feb 15 12:24:18 CET 2019
[ 0.000000] Command line: BOOT_IMAGE=/boot/bzImage-4.20.10.mx64.246 crashkernel=256M root=LABEL=root ro console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be173fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000be174000-0x00000000be174fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000be175000-0x00000000be1befff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000be1bf000-0x00000000c4d2ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c4d30000-0x00000000c5c45fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c5c46000-0x00000000c5c72fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000c5c73000-0x00000000c9a86fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000c9a87000-0x00000000c9efdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c9efe000-0x00000000c9efefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9f00000-0x00000000c9ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022e7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: FUJITSU ESPRIMO_P756/D3401-A1, BIOS V5.0.0.11 R1.13.0 for D3401-A1x 02/19/2016
[ 0.000000] tsc: Detected 3400.000 MHz processor
[ 0.001065] tsc: Detected 3408.000 MHz TSC
[ 0.001065] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001066] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001070] last_pfn = 0x22e800 max_arch_pfn = 0x400000000
[ 0.001072] MTRR default type: write-back
[ 0.001072] MTRR fixed ranges enabled:
[ 0.001073] 00000-9FFFF write-back
[ 0.001073] A0000-BFFFF uncachable
[ 0.001074] C0000-FFFFF write-protect
[ 0.001074] MTRR variable ranges enabled:
[ 0.001075] 0 base 00E0000000 mask 7FE0000000 uncachable
[ 0.001075] 1 base 00D0000000 mask 7FF0000000 uncachable
[ 0.001076] 2 base 00CC000000 mask 7FFC000000 uncachable
[ 0.001076] 3 base 00CB000000 mask 7FFF000000 uncachable
[ 0.001076] 4 disabled
[ 0.001077] 5 disabled
[ 0.001077] 6 disabled
[ 0.001077] 7 disabled
[ 0.001077] 8 disabled
[ 0.001077] 9 disabled
[ 0.002076] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002412] last_pfn = 0xc9eff max_arch_pfn = 0x400000000
[ 0.007258] found SMP MP-table at [mem 0x000fcb70-0x000fcb7f] mapped at [(____ptrval____)]
[ 0.007264] Base memory trampoline at [(____ptrval____)] 96000 size 24576
[ 0.007267] Using GB pages for direct mapping
[ 0.007268] BRK [0x02c01000, 0x02c01fff] PGTABLE
[ 0.007269] BRK [0x02c02000, 0x02c02fff] PGTABLE
[ 0.007270] BRK [0x02c03000, 0x02c03fff] PGTABLE
[ 0.007300] BRK [0x02c04000, 0x02c04fff] PGTABLE
[ 0.007526] BRK [0x02c05000, 0x02c05fff] PGTABLE
[ 0.007565] BRK [0x02c06000, 0x02c06fff] PGTABLE
[ 0.007681] RAMDISK: [mem 0x375e7000-0x37aeafff]
[ 0.007695] ACPI: Early table checksum verification disabled
[ 0.007719] ACPI: RSDP 0x00000000000F05B0 000024 (v02 FUJ )
[ 0.007721] ACPI: XSDT 0x00000000C5C4B0A8 0000CC (v01 FUJ PC 11300000 AMI 00010013)
[ 0.007725] ACPI: FACP 0x00000000C5C68440 00010C (v05 FUJ D3401-A1 11300000 AMI 00010013)
[ 0.007728] ACPI: DSDT 0x00000000C5C4B200 01D240 (v02 FUJ D3401-A1 11300000 INTL 20120913)
[ 0.007730] ACPI: FACS 0x00000000C9A86F80 000040
[ 0.007731] ACPI: APIC 0x00000000C5C68550 0000BC (v03 FUJ D3401-A1 11300000 AMI 00010013)
[ 0.007733] ACPI: FPDT 0x00000000C5C68610 000044 (v01 FUJ D3401-A1 11300000 AMI 00010013)
[ 0.007734] ACPI: FIDT 0x00000000C5C68658 00009C (v01 FUJ D3401-A1 11300000 AMI 00010013)
[ 0.007736] ACPI: MCFG 0x00000000C5C686F8 00003C (v01 FUJ D3401-A1 11300000 MSFT 00000097)
[ 0.007738] ACPI: HPET 0x00000000C5C68738 000038 (v01 FUJ D3401-A1 11300000 AMI. 0005000B)
[ 0.007739] ACPI: SSDT 0x00000000C5C68770 0003C5 (v01 SataRe SataTabl 00001000 INTL 20120913)
[ 0.007741] ACPI: LPIT 0x00000000C5C68B38 000094 (v01 INTEL SKL 00000000 MSFT 0000005F)
[ 0.007743] ACPI: SSDT 0x00000000C5C68BD0 000248 (v02 INTEL sensrhub 00000000 INTL 20120913)
[ 0.007744] ACPI: SSDT 0x00000000C5C68E18 002BAE (v02 INTEL PtidDevc 00001000 INTL 20120913)
[ 0.007746] ACPI: SSDT 0x00000000C5C6B9C8 000BE3 (v02 INTEL Ther_Rvp 00001000 INTL 20120913)
[ 0.007748] ACPI: SSDT 0x00000000C5C6C5B0 0006DE (v02 INTEL USB_MAP 00000000 INTL 20120913)
[ 0.007749] ACPI: DBGP 0x00000000C5C6CC90 000034 (v01 INTEL 00000000 MSFT 0000005F)
[ 0.007751] ACPI: DBG2 0x00000000C5C6CCC8 000054 (v00 INTEL 00000000 MSFT 0000005F)
[ 0.007752] ACPI: MSDM 0x00000000C5C6CD20 000055 (v03 FUJ PC 11300000 AMI 00010013)
[ 0.007754] ACPI: SLIC 0x00000000C5C6CD78 000176 (v01 FUJ PC 11300000 AMI 00010013)
[ 0.007756] ACPI: SSDT 0x00000000C5C6CEF0 004C82 (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
[ 0.007757] ACPI: UEFI 0x00000000C5C71B78 000042 (v01 00000000 00000000)
[ 0.007759] ACPI: SSDT 0x00000000C5C71BC0 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
[ 0.007761] ACPI: DMAR 0x00000000C5C72A38 0000A8 (v01 INTEL SKL 00000001 INTL 00000001)
[ 0.007762] ACPI: ASF! 0x00000000C5C72AE0 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.007767] ACPI: Local APIC address 0xfee00000
[ 0.007891] No NUMA configuration found
[ 0.007892] Faking a node at [mem 0x0000000000000000-0x000000022e7fffff]
[ 0.007894] NODE_DATA(0) allocated [mem 0x22e7f9000-0x22e7fcfff]
[ 0.007899] Reserving 256MB of memory at 624MB for crashkernel (System RAM: 7988MB)
[ 0.007907] Zone ranges:
[ 0.007908] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.007909] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.007909] Normal [mem 0x0000000100000000-0x000000022e7fffff]
[ 0.007910] Movable zone start for each node
[ 0.007911] Early memory node ranges
[ 0.007911] node 0: [mem 0x0000000000001000-0x000000000009bfff]
[ 0.007912] node 0: [mem 0x0000000000100000-0x00000000be173fff]
[ 0.007913] node 0: [mem 0x00000000be1bf000-0x00000000c4d2ffff]
[ 0.007913] node 0: [mem 0x00000000c9efe000-0x00000000c9efefff]
[ 0.007914] node 0: [mem 0x0000000100000000-0x000000022e7fffff]
[ 0.008352] Zeroed struct page in unavailable ranges: 45951 pages
[ 0.008353] Initmem setup node 0 [mem 0x0000000000001000-0x000000022e7fffff]
[ 0.008354] On node 0 totalpages: 2045057
[ 0.008355] DMA zone: 64 pages used for memmap
[ 0.008355] DMA zone: 21 pages reserved
[ 0.008356] DMA zone: 3995 pages, LIFO batch:0
[ 0.008411] DMA32 zone: 12532 pages used for memmap
[ 0.008412] DMA32 zone: 802022 pages, LIFO batch:63
[ 0.020106] Normal zone: 19360 pages used for memmap
[ 0.020106] Normal zone: 1239040 pages, LIFO batch:63
[ 0.036509] Reserving Intel graphics memory at [mem 0xcb800000-0xcf7fffff]
[ 0.036611] ACPI: PM-Timer IO Port: 0x1808
[ 0.036612] ACPI: Local APIC address 0xfee00000
[ 0.036616] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.036617] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.036617] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.036618] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.036618] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.036619] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.036619] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.036620] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.036656] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.036657] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.036658] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.036659] ACPI: IRQ0 used by override.
[ 0.036660] ACPI: IRQ9 used by override.
[ 0.036661] Using ACPI (MADT) for SMP configuration information
[ 0.036662] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.036664] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
[ 0.036665] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.036675] [mem 0xcf800000-0xf7ffffff] available for PCI devices
[ 0.036678] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.122496] random: get_random_bytes called from start_kernel+0x90/0x4b0 with crng_init=0
[ 0.122500] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.122674] percpu: Embedded 42 pages/cpu @(____ptrval____) s133784 r8192 d30056 u262144
[ 0.122678] pcpu-alloc: s133784 r8192 d30056 u262144 alloc=1*2097152
[ 0.122678] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.122690] Built 1 zonelists, mobility grouping on. Total pages: 2013080
[ 0.122691] Policy zone: Normal
[ 0.122692] Kernel command line: BOOT_IMAGE=/boot/bzImage-4.20.10.mx64.246 crashkernel=256M root=LABEL=root ro console=ttyS1,115200n8 console=tty0 init=/bin/systemd audit=0
[ 0.122760] audit: disabled (until reboot)
[ 0.146138] Memory: 7685696K/8180228K available (14341K kernel code, 1320K rwdata, 3240K rodata, 1536K init, 1512K bss, 494532K reserved, 0K cma-reserved)
[ 0.146197] Kernel/User page tables isolation: enabled
[ 0.146208] ftrace: allocating 38765 entries in 152 pages
[ 0.156211] rcu: Hierarchical RCU implementation.
[ 0.156212] rcu: RCU event tracing is enabled.
[ 0.156212] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.156213] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.156214] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.157341] NR_IRQS: 16640, nr_irqs: 2048, preallocated irqs: 16
[ 0.157650] spurious 8259A interrupt: IRQ7.
[ 0.159427] Console: colour VGA+ 80x25
[ 0.171115] printk: console [tty0] enabled
[ 0.224628] printk: console [ttyS1] enabled
[ 0.224928] ACPI: Core revision 20181003
[ 0.225461] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.226052] hpet clockevent registered
[ 0.226121] APIC: Switch to symmetric I/O mode setup
[ 0.229322] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.234070] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[ 0.234706] Calibrating delay loop (skipped), value calculated using timer frequency.. 6816.00 BogoMIPS (lpj=3408000)
[ 0.235706] pid_max: default: 32768 minimum: 301
[ 0.237464] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.238293] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.238733] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.239185] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.239832] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.240224] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.240709] mce: CPU supports 10 MCE banks
[ 0.241006] CPU0: Thermal monitoring enabled (TM1)
[ 0.241342] process: using mwait in idle threads
[ 0.241708] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.242057] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.242438] Spectre V2 : Mitigation: Full generic retpoline
[ 0.242706] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.243228] Speculative Store Bypass: Vulnerable
[ 0.243867] Freeing SMP alternatives memory: 44K
[ 0.244706] smpboot: CPU0: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[ 0.244706] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.244708] ... version: 4
[ 0.245026] ... bit width: 48
[ 0.245707] ... generic registers: 4
[ 0.246023] ... value mask: 0000ffffffffffff
[ 0.246406] ... max period: 00007fffffffffff
[ 0.246706] ... fixed-purpose events: 3
[ 0.247023] ... event mask: 000000070000000f
[ 0.247430] rcu: Hierarchical SRCU implementation.
[ 0.247794] smp: Bringing up secondary CPUs ...
[ 0.248195] x86: Booting SMP configuration:
[ 0.248707] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.252259] smp: Brought up 1 node, 8 CPUs
[ 0.252707] smpboot: Max logical packages: 1
[ 0.253036] smpboot: Total of 8 processors activated (54528.00 BogoMIPS)
[ 0.254977] devtmpfs: initialized
[ 0.256729] PM: Registering ACPI NVS region [mem 0xbe174000-0xbe174fff] (4096 bytes)
[ 0.257327] PM: Registering ACPI NVS region [mem 0xc5c73000-0xc9a86fff] (65093632 bytes)
[ 0.258432] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.258725] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.259741] xor: automatically using best checksumming function avx
[ 0.260287] NET: Registered protocol family 16
[ 0.260829] cpuidle: using governor ladder
[ 0.261200] ACPI: bus type PCI registered
[ 0.261200] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.261437] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.262711] PCI: Using configuration type 1 for base access
[ 0.264309] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.281709] raid6: sse2x1 gen() 13476 MB/s
[ 0.298707] raid6: sse2x1 xor() 9968 MB/s
[ 0.315709] raid6: sse2x2 gen() 16683 MB/s
[ 0.332707] raid6: sse2x2 xor() 11453 MB/s
[ 0.349707] raid6: sse2x4 gen() 19484 MB/s
[ 0.366707] raid6: sse2x4 xor() 12392 MB/s
[ 0.383708] raid6: avx2x1 gen() 27414 MB/s
[ 0.400707] raid6: avx2x1 xor() 19482 MB/s
[ 0.417707] raid6: avx2x2 gen() 33039 MB/s
[ 0.434708] raid6: avx2x2 xor() 21599 MB/s
[ 0.451706] raid6: avx2x4 gen() 35671 MB/s
[ 0.468706] raid6: avx2x4 xor() 22851 MB/s
[ 0.469047] raid6: using algorithm avx2x4 gen() 35671 MB/s
[ 0.469436] raid6: .... xor() 22851 MB/s, rmw enabled
[ 0.469707] raid6: using avx2x2 recovery algorithm
[ 0.470088] ACPI: Added _OSI(Module Device)
[ 0.470423] ACPI: Added _OSI(Processor Device)
[ 0.470707] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.471059] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.471444] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.471707] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.491568] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.494196] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.496715] ACPI: Dynamic OEM Table Load:
[ 0.497045] ACPI: SSDT 0xFFFF888224B4F000 0006E4 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.497966] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.499303] ACPI: Dynamic OEM Table Load:
[ 0.499630] ACPI: SSDT 0xFFFF888224ABB400 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.499954] ACPI: Dynamic OEM Table Load:
[ 0.500708] ACPI: SSDT 0xFFFF888224B2EA80 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20120913)
[ 0.501494] ACPI: Dynamic OEM Table Load:
[ 0.501708] ACPI: SSDT 0xFFFF888224A79E00 000130 (v02 PmRef HwpLvt 00003000 INTL 20120913)
[ 0.503168] ACPI: Dynamic OEM Table Load:
[ 0.503524] ACPI: SSDT 0xFFFF888224A7B800 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
[ 0.504106] ACPI: Dynamic OEM Table Load:
[ 0.504708] ACPI: SSDT 0xFFFF888224A79C00 000119 (v02 PmRef ApHwp 00003000 INTL 20120913)
[ 0.505543] ACPI: Dynamic OEM Table Load:
[ 0.505708] ACPI: SSDT 0xFFFF888224A79A00 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
[ 0.510325] ACPI: Interpreter enabled
[ 0.510653] ACPI: (supports S0 S3 S5)
[ 0.510707] ACPI: Using IOAPIC for interrupt routing
[ 0.511093] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.512151] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.514267] ACPI: Power Resource [PG00] (on)
[ 0.516789] ACPI: Power Resource [WRST] (off)
[ 0.517352] ACPI: Power Resource [WRST] (off)
[ 0.517947] ACPI: Power Resource [WRST] (off)
[ 0.518509] ACPI: Power Resource [WRST] (off)
[ 0.518927] ACPI: Power Resource [WRST] (off)
[ 0.519491] ACPI: Power Resource [WRST] (off)
[ 0.519925] ACPI: Power Resource [WRST] (off)
[ 0.520764] ACPI: Power Resource [WRST] (off)
[ 0.521325] ACPI: Power Resource [WRST] (off)
[ 0.521891] ACPI: Power Resource [WRST] (off)
[ 0.522455] ACPI: Power Resource [WRST] (off)
[ 0.522927] ACPI: Power Resource [WRST] (off)
[ 0.523526] ACPI: Power Resource [WRST] (off)
[ 0.523926] ACPI: Power Resource [WRST] (off)
[ 0.524741] ACPI: Power Resource [WRST] (off)
[ 0.525305] ACPI: Power Resource [WRST] (off)
[ 0.525875] ACPI: Power Resource [WRST] (off)
[ 0.526438] ACPI: Power Resource [WRST] (off)
[ 0.526926] ACPI: Power Resource [WRST] (off)
[ 0.527487] ACPI: Power Resource [WRST] (off)
[ 0.533488] ACPI: Power Resource [FN00] (off)
[ 0.533764] ACPI: Power Resource [FN01] (off)
[ 0.534164] ACPI: Power Resource [FN02] (off)
[ 0.534562] ACPI: Power Resource [FN03] (off)
[ 0.534760] ACPI: Power Resource [FN04] (off)
[ 0.536130] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.536567] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.537738] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.538699] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[ 0.538947] PCI host bridge to bus 0000:00
[ 0.539708] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.540188] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.540643] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.540707] pci_bus 0000:00: root bus resource [mem 0xcf800000-0xf7ffffff window]
[ 0.541707] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.542258] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.542712] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
[ 0.542801] pci 0000:00:02.0: [8086:1912] type 00 class 0x030000
[ 0.542808] pci 0000:00:02.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
[ 0.542812] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.542814] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.542961] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[ 0.542979] pci 0000:00:14.0: reg 0x10: [mem 0xf7030000-0xf703ffff 64bit]
[ 0.543032] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.543127] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[ 0.543144] pci 0000:00:14.2: reg 0x10: [mem 0xf704e000-0xf704efff 64bit]
[ 0.543310] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[ 0.543332] pci 0000:00:16.0: reg 0x10: [mem 0xf704d000-0xf704dfff 64bit]
[ 0.543394] pci 0000:00:16.0: PME# supported from D3hot
[ 0.543503] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[ 0.543517] pci 0000:00:17.0: reg 0x10: [mem 0xf7048000-0xf7049fff]
[ 0.543523] pci 0000:00:17.0: reg 0x14: [mem 0xf704c000-0xf704c0ff]
[ 0.543529] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.543534] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.543540] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.543545] pci 0000:00:17.0: reg 0x24: [mem 0xf704b000-0xf704b7ff]
[ 0.543576] pci 0000:00:17.0: PME# supported from D3hot
[ 0.543713] pci 0000:00:1f.0: [8086:a147] type 00 class 0x060100
[ 0.543891] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[ 0.543904] pci 0000:00:1f.2: reg 0x10: [mem 0xf7044000-0xf7047fff]
[ 0.544032] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[ 0.544055] pci 0000:00:1f.3: reg 0x10: [mem 0xf7040000-0xf7043fff 64bit]
[ 0.544083] pci 0000:00:1f.3: reg 0x20: [mem 0xf7020000-0xf702ffff 64bit]
[ 0.544125] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.544248] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[ 0.544265] pci 0000:00:1f.4: reg 0x10: [mem 0xf704a000-0xf704a0ff 64bit]
[ 0.544284] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.544388] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[ 0.544413] pci 0000:00:1f.6: reg 0x10: [mem 0xf7000000-0xf701ffff]
[ 0.544510] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.545984] ACPI: PCI Interrupt Link [LNKA] (IRQs 6 10 *11 12 14 15)
[ 0.546468] ACPI: PCI Interrupt Link [LNKB] (IRQs 6 *10 11 12 14 15)
[ 0.546751] ACPI: PCI Interrupt Link [LNKC] (IRQs 6 10 *11 12 14 15)
[ 0.547234] ACPI: PCI Interrupt Link [LNKD] (IRQs 6 10 *11 12 14 15)
[ 0.547751] ACPI: PCI Interrupt Link [LNKE] (IRQs 6 10 *11 12 14 15)
[ 0.548231] ACPI: PCI Interrupt Link [LNKF] (IRQs 6 10 *11 12 14 15)
[ 0.548751] ACPI: PCI Interrupt Link [LNKG] (IRQs 6 10 *11 12 14 15)
[ 0.549233] ACPI: PCI Interrupt Link [LNKH] (IRQs 6 10 *11 12 14 15)
[ 0.549995] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.550422] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.550708] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.551160] vgaarb: loaded
[ 0.551743] SCSI subsystem initialized
[ 0.552090] libata version 3.00 loaded.
[ 0.552100] ACPI: bus type USB registered
[ 0.552494] usbcore: registered new interface driver usbfs
[ 0.552711] usbcore: registered new interface driver hub
[ 0.553104] usbcore: registered new device driver usb
[ 0.553715] pps_core: LinuxPPS API ver. 1 registered
[ 0.554089] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.554708] PTP clock support registered
[ 0.555057] EDAC MC: Ver: 3.0.0
[ 0.555438] PCI: Using ACPI for IRQ routing
[ 0.562931] PCI: pci_cache_line_size set to 64 bytes
[ 0.562954] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[ 0.562955] e820: reserve RAM buffer [mem 0xbe174000-0xbfffffff]
[ 0.562956] e820: reserve RAM buffer [mem 0xc4d30000-0xc7ffffff]
[ 0.562957] e820: reserve RAM buffer [mem 0xc9eff000-0xcbffffff]
[ 0.562957] e820: reserve RAM buffer [mem 0x22e800000-0x22fffffff]
[ 0.563107] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.563534] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.565715] clocksource: Switched to clocksource tsc-early
[ 0.573247] VFS: Disk quotas dquot_6.6.0
[ 0.573579] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.574079] FS-Cache: Loaded
[ 0.574385] CacheFiles: Loaded
[ 0.574670] pnp: PnP ACPI init
[ 0.575085] system 00:00: [io 0x0a00-0x0a0f] has been reserved
[ 0.575509] system 00:00: [io 0x0a10-0x0a1f] has been reserved
[ 0.575922] system 00:00: [io 0x0a20-0x0a2f] has been reserved
[ 0.576334] system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 0.576749] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.577142] pnp 00:01: [dma 0 disabled]
[ 0.577169] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.577385] system 00:02: [io 0x0400-0x041f] has been reserved
[ 0.577808] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.578265] system 00:02: [io 0xffff] has been reserved
[ 0.578648] system 00:02: [io 0xffff] has been reserved
[ 0.579029] system 00:02: [io 0xffff] has been reserved
[ 0.579412] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.579823] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.580283] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.580334] system 00:03: [io 0x0800-0x087f] has been reserved
[ 0.580759] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.580770] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.580790] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.581214] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.581340] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.581798] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.582245] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.582737] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.583184] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.583631] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.584077] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.584526] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.584972] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.585437] system 00:06: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[ 0.585885] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.585907] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.586364] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.586813] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.587260] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.587725] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.588170] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.588618] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.589064] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.589234] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.589659] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.590357] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.590815] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.591261] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.591710] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.592106] pnp: PnP ACPI: found 10 devices
[ 0.597722] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.598401] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.598402] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.598403] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.598404] pci_bus 0000:00: resource 7 [mem 0xcf800000-0xf7ffffff window]
[ 0.598404] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.598487] NET: Registered protocol family 2
[ 0.598909] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.601256] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.601924] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.602515] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.602987] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.603438] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.603935] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.605157] PCI: CLS 0 bytes, default 64
[ 0.605174] Trying to unpack rootfs image as initramfs...
[ 0.661281] Freeing initrd memory: 5136K
[ 0.661610] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.662052] software IO TLB: mapped [mem 0xc0d30000-0xc4d30000] (64MB)
[ 0.662577] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 0.663158] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 0.663608] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 0.664051] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 0.664438] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 0.664837] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 0.665351] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[ 0.666063] clocksource: Switched to clocksource tsc
[ 0.666886] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[ 0.667499] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 0.668756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.669332] io scheduler noop registered
[ 0.669655] io scheduler deadline registered
[ 0.669990] io scheduler cfq registered (default)
[ 0.670345] io scheduler mq-deadline registered
[ 0.670688] io scheduler kyber registered
[ 0.671058] IPMI message handler: version 39.2
[ 0.671410] ipmi device interface
[ 0.671699] ipmi_si: IPMI System Interface driver
[ 0.672068] ipmi_si: Unable to find any System Interface(s)
[ 0.672472] IPMI Watchdog: driver initialized
[ 0.672808] IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
[ 0.673476] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.674087] ACPI: Power Button [PWRB]
[ 0.674411] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.674973] ACPI: Power Button [PWRF]
[ 0.680813] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.681525] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.682169] ACPI Error: Method parse/execution failed \_TZ.FN00._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.682843] acpi PNP0C0B:00: Failed to change power state to D0
[ 0.688809] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.689520] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.690161] ACPI Error: Method parse/execution failed \_TZ.FN00._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.690823] acpi PNP0C0B:00: Failed to set initial power state
[ 0.691242] acpi PNP0C0B:00: Cannot transition from (unknown) to D3hot
[ 0.697808] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.698518] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.699159] ACPI Error: Method parse/execution failed \_TZ.FN01._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.699824] acpi PNP0C0B:01: Failed to change power state to D0
[ 0.705807] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.706518] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.707160] ACPI Error: Method parse/execution failed \_TZ.FN01._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.707832] acpi PNP0C0B:01: Failed to set initial power state
[ 0.708245] acpi PNP0C0B:01: Cannot transition from (unknown) to D3hot
[ 0.714806] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.715516] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.716158] ACPI Error: Method parse/execution failed \_TZ.FN02._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.716820] acpi PNP0C0B:02: Failed to change power state to D0
[ 0.722805] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.723516] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.724158] ACPI Error: Method parse/execution failed \_TZ.FN02._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.724821] acpi PNP0C0B:02: Failed to set initial power state
[ 0.725236] acpi PNP0C0B:02: Cannot transition from (unknown) to D3hot
[ 0.731806] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.732517] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.733160] ACPI Error: Method parse/execution failed \_TZ.FN03._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.733824] acpi PNP0C0B:03: Failed to change power state to D0
[ 0.739806] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.740516] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.741157] ACPI Error: Method parse/execution failed \_TZ.FN03._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.741819] acpi PNP0C0B:03: Failed to set initial power state
[ 0.742234] acpi PNP0C0B:03: Cannot transition from (unknown) to D3hot
[ 0.748806] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.749516] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.750158] ACPI Error: Method parse/execution failed \_TZ.FN04._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.750821] acpi PNP0C0B:04: Failed to change power state to D0
[ 0.756806] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.757518] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.758160] ACPI Error: Method parse/execution failed \_TZ.FN04._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.758821] acpi PNP0C0B:04: Failed to set initial power state
[ 0.759236] acpi PNP0C0B:04: Cannot transition from (unknown) to D3hot
[ 0.759936] Monitor-Mwait will be used to enter C-1 state
[ 0.759938] Monitor-Mwait will be used to enter C-2 state
[ 0.759939] Monitor-Mwait will be used to enter C-3 state
[ 0.761551] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.762266] ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.763003] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.763715] ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.764409] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.765122] ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.765812] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.766522] ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.767316] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.788521] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.789575] lp: driver loaded but no devices found
[ 0.790255] Linux agpgart interface v0.103
[ 0.793746] brd: module loaded
[ 0.795279] loop: module loaded
[ 0.800143] drbd: initialized. Version: 8.4.10 (api:1/proto:86-101)
[ 0.800583] drbd: built-in
[ 0.800928] drbd: registered as block device major 147
[ 0.801320] Uniform Multi-Platform E-IDE driver
[ 0.801979] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[ 0.802646] Probing IDE interface ide0...
[ 1.324943] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 1.325300] Probing IDE interface ide1...
[ 1.847941] ide1 at 0x170-0x177,0x376 on irq 15
[ 1.848296] ide-gd driver 1.18
[ 1.848572] ide-cd driver 5.00
[ 1.848977] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 1.849612] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 1.850097] megasas: 07.706.03.00-rc1
[ 1.850411] mpt3sas version 26.100.00.00 loaded
[ 1.851410] ahci 0000:00:17.0: version 3.0
[ 1.861843] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x3e impl SATA mode
[ 1.862442] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[ 1.875530] scsi host0: ahci
[ 1.875931] scsi host1: ahci
[ 1.876265] scsi host2: ahci
[ 1.876649] scsi host3: ahci
[ 1.877041] scsi host4: ahci
[ 1.877400] scsi host5: ahci
[ 1.877700] ata1: DUMMY
[ 1.877953] ata2: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b180 irq 120
[ 1.878510] ata3: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b200 irq 120
[ 1.879068] ata4: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b280 irq 120
[ 1.879625] ata5: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b300 irq 120
[ 1.880185] ata6: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b380 irq 120
[ 1.880917] tun: Universal TUN/TAP device driver, 1.6
[ 1.883420] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)
[ 1.884479] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 1.884963] e100: Copyright(c) 1999-2006 Intel Corporation
[ 1.885383] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 1.885927] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.886335] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.886796] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.887364] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.977010] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 2.058459] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 90:1b:0e:96:84:7d
[ 2.059053] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 2.059575] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[ 2.060056] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 2.060536] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.060948] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 2.061534] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.061965] sky2: driver version 1.30
[ 2.062357] Fusion MPT base driver 3.04.20
[ 2.062688] Copyright (c) 1999-2008 LSI Corporation
[ 2.063087] Fusion MPT SPI Host driver 3.04.20
[ 2.063435] Fusion MPT FC Host driver 3.04.20
[ 2.063834] Fusion MPT SAS Host driver 3.04.20
[ 2.064183] Fusion MPT misc device (ioctl) driver 3.04.20
[ 2.064653] mptctl: Registered with Fusion MPT base driver
[ 2.065085] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 2.065461] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.065959] ehci-pci: EHCI PCI platform driver
[ 2.066303] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.066814] ohci-pci: OHCI PCI platform driver
[ 2.067160] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.067786] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.068165] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.069869] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[ 2.070506] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.070843] hub 1-0:1.0: USB hub found
[ 2.071171] hub 1-0:1.0: 16 ports detected
[ 2.072827] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.073206] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.073829] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.074456] hub 2-0:1.0: USB hub found
[ 2.074857] hub 2-0:1.0: 8 ports detected
[ 2.075910] usbcore: registered new interface driver usb-storage
[ 2.076344] usbcore: registered new interface driver ftdi_sio
[ 2.076814] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.077389] usbcore: registered new interface driver omninet
[ 2.077897] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
[ 2.078481] i8042: PNP: No PS/2 controller found.
[ 2.079244] rtc_cmos 00:04: RTC can wake from S4
[ 2.080163] rtc_cmos 00:04: registered as rtc0
[ 2.080558] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.081307] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 2.081749] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 2.083469] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2.083997] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 2.084640] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.085125] iTCO_vendor_support: vendor-support=0
[ 2.085486] nv_tco: NV TCO WatchDog Timer Driver v0.01
[ 2.086210] intel_pstate: Intel P-state driver initializing
[ 2.088529] intel_pstate: HWP enabled
[ 2.088994] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.089547] usbcore: registered new interface driver usbhid
[ 2.090095] usbhid: USB HID core driver
[ 2.090490] Key type dns_resolver registered
[ 2.091297] microcode: sig=0x506e3, pf=0x2, revision=0x7c
[ 2.091765] microcode: Microcode Update Driver: v2.2.
[ 2.091783] sched_clock: Marking stable (2023677290, 68085611)->(2198184509, -106421608)
[ 2.092903] registered taskstats version 1
[ 2.093701] rtc_cmos 00:04: setting system clock to 2019-02-15 12:03:26 UTC (1550232206)
[ 2.191924] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.192487] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.192986] ata6: SATA link down (SStatus 4 SControl 300)
[ 2.193384] ata4: SATA link down (SStatus 4 SControl 300)
[ 2.193892] ata5: SATA link down (SStatus 4 SControl 300)
[ 2.195480] ata2.00: ATA-8: WDC WD5000AAKX-07U6AA1, 17.01H17, max UDMA/133
[ 2.196002] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 2.196913] ata3.00: ATAPI: TSSTcorp CDDVDW SH-216FB, FT00, max UDMA/100
[ 2.198164] ata2.00: configured for UDMA/133
[ 2.200311] ata3.00: configured for UDMA/100
[ 2.394898] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[ 2.527980] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C077.0001/input/input2
[ 2.528939] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-7/input0
[ 2.643900] usb 1-8: new low-speed USB device number 3 using xhci_hcd
[ 2.784276] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0BF8:101E.0002/input/input3
[ 2.837171] hid-generic 0003:0BF8:101E.0002: input,hidraw1: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-8/input0
[ 2.845049] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0BF8:101E.0003/input/input4
[ 2.898064] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0BF8:101E.0003/input/input5
[ 2.899244] hid-generic 0003:0BF8:101E.0003: input,hidraw2: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-8/input1
[ 3.841063] floppy0: no floppy controllers found
[ 3.841643] scsi 1:0:0:0: Direct-Access ATA WDC WD5000AAKX-0 1H17 PQ: 0 ANSI: 5
[ 3.842634] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 3.842662] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 3.843826] sd 1:0:0:0: [sda] Write Protect is off
[ 3.844240] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.844345] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.846337] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-216FB FT00 PQ: 0 ANSI: 5
[ 3.854982] sda: sda1 sda2 sda3
[ 3.856282] sd 1:0:0:0: [sda] Attached SCSI disk
[ 3.896349] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.897095] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.897736] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 3.897808] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 3.899147] Freeing unused kernel image memory: 1536K
[ 3.907902] Write protecting the kernel read-only data: 20480k
[ 3.908761] Freeing unused kernel image memory: 2016K
[ 3.909373] Freeing unused kernel image memory: 856K
[ 3.909865] Run /init as init process
[ 4.095032] random: fast init done
[ 4.206788] XFS (sda1): Mounting V4 Filesystem
[ 4.539809] XFS (sda1): Ending clean mount
[ 4.872908] random: crng init done
[ 6.152982] NET: Registered protocol family 10
[ 6.153592] Segment Routing with IPv6
[ 6.197400] NET: Registered protocol family 1
[ 6.383495] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 6.397312] systemd[1]: Detected architecture x86-64.
[ 6.417443] systemd[1]: Set hostname to <keineahnung.molgen.mpg.de>.
[ 7.350559] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 7.351737] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 8.392278] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 8.393627] systemd[1]: Created slice system-getty.slice.
[ 8.394543] systemd[1]: Created slice User and Session Slice.
[ 8.395373] systemd[1]: Reached target Slices.
[ 8.405172] systemd[1]: Listening on udev Kernel Socket.
[ 9.284585] RPC: Registered named UNIX socket transport module.
[ 9.285084] RPC: Registered udp transport module.
[ 9.285435] RPC: Registered tcp transport module.
[ 9.285864] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.831103] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 10.840969] systemd-journald[178]: Received request to flush runtime journal from PID 1
[ 15.557575] [drm] Replacing VGA console driver
[ 15.559511] Console: switching to colour dummy device 80x25
[ 15.560964] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 15.561301] [drm] Driver supports precise vblank timestamp query.
[ 15.562050] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 15.565143] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[ 15.566640] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 15.567251] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[ 15.568061] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 15.586772] [drm] Cannot find any crtc or sizes
[ 15.599326] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 15.607691] [drm] Cannot find any crtc or sizes
[ 15.625155] [drm] Cannot find any crtc or sizes
[ 15.706898] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC671: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:line
[ 15.708754] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
[ 15.710249] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 15.712031] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 15.712348] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 15.712619] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 15.712929] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 15.713234] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 15.731109] fbcon: inteldrmfb (fb0) is primary device
[ 16.549203] Console: switching to colour frame buffer device 480x135
[ 16.593414] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 17.165172] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 17.165792] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 17.166322] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 17.166973] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 17.167583] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 17.168348] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 17.169038] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 17.169632] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 17.170238] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 17.170923] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 19.451336] e1000e 0000:00:1f.6 net00: renamed from eth0
[ 22.203776] 8021q: 802.1Q VLAN Support v1.8
[ 23.996565] NFSD: starting 90-second grace period (net f0000098)
[ 24.831471] XFS (sda2): Mounting V4 Filesystem
[ 25.166614] e1000e: net00 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 25.748800] XFS (sda2): Ending clean mount
[ 355.266125] FS-Cache: Netfs 'nfs' registered for caching
[ 355.403972] NFS: Registering the id_resolver key type
[ 355.403978] Key type id_resolver registered
[ 355.403978] Key type id_legacy registered
[ 388.620159] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[ 2190.556651] fuse init (API version 7.28)
[11593.448161] traps: xfdesktop[2555] general protection fault ip:7fe4438f326c sp:7ffc68f5db10 error:0 in libgobject-2.0.so.0.5800.1[7fe4438bb000+56000]
[250873.642890] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[253165.561346] usb 1-9: new high-speed USB device number 4 using xhci_hcd
[253165.688068] usb 1-9: no configurations
[253165.688070] usb 1-9: can't read configurations, error -22
[253165.801327] usb 1-9: new high-speed USB device number 5 using xhci_hcd
[253165.932084] usb-storage 1-9:1.0: USB Mass Storage device detected
[253165.932241] scsi host6: usb-storage 1-9:1.0
[253166.999134] scsi 6:0:0:0: Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2
[253166.999390] sd 6:0:0:0: Attached scsi generic sg2 type 0
[253167.001386] sd 6:0:0:0: Power-on or device reset occurred
[253167.003671] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[253170.349464] usb 1-9: USB disconnect, device number 5
[253170.593320] usb 1-9: new high-speed USB device number 6 using xhci_hcd
[253170.725130] usb-storage 1-9:1.0: USB Mass Storage device detected
[253170.725444] scsi host6: usb-storage 1-9:1.0
[253171.728016] scsi 6:0:0:0: Direct-Access Linux File-CD Gadget 0000 PQ: 0 ANSI: 2
[253171.728262] sd 6:0:0:0: Attached scsi generic sg2 type 0
[253171.728786] sd 6:0:0:0: Power-on or device reset occurred
[253171.729826] sd 6:0:0:0: [sdb] Attached SCSI removable disk

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature