Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

TTY (console) colour changed after OpenRC start


digifuzzy

Question

I just finished the update (kernel 4.14.2-1). Out of this I got one thing that is annoying and noobish.

The boot process goes along nicely in TTY. OpenRC starts up. All the while the screen is white text on black background. Then video driver is loaded...
The presentation is just horrible after that with light grey text on a white background!!!

Not sure how that came about as the console default was white text on black background and I didn't make any changes or customizations.
Maybe someone can help? Point me in the right direction?

Edit #1:
setterm does not affect display
contents of dmesg/message or xorg log are "unremarkable"

Edit #2:
Changed Title - Xorg is not installed on system.

Link to comment
Share on other sites

Recommended Posts

  • 0

@palica , I realized that I had made my server setup quite minimal when I followed the install instructions from Funtoo Setup - No Xorg installed.
At boot, openrc sequence will start up and the screen will flicker/change. I'm presuming this is where the video driver kicks in (have an Northern Islands AMD video card).
After the timeout for screen blank has occurred, everything seems normal (white text on black background) - this problem exists at boot.
Again, this problem was not present prior to the kernel update.

I was unable to use scrot to take screenshots and had to resort to my mobile to convey what is happening.

20180115_101022_scaled.jpg

20180115_101138_scaled.jpg

Link to comment
Share on other sites

  • 0

@palica

lspci:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1 GB DDR3
	Flags: bus master, fast devsel, latency 0, IRQ 30, NUMA node 0
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Memory at fddc0000 (64-bit, non-prefetchable) [size=128K]
	I/O ports at de00 [size=256]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 3
	Capabilities: [58] Express Legacy Endpoint, MSI 00
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150] Advanced Error Reporting
	Kernel driver in use: radeon
	Kernel modules: radeon

As for lsmod - using the radeon kernel module. Blacklisting amdkfd did not resolve the observed issue.

sudo lsmod | grep radeon
radeon               1478656  1
ttm                    98304  1 radeon
drm_kms_helper        163840  1 radeon
drm                   372736  4 radeon,ttm,drm_kms_helper
i2c_algo_bit           16384  1 radeon

Not sure if there is something more specific you are asking for from lsmod.

Link to comment
Share on other sites

  • 0

@palica
dmesg:

