ROCm / ROC-smi

ROC System Management Interface
https://github.com/RadeonOpenCompute/ROC-smi/blob/master/README.md
178 stars 55 forks source link

Rocm Fanspeed on max load always at 30% #51

Closed antonioprudenzano closed 5 years ago

antonioprudenzano commented 5 years ago

Hi Everyone, when i use hashcat for hash cracking the fanspeed is always at 30%, even if i user rocm-smi --setfan, how can i solve this? Thanks

Ubuntu 18.04 Linux 4.15.0.44

Gpu: rx 580 8gb Sapphire nitro+

kentrussell commented 5 years ago

There is a chance that there is a HW controller on the card that is overriding the settings, but let's check a couple things first.

If you do --setfan 100% , then rocm-smi -f, does it say 30%, or does it say 100% but the fans stay the same? If it stays at 30%, is the perflevel (rocm-smi -p) say auto or manual?

Lastly, does dmesg say anything after you try to change the fan speed?

antonioprudenzano commented 5 years ago

if there is no load on gpu yes, it go at 100% and rocm-smi -f says 100%, but when on load if i do the same the fans spin up to 100% but then slow down at 30% even if the perflevel is on manual. Here dmesg output after fan speed change:

[    0.000000] microcode: microcode updated early to revision 0x8e, date = 2018-03-24
[    0.000000] Linux version 4.15.0-44-generic (buildd@lcy01-amd64-010) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #47-Ubuntu SMP Mon Jan 14 11:26:59 UTC 2019 (Ubuntu 4.15.0-44.47-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-44-generic root=UUID=8797d420-98d5-4046-80bd-e0518fbe32b3 ro quiet splash amdgpu.dpm=1 vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000083b47fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000083b48000-0x0000000083b48fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000083b49000-0x0000000083b49fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000083b4a000-0x000000008ea7bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ea7c000-0x000000008eda6fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008eda7000-0x000000008ef39fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ef3a000-0x000000008f5a1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008f5a2000-0x000000008faa3fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008faa4000-0x000000008fafefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008faff000-0x000000008fafffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008fb00000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] 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-0x000000046effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI=0x8f53a000  ACPI 2.0=0x8f53a000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  MPS=0xfc430  ESRT=0x8d3fa898 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./B250M Pro4, BIOS P2.10 05/05/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x46f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x8fb00 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fc6a0-0x000fc6af] mapped at [        (ptrval)]
[    0.000000] esrt: Reserving ESRT space from 0x000000008d3fa898 to 0x000000008d3fa8d0.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 95000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x1b573f000, 0x1b573ffff] PGTABLE
[    0.000000] BRK [0x1b5740000, 0x1b5740fff] PGTABLE
[    0.000000] BRK [0x1b5741000, 0x1b5741fff] PGTABLE
[    0.000000] BRK [0x1b5742000, 0x1b5742fff] PGTABLE
[    0.000000] BRK [0x1b5743000, 0x1b5743fff] PGTABLE
[    0.000000] BRK [0x1b5744000, 0x1b5744fff] PGTABLE
[    0.000000] BRK [0x1b5745000, 0x1b5745fff] PGTABLE
[    0.000000] BRK [0x1b5746000, 0x1b5746fff] PGTABLE
[    0.000000] BRK [0x1b5747000, 0x1b5747fff] PGTABLE
[    0.000000] BRK [0x1b5748000, 0x1b5748fff] PGTABLE
[    0.000000] BRK [0x1b5749000, 0x1b5749fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31489000-0x34a3bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000008F53A000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000008F53A0A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000008F55BCE0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000008F53A1F0 021AE9 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000008F5A1C40 000040
[    0.000000] ACPI: APIC 0x000000008F55BDF8 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000008F55BE80 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000008F55BEC8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: FIDT 0x000000008F55BF08 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: AAFT 0x000000008F55BFA8 000255 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000008F55C200 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008F55F358 0023CB (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000008F561728 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008F561760 000A2D (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000008F562190 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000008F5621D8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000008F5630B8 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000008F563150 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: DBGP 0x000000008F563178 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000008F5631B0 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: BGRT 0x000000008F563208 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DMAR 0x000000008F563240 000070 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: ASF! 0x000000008F5632B0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000046effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x46efd5000-0x46effffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000046effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000083b47fff]
[    0.000000]   node   0: [mem 0x0000000083b4a000-0x000000008ea7bfff]
[    0.000000]   node   0: [mem 0x000000008eda7000-0x000000008ef39fff]
[    0.000000]   node   0: [mem 0x000000008faff000-0x000000008fafffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000046effffff]
[    0.000000] Reserved but unavailable: 5205 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000046effffff]
[    0.000000] On node 0 totalpages: 4185003
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9073 pages used for memmap
[    0.000000]   DMA32 zone: 580622 pages, LIFO batch:31
[    0.000000]   Normal zone: 56256 pages used for memmap
[    0.000000]   Normal zone: 3600384 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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 high 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x83b48000-0x83b48fff]
[    0.000000] PM: Registered nosave memory: [mem 0x83b49000-0x83b49fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8ea7c000-0x8eda6fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8ef3a000-0x8f5a1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8f5a2000-0x8faa3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8faa4000-0x8fafefff]
[    0.000000] PM: Registered nosave memory: [mem 0x8fb00000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-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] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4119583
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-44-generic root=UUID=8797d420-98d5-4046-80bd-e0518fbe32b3 ro quiet splash amdgpu.dpm=1 vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16145880K/16740012K available (12300K kernel code, 2473K rwdata, 4252K rodata, 2408K init, 2416K bss, 594132K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39194 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] DMAR: Host address width 39
[    0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.004000] DMAR: RMRR base: 0x0000008ed37000 end: 0x0000008ed56fff
[    0.004000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.004000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.004000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.004000] x2apic enabled
[    0.004000] Switched APIC routing to cluster x2apic.
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: Detected 3800.000 MHz processor
[    0.028000] tsc: Detected 3792.000 MHz TSC
[    0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 7584.00 BogoMIPS (lpj=15168000)
[    0.028000] pid_max: default: 32768 minimum: 301
[    0.028000] Security Framework initialized
[    0.028000] Yama: becoming mindful.
[    0.028000] AppArmor: AppArmor initialized
[    0.028000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.028000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.028000] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028000] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.028000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.028000] mce: CPU supports 10 MCE banks
[    0.028000] CPU0: Thermal monitoring enabled (TM1)
[    0.028000] process: using mwait in idle threads
[    0.028000] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.028000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.028000] Spectre V2 : Mitigation: Full generic retpoline
[    0.028000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.028000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.028000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.034615] Freeing SMP alternatives memory: 36K
[    0.038373] TSC deadline timer enabled
[    0.038378] smpboot: CPU0: Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.038414] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.038435] ... version:                4
[    0.038435] ... bit width:              48
[    0.038435] ... generic registers:      8
[    0.038436] ... value mask:             0000ffffffffffff
[    0.038436] ... max period:             00007fffffffffff
[    0.038436] ... fixed-purpose events:   3
[    0.038437] ... event mask:             00000007000000ff
[    0.038460] Hierarchical SRCU implementation.
[    0.039061] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.039069] smp: Bringing up secondary CPUs ...
[    0.039110] x86: Booting SMP configuration:
[    0.039111] .... node  #0, CPUs:      #1 #2 #3
[    0.040779] smp: Brought up 1 node, 4 CPUs
[    0.040779] smpboot: Max logical packages: 1
[    0.040779] smpboot: Total of 4 processors activated (30336.00 BogoMIPS)
[    0.042061] devtmpfs: initialized
[    0.042061] x86/mm: Memory block size: 128MB
[    0.042061] evm: security.selinux
[    0.042061] evm: security.SMACK64
[    0.042061] evm: security.SMACK64EXEC
[    0.042061] evm: security.SMACK64TRANSMUTE
[    0.042061] evm: security.SMACK64MMAP
[    0.042061] evm: security.apparmor
[    0.042061] evm: security.ima
[    0.042061] evm: security.capability
[    0.044018] PM: Registering ACPI NVS region [mem 0x83b48000-0x83b48fff] (4096 bytes)
[    0.044019] PM: Registering ACPI NVS region [mem 0x8ef3a000-0x8f5a1fff] (6717440 bytes)
[    0.044097] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.044097] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.044097] pinctrl core: initialized pinctrl subsystem
[    0.044168] RTC time: 11:55:22, date: 01/29/19
[    0.044228] NET: Registered protocol family 16
[    0.044279] audit: initializing netlink subsys (disabled)
[    0.044282] audit: type=2000 audit(1548762922.044:1): state=initialized audit_enabled=0 res=1
[    0.044282] cpuidle: using governor ladder
[    0.044282] cpuidle: using governor menu
[    0.044282] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.044282] ACPI: bus type PCI registered
[    0.044282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.044282] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.044282] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.044282] PCI: Using configuration type 1 for base access
[    0.044605] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.044605] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.044605] ACPI: Added _OSI(Module Device)
[    0.044605] ACPI: Added _OSI(Processor Device)
[    0.044605] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.044605] ACPI: Added _OSI(Processor Aggregator Device)
[    0.044605] ACPI: Added _OSI(Linux-Dell-Video)
[    0.044605] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.044605] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.044838] ACPI: Executed 32 blocks of module-level executable AML code
[    0.056745] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.059685] ACPI: Dynamic OEM Table Load:
[    0.059689] ACPI: SSDT 0xFFFF8E12DC279800 00079B (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.059878] ACPI: Executed 1 blocks of module-level executable AML code
[    0.059931] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.060830] ACPI: Dynamic OEM Table Load:
[    0.060834] ACPI: SSDT 0xFFFF8E12DBC2E800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.061009] ACPI: Executed 1 blocks of module-level executable AML code
[    0.061376] ACPI: Dynamic OEM Table Load:
[    0.061379] ACPI: SSDT 0xFFFF8E12DC278000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.061775] ACPI: Executed 1 blocks of module-level executable AML code
[    0.061928] ACPI: Dynamic OEM Table Load:
[    0.061930] ACPI: SSDT 0xFFFF8E12DBC70A00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.062106] ACPI: Executed 1 blocks of module-level executable AML code
[    0.063684] ACPI: Interpreter enabled
[    0.063712] ACPI: (supports S0 S3 S4 S5)
[    0.063712] ACPI: Using IOAPIC for interrupt routing
[    0.063779] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.064327] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.069385] ACPI: Power Resource [WRST] (on)
[    0.069695] ACPI: Power Resource [WRST] (on)
[    0.069982] ACPI: Power Resource [WRST] (on)
[    0.070291] ACPI: Power Resource [WRST] (on)
[    0.070574] ACPI: Power Resource [WRST] (on)
[    0.070856] ACPI: Power Resource [WRST] (on)
[    0.071140] ACPI: Power Resource [WRST] (on)
[    0.071422] ACPI: Power Resource [WRST] (on)
[    0.071705] ACPI: Power Resource [WRST] (on)
[    0.072006] ACPI: Power Resource [WRST] (on)
[    0.072290] ACPI: Power Resource [WRST] (on)
[    0.072572] ACPI: Power Resource [WRST] (on)
[    0.072854] ACPI: Power Resource [WRST] (on)
[    0.073140] ACPI: Power Resource [WRST] (on)
[    0.073427] ACPI: Power Resource [WRST] (on)
[    0.073710] ACPI: Power Resource [WRST] (on)
[    0.074807] ACPI: Power Resource [WRST] (on)
[    0.075089] ACPI: Power Resource [WRST] (on)
[    0.075371] ACPI: Power Resource [WRST] (on)
[    0.075656] ACPI: Power Resource [WRST] (on)
[    0.085066] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.085070] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.085101] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.085709] PCI host bridge to bus 0000:00
[    0.085711] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.085712] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.085713] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.085713] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.085714] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.085715] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.085721] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.085810] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.085840] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.086044] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[    0.086062] pci 0000:00:14.0: reg 0x10: [mem 0xdff30000-0xdff3ffff 64bit]
[    0.086116] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.086271] pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000
[    0.086288] pci 0000:00:14.2: reg 0x10: [mem 0xdff4e000-0xdff4efff 64bit]
[    0.086423] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[    0.086444] pci 0000:00:16.0: reg 0x10: [mem 0xdff4d000-0xdff4dfff 64bit]
[    0.086505] pci 0000:00:16.0: PME# supported from D3hot
[    0.086625] pci 0000:00:17.0: [8086:a282] type 00 class 0x010601
[    0.086639] pci 0000:00:17.0: reg 0x10: [mem 0xdff48000-0xdff49fff]
[    0.086645] pci 0000:00:17.0: reg 0x14: [mem 0xdff4c000-0xdff4c0ff]
[    0.086651] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.086656] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.086662] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.086668] pci 0000:00:17.0: reg 0x24: [mem 0xdff4b000-0xdff4b7ff]
[    0.086699] pci 0000:00:17.0: PME# supported from D3hot
[    0.086807] pci 0000:00:1b.0: [8086:a2eb] type 01 class 0x060400
[    0.086858] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.086960] pci 0000:00:1d.0: [8086:a298] type 01 class 0x060400
[    0.087017] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.087169] pci 0000:00:1f.0: [8086:a2c8] type 00 class 0x060100
[    0.087361] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[    0.087373] pci 0000:00:1f.2: reg 0x10: [mem 0xdff44000-0xdff47fff]
[    0.087515] pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300
[    0.087539] pci 0000:00:1f.3: reg 0x10: [mem 0xdff40000-0xdff43fff 64bit]
[    0.087566] pci 0000:00:1f.3: reg 0x20: [mem 0xdff20000-0xdff2ffff 64bit]
[    0.087608] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.087762] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[    0.087821] pci 0000:00:1f.4: reg 0x10: [mem 0xdff4a000-0xdff4a0ff 64bit]
[    0.087890] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.088066] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    0.088089] pci 0000:00:1f.6: reg 0x10: [mem 0xdff00000-0xdff1ffff]
[    0.088187] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.088313] pci 0000:01:00.0: [1002:67df] type 00 class 0x030000
[    0.088330] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.088337] pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[    0.088341] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.088346] pci 0000:01:00.0: reg 0x24: [mem 0xdfe00000-0xdfe3ffff]
[    0.088350] pci 0000:01:00.0: reg 0x30: [mem 0xdfe40000-0xdfe5ffff pref]
[    0.088362] pci 0000:01:00.0: BAR 0: assigned to efifb
[    0.088394] pci 0000:01:00.0: supports D1 D2
[    0.088395] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.088437] pci 0000:01:00.1: [1002:aaf0] type 00 class 0x040300
[    0.088451] pci 0000:01:00.1: reg 0x10: [mem 0xdfe60000-0xdfe63fff 64bit]
[    0.088503] pci 0000:01:00.1: supports D1 D2
[    0.100015] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.100017] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.100018] pci 0000:00:01.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.100020] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.100055] pci 0000:02:00.0: [126f:2263] type 00 class 0x010802
[    0.100083] pci 0000:02:00.0: reg 0x10: [mem 0xdfd00000-0xdfd03fff 64bit]
[    0.100247] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.100250] pci 0000:00:1b.0:   bridge window [mem 0xdfd00000-0xdfdfffff]
[    0.100309] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.101834] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.101883] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.101930] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.101977] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.102024] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.102073] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.102120] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.102167] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.102502] SCSI subsystem initialized
[    0.102509] libata version 3.00 loaded.
[    0.102509] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.102509] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.102509] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.102509] vgaarb: loaded
[    0.102509] ACPI: bus type USB registered
[    0.102509] usbcore: registered new interface driver usbfs
[    0.102509] usbcore: registered new interface driver hub
[    0.102509] usbcore: registered new device driver usb
[    0.102509] EDAC MC: Ver: 3.0.0
[    0.102509] Registered efivars operations
[    0.116010] PCI: Using ACPI for IRQ routing
[    0.143406] PCI: pci_cache_line_size set to 64 bytes
[    0.143442] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.143443] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.143443] e820: reserve RAM buffer [mem 0x83b48000-0x83ffffff]
[    0.143444] e820: reserve RAM buffer [mem 0x8ea7c000-0x8fffffff]
[    0.143444] e820: reserve RAM buffer [mem 0x8ef3a000-0x8fffffff]
[    0.143445] e820: reserve RAM buffer [mem 0x8fb00000-0x8fffffff]
[    0.143446] e820: reserve RAM buffer [mem 0x46f000000-0x46fffffff]
[    0.144000] NetLabel: Initializing
[    0.144000] NetLabel:  domain hash size = 128
[    0.144000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.144000] NetLabel:  unlabeled traffic allowed by default
[    0.144262] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.144266] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.148000] clocksource: Switched to clocksource hpet
[    0.154035] VFS: Disk quotas dquot_6.6.0
[    0.154043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.154099] AppArmor: AppArmor Filesystem Enabled
[    0.154110] pnp: PnP ACPI init
[    0.154329] system 00:00: [io  0x0a00-0x0a0f] has been reserved
[    0.154330] system 00:00: [io  0x0a10-0x0a1f] has been reserved
[    0.154331] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.154334] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.154741] pnp 00:01: [dma 3]
[    0.154853] pnp 00:01: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.155046] pnp 00:02: [dma 0 disabled]
[    0.155074] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.155165] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.155166] system 00:03: [io  0xffff] has been reserved
[    0.155167] system 00:03: [io  0xffff] has been reserved
[    0.155168] system 00:03: [io  0xffff] has been reserved
[    0.155169] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.155170] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.155172] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155322] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.155324] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155337] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.155361] system 00:06: [io  0x1854-0x1857] has been reserved
[    0.155363] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.155552] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.155553] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.155554] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.155556] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.155556] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.155557] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.155558] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.155559] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.155560] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.155561] system 00:07: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.155564] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155592] system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.155593] system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.155594] system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.155595] system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.155595] system 00:08: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.155596] system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.155597] system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.155599] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.155828] system 00:09: [io  0xff00-0xfffe] has been reserved
[    0.155830] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.156804] system 00:0a: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.156805] system 00:0a: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.156806] system 00:0a: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.156808] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.157350] pnp: PnP ACPI: found 11 devices
[    0.164411] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.164425] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.164427] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.164429] pci 0000:00:01.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.164430] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.164433] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.164435] pci 0000:00:1b.0:   bridge window [mem 0xdfd00000-0xdfdfffff]
[    0.164440] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.164447] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.164448] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.164448] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.164449] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    0.164450] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.164451] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.164452] pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff]
[    0.164453] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.164453] pci_bus 0000:02: resource 1 [mem 0xdfd00000-0xdfdfffff]
[    0.164567] NET: Registered protocol family 2
[    0.164668] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.164770] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.164843] TCP: Hash tables configured (established 131072 bind 65536)
[    0.164861] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.164885] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.164921] NET: Registered protocol family 1
[    0.165546] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.165549] PCI: CLS 64 bytes, default 64
[    0.165567] Unpacking initramfs...
[    0.679877] Freeing initrd memory: 54988K
[    0.679922] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.679924] software IO TLB [mem 0x7f7ae000-0x837ae000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.680092] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d51a4e4511, max_idle_ns: 881590775377 ns
[    0.680185] Scanning for low memory corruption every 60 seconds
[    0.680633] Initialise system trusted keyrings
[    0.680640] Key type blacklist registered
[    0.680675] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.681286] zbud: loaded
[    0.681583] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.681696] fuse init (API version 7.26)
[    0.683786] Key type asymmetric registered
[    0.683786] Asymmetric key parser 'x509' registered
[    0.683800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.683840] io scheduler noop registered
[    0.683841] io scheduler deadline registered
[    0.683854] io scheduler cfq registered (default)
[    0.684359] efifb: probing for efifb
[    0.684367] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
[    0.684368] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.684368] efifb: scrolling: redraw
[    0.684369] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.684432] Console: switching to colour frame buffer device 240x67
[    0.684446] fb0: EFI VGA frame buffer device
[    0.684451] intel_idle: MWAIT substates: 0x142120
[    0.684451] intel_idle: v0.4.1 model 0x9E
[    0.684592] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.684668] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.684676] ACPI: Sleep Button [SLPB]
[    0.684693] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.684701] ACPI: Power Button [PWRB]
[    0.684717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.684762] ACPI: Power Button [PWRF]
[    0.685013] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.705791] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.707762] Linux agpgart interface v0.103
[    0.708936] loop: module loaded
[    0.709019] libphy: Fixed MDIO Bus: probed
[    0.709020] tun: Universal TUN/TAP device driver, 1.6
[    0.709057] PPP generic driver version 2.4.2
[    0.709098] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.709099] ehci-pci: EHCI PCI platform driver
[    0.709103] ehci-platform: EHCI generic platform driver
[    0.709108] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.709108] ohci-pci: OHCI PCI platform driver
[    0.709112] ohci-platform: OHCI generic platform driver
[    0.709115] uhci_hcd: USB Universal Host Controller Interface driver
[    0.709212] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.709216] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.710293] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.710296] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.710397] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.710398] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.710399] usb usb1: Product: xHCI Host Controller
[    0.710400] usb usb1: Manufacturer: Linux 4.15.0-44-generic xhci-hcd
[    0.710401] usb usb1: SerialNumber: 0000:00:14.0
[    0.710474] hub 1-0:1.0: USB hub found
[    0.710485] hub 1-0:1.0: 12 ports detected
[    0.711292] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.711294] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.711296] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.711314] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.711315] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.711316] usb usb2: Product: xHCI Host Controller
[    0.711317] usb usb2: Manufacturer: Linux 4.15.0-44-generic xhci-hcd
[    0.711317] usb usb2: SerialNumber: 0000:00:14.0
[    0.711388] hub 2-0:1.0: USB hub found
[    0.711396] hub 2-0:1.0: 6 ports detected
[    0.711830] i8042: PNP: No PS/2 controller found.
[    0.711925] mousedev: PS/2 mouse device common for all mice
[    0.712202] rtc_cmos 00:05: RTC can wake from S4
[    0.712577] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.712656] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.712659] i2c /dev entries driver
[    0.712661] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    0.712692] device-mapper: uevent: version 1.0.3
[    0.712740] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.712742] intel_pstate: Intel P-state driver initializing
[    0.713212] intel_pstate: HWP enabled
[    0.713399] ledtrig-cpu: registered to indicate activity on CPUs
[    0.713413] EFI Variables Facility v0.08 2004-May-17
[    0.733271] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:08 [mem 0xfdb00000-0xfdffffff]
[    0.733274] caller pmc_core_probe+0x99/0x224 mapping multiple BARs
[    0.733280] intel_pmc_core:  initialized
[    0.733421] NET: Registered protocol family 10
[    0.736317] Segment Routing with IPv6
[    0.736326] NET: Registered protocol family 17
[    0.736452] Key type dns_resolver registered
[    0.736777] RAS: Correctable Errors collector initialized.
[    0.736804] microcode: sig=0x906e9, pf=0x2, revision=0x8e
[    0.736903] microcode: Microcode Update Driver: v2.2.
[    0.736908] sched_clock: Marking stable (736901232, 0)->(712859819, 24041413)
[    0.737224] registered taskstats version 1
[    0.737228] Loading compiled-in X.509 certificates
[    0.738739] Loaded X.509 cert 'Build time autogenerated kernel key: 44785017907f65ffbd40799818b152558f64ce1c'
[    0.739216] Couldn't get size: 0x800000000000000e
[    0.739218] MODSIGN: Couldn't get UEFI db list
[    0.739461] Couldn't get size: 0x800000000000000e
[    0.739462] MODSIGN: Couldn't get UEFI MokListRT
[    0.740120] zswap: loaded using pool lzo/zbud
[    0.742705] Key type big_key registered
[    0.742707] Key type trusted registered
[    0.743737] Key type encrypted registered
[    0.743739] AppArmor: AppArmor sha1 policy hashing enabled
[    0.743740] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    0.743743] ima: Allocated hash algorithm: sha1
[    0.743750] evm: HMAC attrs: 0x1
[    0.744306]   Magic number: 3:206:935
[    0.744504] rtc_cmos 00:05: setting system clock to 2019-01-29 11:55:22 UTC (1548762922)
[    0.744618] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.744618] EDD information not available.
[    0.974937] Freeing unused kernel memory: 2408K
[    0.996134] Write protecting the kernel read-only data: 20480k
[    0.997022] Freeing unused kernel memory: 2008K
[    0.999072] Freeing unused kernel memory: 1892K
[    1.002576] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.002576] x86/mm: Checking user space page tables
[    1.005991] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.044020] usb 1-8: new full-speed USB device number 2 using xhci_hcd
[    1.060525] ahci 0000:00:17.0: version 3.0
[    1.070819] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.070821] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[    1.076964] pps_core: LinuxPPS API ver. 1 registered
[    1.076964] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.077671] PTP clock support registered
[    1.077737] nvme nvme0: pci function 0000:02:00.0
[    1.080504] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.080504] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.081758] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.081759] AMD IOMMUv2 functionality not available on this system
[    1.082412] PKCS#7 signature not signed with a trusted key
[    1.082415] amdkcl: loading out-of-tree module taints kernel.
[    1.082426] amdkcl: module verification failed: signature and/or required key missing - tainting kernel
[    1.127209] Warning: fail to get symbol drm_fb_helper_release_fbi, replace it with kcl stub
[    1.128507] scsi host0: ahci
[    1.128695] scsi host1: ahci
[    1.128833] scsi host2: ahci
[    1.129395] scsi host3: ahci
[    1.129533] scsi host4: ahci
[    1.129604] scsi host5: ahci
[    1.129624] ata1: SATA max UDMA/133 abar m2048@0xdff4b000 port 0xdff4b100 irq 122
[    1.129629] ata2: SATA max UDMA/133 abar m2048@0xdff4b000 port 0xdff4b180 irq 122
[    1.129633] ata3: SATA max UDMA/133 abar m2048@0xdff4b000 port 0xdff4b200 irq 122
[    1.129638] ata4: SATA max UDMA/133 abar m2048@0xdff4b000 port 0xdff4b280 irq 122
[    1.129642] ata5: SATA max UDMA/133 abar m2048@0xdff4b000 port 0xdff4b300 irq 122
[    1.129643] ata6: SATA max UDMA/133 abar m2048@0xdff4b000 port 0xdff4b380 irq 122
[    1.129836] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.131310] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.146264] PKCS#7 signature not signed with a trusted key
[    1.147100] PKCS#7 signature not signed with a trusted key
[    1.147823] PKCS#7 signature not signed with a trusted key
[    1.163299] PKCS#7 signature not signed with a trusted key
[    1.170328] [drm] amdgpu kernel modesetting enabled.
[    1.170329] [drm] amdgpu version: 19.10.0.418
[    1.170330] [drm] OS DRM version: 4.15.0
[    1.170427] CRAT table not found
[    1.170428] Virtual CRAT table created for CPU
[    1.170429] Parsing CRAT table with 1 nodes
[    1.170429] Creating topology SYSFS entries
[    1.170435] Topology: Add CPU node
[    1.170435] Finished initializing topology
[    1.171700] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    1.171700] fb: switching to amdgpudrmfb from EFI VGA
[    1.171710] Console: switching to colour dummy device 80x25
[    1.171961] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1DA2:0xE366 0xE7).
[    1.171966] [drm] register mmio base: 0xDFE00000
[    1.171966] [drm] register mmio size: 262144
[    1.171971] [drm] add ip block number 0 <vi_common>
[    1.171972] [drm] add ip block number 1 <gmc_v8_0>
[    1.171972] [drm] add ip block number 2 <tonga_ih>
[    1.171973] [drm] add ip block number 3 <gfx_v8_0>
[    1.171973] [drm] add ip block number 4 <sdma_v3_0>
[    1.171973] [drm] add ip block number 5 <powerplay>
[    1.171974] [drm] add ip block number 6 <dm>
[    1.171974] [drm] add ip block number 7 <uvd_v6_0>
[    1.171975] [drm] add ip block number 8 <vce_v3_0>
[    1.171981] [drm] UVD is enabled in VM mode
[    1.171982] [drm] UVD ENC is enabled in VM mode
[    1.171985] [drm] VCE enabled in VM mode
[    1.172177] amdgpu 0000:01:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
[    1.172200] ATOM BIOS: 113-3E366DU-S4Y
[    1.172230] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[    1.172250] amdgpu 0000:01:00.0: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
[    1.172251] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[    1.172254] [drm] Detected VRAM RAM=8192M, BAR=256M
[    1.172254] [drm] RAM width 256bits GDDR5
[    1.172345] [TTM] Zone  kernel: Available graphics memory: 15364661 kiB
[    1.172345] [TTM] Initializing pool allocator
[    1.172348] [TTM] Initializing DMA pool allocator
[    1.172363] [drm] amdgpu: 8192M of VRAM memory ready
[    1.172363] [drm] amdgpu: 16004M of GTT memory ready.
[    1.172371] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    1.172417] [drm] PCIE GART of 256M enabled (table at 0x000000F4007E9000).
[    1.172472] [drm] Chained IB support enabled!
[    1.173446] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[    1.174016] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[    1.228928] [drm] DM_PPLIB: values for Engine clock
[    1.228928] [drm] DM_PPLIB:   300000
[    1.228929] [drm] DM_PPLIB:   751000
[    1.228929] [drm] DM_PPLIB:   1048000
[    1.228929] [drm] DM_PPLIB:   1158000
[    1.228929] [drm] DM_PPLIB:   1240000
[    1.228930] [drm] DM_PPLIB:   1309000
[    1.228930] [drm] DM_PPLIB:   1364000
[    1.228930] [drm] DM_PPLIB:   1411000
[    1.228931] [drm] DM_PPLIB: Validation clocks:
[    1.228931] [drm] DM_PPLIB:    engine_max_clock: 141100
[    1.228931] [drm] DM_PPLIB:    memory_max_clock: 200000
[    1.228931] [drm] DM_PPLIB:    level           : 8
[    1.228932] [drm] DM_PPLIB: values for Memory clock
[    1.228932] [drm] DM_PPLIB:   300000
[    1.228933] [drm] DM_PPLIB:   1000000
[    1.228933] [drm] DM_PPLIB:   2000000
[    1.228933] [drm] DM_PPLIB: Validation clocks:
[    1.228934] [drm] DM_PPLIB:    engine_max_clock: 141100
[    1.228934] [drm] DM_PPLIB:    memory_max_clock: 200000
[    1.228934] [drm] DM_PPLIB:    level           : 8
[    1.252185] [drm] Display Core initialized with v3.2.04!
[    1.278037] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.278037] [drm] Driver supports precise vblank timestamp query.
[    1.298037] nvme nvme0: missing or invalid SUBNQN field.
[    1.301602] nvme nvme0: allocated 64 MiB host memory buffer.
[    1.314470] [drm] UVD and UVD ENC initialized successfully.
[    1.316058] nvme nvme0: nvme_report_ns_ids: Identify Descriptors failed
[    1.317881] nvme nvme0: nvme_report_ns_ids: Identify Descriptors failed
[    1.319326]  nvme0n1: p1 p2
[    1.384368] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    1.414433] [drm] VCE initialized successfully.
[    1.415400] kfd kfd: Allocated 3969056 bytes on gart
[    1.415409] Virtual CRAT table created for GPU
[    1.415409] Parsing CRAT table with 1 nodes
[    1.415413] Creating topology SYSFS entries
[    1.415459] Topology: Add dGPU node [0x67df:0x1002]
[    1.415514] kfd kfd: added device 1002:67df
[    1.417166] [drm] fb mappable at 0xC0D19000
[    1.417167] [drm] vram apper at 0xC0000000
[    1.417167] [drm] size 8294400
[    1.417167] [drm] fb depth is 24
[    1.417168] [drm]    pitch is 7680
[    1.417240] fbcon: amdgpudrmfb (fb0) is primary device
[    1.417265] Console: switching to colour frame buffer device 240x67
[    1.417280] amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
[    1.443409] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.444372] ata1.00: ATA-9: Drevo X1 pro 256G, Q0810B, max UDMA/133
[    1.444373] ata1.00: 500118192 sectors, multi 2: LBA48 NCQ (depth 31/32), AA
[    1.444667] ata1.00: configured for UDMA/133
[    1.444899] scsi 0:0:0:0: Direct-Access     ATA      Drevo X1 pro 256 0B   PQ: 0 ANSI: 5
[    1.445117] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.445317] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.445370] sd 0:0:0:0: [sda] Write Protect is off
[    1.445371] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.445469] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.446843]  sda: sda1 sda2 sda3 sda4
[    1.447364] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.447404] ata3: SATA link down (SStatus 4 SControl 300)
[    1.447425] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.447439] ata6: SATA link down (SStatus 4 SControl 300)
[    1.447456] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.447466] ata5: SATA link down (SStatus 4 SControl 300)
[    1.448164] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[    1.448165] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.448879] ata2.00: configured for UDMA/133
[    1.449113] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[    1.449170] ata4.00: ATA-8: Hitachi HTS545050A7E380, GG2OA7A0, max UDMA/100
[    1.449171] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.449311] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.449390] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.449391] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.449402] sd 1:0:0:0: [sdb] Write Protect is off
[    1.449403] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.449420] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.450856] ata4.00: configured for UDMA/100
[    1.450986] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 0
[    1.451041] scsi 3:0:0:0: Direct-Access     ATA      Hitachi HTS54505 A7A0 PQ: 0 ANSI: 5
[    1.451298] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    1.451372] sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.451373] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    1.451384] sd 3:0:0:0: [sdc] Write Protect is off
[    1.451385] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.451403] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.452213] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 70:85:c2:59:e8:77
[    1.452214] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.452299] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    1.453024] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    1.500193]  sdb: sdb1
[    1.501154] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.502779]  sdc: sdc1 sdc2
[    1.503728] sd 3:0:0:0: [sdc] Attached SCSI disk
[    1.553386] random: fast init done
[    1.616691] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.616696] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.616764] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.692264] clocksource: Switched to clocksource tsc
[    6.364234] usb 1-8: unable to read config index 0 descriptor/all
[    6.364236] usb 1-8: can't read configurations, error -110
[    6.492116] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[    6.642990] usb 1-8: New USB device found, idVendor=258a, idProduct=1007
[    6.642991] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.642992] usb 1-8: Product: Game Mouse
[    6.642993] usb 1-8: Manufacturer: SINOWEALTH
[    6.768116] usb 1-11: new full-speed USB device number 4 using xhci_hcd
[    6.919427] usb 1-11: New USB device found, idVendor=1ea7, idProduct=0907
[    6.919428] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.919428] usb 1-11: Product: USB-HID Gaming Keyboard
[    6.919429] usb 1-11: Manufacturer: SEMITEK
[    6.919430] usb 1-11: SerialNumber: SN0000000001
[    7.048115] usb 1-12: new full-speed USB device number 5 using xhci_hcd
[    7.196919] usb 1-12: New USB device found, idVendor=0c76, idProduct=161f
[    7.196920] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    7.196921] usb 1-12: Product: USB PnP Audio Device
[    7.199923] hidraw: raw HID events driver (C) Jiri Kosina
[    7.209847] usbcore: registered new interface driver usbhid
[    7.209847] usbhid: USB HID core driver
[    7.211196] input: SINOWEALTH Game Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:258A:1007.0001/input/input3
[    7.211413] hid-generic 0003:258A:1007.0001: input,hidraw0: USB HID v1.11 Mouse [SINOWEALTH Game Mouse] on usb-0000:00:14.0-8/input0
[    7.211504] input: SINOWEALTH Game Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:258A:1007.0002/input/input4
[    7.268410] hid-generic 0003:258A:1007.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [SINOWEALTH Game Mouse] on usb-0000:00:14.0-8/input1
[    7.268471] input: SEMITEK USB-HID Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:1EA7:0907.0003/input/input5
[    7.328312] hid-generic 0003:1EA7:0907.0003: input,hidraw2: USB HID v1.11 Keyboard [SEMITEK USB-HID Gaming Keyboard] on usb-0000:00:14.0-11/input0
[    7.328505] hid-generic 0003:1EA7:0907.0004: hiddev1,hidraw3: USB HID v1.11 Device [SEMITEK USB-HID Gaming Keyboard] on usb-0000:00:14.0-11/input1
[    7.328591] input: SEMITEK USB-HID Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1EA7:0907.0005/input/input6
[    7.388233] hid-generic 0003:1EA7:0907.0005: input,hidraw4: USB HID v1.11 Keyboard [SEMITEK USB-HID Gaming Keyboard] on usb-0000:00:14.0-11/input2
[    7.388275] input: USB PnP Audio Device as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.3/0003:0C76:161F.0006/input/input7
[    7.448102] hid-generic 0003:0C76:161F.0006: input,hidraw5: USB HID v1.00 Device [USB PnP Audio Device] on usb-0000:00:14.0-12/input3
[    7.473072] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    7.542880] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.584491] systemd[1]: systemd 237 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)
[    7.604305] systemd[1]: Detected architecture x86-64.
[    7.605972] systemd[1]: Set hostname to <n0th1ng>.
[    7.657233] systemd[1]: Created slice User and Session Slice.
[    7.657257] systemd[1]: Reached target Remote File Systems.
[    7.657279] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.657400] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.657465] systemd[1]: Created slice System Slice.
[    7.657509] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    7.657516] systemd[1]: Reached target Slices.
[    7.668820] EXT4-fs (nvme0n1p2): re-mounted. Opts: errors=remount-ro
[    7.672187] lp: driver loaded but no devices found
[    7.676822] ppdev: user-space parallel port driver
[    7.678457] parport_pc 00:01: reported by Plug and Play ACPI
[    7.678518] parport0: PC-style at 0x378 (0x778), irq 5, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[    7.697418] systemd-journald[285]: Received request to flush runtime journal from PID 1
[    7.712711] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    7.774798] random: crng init done
[    7.774799] random: 7 urandom warning(s) missed due to ratelimiting
[    7.788118] lp0: using parport0 (interrupt-driven).
[    7.872237] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.874807] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    7.908490] usb 1-12: Warning! Unlikely big volume range (=1008), cval->res is probably wrong.
[    7.908492] usb 1-12: [49] FU [PCM Playback Volume] ch = 2, val = -16129/-1/16
[    7.909910] usb 1-12: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
[    7.909911] usb 1-12: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
[    7.910360] usbcore: registered new interface driver snd-usb-audio
[    7.931300] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    7.931301] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.931302] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.931302] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.931302] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.931303] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    7.935706] AVX2 version of gcm_enc/dec engaged.
[    7.935706] AES CTR mode by8 optimization enabled
[    7.937732] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    7.937733] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    7.949970] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input8
[    7.950019] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
[    7.950046] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input10
[    7.950084] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input11
[    7.950116] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input12
[    7.950142] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input13
[    7.952360] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    7.952361] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.952362] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.952363] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.952364] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.952365] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    7.952366] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    7.952366] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    7.969958] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    7.969986] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    7.970011] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    7.970033] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    7.970055] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    7.984811] intel_rapl: Found RAPL domain package
[    7.984812] intel_rapl: Found RAPL domain core
[    7.984813] intel_rapl: Found RAPL domain dram
[    8.433404] audit: type=1400 audit(1548762930.183:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=741 comm="apparmor_parser"
[    8.433406] audit: type=1400 audit(1548762930.183:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=741 comm="apparmor_parser"
[    8.433407] audit: type=1400 audit(1548762930.183:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=741 comm="apparmor_parser"
[    8.433946] audit: type=1400 audit(1548762930.183:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=738 comm="apparmor_parser"
[    8.433948] audit: type=1400 audit(1548762930.183:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=738 comm="apparmor_parser"
[    8.433949] audit: type=1400 audit(1548762930.183:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=738 comm="apparmor_parser"
[    8.433950] audit: type=1400 audit(1548762930.183:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=738 comm="apparmor_parser"
[    8.434391] audit: type=1400 audit(1548762930.183:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=742 comm="apparmor_parser"
[    8.434393] audit: type=1400 audit(1548762930.183:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=742 comm="apparmor_parser"
[    8.434707] audit: type=1400 audit(1548762930.183:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=743 comm="apparmor_parser"
[    8.762125] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    8.948147] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[   11.842436] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   11.842484] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[   18.877292] rfkill: input handler disabled
kentrussell commented 5 years ago

Peculiar. Even with GPU usage at 100% and the card blowing at 74c, it's down to 30%. I know that some Sapphire cards do have some controller that can override the kernel driver settings, but I don't know if that card is one of them. Dmesg doesn't show anything at all, which means that it's not running through any kernel code where any warnings are posted... Can you try reaching out to Sapphire and see if they have something either on the ASIC or in the VBIOS that can override the fan control from the kernel to run at a lower-than-requested setting? Obviously it can ramp the fan up if its overheating, but ramping it down would be different

The SMI/sysfs interface can only send messages to/from the SMU, so if the card is overriding the kernel, the kernel won't know. It just sends the desired fan speed to the card. And when it checks the speed, it just gets the speed from the SMU, so it will only display what the card is currently at, not what you set the value to in the kernel.

jlgreathouse commented 5 years ago

For more information about the way our fan algorithms work, please see this post that I made a few months ago. I don't know how useful this will be, but it may be educational.

I agree with @kentrussell -- I wonder if this is a side-band override on the card itself.