neurobin / MT7630E

Modified easy installation package

Home Page:https://neurobin.org/projects/softwares/unix/MT7630E/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error - Failed to initialize hw with linux 4.10

Pilleo opened this issue · comments

After classic, dkms installation and reboot wifi does not work.
Thank you.

sudo ./install
make -C /lib/modules/`uname -r`/build M=/home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00 modules
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-8-generic'
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00dev.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00mac.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00config.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00queue.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00link.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/mt_linux.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00crypto.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00firmware.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00leds.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00mmio.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2800pci.o
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2800lib.o
/home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2800lib.c: In function ‘rt2800_config_ant’:
/home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2800lib.c:3046:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   if (txbe != txbe_r5)
   ^~
/home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2800lib.c:3050:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
    rt2800_MT7630_bbp_read(rt2x00dev, AGC1_R0, &agc_r0);
    ^~~~~~~~~~~~~~~~~~~~~~
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/rt2x00pci.o
  LD [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/mt7630e.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/mt7630e.mod.o
  LD [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/rt2x00/mt7630e.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-8-generic'
make -C /lib/modules/`uname -r`/build M=/home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/btloader modules
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-8-generic'
  CC [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/btloader/mt76xx.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/btloader/mt76xx.mod.o
  LD [M]  /home/leonid/Documents/debs/bluteoothWiFiKeyboard/MT7630E-release/btloader/mt76xx.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-8-generic'
cp -v firmware/*/* /lib/firmware/
'firmware/BT/mt76x0.bin' -> '/lib/firmware/mt76x0.bin'
'firmware/Wi-FI/MT7650E234.bin' -> '/lib/firmware/MT7650E234.bin'
cp rt2x00/mt7630e.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
cp btloader/mt76xx.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
depmod

The driver has been successfully installed.
If you don't have wifi yet, try to reboot.
If bluetooth doesn't work, read the bluetooth
section in README.md file and follow through.
leonid@hpsol:~$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x1f, date = 2016-04-01
[    0.000000] Linux version 4.10.0-8-generic (buildd@lcy01-26) (gcc version 6.3.0 20161229 (Ubuntu 6.3.0-2ubuntu1) ) #10-Ubuntu SMP Mon Feb 13 14:04:59 UTC 2017 (Ubuntu 4.10.0-8.10-generic 4.10.0-rc8)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-8-generic.efi.signed root=UUID=2eb0da88-00ed-4a54-be8d-a276538cc4bb ro zswap.enabled=1 quiet radeon.runpm=0 intel_pstate=passive
[    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: 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-0x000000000006efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009c49efff] usable
[    0.000000] BIOS-e820: [mem 0x000000009c49f000-0x000000009c69efff] type 20
[    0.000000] BIOS-e820: [mem 0x000000009c69f000-0x000000009ceaefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009ceaf000-0x000000009cfaefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009cfaf000-0x000000009cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000035f5fffff] usable
[    0.000000] intel_pstate: Passive mode enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by INSYDE Corp.
[    0.000000] efi:  ACPI=0x9cffe000  ACPI 2.0=0x9cffe014  SMBIOS=0x9ceaef98 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP Pavilion 15 Notebook PC/2164, BIOS F.70 07/18/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x35f600 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-E7FFF write-protect
[    0.000000]   E8000-EFFFF write-combining
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 009D000000 mask 7FFF000000 uncachable
[    0.000000]   2 base 009E000000 mask 7FFE000000 uncachable
[    0.000000]   3 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   4 base 00C0000000 mask 7FC0000000 uncachable
[    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  WC  UC- WT  
[    0.000000] total RAM covered: 14800M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 6  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0x9d000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x9d000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff97be4007e000] 7e000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x32f629000, 0x32f629fff] PGTABLE
[    0.000000] BRK [0x32f62a000, 0x32f62afff] PGTABLE
[    0.000000] BRK [0x32f62b000, 0x32f62bfff] PGTABLE
[    0.000000] BRK [0x32f62c000, 0x32f62cfff] PGTABLE
[    0.000000] BRK [0x32f62d000, 0x32f62dfff] PGTABLE
[    0.000000] BRK [0x32f62e000, 0x32f62efff] PGTABLE
[    0.000000] BRK [0x32f62f000, 0x32f62ffff] PGTABLE
[    0.000000] BRK [0x32f630000, 0x32f630fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3560d000-0x36afdfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000009CFFE014 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x000000009CFFE210 0000B4 (v01 HPQOEM SLIC-MPC 00000001 HP   01000013)
[    0.000000] ACPI: FACP 0x000000009CFF8000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.000000] ACPI: DSDT 0x000000009CFE4000 010504 (v01 HPQOEM 2164     00000000 INTL 00040000)
[    0.000000] ACPI: FACS 0x000000009CFAA000 000040
[    0.000000] ACPI: UEFI 0x000000009CFFD000 000236 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: FPDT 0x000000009CFFB000 000044 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: MSDM 0x000000009CFFA000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
[    0.000000] ACPI: ASF! 0x000000009CFF9000 0000A5 (v32 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: HPET 0x000000009CFF7000 000038 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: APIC 0x000000009CFF6000 00008C (v03 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: MCFG 0x000000009CFF5000 00003C (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: SSDT 0x000000009CFE2000 0010BF (v01 HPQOEM 2164     00001000 INTL 00040000)
[    0.000000] ACPI: BOOT 0x000000009CFE0000 000028 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: LPIT 0x000000009CFDF000 000094 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: ASPT 0x000000009CFDD000 000034 (v07 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: DBGP 0x000000009CFDC000 000034 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: SSDT 0x000000009CFDB000 000539 (v01 HPQOEM 2164     00003000 INTL 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFDA000 000AD8 (v01 HPQOEM 2164     00003000 INTL 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFD6000 0034C1 (v01 HPQOEM 2164     00003000 INTL 00040000)
[    0.000000] ACPI: SSDT 0x000000009CFD2000 002114 (v01 HPQOEM 2164     00001000 INTL 00040000)
[    0.000000] ACPI: BGRT 0x000000009CFD5000 000038 (v01 HPQOEM 2164     00000001 HP   00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000035f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x35f5d5000-0x35f5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000035f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
[    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000087fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000009c49efff]
[    0.000000]   node   0: [mem 0x000000009cfff000-0x000000009cffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000035f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000035f5fffff]
[    0.000000] On node 0 totalpages: 3127846
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3974 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9939 pages used for memmap
[    0.000000]   DMA32 zone: 636064 pages, LIFO batch:31
[    0.000000]   Normal zone: 38872 pages used for memmap
[    0.000000]   Normal zone: 2487808 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000009da00000-0x000000009f9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    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 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c49f000-0x9c69efff]
[    0.000000] PM: Registered nosave memory: [mem 0x9c69f000-0x9ceaefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9ceaf000-0x9cfaefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cfaf000-0x9cffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0x9fa00000-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:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff97c19f200000 s107800 r8192 d31464 u262144
[    0.000000] pcpu-alloc: s107800 r8192 d31464 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 3078949
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-8-generic.efi.signed root=UUID=2eb0da88-00ed-4a54-be8d-a276538cc4bb ro zswap.enabled=1 quiet radeon.runpm=0 intel_pstate=passive
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 12139780K/12511384K available (9052K kernel code, 1665K rwdata, 3812K rodata, 2232K init, 2364K bss, 371604K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:524544 nr_irqs:760 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.694 MHz processor
[    0.000036] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.38 BogoMIPS (lpj=9178776)
[    0.000039] pid_max: default: 32768 minimum: 301
[    0.000053] ACPI: Core revision 20160930
[    0.019974] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.039161] Security Framework initialized
[    0.039162] Yama: becoming mindful.
[    0.039186] AppArmor: AppArmor initialized
[    0.040422] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.044877] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.046845] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.046866] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.047245] CPU: Physical Processor ID: 0
[    0.047245] CPU: Processor Core ID: 0
[    0.047251] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.047252] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.047256] mce: CPU supports 7 MCE banks
[    0.047268] CPU0: Thermal monitoring enabled (TM1)
[    0.047284] process: using mwait in idle threads
[    0.047287] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.047288] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.048378] Freeing SMP alternatives memory: 32K
[    0.056059] ftrace: allocating 34139 entries in 134 pages
[    0.079086] smpboot: Max logical packages: 4
[    0.079722] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.119412] TSC deadline timer enabled
[    0.119415] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.119482] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.119535] ... version:                3
[    0.119536] ... bit width:              48
[    0.119537] ... generic registers:      4
[    0.119538] ... value mask:             0000ffffffffffff
[    0.119538] ... max period:             00007fffffffffff
[    0.119539] ... fixed-purpose events:   3
[    0.119540] ... event mask:             000000070000000f
[    0.120781] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.120801] smp: Bringing up secondary CPUs ...
[    0.120892] x86: Booting SMP configuration:
[    0.120894] .... node  #0, CPUs:      #1 #2 #3
[    0.126222] smp: Brought up 1 node, 4 CPUs
[    0.126225] smpboot: Total of 4 processors activated (18357.55 BogoMIPS)
[    0.131766] devtmpfs: initialized
[    0.131842] x86/mm: Memory block size: 128MB
[    0.135547] evm: security.selinux
[    0.135548] evm: security.SMACK64
[    0.135548] evm: security.SMACK64EXEC
[    0.135549] evm: security.SMACK64TRANSMUTE
[    0.135550] evm: security.SMACK64MMAP
[    0.135550] evm: security.ima
[    0.135551] evm: security.capability
[    0.135640] PM: Registering ACPI NVS region [mem 0x9ceaf000-0x9cfaefff] (1048576 bytes)
[    0.135733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.135783] pinctrl core: initialized pinctrl subsystem
[    0.135913] RTC time:  8:08:27, date: 02/21/17
[    0.136027] NET: Registered protocol family 16
[    0.151256] cpuidle: using governor ladder
[    0.163261] cpuidle: using governor menu
[    0.163263] PCCT header not found.
[    0.163309] Simple Boot Flag at 0x44 set to 0x1
[    0.163322] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.163323] ACPI: bus type PCI registered
[    0.163325] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.163407] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.163449] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.163464] PCI: Using configuration type 1 for base access
[    0.163534] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.183460] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.183461] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.183761] ACPI: Added _OSI(Module Device)
[    0.183763] ACPI: Added _OSI(Processor Device)
[    0.183764] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.183765] ACPI: Added _OSI(Processor Aggregator Device)
[    0.184096] ACPI: Executed 2 blocks of module-level executable AML code
[    0.190549] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.191712] ACPI: Dynamic OEM Table Load:
[    0.191723] ACPI: SSDT 0xFFFF97C190A9E400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)
[    0.192263] ACPI: Dynamic OEM Table Load:
[    0.192274] ACPI: SSDT 0xFFFF97C190A0B000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)
[    0.192822] ACPI: Dynamic OEM Table Load:
[    0.192830] ACPI: SSDT 0xFFFF97C190A7EA00 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)
[    0.193933] ACPI : EC: EC started
[    3.201180] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    3.201182] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x8, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.201184] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    3.201184] ACPI: Interpreter enabled
[    3.201238] ACPI: (supports S0 S3 S4 S5)
[    3.201239] ACPI: Using IOAPIC for interrupt routing
[    3.201279] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.289409] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    3.289415] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.289565] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    3.290088] PCI host bridge to bus 0000:00
[    3.290091] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    3.290093] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.290094] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.290096] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    3.290097] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    3.290098] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    3.290100] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    3.290101] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    3.290102] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    3.290104] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    3.290105] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    3.290106] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    3.290108] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    3.290109] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    3.290110] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    3.290111] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    3.290113] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    3.290115] pci_bus 0000:00: root bus resource [bus 00-fe]
[    3.290124] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    3.290318] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    3.290332] pci 0000:00:02.0: reg 0x10: [mem 0xc2000000-0xc23fffff 64bit]
[    3.290340] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    3.290347] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    3.290531] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    3.290543] pci 0000:00:03.0: reg 0x10: [mem 0xc2710000-0xc2713fff 64bit]
[    3.290753] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    3.290771] pci 0000:00:14.0: reg 0x10: [mem 0xc2700000-0xc270ffff 64bit]
[    3.290836] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    3.290957] pci 0000:00:14.0: System wakeup disabled by ACPI
[    3.291006] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    3.291027] pci 0000:00:16.0: reg 0x10: [mem 0xc2718000-0xc271801f 64bit]
[    3.291101] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    3.291271] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    3.291287] pci 0000:00:1b.0: reg 0x10: [mem 0xc2714000-0xc2717fff 64bit]
[    3.291359] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    3.291522] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    3.291590] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.291760] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    3.291806] pci 0000:00:1c.1: [8086:9c12] type 01 class 0x060400
[    3.291876] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    3.292042] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    3.292086] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    3.292156] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    3.292320] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    3.292367] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    3.292437] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    3.292599] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    3.292645] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    3.292715] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    3.292877] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    3.292927] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    3.292946] pci 0000:00:1d.0: reg 0x10: [mem 0xc271c000-0xc271c3ff]
[    3.293038] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    3.293178] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    3.293235] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    3.293511] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[    3.293525] pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
[    3.293532] pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
[    3.293540] pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
[    3.293547] pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
[    3.293555] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
[    3.293563] pci 0000:00:1f.2: reg 0x24: [mem 0xc271b000-0xc271b7ff]
[    3.293601] pci 0000:00:1f.2: PME# supported from D3hot
[    3.293758] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    3.293774] pci 0000:00:1f.3: reg 0x10: [mem 0xc2719000-0xc27190ff 64bit]
[    3.293795] pci 0000:00:1f.3: reg 0x20: [io  0x6040-0x605f]
[    3.294009] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.294117] pci 0000:02:00.0: [10ec:5227] type 00 class 0xff0000
[    3.294147] pci 0000:02:00.0: reg 0x10: [mem 0xc1000000-0xc1000fff]
[    3.294294] pci 0000:02:00.0: supports D1 D2
[    3.294296] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    3.305226] pci 0000:00:1c.1: PCI bridge to [bus 02-07]
[    3.305229] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    3.305232] pci 0000:00:1c.1:   bridge window [mem 0xc1000000-0xc1ffffff]
[    3.305237] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc0ffffff 64bit pref]
[    3.305305] pci 0000:08:00.0: [14c3:7630] type 00 class 0x028000
[    3.305326] pci 0000:08:00.0: reg 0x10: [mem 0xc2600000-0xc26fffff]
[    3.305463] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    3.317220] pci 0000:00:1c.2: PCI bridge to [bus 08]
[    3.317225] pci 0000:00:1c.2:   bridge window [mem 0xc2600000-0xc26fffff]
[    3.317314] pci 0000:09:00.0: [10ec:8136] type 00 class 0x020000
[    3.317343] pci 0000:09:00.0: reg 0x10: [io  0x4000-0x40ff]
[    3.317377] pci 0000:09:00.0: reg 0x18: [mem 0xc2504000-0xc2504fff 64bit]
[    3.317400] pci 0000:09:00.0: reg 0x20: [mem 0xc2500000-0xc2503fff 64bit]
[    3.317513] pci 0000:09:00.0: supports D1 D2
[    3.317515] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    3.317617] pci 0000:09:00.0: System wakeup disabled by ACPI
[    3.329234] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    3.329237] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    3.329240] pci 0000:00:1c.3:   bridge window [mem 0xc2500000-0xc25fffff]
[    3.329330] pci 0000:0a:00.0: [1002:6660] type 00 class 0x038000
[    3.329355] pci 0000:0a:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    3.329371] pci 0000:0a:00.0: reg 0x18: [mem 0xc2400000-0xc243ffff 64bit]
[    3.329381] pci 0000:0a:00.0: reg 0x20: [io  0x3000-0x30ff]
[    3.329400] pci 0000:0a:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    3.329480] pci 0000:0a:00.0: supports D1 D2
[    3.329482] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot
[    3.341227] pci 0000:00:1c.4: PCI bridge to [bus 0a]
[    3.341230] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    3.341233] pci 0000:00:1c.4:   bridge window [mem 0xc2400000-0xc24fffff]
[    3.341238] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    3.342211] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342271] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342330] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342390] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342447] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342503] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342559] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342615] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    3.342802] ACPI: Enabled 4 GPEs in block 00 to 7F
[    3.342890] ACPI : EC: event unblocked
[    3.342898] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x8, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.342900] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    3.343292] SCSI subsystem initialized
[    3.343343] libata version 3.00 loaded.
[    3.343387] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    3.343390] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    3.343394] pci 0000:00:02.0: vgaarb: bridge control possible
[    3.343395] vgaarb: loaded
[    3.343418] ACPI: bus type USB registered
[    3.343439] usbcore: registered new interface driver usbfs
[    3.343448] usbcore: registered new interface driver hub
[    3.343474] usbcore: registered new device driver usb
[    3.343576] Registered efivars operations
[    3.394040] PCI: Using ACPI for IRQ routing
[    3.400291] PCI: pci_cache_line_size set to 64 bytes
[    3.400371] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    3.400373] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    3.400374] e820: reserve RAM buffer [mem 0x9c49f000-0x9fffffff]
[    3.400376] e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
[    3.400377] e820: reserve RAM buffer [mem 0x35f600000-0x35fffffff]
[    3.400503] NetLabel: Initializing
[    3.400504] NetLabel:  domain hash size = 128
[    3.400505] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.400525] NetLabel:  unlabeled traffic allowed by default
[    3.400672] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    3.400678] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    3.402705] clocksource: Switched to clocksource hpet
[    3.412717] VFS: Disk quotas dquot_6.6.0
[    3.412739] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.412862] AppArmor: AppArmor Filesystem Enabled
[    3.412918] pnp: PnP ACPI init
[    3.413319] system 00:00: [io  0x0680-0x069f] has been reserved
[    3.413321] system 00:00: [io  0xffff] has been reserved
[    3.413322] system 00:00: [io  0xffff] has been reserved
[    3.413324] system 00:00: [io  0xffff] has been reserved
[    3.413328] system 00:00: [io  0x1800-0x18fe] has been reserved
[    3.413329] system 00:00: [io  0x164e-0x164f] has been reserved
[    3.413331] system 00:00: [io  0x0454-0x0457] has been reserved
[    3.413333] system 00:00: [io  0x0380-0x0387] has been reserved
[    3.413337] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.413394] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.413438] pnp 00:02: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[    3.413476] pnp 00:03: Plug and Play ACPI device, IDs SYN1ea5 SYN1e00 SYN0002 PNP0f13 (active)
[    3.413837] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    3.413839] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    3.413841] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    3.413842] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    3.413844] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    3.413849] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.413851] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[    3.413853] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[    3.413855] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    3.413856] system 00:04: [mem 0x9fa20000-0x9fa20fff] has been reserved
[    3.413858] system 00:04: [mem 0x9fa10000-0x9fa1ffff] has been reserved
[    3.413861] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.414240] pnp: PnP ACPI: found 5 devices
[    3.420657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.420663] pci 0000:0a:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    3.420675] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    3.420678] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    3.420680] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    3.420709] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    3.420711] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    3.420713] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    3.420715] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    3.420716] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    3.420718] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    3.420727] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9fb00000-0x9fcfffff]
[    3.420740] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9fd00000-0x9fefffff 64bit pref]
[    3.420743] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    3.420746] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    3.420748] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    3.420753] pci 0000:00:1c.0:   bridge window [mem 0x9fb00000-0x9fcfffff]
[    3.420757] pci 0000:00:1c.0:   bridge window [mem 0x9fd00000-0x9fefffff 64bit pref]
[    3.420763] pci 0000:00:1c.1: PCI bridge to [bus 02-07]
[    3.420765] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    3.420769] pci 0000:00:1c.1:   bridge window [mem 0xc1000000-0xc1ffffff]
[    3.420773] pci 0000:00:1c.1:   bridge window [mem 0xc0000000-0xc0ffffff 64bit pref]
[    3.420778] pci 0000:00:1c.2: PCI bridge to [bus 08]
[    3.420782] pci 0000:00:1c.2:   bridge window [mem 0xc2600000-0xc26fffff]
[    3.420790] pci 0000:00:1c.3: PCI bridge to [bus 09]
[    3.420792] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    3.420796] pci 0000:00:1c.3:   bridge window [mem 0xc2500000-0xc25fffff]
[    3.420805] pci 0000:0a:00.0: BAR 6: assigned [mem 0xc2440000-0xc245ffff pref]
[    3.420807] pci 0000:00:1c.4: PCI bridge to [bus 0a]
[    3.420809] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    3.420814] pci 0000:00:1c.4:   bridge window [mem 0xc2400000-0xc24fffff]
[    3.420817] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    3.420824] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.420825] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    3.420827] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.420828] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    3.420829] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    3.420831] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    3.420832] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    3.420834] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    3.420835] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    3.420836] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    3.420838] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    3.420839] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    3.420840] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    3.420842] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    3.420843] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    3.420844] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    3.420846] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff window]
[    3.420847] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    3.420849] pci_bus 0000:01: resource 1 [mem 0x9fb00000-0x9fcfffff]
[    3.420850] pci_bus 0000:01: resource 2 [mem 0x9fd00000-0x9fefffff 64bit pref]
[    3.420852] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    3.420853] pci_bus 0000:02: resource 1 [mem 0xc1000000-0xc1ffffff]
[    3.420854] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xc0ffffff 64bit pref]
[    3.420856] pci_bus 0000:08: resource 1 [mem 0xc2600000-0xc26fffff]
[    3.420857] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    3.420859] pci_bus 0000:09: resource 1 [mem 0xc2500000-0xc25fffff]
[    3.420860] pci_bus 0000:0a: resource 0 [io  0x3000-0x3fff]
[    3.420862] pci_bus 0000:0a: resource 1 [mem 0xc2400000-0xc24fffff]
[    3.420863] pci_bus 0000:0a: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    3.420973] NET: Registered protocol family 2
[    3.421222] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    3.421486] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.421643] TCP: Hash tables configured (established 131072 bind 65536)
[    3.421681] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    3.421740] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    3.421834] NET: Registered protocol family 1
[    3.421852] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.442883] PCI: CLS 64 bytes, default 64
[    3.442944] Unpacking initramfs...
[    3.942681] Freeing initrd memory: 21444K
[    3.942685] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.942688] software IO TLB [mem 0x98015000-0x9c015000] (64MB) mapped at [ffff97bed8015000-ffff97bedc014fff]
[    3.942980] Scanning for low memory corruption every 60 seconds
[    3.943403] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    3.943437] audit: initializing netlink subsys (disabled)
[    3.943483] audit: type=2000 audit(1487664510.896:1): initialized
[    3.944023] Initialise system trusted keyrings
[    3.944121] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    3.946050] zbud: loaded
[    3.946611] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.946876] fuse init (API version 7.26)
[    3.947029] Allocating IMA blacklist keyring.
[    3.948347] Key type asymmetric registered
[    3.948348] Asymmetric key parser 'x509' registered
[    3.948403] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    3.948440] io scheduler noop registered
[    3.948441] io scheduler deadline registered
[    3.948450] io scheduler cfq registered (default)
[    3.949343] efifb: probing for efifb
[    3.949355] efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
[    3.949356] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    3.949357] efifb: scrolling: redraw
[    3.949358] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.952633] Console: switching to colour frame buffer device 170x48
[    3.955721] fb0: EFI VGA frame buffer device
[    3.955731] intel_idle: MWAIT substates: 0x11142120
[    3.955732] intel_idle: v0.4.1 model 0x45
[    3.956028] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.956238] ACPI: AC Adapter [ACAD] (on-line)
[    3.956711] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    3.957138] ACPI: Lid Switch [LID0]
[    3.957200] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    3.957203] ACPI: Power Button [PWRB]
[    3.957258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    3.957260] ACPI: Power Button [PWRF]
[    3.958514] [Firmware Bug]: Invalid critical threshold (0)
[    3.959652] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    3.960143] thermal LNXTHERM:00: registered as thermal_zone0
[    3.960144] ACPI: Thermal Zone [TZ01] (47 C)
[    3.960179] GHES: HEST is not enabled!
[    3.960296] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.960367] ACPI: Battery Slot [BAT0] (battery absent)
[    3.962098] Linux agpgart interface v0.103
[    3.964279] loop: module loaded
[    3.964483] libphy: Fixed MDIO Bus: probed
[    3.964485] tun: Universal TUN/TAP device driver, 1.6
[    3.964485] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.964521] PPP generic driver version 2.4.2
[    3.964564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.964567] ehci-pci: EHCI PCI platform driver
[    3.964730] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.964736] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    3.964747] ehci-pci 0000:00:1d.0: debug port 2
[    3.968642] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.968657] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc271c000
[    3.982782] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.982847] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.982850] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.982851] usb usb1: Product: EHCI Host Controller
[    3.982853] usb usb1: Manufacturer: Linux 4.10.0-8-generic ehci_hcd
[    3.982854] usb usb1: SerialNumber: 0000:00:1d.0
[    3.983141] hub 1-0:1.0: USB hub found
[    3.983147] hub 1-0:1.0: 2 ports detected
[    3.983327] ehci-platform: EHCI generic platform driver
[    3.983347] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.983353] ohci-pci: OHCI PCI platform driver
[    3.983366] ohci-platform: OHCI generic platform driver
[    3.983374] uhci_hcd: USB Universal Host Controller Interface driver
[    3.983571] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.983577] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.984650] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[    3.984655] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.984752] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.984754] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.984755] usb usb2: Product: xHCI Host Controller
[    3.984756] usb usb2: Manufacturer: Linux 4.10.0-8-generic xhci-hcd
[    3.984757] usb usb2: SerialNumber: 0000:00:14.0
[    3.984996] hub 2-0:1.0: USB hub found
[    3.985007] hub 2-0:1.0: 9 ports detected
[    3.985656] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.985660] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.985696] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    3.985698] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.985699] usb usb3: Product: xHCI Host Controller
[    3.985700] usb usb3: Manufacturer: Linux 4.10.0-8-generic xhci-hcd
[    3.985702] usb usb3: SerialNumber: 0000:00:14.0
[    3.985939] hub 3-0:1.0: USB hub found
[    3.985947] hub 3-0:1.0: 4 ports detected
[    3.986417] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.994109] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.994114] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.994383] mousedev: PS/2 mouse device common for all mice
[    3.994591] rtc_cmos 00:01: RTC can wake from S4
[    3.994731] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    3.994759] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    3.994767] i2c /dev entries driver
[    3.994831] device-mapper: uevent: version 1.0.3
[    3.994940] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    3.994948] intel_pstate: Intel P-state driver initializing
[    3.995176] ledtrig-cpu: registered to indicate activity on CPUs
[    3.995178] EFI Variables Facility v0.08 2004-May-17
[    4.003091] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    4.036928] NET: Registered protocol family 10
[    4.040881] Segment Routing with IPv6
[    4.040900] NET: Registered protocol family 17
[    4.040908] Key type dns_resolver registered
[    4.041191] microcode: sig=0x40651, pf=0x40, revision=0x1f
[    4.041251] microcode: Microcode Update Driver: v2.2.
[    4.041346] registered taskstats version 1
[    4.041354] Loading compiled-in X.509 certificates
[    4.044128] Loaded X.509 cert 'Build time autogenerated kernel key: eea014a99e855d81c1dd11e4c946fb86b136fcf4'
[    4.044148] zswap: loaded using pool lzo/zbud
[    4.055335] Key type big_key registered
[    4.055337] Key type trusted registered
[    4.056651] Key type encrypted registered
[    4.056654] AppArmor: AppArmor sha1 policy hashing enabled
[    4.056656] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    4.056669] evm: HMAC attrs: 0x1
[    4.057092]   Magic number: 5:464:119
[    4.057205] rtc_cmos 00:01: setting system clock to 2017-02-21 08:08:31 UTC (1487664511)
[    4.057274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.057274] EDD information not available.
[    4.057334] PM: Hibernation image not present or could not be loaded.
[    4.059235] Freeing unused kernel memory: 2232K
[    4.059236] Write protecting the kernel read-only data: 14336k
[    4.059589] Freeing unused kernel memory: 1172K
[    4.060183] Freeing unused kernel memory: 284K
[    4.066415] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.078022] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.078086] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.078094] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.078102] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.078553] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.078582] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.079506] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.079552] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.079563] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.079888] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.108303] wmi: Mapper loaded
[    4.115465] [drm] Initialized
[    4.115493] ahci 0000:00:1f.2: version 3.0
[    4.125818] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[    4.125821] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    4.138722] scsi host0: ahci
[    4.146739] scsi host1: ahci
[    4.147796] scsi host2: ahci
[    4.147893] scsi host3: ahci
[    4.147938] ata1: SATA max UDMA/133 abar m2048@0xc271b000 port 0xc271b100 irq 41
[    4.147939] ata2: SATA max UDMA/133 abar m2048@0xc271b000 port 0xc271b180 irq 41
[    4.147940] ata3: DUMMY
[    4.147940] ata4: DUMMY
[    4.148222] [drm] Memory usable by graphics device = 2048M
[    4.148224] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[    4.148224] fb: switching to inteldrmfb from EFI VGA
[    4.148242] Console: switching to colour dummy device 80x25
[    4.148300] [drm] Replacing VGA console driver
[    4.153865] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.153866] [drm] Driver supports precise vblank timestamp query.
[    4.156815] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.157413] [drm] radeon kernel modesetting enabled.
[    4.157428] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    4.157559] ATPX version 1, functions 0x00000033
[    4.160574] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    4.160576] AMD IOMMUv2 functionality not available on this system
[    4.164954] CRAT table not found
[    4.164955] Finished initializing topology ret=0
[    4.164971] kfd kfd: Initialized module
[    4.165163] radeon 0000:0a:00.0: enabling device (0000 -> 0003)
[    4.165363] [drm] initializing kernel modesetting (HAINAN 0x1002:0x6660 0x103C:0x2164 0x00).
[    4.165377] [drm] register mmio base: 0xC2400000
[    4.165378] [drm] register mmio size: 262144
[    4.165379] vga_switcheroo: enabled
[    4.176678] ATOM BIOS: HP/Quanta
[    4.176687] [drm] GPU not posted. posting now...
[    4.180017] radeon 0000:0a:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    4.180018] radeon 0000:0a:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[    4.180023] [drm] Detected VRAM RAM=1024M, BAR=256M
[    4.180023] [drm] RAM width 64bits DDR
[    4.180115] [TTM] Zone  kernel: Available graphics memory: 6115166 kiB
[    4.180116] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    4.180116] [TTM] Initializing pool allocator
[    4.180120] [TTM] Initializing DMA pool allocator
[    4.180135] [drm] radeon: 1024M of VRAM memory ready
[    4.180136] [drm] radeon: 2048M of GTT memory ready.
[    4.180148] [drm] Loading hainan Microcode
[    4.180234] [drm] Internal thermal controller without fan control
[    4.180290] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
[    4.188771] [drm] radeon: dpm initialized
[    4.188775] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    4.189969] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
[    4.189973] [drm] PCIE gen 2 link speeds already enabled
[    4.192961] [drm] PCIE GART of 2048M enabled (table at 0x0000000000040000).
[    4.193086] radeon 0000:0a:00.0: WB enabled
[    4.193089] radeon 0000:0a:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff97c18a8ebc00
[    4.193091] radeon 0000:0a:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff97c18a8ebc04
[    4.193092] radeon 0000:0a:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff97c18a8ebc08
[    4.193094] radeon 0000:0a:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff97c18a8ebc0c
[    4.193095] radeon 0000:0a:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff97c18a8ebc10
[    4.193096] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.193097] [drm] Driver supports precise vblank timestamp query.
[    4.193098] radeon 0000:0a:00.0: radeon: MSI limited to 32-bit
[    4.193147] radeon 0000:0a:00.0: radeon: using MSI.
[    4.193173] [drm] radeon: irq initialized.
[    4.310732] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    4.310741] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.459096] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[    4.459097] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.459369] hub 1-1:1.0: USB hub found
[    4.459449] hub 1-1:1.0: 8 ports detected
[    4.461378] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.465321] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.466985] ata2.00: ATAPI: hp       DVDRAM GU70N, U703, max UDMA/100
[    4.468844] ata2.00: configured for UDMA/100
[    4.494769] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0C4E, max UDMA/100
[    4.494771] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.496446] ata1.00: configured for UDMA/100
[    4.496642] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 4E   PQ: 0 ANSI: 5
[    4.499041] usb 2-3: New USB device found, idVendor=04f2, idProduct=b3a6
[    4.499043] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.499044] usb 2-3: Product: HP Truevision HD
[    4.499045] usb 2-3: Manufacturer: SunplusIT INC.
[    4.665865] [drm:r600_ring_test [radeon]] *ERROR* radeon: ring 0 test failed (scratch(0x850C)=0xCAFEDEAD)
[    4.665873] radeon 0000:0a:00.0: disabling GPU acceleration
[    4.686730] usb 2-6: new low-speed USB device number 3 using xhci_hcd
[    4.831855] usb 2-6: New USB device found, idVendor=046d, idProduct=c51b
[    4.831857] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.831858] usb 2-6: Product: USB Receiver
[    4.831859] usb 2-6: Manufacturer: Logitech
[    4.901446] [drm] Radeon Display Connectors
[    4.902938] [drm] Initialized radeon 2.49.0 20080528 for 0000:0a:00.0 on minor 1
[    4.903446] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    4.904262] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    4.904267] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
[    4.904275] ACPI Error: Method parse/execution failed [\_SB.PCI0.RP05.PEGP.DD02._BCL] (Node ffff97c1928f21b8), AE_NOT_FOUND (20160930/psparse-543)
[    4.904451] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input5
[    4.905474] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.905621] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
[    4.905697] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[    4.914827] fbcon: inteldrmfb (fb0) is primary device
[    4.919801] [drm] amdgpu kernel modesetting enabled.
[    4.919817] vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    4.919902] ATPX version 1, functions 0x00000033
[    4.939007] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.939069] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    4.939072] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    4.939097] sd 0:0:0:0: [sda] Write Protect is off
[    4.939100] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.939149] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.939776] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GU70N     U703 PQ: 0 ANSI: 5
[    4.954732] usb 2-7: new high-speed USB device number 4 using xhci_hcd
[    4.968800] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.968801] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.968994] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    4.969076] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    4.974767] tsc: Refined TSC clocksource calibration: 2294.687 MHz
[    4.974778] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139a22526, max_idle_ns: 440795252169 ns
[    5.023149]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11
[    5.024411] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.096003] usb 2-7: New USB device found, idVendor=0e8d, idProduct=763f
[    5.096006] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.096007] usb 2-7: Product: BT
[    5.096008] usb 2-7: Manufacturer: MediaTek
[    5.096009] usb 2-7: SerialNumber: 1.0
[    5.973981] random: fast init done
[    5.998865] clocksource: Switched to clocksource tsc
[    6.007344] Console: switching to colour frame buffer device 170x48
[    6.026323] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.674302] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    8.340185] random: crng init done
[    9.280014] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.460575] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    9.460723] systemd[1]: Detected architecture x86-64.
[    9.469739] systemd[1]: Set hostname to <hpsol>.
[   11.925786] systemd[1]: Configuration file /etc/systemd/system/postfix.service.d/override.conf is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[   12.262546] systemd[1]: ModemManager.service: Cannot add dependency job, ignoring: Unit ModemManager.service is masked.
[   12.263639] systemd[1]: Listening on Journal Socket (/dev/log).
[   12.263731] systemd[1]: Listening on udev Kernel Socket.
[   12.263757] systemd[1]: Listening on Syslog Socket.
[   12.263791] systemd[1]: Listening on udev Control Socket.
[   12.263928] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.131055] lp: driver loaded but no devices found
[   13.250711] ppdev: user-space parallel port driver
[   15.791731] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[   15.992906] systemd-journald[272]: Received request to flush runtime journal from PID 1
[   16.799645] Initializing HPQ6001 module
[   16.799725] input: HP Wireless hotkeys as /devices/virtual/input/input7
[   16.915342] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[   16.925823] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.316348] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   17.316356] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[   17.321281] rtsx_pci 0000:02:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 44
[   17.327742] r8169 0000:09:00.0 eth0: RTL8106e at 0xffffb6bb41a1d000, a0:48:1c:0e:7a:b7, XID 10900800 IRQ 45
[   17.467812] hp_accel: laptop model unknown, using default axes configuration
[   17.478940] lis3lv02d: 8 bits 3DC sensor found
[   17.534743] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input8
[   17.733718] mt7630e: loading out-of-tree module taints kernel.
[   17.733816] mt7630e: module verification failed: signature and/or required key missing - tainting kernel
[   17.734534] ==>MT76x0_WLAN_ChipOnOff(): OnOff:1 pAd->WlanFunCtrl.word = 0x0, Reg-WlanFunCtrl=0xffff0143
[   17.734534] WlanFunCtrl.word = 0xffff0143
[   17.734590] MACVersion = 0x76502000
[   17.734597] <== MT76x0_WLAN_ChipOnOff():  pAd->WlanFunCtrl.word = 0xffff0143, Reg->WlanFunCtrl=0xffff0143!
[   17.734612] MAC_version=0x76300002
[   17.734616] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 7630, rev 0002 detected
[   17.736571] MAC: fc:4d:d4:4f:d9:1e
[   17.736573] MAC_version=0x76300002
[   17.736573] RFIC =0x7630
[   17.736574] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 7630 detected
[   17.736575] rt2x00dev->chip.rt = 0x7630
[   17.736575] rt2x00dev->chip.rf = 0x7630
[   17.736582] ------------[ cut here ]------------
[   17.736600] WARNING: CPU: 0 PID: 375 at /build/linux-H00C1E/linux-4.10.0/net/wireless/core.c:633 wiphy_register+0x4b3/0x990 [cfg80211]
[   17.736601] Modules linked in: mt7630e(OE+) psmouse mac80211 hp_accel cfg80211 eeprom_93cx6 snd_seq rtsx_pci r8169 mii snd_seq_device snd_timer lis3lv02d snd soundcore mei_me shpchp fjes mei input_polldev lpc_ich hp_wireless parport_pc ppdev lp parport ip_tables x_tables autofs4 amdgpu amdkfd amd_iommu_v2 radeon i915 ttm i2c_algo_bit drm_kms_helper input_leds syscopyarea serio_raw sysfillrect sysimgblt fb_sys_fops ahci drm libahci wmi video mac_hid
[   17.736621] CPU: 0 PID: 375 Comm: systemd-udevd Tainted: G           OE   4.10.0-8-generic #10-Ubuntu
[   17.736622] Hardware name: Hewlett-Packard HP Pavilion 15 Notebook PC/2164, BIOS F.70 07/18/2016
[   17.736623] Call Trace:
[   17.736628]  dump_stack+0x63/0x81
[   17.736629]  __warn+0xcb/0xf0
[   17.736630]  warn_slowpath_null+0x1d/0x20
[   17.736639]  wiphy_register+0x4b3/0x990 [cfg80211]
[   17.736641]  ? __kmalloc+0x162/0x1e0
[   17.736654]  ? ieee80211_register_hw+0x26e/0xb10 [mac80211]
[   17.736663]  ieee80211_register_hw+0x3ec/0xb10 [mac80211]
[   17.736668]  rt2x00lib_probe_dev+0x632/0x810 [mt7630e]
[   17.736674]  rt2x00pci_probe+0x1c6/0x3a0 [mt7630e]
[   17.736679]  rt2800pci_probe+0x15/0x20 [mt7630e]
[   17.736681]  local_pci_probe+0x45/0xa0
[   17.736682]  pci_device_probe+0x103/0x150
[   17.736685]  driver_probe_device+0x2bb/0x460
[   17.736687]  __driver_attach+0xdf/0xf0
[   17.736689]  ? driver_probe_device+0x460/0x460
[   17.736690]  bus_for_each_dev+0x6c/0xc0
[   17.736692]  driver_attach+0x1e/0x20
[   17.736693]  bus_add_driver+0x170/0x270
[   17.736695]  driver_register+0x60/0xe0
[   17.736696]  ? 0xffffffffc0765000
[   17.736697]  __pci_register_driver+0x4c/0x50
[   17.736702]  rt2800pci_init+0x1e/0x1000 [mt7630e]
[   17.736704]  do_one_initcall+0x52/0x1b0
[   17.736705]  ? kmem_cache_alloc_trace+0xd7/0x190
[   17.736707]  do_init_module+0x5f/0x200
[   17.736709]  load_module+0x18f8/0x1c60
[   17.736710]  ? __symbol_put+0x60/0x60
[   17.736712]  ? ima_post_read_file+0x7e/0xa0
[   17.736714]  ? security_kernel_post_read_file+0x6b/0x80
[   17.736716]  SYSC_finit_module+0xdf/0x110
[   17.736718]  SyS_finit_module+0xe/0x10
[   17.736720]  do_syscall_64+0x5b/0xc0
[   17.736722]  entry_SYSCALL64_slow_path+0x25/0x25
[   17.736723] RIP: 0033:0x7fcf21362d79
[   17.736724] RSP: 002b:00007ffe6df0c6c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   17.736725] RAX: ffffffffffffffda RBX: 000055bfab3f4a80 RCX: 00007fcf21362d79
[   17.736726] RDX: 0000000000000000 RSI: 00007fcf21c86e23 RDI: 0000000000000011
[   17.736727] RBP: 00007fcf21c86e23 R08: 0000000000000000 R09: 0000000000000000
[   17.736727] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000000000
[   17.736728] R13: 000055bfab40be60 R14: 0000000000020000 R15: 000055bfab080898
[   17.736729] ---[ end trace cc9ebd7d94dba760 ]---
[   17.736731] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to initialize hw
[   17.736824] mt7630e: probe of 0000:08:00.0 failed with error -22
[   17.984322] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   17.984323] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   17.984324] RAPL PMU: hw unit of domain package 2^-14 Joules
[   17.984324] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   17.984325] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   18.207051] media: Linux media interface: v0.10
[   18.216115] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   18.267552] hidraw: raw HID events driver (C) Jiri Kosina
[   18.277934] Linux video capture interface: v2.00
[   18.293248] usbcore: registered new interface driver usbhid
[   18.293250] usbhid: USB HID core driver
[   18.299614] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[   18.299689] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[   18.299763] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[   18.317775] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   18.317776] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.317778] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.317778] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   18.317779] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   18.317780] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   18.317781] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   18.396171] AVX2 version of gcm_enc/dec engaged.
[   18.396172] AES CTR mode by8 optimization enabled
[   18.472398] uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b3a6)
[   18.480766] uvcvideo 2-3:1.0: Entity type for entity Extension 4 was not initialized!
[   18.480769] uvcvideo 2-3:1.0: Entity type for entity Extension 3 was not initialized!
[   18.480771] uvcvideo 2-3:1.0: Entity type for entity Processing 2 was not initialized!
[   18.480772] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not initialized!
[   18.480861] input: HP Truevision HD as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input13
[   18.480924] usbcore: registered new interface driver uvcvideo
[   18.480924] USB Video Class driver (1.1.1)
[   18.482902] psmouse serio1: synaptics: queried max coordinates: x [..5696], y [..4884]
[   18.518808] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1044..]
[   18.542624] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[   18.542695] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[   18.585710] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xf00133/0x240000/0xa2400/0x0, board id: 2665, fw id: 1458825
[   18.629087] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[   19.026723] intel_rapl: Found RAPL domain package
[   19.026725] intel_rapl: Found RAPL domain core
[   19.026726] intel_rapl: Found RAPL domain uncore
[   19.026727] intel_rapl: Found RAPL domain dram
[   19.026729] intel_rapl: RAPL package 0 domain package locked by BIOS
[   19.075276] Bluetooth: Core ver 2.22
[   19.075293] NET: Registered protocol family 31
[   19.075294] Bluetooth: HCI device and connection manager initialized
[   19.075296] Bluetooth: HCI socket layer initialized
[   19.075298] Bluetooth: L2CAP socket layer initialized
[   19.075303] Bluetooth: SCO socket layer initialized
[   19.202168] usbcore: registered new interface driver btusb
[   19.203593] r8169 0000:09:00.0 eno1: renamed from eth0
[   19.223854] input: HP WMI hotkeys as /devices/virtual/input/input16
[   19.517737] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/0003:046D:C51B.0001/input/input17
[   19.517846] hid-generic 0003:046D:C51B.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-6/input0
[   19.518401] hid-generic 0003:046D:C51B.0002: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6/input1
[   21.004404] Adding 8191996k swap on /dev/sda6.  Priority:-1 extents:1 across:8191996k FS
[   22.752235] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[   24.600891] audit: type=1400 audit(1487664532.037:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="content-hub-peer-picker" pid=958 comm="apparmor_parser"
[   24.628592] audit: type=1400 audit(1487664532.065:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="url-dispatcher-bad-url-helper" pid=962 comm="apparmor_parser"
[   24.674701] audit: type=1400 audit(1487664532.113:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=961 comm="apparmor_parser"
[   24.674707] audit: type=1400 audit(1487664532.113:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=961 comm="apparmor_parser"
[   24.674710] audit: type=1400 audit(1487664532.113:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=961 comm="apparmor_parser"
[   24.674713] audit: type=1400 audit(1487664532.113:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=961 comm="apparmor_parser"
[   24.725987] audit: type=1400 audit(1487664532.161:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=965 comm="apparmor_parser"
[   24.742480] audit: type=1400 audit(1487664532.177:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=960 comm="apparmor_parser"
[   24.742485] audit: type=1400 audit(1487664532.177:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=960 comm="apparmor_parser"
[   24.742487] audit: type=1400 audit(1487664532.177:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=960 comm="apparmor_parser"
[   26.106238] cgroup: new mount options do not match the existing superblock, will be ignored
[   27.450227] cgroup: new mount options do not match the existing superblock, will be ignored
[   34.557286] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   34.557288] Bluetooth: BNEP filters: protocol multicast
[   34.557292] Bluetooth: BNEP socket layer initialized
[   35.395961] systemd[1]: snapd.refresh.timer: Adding 53min 489.743ms random time.
[   35.395968] systemd[1]: snapd.refresh.timer: Adding 5h 21min 15.304906s random time.
[   35.396135] systemd[1]: motd-news.timer: Adding 9min 21.491357s random time.
[   36.587784] systemd[1]: snapd.refresh.timer: Adding 2h 41min 15.305472s random time.
[   36.587793] systemd[1]: snapd.refresh.timer: Adding 4h 25min 13.208829s random time.
[   36.587961] systemd[1]: motd-news.timer: Adding 16min 23.826405s random time.
[   44.251722] kauditd_printk_skb: 84 callbacks suppressed
[   44.251725] audit: type=1400 audit(1487664551.693:40): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="/proc/1972/status" pid=1972 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=124 ouid=124
[   44.251729] audit: type=1400 audit(1487664551.693:41): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="/sys/devices/system/node/" pid=1972 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=124 ouid=0
[   44.251780] audit: type=1400 audit(1487664551.693:42): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld" name="/proc/1972/status" pid=1972 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=124 ouid=124
[   44.742115] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   45.168917] r8169 0000:09:00.0 eno1: link down
[   45.169010] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   52.050326] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   52.057257] IPv6: ADDRCONF(NETDEV_UP): lxcbr0: link is not ready
[   53.082101] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   53.239889] systemd[1]: snapd.refresh.timer: Adding 4h 16min 16.841105s random time.
[   53.239895] systemd[1]: snapd.refresh.timer: Adding 5h 9min 20.000671s random time.
[   53.240034] systemd[1]: motd-news.timer: Adding 43min 28.751802s random time.
[   54.594998] audit: type=1400 audit(1487664562.033:43): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/lxc-start" pid=2432 comm="apparmor_parser"
[   54.601312] audit: type=1400 audit(1487664562.037:44): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=2436 comm="apparmor_parser"
[   54.601315] audit: type=1400 audit(1487664562.037:45): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=2436 comm="apparmor_parser"
[   54.601318] audit: type=1400 audit(1487664562.037:46): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=2436 comm="apparmor_parser"
[   54.601320] audit: type=1400 audit(1487664562.037:47): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=2436 comm="apparmor_parser"
[  102.934811] ata1.00: configured for UDMA/100
[  102.934814] ata1: EH complete

Am I the only one with that issue?

Check if Wifi is locked and unblock it

sudo rfkill list # for info
sudo rfkill unblock all # if blocks exist 

dmesg right after installation on xanmod 4.10 kernel
mt7630e: loading out-of-tree module taints kernel. [ 198.431640] mt7630e: module verification failed: signature and/or required key missing - tainting kernel [ 198.445580] ==>MT76x0_WLAN_ChipOnOff(): OnOff:1 pAd->WlanFunCtrl.word = 0x0, Reg-WlanFunCtrl=0xffff0143 [ 198.445581] WlanFunCtrl.word = 0xffff0143 [ 198.445638] MACVersion = 0x76502000 [ 198.445645] <== MT76x0_WLAN_ChipOnOff(): pAd->WlanFunCtrl.word = 0xffff0143, Reg->WlanFunCtrl=0xffff0143! [ 198.445653] MAC_version=0x76300002 [ 198.445656] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 7630, rev 0002 detected [ 198.447652] MAC: fc:4d:d4:4f:d9:1e [ 198.447656] MAC_version=0x76300002 [ 198.447657] RFIC =0x7630 [ 198.447660] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 7630 detected [ 198.447660] rt2x00dev->chip.rt = 0x7630 [ 198.447661] rt2x00dev->chip.rf = 0x7630 [ 198.447669] ------------[ cut here ]------------ [ 198.447699] WARNING: CPU: 2 PID: 15846 at net/wireless/core.c:633 wiphy_register+0x4b3/0x9a0 [cfg80211] [ 198.447700] Modules linked in: mt7630e(OE+) mac80211 cfg80211 eeprom_93cx6 msr xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c xt_tcpudp bridge stp llc iptable_filter bnep binfmt_misc nls_iso8859_1 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel uvcvideo rtsx_pci_sdmmc rtsx_pci_ms pcbc memstick snd_hda_codec_hdmi aesni_intel aes_x86_64 hp_wmi sparse_keymap snd_hda_codec_realtek crypto_simd snd_hda_codec_generic hid_generic joydev usbhid hid glue_helper snd_hda_intel snd_hda_codec videobuf2_vmalloc cryptd snd_hda_core intel_cstate videobuf2_memops intel_rapl_perf videobuf2_v4l2 videobuf2_core videodev media snd_hwdep [ 198.447757] snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device r8169 snd_timer psmouse rtsx_pci snd mei_me hp_accel lpc_ich lis3lv02d input_polldev mii shpchp soundcore mei hp_wireless fjes parport_pc ppdev lp parport ip_tables x_tables autofs4 btusb btrtl btbcm btintel bluetooth amdgpu amdkfd amd_iommu_v2 radeon i915 ttm i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm input_leds ahci serio_raw libahci wmi video mac_hid [ 198.447807] CPU: 2 PID: 15846 Comm: modprobe Tainted: G OE 4.10.0-xanmod1 #2 [ 198.447808] Hardware name: Hewlett-Packard HP Pavilion 15 Notebook PC/2164, BIOS F.70 07/18/2016 [ 198.447809] Call Trace: [ 198.447816] dump_stack+0x65/0x83 [ 198.447821] __warn+0xcb/0x100 [ 198.447824] warn_slowpath_null+0x1d/0x20 [ 198.447840] wiphy_register+0x4b3/0x9a0 [cfg80211] [ 198.447844] ? vprintk_default+0x29/0x60 [ 198.447847] ? printk+0x57/0x73 [ 198.447850] ? __kmalloc+0x17d/0x200 [ 198.447876] ? ieee80211_register_hw+0x26e/0xb20 [mac80211] [ 198.447891] ieee80211_register_hw+0x3ec/0xb20 [mac80211] [ 198.447902] rt2x00lib_probe_dev+0x632/0x820 [mt7630e] [ 198.447911] rt2x00pci_probe+0x1c6/0x3a0 [mt7630e] [ 198.447919] rt2800pci_probe+0x15/0x20 [mt7630e] [ 198.447923] local_pci_probe+0x45/0xa0 [ 198.447925] ? pci_match_device+0xca/0x120 [ 198.447928] pci_device_probe+0x109/0x160 [ 198.447932] ? preempt_count_add+0xa8/0xc0 [ 198.447936] driver_probe_device+0x2bb/0x460 [ 198.447939] __driver_attach+0xdf/0x100 [ 198.447942] ? driver_probe_device+0x460/0x460 [ 198.447944] bus_for_each_dev+0x6c/0xc0 [ 198.447947] driver_attach+0x1e/0x20 [ 198.447950] bus_add_driver+0x170/0x280 [ 198.447952] driver_register+0x60/0xe0 [ 198.447954] ? 0xffffffffc0eb6000 [ 198.447957] __pci_register_driver+0x4c/0x60 [ 198.447964] rt2800pci_init+0x1e/0x1000 [mt7630e] [ 198.447967] do_one_initcall+0x52/0x1a0 [ 198.447970] ? kmem_cache_alloc_trace+0xe7/0x1c0 [ 198.447973] do_init_module+0x5f/0x200 [ 198.447976] load_module+0x267c/0x2a20 [ 198.447979] ? __symbol_put+0xa0/0xa0 [ 198.447982] ? ima_post_read_file+0x7e/0xa0 [ 198.447986] ? security_kernel_post_read_file+0x6b/0x80 [ 198.447989] SYSC_finit_module+0xdf/0x120 [ 198.447993] SyS_finit_module+0xe/0x20 [ 198.447996] entry_SYSCALL_64_fastpath+0x1e/0xad [ 198.447998] RIP: 0033:0x7fdb5d5b7d79 [ 198.448000] RSP: 002b:00007ffe784d5478 EFLAGS: 00000246 ORIG_RAX: 0000000000000139 [ 198.448002] RAX: ffffffffffffffda RBX: 00007ffe784d34c0 RCX: 00007fdb5d5b7d79 [ 198.448005] RDX: 0000000000000000 RSI: 000055c70b173f8b RDI: 0000000000000006 [ 198.448006] RBP: 00007ffe784d34c0 R08: 0000000000000000 R09: 0000000000000000 [ 198.448007] R10: 0000000000000006 R11: 0000000000000246 R12: 000055c70d319010 [ 198.448008] R13: 00007ffe784d34b8 R14: 0000000000000000 R15: 0000000000000000 [ 198.448011] ---[ end trace d735135044dc88c0 ]--- [ 198.448014] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to initialize hw [ 198.448129] mt7630e: probe of 0000:08:00.0 failed with error -22 [ 198.449898] usbcore: registered new interface driver mtk_bt_loader

Another thing. There is a led that is white if wifi is on. On previous kernels it was always red before installation of drivers, and becomes white during successful installation. Now it is white all the time almost right after the kernel starts booting, but it does not work.

from gentoo :
r8169 0000:03:00.2 enp3s0f2: renamed from eth0
[ 9.472482] ==>MT76x0_WLAN_ChipOnOff(): OnOff:1 pAd->WlanFunCtrl.word = 0x0, Reg-WlanFunCtrl=0xffff0143
[ 9.472483] WlanFunCtrl.word = 0xffff0143
[ 9.472537] MACVersion = 0x76502000
[ 9.472546] <== MT76x0_WLAN_ChipOnOff(): pAd->WlanFunCtrl.word = 0xffff0143, Reg->WlanFunCtrl=0xffff0143!
[ 9.472559] MAC_version=0x76300002
[ 9.472568] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 7630, rev 0002 detected
[ 9.474596] MAC: 54:35:30:bc:3f:2d
[ 9.474601] MAC_version=0x76300002
[ 9.474601] RFIC =0x7630
[ 9.474603] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 7630 detected
[ 9.474604] rt2x00dev->chip.rt = 0x7630
[ 9.474604] rt2x00dev->chip.rf = 0x7630
[ 9.474612] ------------[ cut here ]------------
[ 9.474617] WARNING: CPU: 2 PID: 681 at net/wireless/core.c:633 wiphy_register+0x49a/0x900
[ 9.474617] Modules linked in: mt7630e(O+) eeprom_93cx6 mt76xx(O)
[ 9.474623] CPU: 2 PID: 681 Comm: udevd Tainted: G O 4.10.0-gentoo-krnlschd #1
[ 9.474625] Hardware name: ASUSTeK COMPUTER INC. X550CA/X550CA, BIOS X550CA.300 03/24/2014
[ 9.474625] Call Trace:
[ 9.474630] ? dump_stack+0x46/0x5d
[ 9.474633] ? __warn+0xb4/0xd0
[ 9.474634] ? wiphy_register+0x49a/0x900
[ 9.474638] ? printk+0x43/0x4b
[ 9.474639] ? __kmalloc+0xd9/0xe0
[ 9.474643] ? ieee80211_register_hw+0x3d2/0xa90
[ 9.474651] ? rt2x00lib_probe_dev+0x636/0x7e0 [mt7630e]
[ 9.474658] ? rt2x00pci_probe+0x1a0/0x360 [mt7630e]
[ 9.474660] ? pci_device_probe+0x7c/0xe0
[ 9.474663] ? driver_probe_device+0x1f7/0x2d0
[ 9.474665] ? __driver_attach+0x8f/0xa0
[ 9.474668] ? driver_probe_device+0x2d0/0x2d0
[ 9.474670] ? bus_for_each_dev+0x55/0x90
[ 9.474672] ? bus_add_driver+0x19a/0x210
[ 9.474673] ? 0xffffffffa0031000
[ 9.474675] ? driver_register+0x52/0xc0
[ 9.474676] ? 0xffffffffa0031000
[ 9.474678] ? do_one_initcall+0x39/0x170
[ 9.474682] ? free_vmap_area_noflush+0x33/0x70
[ 9.474684] ? do_init_module+0x51/0x1c2
[ 9.474686] ? load_module+0x1d8f/0x2210
[ 9.474688] ? find_symbol_in_section+0xa0/0xa0
[ 9.474690] ? finish_open+0x21/0x30
[ 9.474692] ? SyS_finit_module+0xa3/0xb0
[ 9.474695] ? entry_SYSCALL_64_fastpath+0x17/0x98
[ 9.474696] ---[ end trace 2ca37efc4c3928a3 ]---
[ 9.474698] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to initialize hw
[ 9.474782] mt7630e: probe of 0000:02:00.0 failed with error -22
[ 10.795908] random: crng init done

@neurobin, are you going to look into that issue? If not, than i have to look for a new wifi now.
Thank you.

@Pilleo , I am not getting enough time now. Getting a new wifi card is always recommended, this device really sucks...

@neurobin , thank you for your answer and work! Maybe you could give some advice on a new wifi card?

@Pilleo , You can ask on forums like ubuntuforums, forums.linuxmint.com to find out what works best.

This bug is due to the WDS being obsoleted. Patch is simple:

--- rt2x00dev.c.orig	2017-03-10 12:58:16.719971627 +0300
+++ rt2x00dev.c	2017-03-10 12:56:03.099973651 +0300
@@ -1494,11 +1494,13 @@
 	if (rt2x00dev->ops->bcn->entry_num > 0)
 		rt2x00dev->hw->wiphy->interface_modes |=
 		    BIT(NL80211_IFTYPE_ADHOC) |
-		    BIT(NL80211_IFTYPE_AP) |
 #ifdef CONFIG_MAC80211_MESH
 		    BIT(NL80211_IFTYPE_MESH_POINT) |
 #endif
-		    BIT(NL80211_IFTYPE_WDS);
+#ifdef CONFIG_WIRELESS_WDS
+		    BIT(NL80211_IFTYPE_WDS) |
+#endif
+		    BIT(NL80211_IFTYPE_AP);
 
 	rt2x00dev->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;


@apr456 ,
it works, thank you so much!

sorry but which file did you modify?

sorry but which file did you modify?

rt2x00dev.c

thanks i m going to try it tomorrow and tell you what.

sorry i m' not used to your writings since in github it s a + or - for each line that you want to modify.
so do you want to say that we have

 -	if (rt2x00dev->ops->bcn->entry_num > 0)
 -		rt2x00dev->hw->wiphy->interface_modes |=
 -		    BIT(NL80211_IFTYPE_ADHOC) |
 -		    BIT(NL80211_IFTYPE_AP) |
 - #ifdef CONFIG_MAC80211_MESH
 -		    BIT(NL80211_IFTYPE_MESH_POINT) |
 - #endif
 -		    BIT(NL80211_IFTYPE_WDS);
 + #ifdef CONFIG_WIRELESS_WDS
 +		    BIT(NL80211_IFTYPE_WDS) |
 + #endif
 +		    BIT(NL80211_IFTYPE_AP);
 
 +	rt2x00dev->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;

?
again sorry for my noobiness...

I have done this and it works. I am a noob too.

if (rt2x00dev->ops->bcn->entry_num > 0)
rt2x00dev->hw->wiphy->interface_modes |=
BIT(NL80211_IFTYPE_ADHOC) |
// BIT(NL80211_IFTYPE_AP) |
#ifdef CONFIG_MAC80211_MESH
BIT(NL80211_IFTYPE_MESH_POINT) |
#endif
// BIT(NL80211_IFTYPE_WDS);
#ifdef CONFIG_WIRELESS_WDS
BIT(NL80211_IFTYPE_WDS) |
#endif
BIT(NL80211_IFTYPE_AP);
rt2x00dev->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;

@apr456 , can you please merge it?

It didn' t world for me on Kernel on 16.10 Ubuntu. Andy ideas why ? It is like the driver is not even loaded. How can I diagnostic that ?
I don't have any error with make or make install.

Just tonne sure that I ce done the good notifications, can someone fork this ?

@boistordu
#40

like I said it doesn't give any error at installation but it is like I would not have any wifi device . So i was thinking that maybe it s a problem with the version of the device:
photo_2017-03-14_11-03-09

I will send another photo if I find the lines with the error at boot for the drivers if there are any.

oups maybe it s the bluethooth device, i will send another photo with the line of the wifi device.

@boistordu

Check if Wifi is locked and unblock it

sudo rfkill list # for info
sudo rfkill unblock all # if blocks exist

Okay So it Says no but at least with your trick I know what the Keys does. So at least I have that figured out.

But anyway I have first another problem, because I don't have another problem because I'm not under the impression that I have the whole dmesg on Ubuntu 16.10 so I need to figure that out first then I will be able to see the line with the wifi peripherals because at this Time I don't see it for the moment.

@apr456 sorry, it doesn't work for fedora 25 (kernel: 4.10.5-200.fc25.x86_64)

Works fine for me on Fedora 4.10.8-200.fc25.x86_64

@mateuszneumann : can you make a PR with it ? or maybe @neurobin apply the patch ?

@apr456 thank you 🥇
it works, thank you so much!

I had ubuntu 17.4 and your patch fixed my case