[    0.000000] Linux version 4.14.2-1 (portage@alexandria) (gcc version 5.4.0 (Funtoo 5.4.0)) #1 SMP Fri Jan 5 17:32:04 MST 2018
[    0.000000] Command line: BOOT_IMAGE=/kernel-debian-sources-x86_64-4.14.2-1 root=UUID=bf0a029d-4caa-4210-be98-2928a64cbfb3 ro
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x19c/0x240 with crng_init=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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000967ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfd9ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cfda0000-0x00000000cfdd0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cfdd1000-0x00000000cfdfffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. GA-990FXA-UD3/GA-990FXA-UD3, BIOS F10e 09/09/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x42f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFF0000000 write-back
[    0.000000]   3 base 0000CFE00000 mask FFFFFFE00000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000042f000000 aka 17136M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xcfe00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcfda0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f4c20-0x000f4c2f] mapped at [ffffffffff000c20]
[    0.000000] Base memory trampoline at [ffff98f680090000] 90000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0xaed8c000, 0xaed8cfff] PGTABLE
[    0.000000] BRK [0xaed8d000, 0xaed8dfff] PGTABLE
[    0.000000] BRK [0xaed8e000, 0xaed8efff] PGTABLE
[    0.000000] BRK [0xaed8f000, 0xaed8ffff] PGTABLE
[    0.000000] BRK [0xaed90000, 0xaed90fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36eb9000-0x37753fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F6B40 000014 (v00 GBT   )
[    0.000000] ACPI: RSDT 0x00000000CFDD1000 000050 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: FACP 0x00000000CFDD1080 000074 (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: DSDT 0x00000000CFDD1100 007997 (v01 GBT    GBTUACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 0x00000000CFDA0000 000040
[    0.000000] ACPI: MSDM 0x00000000CFDD8B80 000055 (v03 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: HPET 0x00000000CFDD8C00 000038 (v01 GBT    GBTUACPI 42302E31 GBTU 00000098)
[    0.000000] ACPI: MCFG 0x00000000CFDD8C40 00003C (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: EUDS 0x00000000CFDD8CC0 000740 (v01 GBT             00000000      00000000)
[    0.000000] ACPI: MATS 0x00000000CFDD9400 000034 (v01 GBT             00000000      00000000)
[    0.000000] ACPI: TAMG 0x00000000CFDD9470 000182 (v01 GBT    GBT   B0 5455312E BG?? 53450101)
[    0.000000] ACPI: APIC 0x00000000CFDD8AC0 0000BC (v01 GBT    GBTUACPI 42302E31 GBTU 01010101)
[    0.000000] ACPI: MATS 0x00000000CFDD9600 006491 (v01        MATS RCM 80000001 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000CFDDFB10 001714 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: IVRS 0x00000000CFDE12A0 0000E8 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000042effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x42eff9000-0x42effdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000042effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000095fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000cfd9ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000042effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000042effffff]
[    0.000000] On node 0 totalpages: 4189493
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3989 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13239 pages used for memmap
[    0.000000]   DMA32 zone: 847264 pages, LIFO batch:31
[    0.000000]   Normal zone: 52160 pages used for memmap
[    0.000000]   Normal zone: 3338240 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00096000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfda0000-0xcfdd0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfdd1000-0xcfdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfe00000-0xcfefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcff00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff]
[    0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 38 pages/cpu @ffff98faaec00000 s115352 r8192 d32104 u262144
[    0.000000] pcpu-alloc: s115352 r8192 d32104 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4124009
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/kernel-debian-sources-x86_64-4.14.2-1 root=UUID=bf0a029d-4caa-4210-be98-2928a64cbfb3 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0xc4000000-0xc5ffffff] (32MB)
[    0.000000] Aperture pointing to e820 RAM. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xc4000000-0xc7ffffff] (65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
[    0.000000] Memory: 16338168K/16757972K available (7543K kernel code, 1305K rwdata, 3272K rodata, 1532K init, 696K bss, 419804K reserved, 0K cma-reserved)
[    0.000000] ftrace: allocating 30940 entries in 121 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 33024, nr_irqs: 488, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 3120.709 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6241.41 BogoMIPS (lpj=12482836)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170728
[    0.004000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.004000] Security Framework initialized
[    0.004000] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.004000] AppArmor: AppArmor initialized
[    0.011813] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.013937] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.014061] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014166] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014418] CPU: Physical Processor ID: 0
[    0.014460] CPU: Processor Core ID: 0
[    0.014501] mce: CPU supports 7 MCE banks
[    0.014544] LVT offset 1 assigned for vector 0xf9
[    0.014588] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.014628] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.015529] Freeing SMP alternatives memory: 28K
[    0.020084] smpboot: Max logical packages: 1
[    0.024316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.068000] smpboot: CPU0: AMD FX(tm)-8120 Eight-Core Processor (family: 0x15, model: 0x1, stepping: 0x2)
[    0.068000] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.068000] ... version:                0
[    0.068000] ... bit width:              48
[    0.068000] ... generic registers:      6
[    0.068000] ... value mask:             0000ffffffffffff
[    0.068000] ... max period:             00007fffffffffff
[    0.068000] ... fixed-purpose events:   0
[    0.068000] ... event mask:             000000000000003f
[    0.068000] Hierarchical SRCU implementation.
[    0.068000] smp: Bringing up secondary CPUs ...
[    0.068000] x86: Booting SMP configuration:
[    0.068000] .... node  #0, CPUs:      #1
[    0.068041] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.068140]  #2 #3 #4 #5 #6 #7
[    0.086539] smp: Brought up 1 node, 8 CPUs
[    0.086539] smpboot: Total of 8 processors activated (49931.34 BogoMIPS)
[    0.088718] devtmpfs: initialized
[    0.088718] x86/mm: Memory block size: 128MB
[    0.092269] PM: Registering ACPI NVS region [mem 0xcfda0000-0xcfdd0fff] (200704 bytes)
[    0.092269] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.092269] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.092327] pinctrl core: initialized pinctrl subsystem
[    0.092468] NET: Registered protocol family 16
[    0.092671] cpuidle: using governor ladder
[    0.092671] cpuidle: using governor menu
[    0.092671] ACPI: bus type PCI registered
[    0.092671] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.092671] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.092671] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.092671] PCI: Using configuration type 1 for base access
[    0.092671] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.092671] mtrr: probably your BIOS does not setup all CPUs.
[    0.096008] mtrr: corrected configuration.
[    0.096768] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.096768] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.096774] ACPI: Added _OSI(Module Device)
[    0.096774] ACPI: Added _OSI(Processor Device)
[    0.096774] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.096774] ACPI: Added _OSI(Processor Aggregator Device)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKB (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKC (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKD (20170728/dspkginit-381)
[    0.100004] ACPI Exception: Could not find/resolve named package element: LNKA (20170728/dspkginit-381)
[    0.108381] ACPI: Interpreter enabled
[    0.108437] ACPI: (supports S0 S3 S4 S5)
[    0.108480] ACPI: Using IOAPIC for interrupt routing
[    0.108544] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.108741] ACPI: Enabled 9 GPEs in block 00 to 1F
[    0.111382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.111427] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.111478] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.112091] PCI host bridge to bus 0000:00
[    0.112132] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.112173] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.112215] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.112262] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.112309] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.112356] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff window]
[    0.112403] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.112453] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.112464] pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
[    0.112603] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    0.112702] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.112719] pci 0000:00:02.0: enabling Extended Tags
[    0.112783] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.112870] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.112885] pci 0000:00:09.0: enabling Extended Tags
[    0.112943] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.113027] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.113042] pci 0000:00:0a.0: enabling Extended Tags
[    0.113099] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.113188] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.113204] pci 0000:00:11.0: reg 0x10: [io  0xff00-0xff07]
[    0.113210] pci 0000:00:11.0: reg 0x14: [io  0xfe00-0xfe03]
[    0.113217] pci 0000:00:11.0: reg 0x18: [io  0xfd00-0xfd07]
[    0.113224] pci 0000:00:11.0: reg 0x1c: [io  0xfc00-0xfc03]
[    0.113230] pci 0000:00:11.0: reg 0x20: [io  0xfb00-0xfb0f]
[    0.113237] pci 0000:00:11.0: reg 0x24: [mem 0xfdfff000-0xfdfff3ff]
[    0.113337] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.113350] pci 0000:00:12.0: reg 0x10: [mem 0xfdffe000-0xfdffefff]
[    0.113473] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.113488] pci 0000:00:12.2: reg 0x10: [mem 0xfdffd000-0xfdffd0ff]
[    0.113545] pci 0000:00:12.2: supports D1 D2
[    0.113546] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.113627] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.113640] pci 0000:00:13.0: reg 0x10: [mem 0xfdffc000-0xfdffcfff]
[    0.113758] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.113773] pci 0000:00:13.2: reg 0x10: [mem 0xfdffb000-0xfdffb0ff]
[    0.113830] pci 0000:00:13.2: supports D1 D2
[    0.113831] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.113911] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.114033] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.114050] pci 0000:00:14.2: reg 0x10: [mem 0xfdff4000-0xfdff7fff 64bit]
[    0.114098] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.114174] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.114296] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.114400] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.114413] pci 0000:00:14.5: reg 0x10: [mem 0xfdffa000-0xfdffafff]
[    0.114531] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.114559] pci 0000:00:15.0: enabling Extended Tags
[    0.114628] pci 0000:00:15.0: supports D1 D2
[    0.114713] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.114741] pci 0000:00:15.1: enabling Extended Tags
[    0.114809] pci 0000:00:15.1: supports D1 D2
[    0.114895] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.114923] pci 0000:00:15.2: enabling Extended Tags
[    0.114992] pci 0000:00:15.2: supports D1 D2
[    0.115076] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.115104] pci 0000:00:15.3: enabling Extended Tags
[    0.115173] pci 0000:00:15.3: supports D1 D2
[    0.115257] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.115270] pci 0000:00:16.0: reg 0x10: [mem 0xfdff9000-0xfdff9fff]
[    0.115387] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.115402] pci 0000:00:16.2: reg 0x10: [mem 0xfdff8000-0xfdff80ff]
[    0.115460] pci 0000:00:16.2: supports D1 D2
[    0.115461] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.115541] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.115619] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.115696] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.115769] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.115845] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.115918] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.116034] pci 0000:01:00.0: [1002:6779] type 00 class 0x030000
[    0.116055] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.116065] pci 0000:01:00.0: reg 0x18: [mem 0xfddc0000-0xfdddffff 64bit]
[    0.116071] pci 0000:01:00.0: reg 0x20: [io  0xde00-0xdeff]
[    0.116083] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.116089] pci 0000:01:00.0: enabling Extended Tags
[    0.116164] pci 0000:01:00.0: supports D1 D2
[    0.116215] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
[    0.116236] pci 0000:01:00.1: reg 0x10: [mem 0xfddfc000-0xfddfffff 64bit]
[    0.116268] pci 0000:01:00.1: enabling Extended Tags
[    0.116343] pci 0000:01:00.1: supports D1 D2
[    0.128017] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.128059] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.128061] pci 0000:00:02.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.128064] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.128107] pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.128128] pci 0000:02:00.0: reg 0x10: [mem 0xfdaf8000-0xfdafffff 64bit]
[    0.128164] pci 0000:02:00.0: enabling Extended Tags
[    0.128242] pci 0000:02:00.0: supports D1 D2
[    0.128243] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.140016] pci 0000:00:09.0: PCI bridge to [bus 02]
[    0.140059] pci 0000:00:09.0:   bridge window [io  0xc000-0xcfff]
[    0.140061] pci 0000:00:09.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    0.140063] pci 0000:00:09.0:   bridge window [mem 0xfd100000-0xfd1fffff 64bit pref]
[    0.140104] pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
[    0.140117] pci 0000:03:00.0: reg 0x10: [io  0xef00-0xef07]
[    0.140123] pci 0000:03:00.0: reg 0x14: [io  0xee00-0xee03]
[    0.140128] pci 0000:03:00.0: reg 0x18: [io  0xed00-0xed07]
[    0.140134] pci 0000:03:00.0: reg 0x1c: [io  0xec00-0xec03]
[    0.140139] pci 0000:03:00.0: reg 0x20: [io  0xeb00-0xeb0f]
[    0.140145] pci 0000:03:00.0: reg 0x24: [mem 0xfd0ff000-0xfd0ff1ff]
[    0.140151] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.140161] pci 0000:03:00.0: Enabling fixed DMA alias to 00.1
[    0.140225] pci 0000:03:00.0: PME# supported from D3hot
[    0.152013] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.152056] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
[    0.152058] pci 0000:00:0a.0:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.152060] pci 0000:00:0a.0:   bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[    0.152105] pci 0000:04:06.0: [10ec:8169] type 00 class 0x020000
[    0.152125] pci 0000:04:06.0: reg 0x10: [io  0xbc00-0xbcff]
[    0.152134] pci 0000:04:06.0: reg 0x14: [mem 0xfdcff000-0xfdcff0ff]
[    0.152176] pci 0000:04:06.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.152208] pci 0000:04:06.0: supports D1 D2
[    0.152209] pci 0000:04:06.0: PME# supported from D1 D2 D3hot D3cold
[    0.152261] pci 0000:04:0e.0: [1106:3044] type 00 class 0x0c0010
[    0.152283] pci 0000:04:0e.0: reg 0x10: [mem 0xfdcfe000-0xfdcfe7ff]
[    0.152293] pci 0000:04:0e.0: reg 0x14: [io  0xbf00-0xbf7f]
[    0.152368] pci 0000:04:0e.0: supports D2
[    0.152369] pci 0000:04:0e.0: PME# supported from D2 D3hot D3cold
[    0.152423] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[    0.152466] pci 0000:00:14.4:   bridge window [io  0xb000-0xbfff]
[    0.152468] pci 0000:00:14.4:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.152471] pci 0000:00:14.4:   bridge window [mem 0xfdb00000-0xfdbfffff pref]
[    0.152473] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.152474] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.152475] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.152477] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.152478] pci 0000:00:14.4:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.152479] pci 0000:00:14.4:   bridge window [mem 0xd0000000-0xfebfffff window] (subtractive decode)
[    0.152529] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.152554] pci 0000:05:00.0: reg 0x10: [io  0xae00-0xaeff]
[    0.152578] pci 0000:05:00.0: reg 0x18: [mem 0xfd8ff000-0xfd8fffff 64bit pref]
[    0.152592] pci 0000:05:00.0: reg 0x20: [mem 0xfd8f8000-0xfd8fbfff 64bit pref]
[    0.152673] pci 0000:05:00.0: supports D1 D2
[    0.152674] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.164021] pci 0000:00:15.0: PCI bridge to [bus 05]
[    0.164064] pci 0000:00:15.0:   bridge window [io  0xa000-0xafff]
[    0.164067] pci 0000:00:15.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.164071] pci 0000:00:15.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.164124] pci 0000:06:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.164152] pci 0000:06:00.0: reg 0x10: [mem 0xfd7f8000-0xfd7fffff 64bit]
[    0.164201] pci 0000:06:00.0: enabling Extended Tags
[    0.164293] pci 0000:06:00.0: supports D1 D2
[    0.164294] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.176019] pci 0000:00:15.1: PCI bridge to [bus 06]
[    0.176063] pci 0000:00:15.1:   bridge window [io  0x9000-0x9fff]
[    0.176066] pci 0000:00:15.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.176069] pci 0000:00:15.1:   bridge window [mem 0xfd600000-0xfd6fffff 64bit pref]
[    0.176110] pci 0000:00:15.2: PCI bridge to [bus 07]
[    0.176154] pci 0000:00:15.2:   bridge window [io  0x8000-0x8fff]
[    0.176157] pci 0000:00:15.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.176160] pci 0000:00:15.2:   bridge window [mem 0xfd400000-0xfd4fffff 64bit pref]
[    0.176198] pci 0000:00:15.3: PCI bridge to [bus 08]
[    0.176241] pci 0000:00:15.3:   bridge window [io  0x7000-0x7fff]
[    0.176243] pci 0000:00:15.3:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.176247] pci 0000:00:15.3:   bridge window [mem 0xfd200000-0xfd2fffff 64bit pref]
[    0.176347] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0
[    0.176347] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0
[    0.176347] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0
[    0.176347] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0
[    0.176422] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0
[    0.176507] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0
[    0.176588] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0
[    0.176670] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0
[    0.180015] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.180053] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.180100] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.180140] vgaarb: loaded
[    0.180140] EDAC MC: Ver: 3.0.0
[    0.180177] PCI: Using ACPI for IRQ routing
[    0.186436] PCI: pci_cache_line_size set to 64 bytes
[    0.186496] e820: reserve RAM buffer [mem 0x00096800-0x0009ffff]
[    0.186498] e820: reserve RAM buffer [mem 0xcfda0000-0xcfffffff]
[    0.186499] e820: reserve RAM buffer [mem 0x42f000000-0x42fffffff]
[    0.186618] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.186618] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.188061] clocksource: Switched to clocksource hpet
[    0.201361] VFS: Disk quotas dquot_6.6.0
[    0.201421] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.201567] AppArmor: AppArmor Filesystem Enabled
[    0.201621] pnp: PnP ACPI init
[    0.201761] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.201805] system 00:00: [io  0x0220-0x0225] has been reserved
[    0.201845] system 00:00: [io  0x0290-0x0294] has been reserved
[    0.201889] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.202137] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
[    0.202190] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:03:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref]
[    0.202239] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:04:06.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
[    0.202316] system 00:01: [io  0x0900-0x091f] has been reserved
[    0.202357] system 00:01: [io  0x0228-0x022f] has been reserved
[    0.202397] system 00:01: [io  0x040b] has been reserved
[    0.202437] system 00:01: [io  0x04d6] has been reserved
[    0.202478] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.202518] system 00:01: [io  0x0c14] has been reserved
[    0.202558] system 00:01: [io  0x0c50-0x0c52] has been reserved
[    0.202599] system 00:01: [io  0x0c6c-0x0c6d] has been reserved
[    0.202639] system 00:01: [io  0x0c6f] has been reserved
[    0.202679] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.205062] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.205103] system 00:01: [io  0x0cd4-0x0cdf] has been reserved
[    0.205144] system 00:01: [io  0x0800-0x08fe] has been reserved
[    0.205184] system 00:01: [io  0x0a10-0x0a17] has been reserved
[    0.205225] system 00:01: [io  0x0b00-0x0b0f] has been reserved
[    0.205267] system 00:01: [io  0x0b10-0x0b1f] has been reserved
[    0.205307] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.205349] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
[    0.205398] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.205541] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.205836] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.205926] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.205970] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.206136] system 00:05: [mem 0x000d5c00-0x000d7fff] has been reserved
[    0.206177] system 00:05: [mem 0x000f0000-0x000f7fff] could not be reserved
[    0.206218] system 00:05: [mem 0x000f8000-0x000fbfff] could not be reserved
[    0.206262] system 00:05: [mem 0x000fc000-0x000fffff] could not be reserved
[    0.206302] system 00:05: [mem 0xcfda0000-0xcfdfffff] could not be reserved
[    0.206343] system 00:05: [mem 0xffff0000-0xffffffff] has been reserved
[    0.206383] system 00:05: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.206425] system 00:05: [mem 0x00100000-0xcfd9ffff] could not be reserved
[    0.206465] system 00:05: [mem 0xcfe00000-0xcfefffff] has been reserved
[    0.206506] system 00:05: [mem 0xcff00000-0xcfffffff] could not be reserved
[    0.206546] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.206588] system 00:05: [mem 0xfee00000-0xfee00fff] could not be reserved
[    0.206628] system 00:05: [mem 0xfff80000-0xfffeffff] has been reserved
[    0.206672] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.206689] pnp: PnP ACPI: found 6 devices
[    0.213278] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.213359] pci 0000:01:00.0: BAR 6: assigned [mem 0xfdd00000-0xfdd1ffff pref]
[    0.213406] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.213447] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.213488] pci 0000:00:02.0:   bridge window [mem 0xfdd00000-0xfddfffff]
[    0.213530] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.213577] pci 0000:00:09.0: PCI bridge to [bus 02]
[    0.213617] pci 0000:00:09.0:   bridge window [io  0xc000-0xcfff]
[    0.213661] pci 0000:00:09.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    0.213701] pci 0000:00:09.0:   bridge window [mem 0xfd100000-0xfd1fffff 64bit pref]
[    0.213748] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd000000-0xfd00ffff pref]
[    0.213793] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.213835] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
[    0.213879] pci 0000:00:0a.0:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.213921] pci 0000:00:0a.0:   bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[    0.213969] pci 0000:04:06.0: BAR 6: assigned [mem 0xfdb00000-0xfdb1ffff pref]
[    0.214015] pci 0000:00:14.4: PCI bridge to [bus 04]
[    0.214057] pci 0000:00:14.4:   bridge window [io  0xb000-0xbfff]
[    0.214099] pci 0000:00:14.4:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.214141] pci 0000:00:14.4:   bridge window [mem 0xfdb00000-0xfdbfffff pref]
[    0.214189] pci 0000:00:15.0: PCI bridge to [bus 05]
[    0.214229] pci 0000:00:15.0:   bridge window [io  0xa000-0xafff]
[    0.214271] pci 0000:00:15.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.214313] pci 0000:00:15.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.214361] pci 0000:00:15.1: PCI bridge to [bus 06]
[    0.214401] pci 0000:00:15.1:   bridge window [io  0x9000-0x9fff]
[    0.214444] pci 0000:00:15.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.214485] pci 0000:00:15.1:   bridge window [mem 0xfd600000-0xfd6fffff 64bit pref]
[    0.214533] pci 0000:00:15.2: PCI bridge to [bus 07]
[    0.214573] pci 0000:00:15.2:   bridge window [io  0x8000-0x8fff]
[    0.214615] pci 0000:00:15.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.214656] pci 0000:00:15.2:   bridge window [mem 0xfd400000-0xfd4fffff 64bit pref]
[    0.214704] pci 0000:00:15.3: PCI bridge to [bus 08]
[    0.214744] pci 0000:00:15.3:   bridge window [io  0x7000-0x7fff]
[    0.214787] pci 0000:00:15.3:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.214828] pci 0000:00:15.3:   bridge window [mem 0xfd200000-0xfd2fffff 64bit pref]
[    0.214877] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.214879] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.214880] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.214881] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.214882] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.214883] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfebfffff window]
[    0.214885] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.214886] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfddfffff]
[    0.214887] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.214889] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.214890] pci_bus 0000:02: resource 1 [mem 0xfda00000-0xfdafffff]
[    0.214891] pci_bus 0000:02: resource 2 [mem 0xfd100000-0xfd1fffff 64bit pref]
[    0.214892] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.214893] pci_bus 0000:03: resource 1 [mem 0xfd000000-0xfd0fffff]
[    0.214894] pci_bus 0000:03: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
[    0.214896] pci_bus 0000:04: resource 0 [io  0xb000-0xbfff]
[    0.214897] pci_bus 0000:04: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.214898] pci_bus 0000:04: resource 2 [mem 0xfdb00000-0xfdbfffff pref]
[    0.214899] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.214900] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.214901] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.214902] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.214904] pci_bus 0000:04: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.214905] pci_bus 0000:04: resource 9 [mem 0xd0000000-0xfebfffff window]
[    0.214906] pci_bus 0000:05: resource 0 [io  0xa000-0xafff]
[    0.214907] pci_bus 0000:05: resource 1 [mem 0xfd900000-0xfd9fffff]
[    0.214908] pci_bus 0000:05: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.214909] pci_bus 0000:06: resource 0 [io  0x9000-0x9fff]
[    0.214911] pci_bus 0000:06: resource 1 [mem 0xfd700000-0xfd7fffff]
[    0.214912] pci_bus 0000:06: resource 2 [mem 0xfd600000-0xfd6fffff 64bit pref]
[    0.214913] pci_bus 0000:07: resource 0 [io  0x8000-0x8fff]
[    0.214914] pci_bus 0000:07: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.214915] pci_bus 0000:07: resource 2 [mem 0xfd400000-0xfd4fffff 64bit pref]
[    0.214916] pci_bus 0000:08: resource 0 [io  0x7000-0x7fff]
[    0.214917] pci_bus 0000:08: resource 1 [mem 0xfd300000-0xfd3fffff]
[    0.214919] pci_bus 0000:08: resource 2 [mem 0xfd200000-0xfd2fffff 64bit pref]
[    0.214984] NET: Registered protocol family 2
[    0.215201] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.215512] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.215774] TCP: Hash tables configured (established 131072 bind 65536)
[    0.215870] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.215976] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.216132] NET: Registered protocol family 1
[    0.536471] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.536876] PCI: CLS 64 bytes, default 64
[    0.536920] Unpacking initramfs...
[    1.498699] Freeing initrd memory: 8812K
[    1.499070] pci 0000:00:00.2: can't derive routing for PCI INT A
[    1.499111] pci 0000:00:00.2: PCI INT A: no GSI
[    1.499372] iommu: Adding device 0000:00:00.0 to group 0
[    1.499510] iommu: Adding device 0000:00:02.0 to group 1
[    1.499660] iommu: Adding device 0000:00:09.0 to group 2
[    1.499797] iommu: Adding device 0000:00:0a.0 to group 3
[    1.499943] iommu: Adding device 0000:00:11.0 to group 4
[    1.500106] iommu: Adding device 0000:00:12.0 to group 5
[    1.500160] iommu: Adding device 0000:00:12.2 to group 5
[    1.500320] iommu: Adding device 0000:00:13.0 to group 6
[    1.500374] iommu: Adding device 0000:00:13.2 to group 6
[    1.500524] iommu: Adding device 0000:00:14.0 to group 7
[    1.500664] iommu: Adding device 0000:00:14.2 to group 8
[    1.500808] iommu: Adding device 0000:00:14.3 to group 9
[    1.500948] iommu: Adding device 0000:00:14.4 to group 10
[    1.501093] iommu: Adding device 0000:00:14.5 to group 11
[    1.501260] iommu: Adding device 0000:00:15.0 to group 12
[    1.501317] iommu: Adding device 0000:00:15.1 to group 12
[    1.501373] iommu: Adding device 0000:00:15.2 to group 12
[    1.501430] iommu: Adding device 0000:00:15.3 to group 12
[    1.501589] iommu: Adding device 0000:00:16.0 to group 13
[    1.501645] iommu: Adding device 0000:00:16.2 to group 13
[    1.501802] iommu: Adding device 0000:01:00.0 to group 14
[    1.501864] iommu: Adding device 0000:01:00.1 to group 14
[    1.502013] iommu: Adding device 0000:02:00.0 to group 15
[    1.502155] iommu: Adding device 0000:03:00.0 to group 16
[    1.502202] iommu: Adding device 0000:04:06.0 to group 10
[    1.502248] iommu: Adding device 0000:04:0e.0 to group 10
[    1.502299] iommu: Adding device 0000:05:00.0 to group 12
[    1.502348] iommu: Adding device 0000:06:00.0 to group 12
[    1.539379] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.539419] AMD-Vi: Interrupt remapping enabled
[    1.539575] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.541514] amd_uncore: AMD NB counters detected
[    1.541772] LVT offset 0 assigned for vector 0x400
[    1.541900] perf: AMD IBS detected (0x000000ff)
[    1.542261] audit: initializing netlink subsys (disabled)
[    1.542365] audit: type=2000 audit(1516036083.540:1): state=initialized audit_enabled=0 res=1
[    1.542675] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.542819] zbud: loaded
[    1.542964] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    1.920463] Key type asymmetric registered
[    1.920504] Asymmetric key parser 'x509' registered
[    1.920559] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.920668] io scheduler noop registered
[    1.920709] io scheduler deadline registered
[    1.920763] io scheduler cfq registered (default)
[    1.920802] io scheduler mq-deadline registered
[    1.922298] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.942744] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.943232] Linux agpgart interface v0.103
[    1.943317] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.943356] AMD IOMMUv2 functionality not available on this system
[    1.944172] i8042: PNP: No PS/2 controller found.
[    1.944212] i8042: Probing ports directly.
[    1.977381] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    1.977427] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    2.236195] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.236427] mousedev: PS/2 mouse device common for all mice
[    2.236504] rtc_cmos 00:02: RTC can wake from S4
[    2.236634] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.236694] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
[    2.236896] ledtrig-cpu: registered to indicate activity on CPUs
[    2.237406] NET: Registered protocol family 10
[    2.237667] Segment Routing with IPv6
[    2.237731] mip6: Mobile IPv6
[    2.237771] NET: Registered protocol family 17
[    2.237811] mpls_gso: MPLS GSO support
[    2.238424] microcode: CPU0: patch_level=0x0600063d
[    2.238472] microcode: CPU1: patch_level=0x0600063d
[    2.238534] microcode: CPU2: patch_level=0x0600063d
[    2.238584] microcode: CPU3: patch_level=0x0600063d
[    2.238633] microcode: CPU4: patch_level=0x0600063d
[    2.238772] microcode: CPU5: patch_level=0x0600063d
[    2.238820] microcode: CPU6: patch_level=0x0600063d
[    2.238868] microcode: CPU7: patch_level=0x0600063d
[    2.238943] microcode: Microcode Update Driver: v2.2.
[    2.238952] sched_clock: Marking stable (2238937060, 0)->(2444118419, -205181359)
[    2.239354] registered taskstats version 1
[    2.239409] zswap: loaded using pool lzo/zbud
[    2.239555] AppArmor: AppArmor sha1 policy hashing enabled
[    2.239596] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.239938] rtc_cmos 00:02: setting system clock to 2018-01-15 17:08:04 UTC (1516036084)
[    2.242214] Freeing unused kernel memory: 1532K
[    2.242253] Write protecting the kernel read-only data: 12288k
[    2.242634] Freeing unused kernel memory: 640K
[    2.244698] Freeing unused kernel memory: 824K
[    2.254516] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.403463] SCSI subsystem initialized
[    2.406135] libata version 3.00 loaded.
[    2.556047] tsc: Refined TSC clocksource calibration: 3120.830 MHz
[    2.556054] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2cfc24b9c37, max_idle_ns: 440795223706 ns
[    2.647556] ahci 0000:00:11.0: version 3.0
[    2.647816] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    2.647818] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    2.648574] scsi host0: ahci
[    2.648676] scsi host1: ahci
[    2.648772] scsi host2: ahci
[    2.648864] scsi host3: ahci
[    2.648947] scsi host4: ahci
[    2.649032] scsi host5: ahci
[    2.649069] ata1: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff100 irq 19
[    2.649071] ata2: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff180 irq 19
[    2.649073] ata3: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200 irq 19
[    2.649074] ata4: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280 irq 19
[    2.649076] ata5: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff300 irq 19
[    2.649077] ata6: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff380 irq 19
[    2.649240] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.649242] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    2.649512] scsi host6: ahci
[    2.649595] scsi host7: ahci
[    2.649632] ata7: SATA max UDMA/133 abar m512@0xfd0ff000 port 0xfd0ff100 irq 25
[    2.649633] ata8: SATA max UDMA/133 abar m512@0xfd0ff000 port 0xfd0ff180 irq 25
[    2.962645] ata7: SATA link down (SStatus 0 SControl 300)
[    2.962693] ata6: SATA link down (SStatus 0 SControl 300)
[    2.962777] ata8: SATA link down (SStatus 0 SControl 300)
[    3.098661] scsi: <fdomain> Detection failed (no card)
[    3.124155] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.124439] ata5.15: Port Multiplier 1.2, 0x197b:0x5755 r0, 5 ports, feat 0x5/0xf
[    3.125617] ata5.00: hard resetting link
[    3.128153] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.128184] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.128213] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.128244] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.128697] ata2.00: ATAPI: TSSTcorp CDDVDW SH-222AL, SB00, max UDMA/100
[    3.128927] ata1.00: ATA-8: ST1000DM003-1CH162, CC46, max UDMA/133
[    3.128932] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.129201] ata4.00: ATA-9: ST2000DM001-1ER164, CC25, max UDMA/133
[    3.129203] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.129384] ata3.00: ATA-8: Hitachi HDS723020BLA642, MN6OA800, max UDMA/133
[    3.129386] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.129555] ata2.00: configured for UDMA/100
[    3.129791] ata1.00: configured for UDMA/133
[    3.130052] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM003-1CH1 CC46 PQ: 0 ANSI: 5
[    3.130163] ata4.00: configured for UDMA/133
[    3.130289] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.130408] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.130410] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.130433] sd 0:0:0:0: [sda] Write Protect is off
[    3.130435] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.130472] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.130536] ata3.00: configured for UDMA/133
[    3.130954] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-222AL  SB00 PQ: 0 ANSI: 5
[    3.140847]  sda: sda1 sda2 sda3
[    3.141408] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.155359] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.155361] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.155460] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.155525] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.155711] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72302 A800 PQ: 0 ANSI: 5
[    3.155900] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    3.155982] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    3.156005] sd 2:0:0:0: [sdb] Write Protect is off
[    3.156007] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.156057] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.156080] scsi 3:0:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC25 PQ: 0 ANSI: 5
[    3.156287] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    3.156332] sd 3:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    3.156333] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    3.156355] sd 3:0:0:0: [sdc] Write Protect is off
[    3.156357] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.156389] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.166584] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[    3.209427]  sdb: sdb1
[    3.209916] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.223578]  sdc: sdc1
[    3.223971] sd 3:0:0:0: [sdc] Attached SCSI disk
[    3.469271] Fusion MPT base driver 3.04.20
[    3.469272] Copyright (c) 1999-2008 LSI Corporation
[    3.530864] Fusion MPT SPI Host driver 3.04.20
[    3.572388] Fusion MPT FC Host driver 3.04.20
[    3.580185] clocksource: Switched to clocksource tsc
[    3.604214] ata5.00: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    3.604238] ata5.01: hard resetting link
[    3.615609] Fusion MPT SAS Host driver 3.04.20
[    3.646432] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[    3.677460] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    3.708518] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    3.839203] Adaptec aacraid driver 1.2.1[50834]-custom
[    3.914051] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    3.915571] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    3.981570] megasas: 07.702.06.00-rc1
[    4.018757] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 10.00.00.01-k.
[    4.057761] Emulex LightPulse Fibre Channel SCSI driver 11.4.0.3
[    4.057761] Copyright (C) 2017 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
[    4.080222] ata5.01: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    4.080252] ata5.02: hard resetting link
[    4.141549] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    4.191645] mpt3sas version 15.100.00.00 loaded
[    4.385287] hv_storvsc: Unknown symbol vmbus_driver_unregister (err 0)
[    4.385324] hv_storvsc: Unknown symbol vmbus_sendpacket (err 0)
[    4.385330] hv_storvsc: Unknown symbol hv_pkt_iter_first (err 0)
[    4.385347] hv_storvsc: Unknown symbol vmbus_close (err 0)
[    4.385397] hv_storvsc: Unknown symbol vmbus_open (err 0)
[    4.385410] hv_storvsc: Unknown symbol vmbus_proto_version (err 0)
[    4.385422] hv_storvsc: Unknown symbol hv_pkt_iter_close (err 0)
[    4.385431] hv_storvsc: Unknown symbol vmbus_set_sc_create_callback (err 0)
[    4.385438] hv_storvsc: Unknown symbol __vmbus_driver_register (err 0)
[    4.385464] hv_storvsc: Unknown symbol __hv_pkt_iter_next (err 0)
[    4.385469] hv_storvsc: Unknown symbol vmbus_sendpacket_mpb_desc (err 0)
[    4.385475] hv_storvsc: Unknown symbol vmbus_are_subchannels_present (err 0)
[    4.560220] ata5.02: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    4.560245] ata5.03: hard resetting link
[    5.036223] ata5.03: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    5.036249] ata5.04: hard resetting link
[    5.516332] ata5.04: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    5.517477] ata5.00: ATA-8: Hitachi HDS723020BLA642, MN6OA800, max UDMA/133
[    5.517478] ata5.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    5.518669] ata5.00: configured for UDMA/133
[    5.519493] ata5.01: ATA-9: ST2000DM001-1CH164, CC29, max UDMA/133
[    5.519495] ata5.01: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    5.520364] ata5.01: configured for UDMA/133
[    5.521482] ata5.02: ATA-8: Hitachi HDS723020BLA642, MN6OA800, max UDMA/133
[    5.521483] ata5.02: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    5.522691] ata5.02: configured for UDMA/133
[    5.523819] ata5.03: ATA-8: Hitachi HDS723020BLA642, MN6OA800, max UDMA/133
[    5.523821] ata5.03: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    5.525121] ata5.03: configured for UDMA/133
[    5.526063] ata5.04: ATA-9: ST2000DM001-1ER164, CC25, max UDMA/133
[    5.526065] ata5.04: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    5.527180] ata5.04: configured for UDMA/133
[    5.527229] ata5: EH complete
[    5.527393] scsi 4:0:0:0: Direct-Access     ATA      Hitachi HDS72302 A800 PQ: 0 ANSI: 5
[    5.527653] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    5.527688] sd 4:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    5.527706] sd 4:0:0:0: [sdd] Write Protect is off
[    5.527707] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    5.527735] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.527779] scsi 4:1:0:0: Direct-Access     ATA      ST2000DM001-1CH1 CC29 PQ: 0 ANSI: 5
[    5.527996] sd 4:1:0:0: Attached scsi generic sg5 type 0
[    5.528039] sd 4:1:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    5.528041] sd 4:1:0:0: [sde] 4096-byte physical blocks
[    5.528063] sd 4:1:0:0: [sde] Write Protect is off
[    5.528065] sd 4:1:0:0: [sde] Mode Sense: 00 3a 00 00
[    5.528102] sd 4:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.528157] scsi 4:2:0:0: Direct-Access     ATA      Hitachi HDS72302 A800 PQ: 0 ANSI: 5
[    5.528342] sd 4:2:0:0: Attached scsi generic sg6 type 0
[    5.528381] sd 4:2:0:0: [sdf] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    5.528402] sd 4:2:0:0: [sdf] Write Protect is off
[    5.528403] sd 4:2:0:0: [sdf] Mode Sense: 00 3a 00 00
[    5.560109] sd 4:2:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.584823] scsi 4:3:0:0: Direct-Access     ATA      Hitachi HDS72302 A800 PQ: 0 ANSI: 5
[    5.585245] sd 4:3:0:0: Attached scsi generic sg7 type 0
[    5.585446] sd 4:3:0:0: [sdg] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    5.585452] scsi 4:4:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC25 PQ: 0 ANSI: 5
[    5.585468] sd 4:3:0:0: [sdg] Write Protect is off
[    5.585470] sd 4:3:0:0: [sdg] Mode Sense: 00 3a 00 00
[    5.609780] sd 4:3:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.635629] sd 4:4:0:0: Attached scsi generic sg8 type 0
[    5.677573] sd 4:4:0:0: [sdh] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    5.677575] sd 4:4:0:0: [sdh] 4096-byte physical blocks
[    5.677682] sd 4:4:0:0: [sdh] Write Protect is off
[    5.677684] sd 4:4:0:0: [sdh] Mode Sense: 00 3a 00 00
[    5.677732] sd 4:4:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.677742]  sdd: sdd1
[    5.678039]  sde: sde1
[    5.738453] sd 4:0:0:0: [sdd] Attached SCSI disk
[    5.758486]  sdf: sdf1
[    5.758527] sd 4:1:0:0: [sde] Attached SCSI disk
[    5.811684]  sdg: sdg1
[    5.811854] sd 4:2:0:0: [sdf] Attached SCSI disk
[    5.812022] sd 4:3:0:0: [sdg] Attached SCSI disk
[    5.836634]  sdh: sdh1
[    5.837040] sd 4:4:0:0: [sdh] Attached SCSI disk
[    6.135718] ACPI: bus type USB registered
[    6.135736] usbcore: registered new interface driver usbfs
[    6.135744] usbcore: registered new interface driver hub
[    6.135785] usbcore: registered new device driver usb
[    6.138002] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.140372] ehci-pci: EHCI PCI platform driver
[    6.140557] QUIRK: Enable AMD PLL fix
[    6.140582] ehci-pci 0000:00:12.2: EHCI Host Controller
[    6.140591] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    6.140596] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    6.140604] ehci-pci 0000:00:12.2: debug port 1
[    6.140645] ehci-pci 0000:00:12.2: irq 17, io mem 0xfdffd000
[    6.156134] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    6.156253] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.156256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.156259] usb usb1: Product: EHCI Host Controller
[    6.156261] usb usb1: Manufacturer: Linux 4.14.2-1 ehci_hcd
[    6.156264] usb usb1: SerialNumber: 0000:00:12.2
[    6.156447] hub 1-0:1.0: USB hub found
[    6.156453] hub 1-0:1.0: 5 ports detected
[    6.156753] ehci-pci 0000:00:13.2: EHCI Host Controller
[    6.156759] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    6.156762] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    6.156769] ehci-pci 0000:00:13.2: debug port 1
[    6.156796] ehci-pci 0000:00:13.2: irq 17, io mem 0xfdffb000
[    6.172134] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    6.172242] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.172245] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.172248] usb usb2: Product: EHCI Host Controller
[    6.172251] usb usb2: Manufacturer: Linux 4.14.2-1 ehci_hcd
[    6.172253] usb usb2: SerialNumber: 0000:00:13.2
[    6.172428] hub 2-0:1.0: USB hub found
[    6.172435] hub 2-0:1.0: 5 ports detected
[    6.172736] ehci-pci 0000:00:16.2: EHCI Host Controller
[    6.172741] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    6.172744] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    6.172751] ehci-pci 0000:00:16.2: debug port 1
[    6.172778] ehci-pci 0000:00:16.2: irq 17, io mem 0xfdff8000
[    6.188127] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    6.188238] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    6.188242] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.188245] usb usb3: Product: EHCI Host Controller
[    6.188247] usb usb3: Manufacturer: Linux 4.14.2-1 ehci_hcd
[    6.188249] usb usb3: SerialNumber: 0000:00:16.2
[    6.188416] hub 3-0:1.0: USB hub found
[    6.188423] hub 3-0:1.0: 4 ports detected
[    6.294224] hidraw: raw HID events driver (C) Jiri Kosina
[    6.347861] usbcore: registered new interface driver usb-storage
[    6.400287] uhci_hcd: USB Universal Host Controller Interface driver
[    6.454326] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.564660] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    6.564668] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    6.564749] xhci_hcd 0000:02:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
[    6.564859] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    6.564861] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.564862] usb usb4: Product: xHCI Host Controller
[    6.564863] usb usb4: Manufacturer: Linux 4.14.2-1 xhci-hcd
[    6.564864] usb usb4: SerialNumber: 0000:02:00.0
[    6.564976] hub 4-0:1.0: USB hub found
[    6.564985] hub 4-0:1.0: 2 ports detected
[    6.565096] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    6.565100] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 5
[    6.565126] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.565151] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[    6.565152] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.565153] usb usb5: Product: xHCI Host Controller
[    6.565155] usb usb5: Manufacturer: Linux 4.14.2-1 xhci-hcd
[    6.565156] usb usb5: SerialNumber: 0000:02:00.0
[    6.565233] hub 5-0:1.0: USB hub found
[    6.565241] hub 5-0:1.0: 2 ports detected
[    6.565404] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    6.565408] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
[    6.565503] xhci_hcd 0000:06:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
[    6.565596] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[    6.565597] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.565598] usb usb6: Product: xHCI Host Controller
[    6.565599] usb usb6: Manufacturer: Linux 4.14.2-1 xhci-hcd
[    6.565600] usb usb6: SerialNumber: 0000:06:00.0
[    6.565689] hub 6-0:1.0: USB hub found
[    6.565696] hub 6-0:1.0: 2 ports detected
[    6.565786] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    6.565788] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 7
[    6.565805] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.565826] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003
[    6.565827] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.565828] usb usb7: Product: xHCI Host Controller
[    6.565829] usb usb7: Manufacturer: Linux 4.14.2-1 xhci-hcd
[    6.565830] usb usb7: SerialNumber: 0000:06:00.0
[    6.565908] hub 7-0:1.0: USB hub found
[    6.565916] hub 7-0:1.0: 2 ports detected
[    6.623786] usbcore: registered new interface driver usbhid
[    6.623787] usbhid: USB HID core driver
[    7.833456] device-mapper: uevent: version 1.0.3
[    7.833518] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    8.310332] async_tx: api initialized (async)
[    8.342233] xor: automatically using best checksumming function   avx       
[    8.420095] raid6: sse2x1   gen()  4423 MB/s
[    8.488103] raid6: sse2x1   xor()  4293 MB/s
[    8.556096] raid6: sse2x2   gen()  8064 MB/s
[    8.624093] raid6: sse2x2   xor()  6366 MB/s
[    8.692092] raid6: sse2x4   gen() 11563 MB/s
[    8.760095] raid6: sse2x4   xor()  7004 MB/s
[    8.760096] raid6: using algorithm sse2x4 gen() 11563 MB/s
[    8.760096] raid6: .... xor() 7004 MB/s, rmw enabled
[    8.760097] raid6: using ssse3x2 recovery algorithm
[    8.790179] device-mapper: raid: Loading target version 1.13.0
[    9.515470] Btrfs loaded, crc32c=crc32c-generic
[    9.730075] JFS: nTxBlock = 8192, nTxLock = 65536
[    9.837779] RPC: Registered named UNIX socket transport module.
[    9.837780] RPC: Registered udp transport module.
[    9.837781] RPC: Registered tcp transport module.
[    9.837781] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.851815] FS-Cache: Loaded
[    9.856928] FS-Cache: Netfs 'nfs' registered for caching
[    9.934118] fuse init (API version 7.26)
[   10.023444] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   10.023444] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   10.115278] pps_core: LinuxPPS API ver. 1 registered
[   10.115279] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.116806] PTP clock support registered
[   10.224235] Loading iSCSI transport class v2.0-870.
[   10.392597] iscsi: registered transport (tcp)
[   10.677478] AVX version of gcm_enc/dec engaged.
[   10.677478] AES CTR mode by8 optimization enabled
[   11.700432] random: crng init done
[   11.898416] EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
[   11.898594] EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
[   11.953204] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   16.128330] udevd[23402]: starting version 3.2.2
[   16.344133] udevd[23403]: starting eudev-3.2.2
[   16.730988] ohci-pci: OHCI PCI platform driver
[   16.731185] ohci-pci 0000:00:12.0: OHCI PCI host controller
[   16.731193] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 8
[   16.731229] ohci-pci 0000:00:12.0: irq 18, io mem 0xfdffe000
[   16.761838] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[   16.761847] ACPI: Power Button [PWRB]
[   16.761901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   16.761923] ACPI: Power Button [PWRF]
[   16.792080] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[   16.792082] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.792083] usb usb8: Product: OHCI PCI host controller
[   16.792084] usb usb8: Manufacturer: Linux 4.14.2-1 ohci_hcd
[   16.792085] usb usb8: SerialNumber: 0000:00:12.0
[   16.792198] hub 8-0:1.0: USB hub found
[   16.792208] hub 8-0:1.0: 5 ports detected
[   16.792505] ohci-pci 0000:00:13.0: OHCI PCI host controller
[   16.792509] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 9
[   16.792529] ohci-pci 0000:00:13.0: irq 18, io mem 0xfdffc000
[   16.856061] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[   16.856063] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.856064] usb usb9: Product: OHCI PCI host controller
[   16.856065] usb usb9: Manufacturer: Linux 4.14.2-1 ohci_hcd
[   16.856066] usb usb9: SerialNumber: 0000:00:13.0
[   16.856168] hub 9-0:1.0: USB hub found
[   16.856175] hub 9-0:1.0: 5 ports detected
[   16.856359] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20170728/utaddress-247)
[   16.856364] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   16.856528] ohci-pci 0000:00:14.5: OHCI PCI host controller
[   16.856533] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 10
[   16.856553] ohci-pci 0000:00:14.5: irq 18, io mem 0xfdffa000
[   16.920073] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001
[   16.920075] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.920076] usb usb10: Product: OHCI PCI host controller
[   16.920077] usb usb10: Manufacturer: Linux 4.14.2-1 ohci_hcd
[   16.920078] usb usb10: SerialNumber: 0000:00:14.5
[   16.920185] hub 10-0:1.0: USB hub found
[   16.920192] hub 10-0:1.0: 2 ports detected
[   16.920458] ohci-pci 0000:00:16.0: OHCI PCI host controller
[   16.920462] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
[   16.920481] ohci-pci 0000:00:16.0: irq 18, io mem 0xfdff9000
[   16.929584] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   16.929628] sp5100_tco: PCI Vendor ID: 0x1002, Device ID: 0x4385, Revision ID: 0x42
[   16.929657] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   16.929669] sp5100_tco: Last reboot was not triggered by watchdog.
[   16.929730] sp5100_tco: initialized (0xffffaf2f41919b00). heartbeat=60 sec (nowayout=0)
[   16.950560] acpi_cpufreq: overriding BIOS provided _PSD data
[   16.984135] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001
[   16.984139] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   16.984142] usb usb11: Product: OHCI PCI host controller
[   16.984145] usb usb11: Manufacturer: Linux 4.14.2-1 ohci_hcd
[   16.984147] usb usb11: SerialNumber: 0000:00:16.0
[   16.984405] hub 11-0:1.0: USB hub found
[   16.984421] hub 11-0:1.0: 4 ports detected
[   16.985472] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   16.985566] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.048651] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input3
[   17.097420] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   17.097426] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.097430] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   17.097434] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   17.097437] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[   17.097440] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   17.097444] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   17.097448] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   17.097451] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   17.119133] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
[   17.119201] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   17.119268] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   17.119326] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   17.119384] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   17.119442] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   17.119501] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   17.119559] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   17.120887] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   17.156100] usb 8-4: new low-speed USB device number 2 using ohci-pci
[   17.324077] usb 9-3: new full-speed USB device number 2 using ohci-pci
[   17.352073] usb 8-4: New USB device found, idVendor=046d, idProduct=c31c
[   17.352077] usb 8-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   17.352080] usb 8-4: Product: USB Keyboard
[   17.352082] usb 8-4: Manufacturer: Logitech
[   17.364580] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb8/8-4/8-4:1.0/0003:046D:C31C.0001/input/input13
[   17.424370] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:12.0-4/input0
[   17.436858] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb8/8-4/8-4:1.1/0003:046D:C31C.0002/input/input14
[   17.496156] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:12.0-4/input1
[   17.541106] usb 9-3: New USB device found, idVendor=0764, idProduct=0501
[   17.541111] usb 9-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   17.541114] usb 9-3: Product: CRDA103-461
[   17.541117] usb 9-3: Manufacturer: CP1000PFCLCD
[   17.541119] usb 9-3: SerialNumber: CPS
[   17.551095] hid-generic 0003:0764:0501.0003: hiddev0,hidraw2: USB HID v1.10 Device [CP1000PFCLCD CRDA103-461] on usb-0000:00:13.0-3/input0
[   17.736085] firewire_ohci 0000:04:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[   17.754985] kvm: Nested Virtualization enabled
[   17.754990] kvm: Nested Paging enabled
[   17.816614] MCE: In-kernel MCE decoding enabled.
[   17.824955] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   17.825147] r8169 0000:04:06.0 (unnamed net_device) (uninitialized): not PCI Express
[   17.825591] r8169 0000:04:06.0 eth0: RTL8110s at 0xffffaf2f41939000, c0:3f:0e:44:91:b2, XID 04000000 IRQ 20
[   17.825594] r8169 0000:04:06.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[   17.825645] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   17.825656] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[   17.826334] r8169 0000:05:00.0 eth1: RTL8168evl/8111evl at 0xffffaf2f41941000, 50:e5:49:c6:11:2c, XID 0c900800 IRQ 29
[   17.826337] r8169 0000:05:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   17.902081] EDAC amd64: Node 0: DRAM ECC disabled.
[   17.902083] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   17.940971] EDAC amd64: Node 0: DRAM ECC disabled.
[   17.940973] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   17.947561] [drm] radeon kernel modesetting enabled.
[   18.004736] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.004739] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.012629] md/raid:md0: device sde1 operational as raid disk 3
[   18.012631] md/raid:md0: device sdh1 operational as raid disk 6
[   18.012632] md/raid:md0: device sdf1 operational as raid disk 4
[   18.012633] md/raid:md0: device sdd1 operational as raid disk 2
[   18.012635] md/raid:md0: device sdg1 operational as raid disk 5
[   18.012636] md/raid:md0: device sdc1 operational as raid disk 1
[   18.012637] md/raid:md0: device sdb1 operational as raid disk 0
[   18.013645] md/raid:md0: raid level 6 active with 7 out of 7 devices, algorithm 2
[   18.043627] [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779 0x174B:0xE164 0x00).
[   18.043700] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than pnp 00:05 [mem 0x000d5c00-0x000d7fff]
[   18.043706] caller pci_map_rom+0x5d/0xe0 mapping multiple BARs
[   18.044233] ATOM BIOS: C26401
[   18.044709] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[   18.044712] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[   18.044719] [drm] Detected VRAM RAM=1024M, BAR=256M
[   18.044720] [drm] RAM width 64bits DDR
[   18.044907] [TTM] Zone  kernel: Available graphics memory: 8207978 kiB
[   18.044908] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   18.044909] [TTM] Initializing pool allocator
[   18.044917] [TTM] Initializing DMA pool allocator
[   18.044952] [drm] radeon: 1024M of VRAM memory ready
[   18.044954] [drm] radeon: 1024M of GTT memory ready.
[   18.044967] [drm] Loading CAICOS Microcode
[   18.053025] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.053028] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.072509] md0: detected capacity change from 0 to 10001312645120
[   18.080429]  md0: p1
[   18.094369] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/CAICOS_pfp.bin
[   18.099268] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/CAICOS_me.bin
[   18.099927] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/BTC_rlc.bin
[   18.100915] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.100918] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.115414] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/CAICOS_mc.bin
[   18.116429] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/CAICOS_smc.bin
[   18.116436] [drm] Internal thermal controller without fan control
[   18.120868] [drm] radeon: dpm initialized
[   18.121742] radeon 0000:01:00.0: firmware: direct-loading firmware radeon/SUMO_uvd.bin
[   18.121776] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   18.122918] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   18.139609] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[   18.139714] radeon 0000:01:00.0: WB enabled
[   18.139717] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff98fa95b12c00
[   18.139719] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff98fa95b12c0c
[   18.140477] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffaf2f44232118
[   18.140478] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   18.140479] [drm] Driver supports precise vblank timestamp query.
[   18.140480] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   18.140525] radeon 0000:01:00.0: radeon: using MSI.
[   18.140555] [drm] radeon: irq initialized.
[   18.156946] [drm] ring test on 0 succeeded in 2 usecs
[   18.156957] [drm] ring test on 3 succeeded in 6 usecs
[   18.160801] EDAC amd64: Node 0: DRAM ECC disabled.
[   18.160802] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   18.268270] firewire_core 0000:04:0e.0: created device fw0: GUID 0049e5509fab0600, S400
[   18.332760] [drm] ring test on 5 succeeded in 2 usecs
[   18.332769] [drm] UVD initialized successfully.
[   18.333014] [drm] ib test on ring 0 succeeded in 0 usecs
[   18.333122] [drm] ib test on ring 3 succeeded in 0 usecs
[   19.004158] [drm] ib test on ring 5 succeeded
[   19.004995] [drm] Radeon Display Connectors
[   19.004996] [drm] Connector 0:
[   19.004997] [drm]   HDMI-A-1
[   19.004998] [drm]   HPD2
[   19.005001] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   19.005002] [drm]   Encoders:
[   19.005003] [drm]     DFP1: INTERNAL_UNIPHY1
[   19.005005] [drm] Connector 1:
[   19.005006] [drm]   DVI-D-1
[   19.005007] [drm]   HPD4
[   19.005009] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[   19.005010] [drm]   Encoders:
[   19.005011] [drm]     DFP2: INTERNAL_UNIPHY
[   19.005012] [drm] Connector 2:
[   19.005013] [drm]   VGA-1
[   19.005015] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   19.005016] [drm]   Encoders:
[   19.005017] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   19.079707] snd_hda_codec_hdmi hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   19.097732] [drm] fb mappable at 0xD0363000
[   19.097734] [drm] vram apper at 0xD0000000
[   19.097736] [drm] size 8294400
[   19.097737] [drm] fb depth is 24
[   19.097738] [drm]    pitch is 7680
[   19.097874] fbcon: radeondrmfb (fb0) is primary device
[   19.253218] Console: switching to colour frame buffer device 240x67
[   19.267384] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   19.280212] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   19.932240] floppy0: no floppy controllers found
[   21.744042] EXT4-fs (sda3): re-mounted. Opts: (null)
[   22.028472] Adding 2097148k swap on /dev/sda2.  Priority:-2 extents:1 across:2097148k FS
[   22.500269] EXT4-fs (md0p1): mounted filesystem with ordered data mode. Opts: (null)
[   26.437648] r8169 0000:05:00.0: firmware: direct-loading firmware rtl_nic/rtl8168e-3.fw
[   26.542371] r8169 0000:05:00.0 eth1: link down
[   26.542430] r8169 0000:05:00.0 eth1: link down
[   26.542435] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   28.893984] r8169 0000:05:00.0 eth1: link up
[   28.894003] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   29.792807] r8169 0000:04:06.0 eth0: link down
[   29.792860] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   29.792897] r8169 0000:04:06.0 eth0: link down
[   32.801308] r8169 0000:04:06.0 eth0: link up
[   32.801323] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   42.412199] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   43.124902] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   43.134558] NFSD: starting 90-second grace period (net ffffffffbc6ef000)
[   44.530588] ip_tables: (C) 2000-2006 Netfilter Core Team
[   45.352200] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   46.773020] Netfilter messages via NETLINK v0.30.
[   46.782761] ctnetlink v0.93: registering with nfnetlink.
[  116.957565] TCP: request_sock_TCP: Possible SYN flooding on port 59881. Sending cookies.  Check SNMP counters.
[18687.009199] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based  firewall rule not found. Use the iptables CT target to attach helpers instead.

 

