You are not logged in.
Pages: 1
It seems that with linux 4.4 support for my WiFi card has been added (QCA9377), however, during startup, I get something like:
ath10k_pci could not fetch firmware file ath10k/QCA9377/hw1.0/firmware-5.bin
Also i cannot get bluetooth to work.
Offline
ls /usr/lib/firmware/ath10k/QCA9377/hw1.0/If it is empty or doesn't exist create the directory
then
cd /usr/lib/firmware/ath10k/QCA9377/hw1.0/
sudo wget https://github.com/kvalo/ath10k-firmware/blob/master/QCA9377/hw1.0/board.bin
sudo wget https://github.com/kvalo/ath10k-firmware/blob/master/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1
sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
echo "options ath10k_core skip_otp=Y" | sudo tee /etc/modprobe.d/ath10k_core.confReboot
There is a possibility of getting bluetooth working, post
dmesg | egrep -i 'blue|firm'Offline
Still no WiFi. I am just getting different errors, that's it.
Here is my whole dmesg:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.1-2-ARCH (builduser@foutrelis) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=595dd0d5-2bb4-4f91-a933-e3c8f809ae83 rw quiet
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 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-0x0000000000085fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000086000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008ecb7fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008ecb8000-0x000000008f5b8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008f5b9000-0x000000009c4cdfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009c4ce000-0x000000009c6cdfff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000009c6ce000-0x000000009cebdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009cebe000-0x000000009cfbdfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009cfbe000-0x000000009cffdfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009cffe000-0x000000009cffefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000015effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by INSYDE Corp.
[ 0.000000] efi: SMBIOS=0x9c743000 ESRT=0x9c84f518 ACPI 2.0=0x9cffd014
[ 0.000000] esrt: Reserving ESRT space from 0x000000009c84f518 to 0x000000009c84f550.
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Acer Aspire E5-573/ZORO_BH, BIOS V1.35 11/30/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x15f000 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 7E00000000 write-back
[ 0.000000] 1 base 009CFFF000 mask 7FFFFFF000 uncachable
[ 0.000000] 2 base 009D000000 mask 7FFF000000 uncachable
[ 0.000000] 3 base 009E000000 mask 7FFE000000 uncachable
[ 0.000000] 4 base 00A0000000 mask 7FE0000000 uncachable
[ 0.000000] 5 base 00C0000000 mask 7FC0000000 uncachable
[ 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] e820: update [mem 0x9cfff000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0x9cfff max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000080000] 80000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
[ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
[ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
[ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
[ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
[ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x378de000-0x37c66fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000009CFFD014 000024 (v02 ACRSYS)
[ 0.000000] ACPI: XSDT 0x000000009CFCE188 0000E4 (v01 ACRSYS ACRPRDCT 00000001 01000013)
[ 0.000000] ACPI: FACP 0x000000009CFED000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: DSDT 0x000000009CFD7000 010B22 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: FACS 0x000000009CFB7000 000040
[ 0.000000] ACPI: TCPA 0x000000009CFFC000 000032 (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: UEFI 0x000000009CFFB000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: UEFI 0x000000009CFFA000 000042 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: SSDT 0x000000009CFF9000 000496 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: SSDT 0x000000009CFF8000 00004B (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: TPM2 0x000000009CFF7000 000034 (v03 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: SSDT 0x000000009CFF3000 003548 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: MSDM 0x000000009CFF2000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: ASF! 0x000000009CFF1000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: ASPT 0x000000009CFF0000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: BOOT 0x000000009CFEF000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: DBGP 0x000000009CFEE000 000034 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: HPET 0x000000009CFEC000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: LPIT 0x000000009CFEB000 000094 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: APIC 0x000000009CFEA000 00008C (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MCFG 0x000000009CFE9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 0x000000009CFE8000 000539 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 0x000000009CFD6000 000B74 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 0x000000009CFD0000 005ACC (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: DMAR 0x000000009CFCF000 0000D4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: CSRT 0x000000009CFCD000 0000C4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: FPDT 0x000000009CFCC000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
[ 0.000000] ACPI: BGRT 0x000000009CFCB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000015effffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x15eff9000-0x15effcfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000015effffff]
[ 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-0x0000000000085fff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000008ecb7fff]
[ 0.000000] node 0: [mem 0x000000008f5b9000-0x000000009c4cdfff]
[ 0.000000] node 0: [mem 0x000000009cffe000-0x000000009cffefff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000015effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000015effffff]
[ 0.000000] On node 0 totalpages: 1026898
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 23 pages reserved
[ 0.000000] DMA zone: 3972 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 9904 pages used for memmap
[ 0.000000] DMA32 zone: 633806 pages, LIFO batch:31
[ 0.000000] Normal zone: 6080 pages used for memmap
[ 0.000000] Normal zone: 389120 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0x9e000000-0x9fffffff
[ 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 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00086000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8ecb8000-0x8f5b8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9c4ce000-0x9c6cdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9c6ce000-0x9cebdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9cebe000-0x9cfbdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9cfbe000-0x9cffdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9cfff000-0x9dffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9e000000-0x9fffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[ 0.000000] e820: [mem 0xa0000000-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: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88015ec00000 s92696 r8192 d30184 u262144
[ 0.000000] pcpu-alloc: s92696 r8192 d30184 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: 1010827
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=595dd0d5-2bb4-4f91-a933-e3c8f809ae83 rw quiet
[ 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: 3913976K/4107592K available (5721K kernel code, 945K rwdata, 1820K rodata, 1188K init, 1156K bss, 193616K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:8448 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 1995.459 MHz processor
[ 0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.20 BogoMIPS (lpj=6651530)
[ 0.000038] pid_max: default: 32768 minimum: 301
[ 0.000044] ACPI: Core revision 20150930
[ 0.020065] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.022066] Security Framework initialized
[ 0.022070] Yama: becoming mindful.
[ 0.022372] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.023302] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.023723] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.023731] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.023957] Initializing cgroup subsys io
[ 0.023960] Initializing cgroup subsys memory
[ 0.023966] Initializing cgroup subsys devices
[ 0.023968] Initializing cgroup subsys freezer
[ 0.023970] Initializing cgroup subsys net_cls
[ 0.023972] Initializing cgroup subsys pids
[ 0.023997] CPU: Physical Processor ID: 0
[ 0.023998] CPU: Processor Core ID: 0
[ 0.024003] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.024004] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.025142] mce: CPU supports 7 MCE banks
[ 0.025156] CPU0: Thermal monitoring enabled (TM1)
[ 0.025166] process: using mwait in idle threads
[ 0.025169] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.025170] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.025543] Freeing SMP alternatives memory: 20K (ffffffff81a17000 - ffffffff81a1c000)
[ 0.029278] ftrace: allocating 22852 entries in 90 pages
[ 0.040650] DMAR: Host address width 39
[ 0.040653] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.040660] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
[ 0.040662] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.040666] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[ 0.040668] DMAR: RMRR base: 0x0000009ce64000 end: 0x0000009ce83fff
[ 0.040669] DMAR: RMRR base: 0x0000009d800000 end: 0x0000009fffffff
[ 0.040671] DMAR: ANDD device: 1 name: \_SB.PCI0.SDMA
[ 0.040673] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.040674] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.040676] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[ 0.040677] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.041178] DMAR-IR: Enabled IRQ remapping in xapic mode
[ 0.041180] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.041823] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.074832] TSC deadline timer enabled
[ 0.074835] smpboot: CPU0: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[ 0.074864] Performance Events: PEBS fmt2+, 16-deep LBR, Broadwell events, full-width counters, Intel PMU driver.
[ 0.074888] ... version: 3
[ 0.074889] ... bit width: 48
[ 0.074890] ... generic registers: 4
[ 0.074891] ... value mask: 0000ffffffffffff
[ 0.074892] ... max period: 0000ffffffffffff
[ 0.074893] ... fixed-purpose events: 3
[ 0.074894] ... event mask: 000000070000000f
[ 0.105002] x86: Booting SMP configuration:
[ 0.105004] .... node #0, CPUs: #1
[ 0.108780] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.118708] #2 #3
[ 0.136090] x86: Booted up 1 node, 4 CPUs
[ 0.136094] smpboot: Total of 4 processors activated (15970.82 BogoMIPS)
[ 0.140432] devtmpfs: initialized
[ 0.142384] PM: Registering ACPI NVS region [mem 0x9cebe000-0x9cfbdfff] (1048576 bytes)
[ 0.142484] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.142574] pinctrl core: initialized pinctrl subsystem
[ 0.142619] RTC time: 23:03:20, date: 02/07/16
[ 0.142752] NET: Registered protocol family 16
[ 0.153577] cpuidle: using governor ladder
[ 0.166933] cpuidle: using governor menu
[ 0.166954] Simple Boot Flag at 0x44 set to 0x1
[ 0.166983] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.166985] ACPI: bus type PCI registered
[ 0.166987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.167061] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.167064] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.167068] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[ 0.167401] PCI: Using configuration type 1 for base access
[ 0.183912] ACPI: Added _OSI(Module Device)
[ 0.183915] ACPI: Added _OSI(Processor Device)
[ 0.183916] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.183917] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.189882] ACPI: Executed 16 blocks of module-level executable AML code
[ 0.194405] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.195769] ACPI: Dynamic OEM Table Load:
[ 0.195780] ACPI: SSDT 0xFFFF8801592F1000 0003D3 (v02 PmRef Cpu0Cst 00003001 INTL 20120816)
[ 0.196735] ACPI: Dynamic OEM Table Load:
[ 0.196745] ACPI: SSDT 0xFFFF88015923A000 0005AA (v02 PmRef ApIst 00003000 INTL 20120816)
[ 0.197755] ACPI: Dynamic OEM Table Load:
[ 0.197762] ACPI: SSDT 0xFFFF88015922F200 000119 (v02 PmRef ApCst 00003000 INTL 20120816)
[ 0.199373] ACPI : EC: EC started
[ 0.199739] ACPI: Interpreter enabled
[ 0.199748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[ 0.199757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[ 0.199783] ACPI: (supports S0 S3 S4 S5)
[ 0.199785] ACPI: Using IOAPIC for interrupt routing
[ 0.199816] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.211618] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.211626] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.212683] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.212685] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.213476] PCI host bridge to bus 0000:00
[ 0.213479] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.213481] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.213483] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.213485] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.213486] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.213488] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.213490] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.213491] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.213493] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.213494] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.213496] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.213498] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.213499] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.213501] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.213502] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.213504] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[ 0.213506] pci_bus 0000:00: root bus resource [mem 0xfe101000-0xfe113fff window]
[ 0.213508] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.213516] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
[ 0.213833] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
[ 0.213849] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff 64bit]
[ 0.213856] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.213861] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.214184] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
[ 0.214198] pci 0000:00:03.0: reg 0x10: [mem 0xc1310000-0xc1313fff 64bit]
[ 0.214521] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
[ 0.214546] pci 0000:00:14.0: reg 0x10: [mem 0xc1300000-0xc130ffff 64bit]
[ 0.214598] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.214857] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.214897] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
[ 0.214923] pci 0000:00:16.0: reg 0x10: [mem 0xc131b000-0xc131b01f 64bit]
[ 0.214977] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.215267] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
[ 0.215292] pci 0000:00:1b.0: reg 0x10: [mem 0xc1314000-0xc1317fff 64bit]
[ 0.215344] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.215625] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.215663] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
[ 0.215728] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.216026] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.216066] pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
[ 0.216131] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.216429] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.216467] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
[ 0.216532] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.216834] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.216877] pci 0000:00:1d.0: [8086:9ca6] type 00 class 0x0c0320
[ 0.217439] pci 0000:00:1d.0: reg 0x10: [mem 0xc1319000-0xc13193ff]
[ 0.220610] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.220875] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.220917] pci 0000:00:1f.0: [8086:9cc5] type 00 class 0x060100
[ 0.221307] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
[ 0.221327] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
[ 0.221334] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
[ 0.221342] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
[ 0.221349] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
[ 0.221356] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
[ 0.221363] pci 0000:00:1f.2: reg 0x24: [mem 0xc1318000-0xc13187ff]
[ 0.221392] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.221674] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
[ 0.221691] pci 0000:00:1f.3: reg 0x10: [mem 0xc131a000-0xc131a0ff 64bit]
[ 0.221710] pci 0000:00:1f.3: reg 0x20: [io 0x4040-0x405f]
[ 0.222048] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.222115] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.222155] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
[ 0.222184] pci 0000:02:00.0: reg 0x18: [mem 0xc1204000-0xc1204fff 64bit]
[ 0.222202] pci 0000:02:00.0: reg 0x20: [mem 0xc1200000-0xc1203fff 64bit]
[ 0.222274] pci 0000:02:00.0: supports D1 D2
[ 0.222276] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.222316] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.227296] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.227299] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.227303] pci 0000:00:1c.2: bridge window [mem 0xc1200000-0xc12fffff]
[ 0.227605] pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
[ 0.228050] pci 0000:03:00.0: reg 0x10: [mem 0xc1000000-0xc11fffff 64bit]
[ 0.229214] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.229556] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.234099] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.234104] pci 0000:00:1c.3: bridge window [mem 0xc1000000-0xc11fffff]
[ 0.235942] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.235996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236046] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236094] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236144] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236192] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236241] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236289] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.236664] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.236715] ACPI : EC: GPE = 0x1, I/O: command/status = 0x66, data = 0x62
[ 0.236816] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.236818] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.236821] vgaarb: loaded
[ 0.236822] vgaarb: bridge control possible 0000:00:02.0
[ 0.236964] PCI: Using ACPI for IRQ routing
[ 0.242703] PCI: pci_cache_line_size set to 64 bytes
[ 0.243018] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.243020] e820: reserve RAM buffer [mem 0x00086000-0x0008ffff]
[ 0.243021] e820: reserve RAM buffer [mem 0x8ecb8000-0x8fffffff]
[ 0.243023] e820: reserve RAM buffer [mem 0x9c4ce000-0x9fffffff]
[ 0.243025] e820: reserve RAM buffer [mem 0x9cfff000-0x9fffffff]
[ 0.243026] e820: reserve RAM buffer [mem 0x15f000000-0x15fffffff]
[ 0.243150] NetLabel: Initializing
[ 0.243151] NetLabel: domain hash size = 128
[ 0.243152] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.243163] NetLabel: unlabeled traffic allowed by default
[ 0.243191] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.243197] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.245225] clocksource: Switched to clocksource hpet
[ 0.250898] pnp: PnP ACPI init
[ 0.251101] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.251104] system 00:00: [io 0xffff] has been reserved
[ 0.251106] system 00:00: [io 0xffff] has been reserved
[ 0.251109] system 00:00: [io 0xffff] has been reserved
[ 0.251111] system 00:00: [io 0x1800-0x18fe] could not be reserved
[ 0.251113] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.251118] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.251172] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.251216] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.251219] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.251249] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.251293] pnp 00:04: Plug and Play ACPI device, IDs ETD050a PNP0f13 PNP0f03 (active)
[ 0.251853] system 00:05: [mem 0xfe102000-0xfe102fff] has been reserved
[ 0.251856] system 00:05: [mem 0xfe104000-0xfe104fff] has been reserved
[ 0.251858] system 00:05: [mem 0xfe106000-0xfe106fff] has been reserved
[ 0.251861] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.252365] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.252367] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.252370] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.252372] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.252374] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.252376] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.252379] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.252381] system 00:06: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.252384] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.252386] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.252388] system 00:06: [mem 0xa0010000-0xa001ffff] has been reserved
[ 0.252391] system 00:06: [mem 0xa0000000-0xa000ffff] has been reserved
[ 0.252394] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.252651] pnp: PnP ACPI: found 7 devices
[ 0.258888] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.258904] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.258907] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.258909] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.258925] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.258927] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.258929] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.258931] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.258933] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.258935] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.258942] pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0100000-0xa02fffff]
[ 0.258953] pci 0000:00:1c.0: BAR 15: assigned [mem 0xa0300000-0xa04fffff 64bit pref]
[ 0.258956] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.258958] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.258961] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.258966] pci 0000:00:1c.0: bridge window [mem 0xa0100000-0xa02fffff]
[ 0.258969] pci 0000:00:1c.0: bridge window [mem 0xa0300000-0xa04fffff 64bit pref]
[ 0.258975] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.258977] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.258981] pci 0000:00:1c.2: bridge window [mem 0xc1200000-0xc12fffff]
[ 0.258989] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.258993] pci 0000:00:1c.3: bridge window [mem 0xc1000000-0xc11fffff]
[ 0.259001] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.259003] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.259005] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.259006] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.259008] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.259010] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.259011] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.259013] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.259015] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.259016] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.259018] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.259020] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.259021] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.259023] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.259024] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.259026] pci_bus 0000:00: resource 19 [mem 0xa0000000-0xdfffffff window]
[ 0.259028] pci_bus 0000:00: resource 20 [mem 0xfe101000-0xfe113fff window]
[ 0.259029] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.259031] pci_bus 0000:01: resource 1 [mem 0xa0100000-0xa02fffff]
[ 0.259033] pci_bus 0000:01: resource 2 [mem 0xa0300000-0xa04fffff 64bit pref]
[ 0.259034] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.259036] pci_bus 0000:02: resource 1 [mem 0xc1200000-0xc12fffff]
[ 0.259038] pci_bus 0000:03: resource 1 [mem 0xc1000000-0xc11fffff]
[ 0.259073] NET: Registered protocol family 2
[ 0.259257] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.259336] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.259426] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.259453] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.259470] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.259527] NET: Registered protocol family 1
[ 0.259543] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.272069] PCI: CLS 64 bytes, default 64
[ 0.272116] Unpacking initramfs...
[ 0.344177] Freeing initrd memory: 3620K (ffff8800378de000 - ffff880037c67000)
[ 0.344199] DMAR: ACPI device "INTL9C60:00" under DMAR at fed91000 as 00:15.0
[ 0.344211] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.344214] software IO TLB [mem 0x98075000-0x9c075000] (64MB) mapped at [ffff880098075000-ffff88009c074fff]
[ 0.344279] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.344280] hw unit of domain pp0-core 2^-14 Joules
[ 0.344281] hw unit of domain package 2^-14 Joules
[ 0.344282] hw unit of domain dram 2^-14 Joules
[ 0.344283] hw unit of domain pp1-gpu 2^-14 Joules
[ 0.344439] Scanning for low memory corruption every 60 seconds
[ 0.344757] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.345190] Initialise system trusted keyring
[ 0.345322] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.346899] zbud: loaded
[ 0.347103] VFS: Disk quotas dquot_6.6.0
[ 0.347138] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.347301] Key type big_key registered
[ 0.347531] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.347564] io scheduler noop registered
[ 0.347568] io scheduler deadline registered
[ 0.347600] io scheduler cfq registered (default)
[ 0.348395] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.348399] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.348417] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[ 0.348418] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 0.348422] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[ 0.348439] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 0.348441] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 0.348444] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ 0.348450] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.348460] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.348488] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 0.348493] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.348511] efifb: probing for efifb
[ 0.348528] efifb: framebuffer at 0xb0000000, mapped to 0xffffc90000800000, using 4160k, total 4160k
[ 0.348530] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.348531] efifb: scrolling: redraw
[ 0.348533] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.351287] Console: switching to colour frame buffer device 170x48
[ 0.353848] fb0: EFI VGA frame buffer device
[ 0.353858] intel_idle: MWAIT substates: 0x11142120
[ 0.353859] intel_idle: v0.4 model 0x3D
[ 0.353860] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.354128] GHES: HEST is not enabled!
[ 0.354193] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.354619] Linux agpgart interface v0.103
[ 0.354959] rtc_cmos 00:01: RTC can wake from S4
[ 0.355082] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.355111] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.355124] Intel P-state driver initializing.
[ 0.355294] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.356104] NET: Registered protocol family 10
[ 0.356546] NET: Registered protocol family 17
[ 0.356939] microcode: CPU0 sig=0x306d4, pf=0x40, revision=0x1f
[ 0.356968] microcode: CPU1 sig=0x306d4, pf=0x40, revision=0x1f
[ 0.356990] microcode: CPU2 sig=0x306d4, pf=0x40, revision=0x1f
[ 0.357023] microcode: CPU3 sig=0x306d4, pf=0x40, revision=0x1f
[ 0.357106] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.357477] registered taskstats version 1
[ 0.357510] Loading compiled-in X.509 certificates
[ 0.357558] zswap: loaded using pool lzo/zbud
[ 0.359053] Magic number: 4:454:99
[ 0.359199] rtc_cmos 00:01: setting system clock to 2016-02-07 23:03:20 UTC (1454886200)
[ 0.359445] PM: Hibernation image not present or could not be loaded.
[ 0.361732] Freeing unused kernel memory: 1188K (ffffffff818ee000 - ffffffff81a17000)
[ 0.361736] Write protecting the kernel read-only data: 8192k
[ 0.362137] Freeing unused kernel memory: 412K (ffff880001599000 - ffff880001600000)
[ 0.362791] Freeing unused kernel memory: 228K (ffff8800017c7000 - ffff880001800000)
[ 0.369703] random: systemd-tmpfile urandom read with 5 bits of entropy available
[ 0.398220] sdhci: Secure Digital Host Controller Interface driver
[ 0.398223] sdhci: Copyright(c) Pierre Ossman
[ 0.401426] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.407628] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.407702] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.410719] ACPI: bus type USB registered
[ 0.410763] usbcore: registered new interface driver usbfs
[ 0.410787] usbcore: registered new interface driver hub
[ 0.410963] usbcore: registered new device driver usb
[ 0.412854] SCSI subsystem initialized
[ 0.413558] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.413801] ehci-pci: EHCI PCI platform driver
[ 0.413873] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
[ 0.413876] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
[ 0.413910] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.413918] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 0.415117] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 0.415126] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.415511] hub 1-0:1.0: USB hub found
[ 0.415528] hub 1-0:1.0: 11 ports detected
[ 0.417015] libata version 3.00 loaded.
[ 0.418369] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.418375] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.418679] hub 2-0:1.0: USB hub found
[ 0.418689] hub 2-0:1.0: 4 ports detected
[ 0.419280] usb: port power management may be unreliable
[ 0.419513] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.419520] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 0.419531] ehci-pci 0000:00:1d.0: debug port 2
[ 0.423432] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.423452] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc1319000
[ 0.431918] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.432099] hub 3-0:1.0: USB hub found
[ 0.432105] hub 3-0:1.0: 2 ports detected
[ 0.432359] ahci 0000:00:1f.2: version 3.0
[ 0.435545] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.445288] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x1 impl SATA mode
[ 0.445293] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 0.445624] scsi host0: ahci
[ 0.445738] scsi host1: ahci
[ 0.445791] ata1: SATA max UDMA/133 abar m2048@0xc1318000 port 0xc1318100 irq 46
[ 0.445792] ata2: DUMMY
[ 0.738601] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 0.765272] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.766326] ata1.00: ATA-9: TS128GSSD370S, N1114H, max UDMA/133
[ 0.766329] ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 0.767187] ata1.00: configured for UDMA/133
[ 0.767529] scsi 0:0:0:0: Direct-Access ATA TS128GSSD370S 4H PQ: 0 ANSI: 5
[ 0.769102] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 0.769177] sd 0:0:0:0: [sda] Write Protect is off
[ 0.769179] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.769199] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.771023] sda: sda1 sda2 sda3 sda4 sda5
[ 0.771401] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.775226] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[ 0.833267] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 0.862509] hub 3-1:1.0: USB hub found
[ 0.862600] hub 3-1:1.0: 8 ports detected
[ 0.896742] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.935850] usb 1-4: device descriptor read/64, error -71
[ 0.968323] systemd[1]: systemd 228 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 0.968479] systemd[1]: Detected architecture x86-64.
[ 0.969894] systemd[1]: Set hostname to <123>.
[ 1.043585] systemd[1]: Created slice User and Session Slice.
[ 1.043640] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 1.043652] systemd[1]: Reached target Swap.
[ 1.043681] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 1.043708] systemd[1]: Listening on udev Kernel Socket.
[ 1.043732] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 1.043743] systemd[1]: Reached target Remote File Systems.
[ 1.047892] systemd[1]: Reached target Encrypted Volumes.
[ 1.047938] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.047971] systemd[1]: Listening on Journal Socket.
[ 1.048009] systemd[1]: Listening on udev Control Socket.
[ 1.048058] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 1.048255] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 1.048293] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 1.048305] systemd[1]: Reached target Paths.
[ 1.048420] systemd[1]: Created slice System Slice.
[ 1.062000] systemd[1]: Mounting POSIX Message Queue File System...
[ 1.062031] systemd[1]: Reached target Slices.
[ 1.062664] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.063922] systemd[1]: Starting Apply Kernel Variables...
[ 1.064669] systemd[1]: Starting Setup Virtual Console...
[ 1.065447] systemd[1]: Starting Journal Service...
[ 1.065654] systemd[1]: Created slice system-getty.slice.
[ 1.066350] systemd[1]: Mounting Debug File System...
[ 1.067312] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 1.068051] systemd[1]: Mounting Huge Pages File System...
[ 1.071268] systemd[1]: Mounting Configuration File System...
[ 1.072224] systemd[1]: Mounting Temporary Directory...
[ 1.074155] systemd[1]: Mounted Huge Pages File System.
[ 1.074196] systemd[1]: Mounted Configuration File System.
[ 1.074222] systemd[1]: Mounted Debug File System.
[ 1.074245] systemd[1]: Mounted POSIX Message Queue File System.
[ 1.074441] EXT4-fs (sda5): re-mounted. Opts: data=ordered
[ 1.074690] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 1.075003] systemd[1]: Started Apply Kernel Variables.
[ 1.075303] systemd[1]: Started Remount Root and Kernel File Systems.
[ 1.081325] systemd[1]: Mounted Temporary Directory.
[ 1.118698] systemd[1]: Starting udev Coldplug all Devices...
[ 1.119279] systemd[1]: Starting Load/Save Random Seed...
[ 1.120074] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.121363] systemd[1]: Started Setup Virtual Console.
[ 1.125554] systemd[1]: Started Load/Save Random Seed.
[ 1.133817] systemd[1]: Started Create Static Device Nodes in /dev.
[ 1.134614] systemd[1]: Starting udev Kernel Device Manager...
[ 1.134645] systemd[1]: Reached target Local File Systems (Pre).
[ 1.157670] systemd[1]: Started udev Coldplug all Devices.
[ 1.166840] systemd[1]: Started udev Kernel Device Manager.
[ 1.179045] systemd[1]: Started Journal Service.
[ 1.187309] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 1.187317] ACPI: Power Button [PWRB]
[ 1.187389] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[ 1.187394] ACPI: Sleep Button [SLPB]
[ 1.187469] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[ 1.187607] ACPI: Lid Switch [LID0]
[ 1.187682] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 1.187686] ACPI: Power Button [PWRF]
[ 1.192401] ACPI: Battery Slot [BAT1] (battery present)
[ 1.193649] ACPI: AC Adapter [ACAD] (on-line)
[ 1.199403] systemd-journald[143]: Received request to flush runtime journal from PID 1
[ 1.233224] wmi: Mapper loaded
[ 1.234499] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 1.243164] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 1.247979] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.255384] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.255389] ACPI: Thermal Zone [TZ01] (42 C)
[ 1.270796] ACPI Warning: SystemIO range 0x0000000000004040-0x000000000000405F conflicts with OpRegion 0x0000000000004040-0x000000000000404F (\_SB_.PCI0.SBUS.SMBI) (20150930/utaddress-254)
[ 1.270806] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 1.270952] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.284959] Loading modules backported from Linux version next-20151218-0-gf7ac28a
[ 1.284963] Backport generated by backports.git backports-20151218-0-g2f58d9d
[ 1.285994] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 1.286484] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.286494] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.296842] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffc900007b2000, 2c:60:0c:d3:67:42, XID 14100800 IRQ 48
[ 1.296849] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.319871] AVX2 version of gcm_enc/dec engaged.
[ 1.319877] AES CTR mode by8 optimization enabled
[ 1.332455] [drm] Initialized drm 1.1.0 20060810
[ 1.334988] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 1.334994] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 1.334997] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 1.335000] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 1.335002] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 1.335005] snd_hda_codec_realtek hdaudioC1D0: Mic=0x12
[ 1.340700] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1.342003] tsc: Refined TSC clocksource calibration: 1995.380 MHz
[ 1.342010] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39864456686, max_idle_ns: 881590680204 ns
[ 1.347988] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[ 1.348713] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[ 1.361089] random: nonblocking pool is initialized
[ 1.371876] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[ 1.381800] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 1.385612] iTCO_vendor_support: vendor-support=0
[ 1.387020] acer_wmi: Function bitmap for Communication Button: 0x1
[ 1.396857] acer_wmi: Enabling Launch Manager failed: 0xe4 - 0x0
[ 1.396950] input: Acer WMI hotkeys as /devices/virtual/input/input10
[ 1.399412] input: Acer BMA150 accelerometer as /devices/virtual/input/input11
[ 1.409438] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 1.409488] iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
[ 1.410136] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 1.411886] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 1.411907] [drm] Memory usable by graphics device = 4096M
[ 1.411913] checking generic (b0000000 410000) vs hw (b0000000 10000000)
[ 1.411916] fb: switching to inteldrmfb from EFI VGA
[ 1.411950] Console: switching to colour dummy device 80x25
[ 1.413048] [drm] Replacing VGA console driver
[ 1.418264] ath10k_pci 0000:03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 1.419950] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.419953] [drm] Driver supports precise vblank timestamp query.
[ 1.420094] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.460156] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.460717] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[ 1.474906] intel_rapl: Found RAPL domain package
[ 1.474912] intel_rapl: Found RAPL domain core
[ 1.474916] intel_rapl: Found RAPL domain uncore
[ 1.474919] intel_rapl: Found RAPL domain dram
[ 1.474924] intel_rapl: RAPL package 0 domain package locked by BIOS
[ 1.474931] intel_rapl: RAPL package 0 domain dram locked by BIOS
[ 1.550015] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 1.558611] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 1.558618] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[ 1.558672] fbcon: inteldrmfb (fb0) is primary device
[ 1.588190] r8169 0000:02:00.0 enp2s0: link down
[ 1.588287] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 1.670418] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 1.671080] ath10k_pci 0000:03:00.0: invalid firmware magic
[ 1.671094] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-4.bin failed with error -2
[ 1.671095] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-4.bin': -2
[ 1.671103] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-3.bin failed with error -2
[ 1.671104] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-3.bin': -2
[ 1.671111] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-2.bin failed with error -2
[ 1.671112] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-2.bin': -2
[ 1.671119] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware.bin failed with error -2
[ 1.671120] ath10k_pci 0000:03:00.0: could not fetch firmware (-2)
[ 1.671121] ath10k_pci 0000:03:00.0: could not fetch firmware files (-2)
[ 1.671122] ath10k_pci 0000:03:00.0: could not probe fw (-2)
[ 1.711897] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[ 1.816738] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4a5f09)
[ 1.827780] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0f.
[ 1.838897] psmouse serio1: elantech: Elan sample query result 0b, 38, 75
[ 1.901502] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
[ 1.903273] mousedev: PS/2 mouse device common for all mice
[ 1.913417] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[ 1.913484] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[ 1.913539] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[ 2.105249] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[ 2.289308] media: Linux media interface: v0.10
[ 2.290709] usbcore: registered new interface driver rtsx_usb
[ 2.297550] Linux video capture interface: v2.00
[ 2.300927] Bluetooth: Core ver 2.21
[ 2.300943] NET: Registered protocol family 31
[ 2.300944] Bluetooth: HCI device and connection manager initialized
[ 2.300949] Bluetooth: HCI socket layer initialized
[ 2.300951] Bluetooth: L2CAP socket layer initialized
[ 2.300963] Bluetooth: SCO socket layer initialized
[ 2.305864] usbcore: registered new interface driver btusb
[ 2.306852] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b51f)
[ 2.311563] input: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input16
[ 2.311653] usbcore: registered new interface driver uvcvideo
[ 2.311654] USB Video Class driver (1.1.1)
[ 2.341919] clocksource: Switched to clocksource tsc
[ 2.770233] Console: switching to colour frame buffer device 170x48
[ 2.878283] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 3.471824] fuse init (API version 7.23)
[ 152.147337] usb 1-4: USB disconnect, device number 2
[ 152.519253] usb 1-4: new high-speed USB device number 6 using xhci_hcd
[ 152.704294] usbcore: registered new interface driver cdc_ether
[ 152.706079] rndis_host 1-4:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-4, RNDIS device, 06:de:32:d9:63:89
[ 152.706118] usbcore: registered new interface driver rndis_host
[ 152.709108] rndis_host 1-4:1.0 enp0s20u4: renamed from usb0
[ 152.728370] IPv6: ADDRCONF(NETDEV_UP): enp0s20u4: link is not readyAnd bluetooth thing:
0.194405] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 1.670418] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 1.671080] ath10k_pci 0000:03:00.0: invalid firmware magic
[ 1.671094] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-4.bin failed with error -2
[ 1.671095] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-4.bin': -2
[ 1.671103] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-3.bin failed with error -2
[ 1.671104] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-3.bin': -2
[ 1.671111] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-2.bin failed with error -2
[ 1.671112] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-2.bin': -2
[ 1.671119] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware.bin failed with error -2
[ 1.671120] ath10k_pci 0000:03:00.0: could not fetch firmware (-2)
[ 1.671121] ath10k_pci 0000:03:00.0: could not fetch firmware files (-2)
[ 1.816738] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4a5f09)
[ 2.300927] Bluetooth: Core ver 2.21
[ 2.300944] Bluetooth: HCI device and connection manager initialized
[ 2.300949] Bluetooth: HCI socket layer initialized
[ 2.300951] Bluetooth: L2CAP socket layer initialized
[ 2.300963] Bluetooth: SCO socket layer initializedModerator edit: Changed quote tags to code tags
Last edited by ewaller (2016-02-08 16:30:03)
Offline
Is this a UEFI install? I know on a bug report for a different Atheros wifi card, it was stated that it would only work with a legacy install
Offline
Yep. It is UEFI install.
Offline
maslascher, I took the liberty of changing your quote tags to code tags. Code tags are preferred for program output and file contents.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
See if you can convert it to legacy and see if wifi works
Offline
Pages: 1