Link to comment
Share on other sites

  • 0

@palica
Card is capable of mode setting. I use the same video card on desktop running different linux.
The problem I'm pointing out is unique to funtoo environment as my desktop does not show the same behaviour.

Unsure of how to obtain refresh rate. Google Search is failing me. All references I can find utilize xrandr or some graphic desktop utility.
Open to suggestions.

Link to comment
Share on other sites

  • 0

@palica @jhan

I'm not using a custom kernel or customized build settings. I've never changed the FB_RADEON setting.

The only change I made recently was an emerge update of sys-kernel/debian-sources to 4.14.2.
This emerge also had an update to sys-kernel/linux-firmware - 20180103-r1.

Best I can describe the system I have is "stock" or close to it.

Link to comment
Share on other sites

  • 0

I thought 4.14.12 was latest stable marked kernel with all the meltdown, spectre patches and that the latest linux-firmware has updated drivers for it.  Probably want the latest microcode too.  could be some PTI thing?? IDK maybe worth a shot making sure you have latest kernel? just throwing out ideas.

Link to comment
Share on other sites

  • 0

Updated to kernel 4.14.12-2. No change in appearance at boot.

fbset desktop

Linux Frame Buffer Device Configuration Version 2.1 (23/06/1999)
(C) Copyright 1995-1999 by Geert Uytterhoeven

Opening frame buffer device `/dev/fb0'
Using current video mode from `/dev/fb0'

mode "1920x1080"
    geometry 1920 1080 1920 1080 32
    timings 0 0 0 0 0 0 0
    accel true
    rgba 8/16,8/8,8/0,0/0
endmode

Getting further frame buffer information
Frame buffer device information:
    Name        : radeondrmfb
    Address     : 0xd0363000
    Size        : 8294400
    Type        : PACKED PIXELS
    Visual      : TRUECOLOR
    XPanStep    : 1
    YPanStep    : 1
    YWrapStep   : 0
    LineLength  : 7680
    Accelerator : No

funtoo server fbset  (problem machine reported in OP)

Linux Frame Buffer Device Configuration Version 2.1 (23/06/1999)
(C) Copyright 1995-1999 by Geert Uytterhoeven

Opening frame buffer device `/dev/fb0'
Using current video mode from `/dev/fb0'

mode "1920x1080"
    geometry 1920 1080 1920 1080 32
    timings 0 0 0 0 0 0 0
    accel true
    rgba 8/16,8/8,8/0,0/0
endmode

Getting further frame buffer information
Frame buffer device information:
    Name        : radeondrmfb
    Address     : 0xd0363000
    Size        : 8294400
    Type        : PACKED PIXELS
    Visual      : TRUECOLOR
    XPanStep    : 1
    YPanStep    : 1
    YWrapStep   : 0
    LineLength  : 7680
    Accelerator : No

 

@jhan - they look identical to me.

Link to comment
Share on other sites

  • 0

In an attempt to isolate the problem, I downgraded the linux-firmware package (was installed at the same time as the kernel bump when problem was first observed) from 20180103-r1 to 20171206. The problem persists after reboot. Firmware version was restored.

tl;dr - somewhere in updating the kernel to the 4.14 series there is a change in how framebuffer/video driver is handled.
This problem for the console output (see screen shots above) doesn't appear when using SysRescue CD or on another Linux desktop.
Xserver is not installed.

No special changes to kernel/framebuffer were used prior to updating to the 4.14 kernel series.
This is not a custom kernel.

Using setterm --background does not work.

Link to comment
Share on other sites

  • 0
2 hours ago, dhudson said:

you might look at openrc seems like it updated lately? my log says dec 27 but I think its updated since then.

*  sys-apps/openrc
      Latest version available: 0.35.0_beta1
      Latest version installed: 0.35.0_beta1
      Repository:    core-kit
      Size of files: 0 KiB
      Homepage:      https://github.com/openrc/openrc/
      Description:   OpenRC manages the services, startup and shutdown of a host
      License:       BSD-2

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...