Jump to content

trying to get my alfa AWUS036AC to work on kali


jtbith

Recommended Posts

im a bit new to KALI & Linux so ill try my best to inc all the info you will need and any help or advice welcome and appreciated

im trying to get my alfa AWUS036AC (AC1200 USB WIFI ADAPTER) to work on kali everthing i try seams to fail

it mostly works up until i get to the MAKE steps the i get this

~( inflating: rtl8812au-linux/include/usb_vendor_req.h
inflating: rtl8812au-linux/include/wifi.h
inflating: rtl8812au-linux/include/wlan_bssdef.h
inflating: rtl8812au-linux/include/xmit_osdep.h
inflating: rtl8812au-linux/Kconfig
inflating: rtl8812au-linux/LICENSE
inflating: rtl8812au-linux/Makefile
inflating: rtl8812au-linux/os_dep/linux/custom_gpio_linux.c
inflating: rtl8812au-linux/os_dep/linux/ioctl_cfg80211.c
inflating: rtl8812au-linux/os_dep/linux/ioctl_linux.c
inflating: rtl8812au-linux/os_dep/linux/mlme_linux.c
inflating: rtl8812au-linux/os_dep/linux/os_intfs.c
inflating: rtl8812au-linux/os_dep/linux/recv_linux.c
inflating: rtl8812au-linux/os_dep/linux/rtw_android.c
inflating: rtl8812au-linux/os_dep/linux/usb_intf.c
inflating: rtl8812au-linux/os_dep/linux/usb_ops_linux.c
inflating: rtl8812au-linux/os_dep/linux/xmit_linux.c
inflating: rtl8812au-linux/os_dep/osdep_service.c
inflating: rtl8812au-linux/README.md
inflating: rtl8812au-linux/runwpa
inflating: rtl8812au-linux/wlan0dhcp
root@kali:~/Desktop# cd rtl8812au-linux
root@kali:~/Desktop/rtl8812au-linux# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.3.0-kali1-amd64/build M=/root/Desktop/rtl8812au-linux modules
make[1]: *** /lib/modules/4.3.0-kali1-amd64/build: No such file or directory. Stop.
Makefile:1040: recipe for target 'modules' failed
make: *** [modules] Error 2
root@kali:~/Desktop/rtl8812au-linux# make install
install -p -m 644 8812au.ko /lib/modules/4.3.0-kali1-amd64/kernel/drivers/net/wireless/
install: cannot stat ‘8812au.ko’: No such file or directory
Makefile:1046: recipe for target 'install' failed
make: *** [install] Error 1
root@kali:~/Desktop/rtl8812au-linux# iwconfig
mlan0 IEEE 802.11abgn ESSID:"-------V-----------------G"
Mode:Managed Frequency:2.412 GHz Access Point: 9C------------------------
Bit Rate=117 Mb/s
Retry short limit:9 RTS thr=2347 B Fragment thr=2346 B
Encryption ke---------
Power Management:on
Link Quality=--Signal level=--- dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beadmesgcon:0

lo no wireless extensions.

)

i have also done iwconfig so you can see that it is not picked up but it is picked up by dmesg

(root@kali:~# dmesg
[ 0.000000] microcode: CPU0 microcode updated early to revision 0x1d, date = 2015-08-13
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.0-kali1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.3.1 20160101 (Debian 5.3.1-5) ) #1 SMP Debian 4.3.3-5kali4 (2016-01-13)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda7 ro initrd=/install/gtk/initrd.gz quiet
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 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 0x340 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-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000aa378fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000aa379000-0x00000000aa3f3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000aa3f4000-0x00000000aa40afff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000aa40b000-0x00000000abb54fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000abb55000-0x00000000abeb1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000abeb2000-0x00000000abffefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000abfff000-0x00000000abffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ESRT=0xabeafb98 ACPI 2.0=0xaa3f8000 ACPI=0xaa3f8000 SMBIOS=0xabd78f98
[ 0.000000] esrt: Reserving ESRT space from 0x00000000abeafb98 to 0x00000000abeafc48.
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Microsoft Corporation Surface Pro 3/Surface Pro 3, BIOS 3.11.0950 06/05/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x14fe00 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-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
[ 0.000000] 1 base 0080000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 00A0000000 mask 7FF8000000 write-back
[ 0.000000] 3 base 00A8000000 mask 7FFC000000 write-back
[ 0.000000] 4 base 00AC000000 mask 7FFF000000 write-back
[ 0.000000] 5 base 0100000000 mask 7FC0000000 write-back
[ 0.000000] 6 base 0140000000 mask 7FF0000000 write-back
[ 0.000000] 7 base 014FE00000 mask 7FFFE00000 uncachable
[ 0.000000] 8 base 00FF000000 mask 7FFF000000 write-protect
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xac000 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01f24000, 0x01f24fff] PGTABLE
[ 0.000000] BRK [0x01f25000, 0x01f25fff] PGTABLE
[ 0.000000] BRK [0x01f26000, 0x01f26fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x14fc00000-0x14fdfffff]
[ 0.000000] [mem 0x14fc00000-0x14fdfffff] page 2M
[ 0.000000] BRK [0x01f27000, 0x01f27fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x140000000-0x14fbfffff]
[ 0.000000] [mem 0x140000000-0x14fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x120000000-0x13fffffff]
[ 0.000000] [mem 0x120000000-0x13fffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xaa378fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0xaa1fffff] page 2M
[ 0.000000] [mem 0xaa200000-0xaa378fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xabfff000-0xabffffff]
[ 0.000000] [mem 0xabfff000-0xabffffff] page 4k
[ 0.000000] BRK [0x01f28000, 0x01f28fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fffffff]
[ 0.000000] [mem 0x100000000-0x11fffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x35154000-0x368a1fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000AA3F8000 000024 (v02 OEMC )
[ 0.000000] ACPI: XSDT 0x00000000AA3F80A0 0000BC (v01 OEMC O E M C 00000300 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000AA405258 00010C (v05 OEMC O E M C 00000300 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000AA3F81E8 00D070 (v02 OEMC O E M C 00000300 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000ABB4E080 000040
[ 0.000000] ACPI: APIC 0x00000000AA405368 000072 (v03 OEMC O E M C 00000300 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000AA4053E0 000044 (v01 OEMC O E M C 00000300 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000AA405428 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
[ 0.000000] ACPI: HPET 0x00000000AA405798 000038 (v01 OEMC O E M C 00000300 AMI. 00000005)
[ 0.000000] ACPI: MSDM 0x00000000AA4057D0 000055 (v03 OEMC O E M C 00000300 AMI 00010013)
[ 0.000000] ACPI: WDSA 0x00000000AA405828 00018D (v02 OEMC ACTABL 00000003 INTL 20120913)
[ 0.000000] ACPI: LPIT 0x00000000AA4059B8 000094 (v01 ALASKA A M I 00000000 AMI. 00000005)
[ 0.000000] ACPI: DBGP 0x00000000AA405A50 000034 (v01 OEMC O E M C 00000300 MSFT 0000005F)
[ 0.000000] ACPI: HPET 0x00000000AA405A88 000038 (v01 OEMC O E M C 00000300 MSFT 0000005F)
[ 0.000000] ACPI: MCFG 0x00000000AA405AC0 00003C (v01 OEMC O E M C 00000300 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x00000000AA405B00 00047E (v01 OEMC Ult0Rtd3 00001000 INTL 20120913)
[ 0.000000] ACPI: TPM2 0x00000000AA405F80 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: SSDT 0x00000000AA405FB8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000AA4064F8 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000AA406FD0 00351E (v01 SaSsdt SaSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000AA40A4F0 000042 (v01 OEMC O E M C 00000300 00000000)
[ 0.000000] ACPI: BGRT 0x00000000AA40A538 000038 (v01 OEMC O E M C 00000300 AMI 00010013)
[ 0.000000] ACPI: DMAR 0x00000000AA40A570 0000F0 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000014fdfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x14fdfa000-0x14fdfdfff]
[ 0.000000] [ffffea0000000000-ffffea00053fffff] PMD -> [ffff88014b400000-ffff88014f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000014fdfffff]
[ 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-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000aa378fff]
[ 0.000000] node 0: [mem 0x00000000abfff000-0x00000000abffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000014fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000014fdfffff]
[ 0.000000] On node 0 totalpages: 1024278
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10830 pages used for memmap
[ 0.000000] DMA32 zone: 693114 pages, LIFO batch:31
[ 0.000000] Normal zone: 5112 pages used for memmap
[ 0.000000] Normal zone: 327168 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xad200000-0xaf1fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 8, 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: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaa379000-0xaa3f3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaa3f4000-0xaa40afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaa40b000-0xabb54fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xabb55000-0xabeb1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xabeb2000-0xabffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xac000000-0xad1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xad200000-0xaf1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xaf200000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-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-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xaf200000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88014fa00000 s93016 r8192 d29864 u524288
[ 0.000000] pcpu-alloc: s93016 r8192 d29864 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1008250
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-kali1-amd64 root=/dev/sda7 ro initrd=/install/gtk/initrd.gz 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: 3895676K/4097112K available (5671K kernel code, 1049K rwdata, 2792K rodata, 1296K init, 836K bss, 201436K reserved, 0K cma-reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:33024 nr_irqs:728 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] spurious 8259A interrupt: IRQ7.
[ 0.000000] tsc: Detected 2494.192 MHz processor
[ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.38 BogoMIPS (lpj=9976768)
[ 0.000038] pid_max: default: 32768 minimum: 301
[ 0.000044] ACPI: Core revision 20150818
[ 0.015584] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.016419] Security Framework initialized
[ 0.016422] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.016427] AppArmor: AppArmor disabled by boot time parameter
[ 0.016741] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.017706] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.018144] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.018152] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.018373] Initializing cgroup subsys io
[ 0.018379] Initializing cgroup subsys memory
[ 0.018385] Initializing cgroup subsys devices
[ 0.018388] Initializing cgroup subsys freezer
[ 0.018390] Initializing cgroup subsys net_cls
[ 0.018393] Initializing cgroup subsys perf_event
[ 0.018395] Initializing cgroup subsys net_prio
[ 0.018422] CPU: Physical Processor ID: 0
[ 0.018423] CPU: Processor Core ID: 0
[ 0.018428] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.018429] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.019560] mce: CPU supports 7 MCE banks
[ 0.019576] CPU0: Thermal monitoring enabled (TM1)
[ 0.019585] process: using mwait in idle threads
[ 0.019589] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.019590] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.019956] Freeing SMP alternatives memory: 20K (ffffffff81c4c000 - ffffffff81c51000)
[ 0.031195] ftrace: allocating 23601 entries in 93 pages
[ 0.042024] DMAR: Host address width 39
[ 0.042027] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.042038] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.042039] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.042045] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.042047] DMAR: RMRR base: 0x0000003e2e0000 end: 0x0000003e2fffff
[ 0.042048] DMAR: RMRR base: 0x000000ad000000 end: 0x000000af1fffff
[ 0.042050] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.042051] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.042054] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.042055] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.042057] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.042451] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.042453] x2apic enabled
[ 0.042461] Switched APIC routing to cluster x2apic.
[ 0.043111] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.082845] TSC deadline timer enabled
[ 0.082848] smpboot: CPU0: Intel® Core i5-4300U CPU @ 1.90GHz (family: 0x6, model: 0x45, stepping: 0x1)
[ 0.082880] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.082904] ... version: 3
[ 0.082905] ... bit width: 48
[ 0.082906] ... generic registers: 4
[ 0.082907] ... value mask: 0000ffffffffffff
[ 0.082908] ... max period: 0000ffffffffffff
[ 0.082909] ... fixed-purpose events: 3
[ 0.082910] ... event mask: 000000070000000f
[ 0.083546] x86: Booting SMP configuration:
[ 0.083547] .... node #0, CPUs: #1
[ 0.095919] microcode: CPU1 microcode updated early to revision 0x1d, date = 2015-08-13
[ 0.099228] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.099324] #2 #3
[ 0.127898] x86: Booted up 1 node, 4 CPUs
[ 0.127902] smpboot: Total of 4 processors activated (19953.53 BogoMIPS)
[ 0.132185] devtmpfs: initialized
[ 0.134671] PM: Registering ACPI NVS region [mem 0xaa40b000-0xabb54fff] (24420352 bytes)
[ 0.135350] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.135440] pinctrl core: initialized pinctrl subsystem
[ 0.135601] NET: Registered protocol family 16
[ 0.144047] cpuidle: using governor ladder
[ 0.151259] cpuidle: using governor menu
[ 0.151350] ACPI: bus type PCI registered
[ 0.151352] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.151459] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.151462] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.151479] PCI: Using configuration type 1 for base access
[ 0.151707] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.151710] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.151711] mtrr: probably your BIOS does not setup all CPUs.
[ 0.151712] mtrr: corrected configuration.
[ 0.159657] ACPI: Added _OSI(Module Device)
[ 0.159660] ACPI: Added _OSI(Processor Device)
[ 0.159661] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.159662] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.164044] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.167324] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.168006] ACPI: Dynamic OEM Table Load:
[ 0.168013] ACPI: SSDT 0xFFFF88014A1C5800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.168828] ACPI: Dynamic OEM Table Load:
[ 0.168834] ACPI: SSDT 0xFFFF88014A1CC000 0005AA (v01 PmRef ApIst 00003000 INTL 20120913)
[ 0.169712] ACPI: Dynamic OEM Table Load:
[ 0.169717] ACPI: SSDT 0xFFFF88014A22CA00 000119 (v01 PmRef ApCst 00003000 INTL 20120913)
[ 0.171130] ACPI : EC: EC started
[ 0.195628] ACPI: Interpreter enabled
[ 0.195638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[ 0.195645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 0.195652] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150818/hwxface-580)
[ 0.195664] ACPI: (supports S0 S4 S5)
[ 0.195666] ACPI: Using IOAPIC for interrupt routing
[ 0.195699] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.197351] ACPI: Power Resource [PRWF] (on)
[ 0.231515] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.232265] ACPI: Power Resource [CAMP] (on)
[ 0.252816] ACPI: Power Resource [PAUD] (on)
[ 0.255354] ACPI: Power Resource [TPWR] (on)
[ 0.317277] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.317283] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.317850] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.318311] PCI host bridge to bus 0000:00
[ 0.318314] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.318317] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.318319] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.318321] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.318323] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.318324] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.318326] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.318328] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.318329] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.318331] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.318332] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.318334] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.318336] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.318337] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.318339] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.318341] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.318343] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.318344] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[ 0.318346] pci_bus 0000:00: root bus resource [mem 0xaf200000-0xfeafffff window]
[ 0.318355] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[ 0.318485] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[ 0.318502] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[ 0.318510] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.318515] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.318624] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[ 0.318638] pci 0000:00:03.0: reg 0x10: [mem 0xc0614000-0xc0617fff 64bit]
[ 0.318766] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[ 0.318791] pci 0000:00:14.0: reg 0x10: [mem 0xc0600000-0xc060ffff 64bit]
[ 0.318840] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.318902] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.318947] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[ 0.318977] pci 0000:00:16.0: reg 0x10: [mem 0xc061c000-0xc061c01f 64bit]
[ 0.319033] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.319146] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[ 0.319169] pci 0000:00:1b.0: reg 0x10: [mem 0xc0610000-0xc0613fff 64bit]
[ 0.319216] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.319278] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.319323] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
[ 0.319395] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.319564] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[ 0.319768] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[ 0.319789] pci 0000:00:1f.2: reg 0x10: [io 0x30b0-0x30b7]
[ 0.319796] pci 0000:00:1f.2: reg 0x14: [io 0x30a0-0x30a3]
[ 0.319803] pci 0000:00:1f.2: reg 0x18: [io 0x3090-0x3097]
[ 0.319811] pci 0000:00:1f.2: reg 0x1c: [io 0x3080-0x3083]
[ 0.319818] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
[ 0.319825] pci 0000:00:1f.2: reg 0x24: [mem 0xc061a000-0xc061a7ff]
[ 0.319850] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.319946] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[ 0.319962] pci 0000:00:1f.3: reg 0x10: [mem 0xc0619000-0xc06190ff 64bit]
[ 0.319982] pci 0000:00:1f.3: reg 0x20: [io 0x3040-0x305f]
[ 0.320243] pci 0000:01:00.0: [11ab:2b38] type 00 class 0x020000
[ 0.320291] pci 0000:01:00.0: reg 0x10: [mem 0xc0500000-0xc05fffff 64bit pref]
[ 0.320309] pci 0000:01:00.0: reg 0x18: [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.320404] pci 0000:01:00.0: supports D1 D2
[ 0.320406] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.320465] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.331703] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.331709] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc05fffff]
[ 0.353321] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353383] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353441] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353500] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353558] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353615] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353672] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.353730] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.354064] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.354192] ACPI : EC: GPE = 0x38, I/O: command/status = 0x66, data = 0x62
[ 0.372078] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.372081] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.372084] vgaarb: loaded
[ 0.372085] vgaarb: bridge control possible 0000:00:02.0
[ 0.372276] PCI: Using ACPI for IRQ routing
[ 0.378176] PCI: pci_cache_line_size set to 64 bytes
[ 0.378290] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.378291] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.378293] e820: reserve RAM buffer [mem 0xaa379000-0xabffffff]
[ 0.378295] e820: reserve RAM buffer [mem 0x14fe00000-0x14fffffff]
[ 0.378467] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.378472] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.380504] clocksource: Switched to clocksource hpet
[ 0.386664] pnp: PnP ACPI init
[ 0.387001] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.387004] system 00:00: [io 0xffff] has been reserved
[ 0.387006] system 00:00: [io 0xffff] has been reserved
[ 0.387008] system 00:00: [io 0xffff] has been reserved
[ 0.387010] system 00:00: [io 0x1800-0x18fe] could not be reserved
[ 0.387012] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.387016] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.387068] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.387120] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.387123] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.400739] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.400742] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.400744] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.400746] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.400748] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.400750] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.400753] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.400756] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 0.400758] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.400760] system 00:03: [mem 0xaf210000-0xaf21ffff] has been reserved
[ 0.400763] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.401159] system 00:04: [mem 0xfe104000-0xfe104fff] has been reserved
[ 0.401161] system 00:04: [mem 0xfe106000-0xfe106fff] has been reserved
[ 0.401164] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.401902] pnp: PnP ACPI: found 5 devices
[ 0.408475] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.408496] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.408504] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc05fffff]
[ 0.408513] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.408515] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.408517] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.408519] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.408521] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.408522] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.408524] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.408526] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.408527] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.408529] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.408530] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.408537] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.408539] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.408541] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.408542] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.408544] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.408546] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed44fff window]
[ 0.408547] pci_bus 0000:00: resource 21 [mem 0xaf200000-0xfeafffff window]
[ 0.408550] pci_bus 0000:01: resource 1 [mem 0xc0400000-0xc05fffff]
[ 0.408615] NET: Registered protocol family 2
[ 0.408807] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.408886] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.408956] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.408978] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.408995] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.409072] NET: Registered protocol family 1
[ 0.409089] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.409217] PCI: CLS 64 bytes, default 64
[ 0.409269] Unpacking initramfs...
[ 0.892673] Freeing initrd memory: 23864K (ffff880035154000 - ffff8800368a2000)
[ 0.892702] DMAR: ACPI device "INT33C2:00" under DMAR at fed91000 as 00:15.1
[ 0.892705] DMAR: ACPI device "INT33C3:00" under DMAR at fed91000 as 00:15.2
[ 0.892714] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.892717] software IO TLB [mem 0xa4184000-0xa8184000] (64MB) mapped at [ffff8800a4184000-ffff8800a8183fff]
[ 0.892785] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 0.892786] hw unit of domain pp0-core 2^-14 Joules
[ 0.892787] hw unit of domain package 2^-14 Joules
[ 0.892788] hw unit of domain dram 2^-14 Joules
[ 0.892789] hw unit of domain pp1-gpu 2^-14 Joules
[ 0.892928] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x1d
[ 0.892934] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x1d
[ 0.892943] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x1d
[ 0.892951] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x1d
[ 0.893007] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.893152] simple-framebuffer simple-framebuffer.0: framebuffer at 0xb0000000, 0xbde000 bytes, mapped to 0xffffc90001000000
[ 0.893155] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=2160x1440x32, linelength=8640
[ 0.900795] Console: switching to colour frame buffer device 270x90
[ 0.908305] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[ 0.908578] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.908613] audit: initializing netlink subsys (disabled)
[ 0.908635] audit: type=2000 audit(1454271187.896:1): initialized
[ 0.909167] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.909190] zbud: loaded
[ 0.909348] VFS: Disk quotas dquot_6.6.0
[ 0.909368] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.909888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.909920] io scheduler noop registered
[ 0.909923] io scheduler deadline registered
[ 0.909937] io scheduler cfq registered (default)
[ 0.910329] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.910332] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.910337] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.910344] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.910352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.910376] intel_idle: MWAIT substates: 0x11142120
[ 0.910377] intel_idle: v0.4 model 0x45
[ 0.910378] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.910699] GHES: HEST is not enabled!
[ 0.910785] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.911246] Linux agpgart interface v0.103
[ 0.911298] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.911299] AMD IOMMUv2 functionality not available on this system
[ 0.911776] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.445406] i8042: Can't read CTR while initializing i8042
[ 1.445439] i8042: probe of i8042 failed with error -5
[ 1.445560] mousedev: PS/2 mouse device common for all mice
[ 1.445599] rtc_cmos 00:01: RTC can wake from S4
[ 1.445774] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.445808] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.445822] Intel P-state driver initializing.
[ 1.445994] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.446900] NET: Registered protocol family 10
[ 1.447314] mip6: Mobile IPv6
[ 1.447325] NET: Registered protocol family 17
[ 1.447342] mpls_gso: MPLS GSO support
[ 1.448149] registered taskstats version 1
[ 1.448231] zswap: loaded using pool lzo/zbud
[ 1.449011] rtc_cmos 00:01: setting system clock to 2016-01-31 20:13:08 UTC (1454271188)
[ 1.449264] PM: Hibernation image not present or could not be loaded.
[ 1.449929] Freeing unused kernel memory: 1296K (ffffffff81b08000 - ffffffff81c4c000)
[ 1.449933] Write protecting the kernel read-only data: 10240k
[ 1.450513] Freeing unused kernel memory: 460K (ffff88000178d000 - ffff880001800000)
[ 1.451074] Freeing unused kernel memory: 1304K (ffff880001aba000 - ffff880001c00000)
[ 1.499894] random: systemd-udevd urandom read with 3 bits of entropy available
[ 1.514821] hidraw: raw HID events driver © Jiri Kosina
[ 1.516993] sdhci: Secure Digital Host Controller Interface driver
[ 1.516995] sdhci: Copyright© Pierre Ossman
[ 1.525838] ACPI: bus type USB registered
[ 1.525869] usbcore: registered new interface driver usbfs
[ 1.525883] usbcore: registered new interface driver hub
[ 1.525906] usbcore: registered new device driver usb
[ 1.526868] SCSI subsystem initialized
[ 1.527037] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.527045] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.528113] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[ 1.528123] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.528317] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.528320] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.528322] usb usb1: Product: xHCI Host Controller
[ 1.528324] usb usb1: Manufacturer: Linux 4.3.0-kali1-amd64 xhci-hcd
[ 1.528326] usb usb1: SerialNumber: 0000:00:14.0
[ 1.528477] hub 1-0:1.0: USB hub found
[ 1.528489] hub 1-0:1.0: 9 ports detected
[ 1.528556] libata version 3.00 loaded.
[ 1.530027] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.530032] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.530069] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.530071] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.530073] usb usb2: Product: xHCI Host Controller
[ 1.530075] usb usb2: Manufacturer: Linux 4.3.0-kali1-amd64 xhci-hcd
[ 1.530077] usb usb2: SerialNumber: 0000:00:14.0
[ 1.530254] hub 2-0:1.0: USB hub found
[ 1.530265] hub 2-0:1.0: 4 ports detected
[ 1.530616] usb: failed to peer usb2-port2 and usb1-port1 by location (usb2-port2:none) (usb1-port1:usb2-port1)
[ 1.530618] usb usb2-port2: failed to peer to usb1-port1 (-16)
[ 1.530619] usb: port power management may be unreliable
[ 1.530980] usb: failed to peer usb2-port4 and usb1-port1 by location (usb2-port4:none) (usb1-port1:usb2-port1)
[ 1.530983] usb usb2-port4: failed to peer to usb1-port1 (-16)
[ 1.531190] ahci 0000:00:1f.2: version 3.0
[ 1.531601] AVX2 version of gcm_enc/dec engaged.
[ 1.531602] AES CTR mode by8 optimization enabled
[ 1.545818] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x1 impl SATA mode
[ 1.545823] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 1.546380] scsi host0: ahci
[ 1.546500] scsi host1: ahci
[ 1.546607] scsi host2: ahci
[ 1.546654] ata1: SATA max UDMA/133 abar m2048@0xc061a000 port 0xc061a100 irq 44
[ 1.546655] ata2: DUMMY
[ 1.546656] ata3: DUMMY
[ 1.549278] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[ 1.553826] [Firmware Bug]: Invalid critical threshold (98)
[ 1.577866] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.577869] ACPI: Thermal Zone [TZ0] (-268 C)
[ 1.842201] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.842389] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.861644] usb 2-1: New USB device found, idVendor=05e3, idProduct=0616
[ 1.861648] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.861650] usb 2-1: Product: USB3.0 Hub
[ 1.861652] usb 2-1: Manufacturer: GenesysLogic
[ 1.864412] hub 2-1:1.0: USB hub found
[ 1.864713] hub 2-1:1.0: 4 ports detected
[ 1.866169] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.868252] ata1.00: READ LOG DMA EXT failed, trying unqueued
[ 1.868303] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.868305] ata1.00: ATA-9: SAMSUNG MZMTE128HMGR-000MV, EXT41M0Q, max UDMA/133
[ 1.868307] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.868587] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.868622] ata1.00: configured for UDMA/133
[ 1.868817] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZMTE128 1M0Q PQ: 0 ANSI: 5
[ 1.870628] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 1.870675] sd 0:0:0:0: [sda] Write Protect is off
[ 1.870679] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.870709] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.872283] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11
[ 1.873018] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.890737] tsc: Refined TSC clocksource calibration: 2494.229 MHz
[ 1.890742] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f3ee0e5b2, max_idle_ns: 440795273767 ns
[ 1.944159] PM: Starting manual resume from disk
[ 1.944164] PM: Hibernation image partition 8:9 present
[ 1.944165] PM: Looking for hibernation image.
[ 1.944389] PM: Image not found (code -22)
[ 1.944392] PM: Hibernation image not present or could not be loaded.
[ 1.969537] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 1.974779] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 1.974784] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.974787] usb 1-1: Product: USB2.0 Hub
[ 1.974789] usb 1-1: Manufacturer: GenesysLogic
[ 1.975291] hub 1-1:1.0: USB hub found
[ 1.975779] hub 1-1:1.0: 4 ports detected
[ 2.016374] systemd[1]: RTC configured in localtime, applying delta of 0 minutes to system time.
[ 2.021661] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[ 2.052510] 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)
[ 2.052672] systemd[1]: Detected architecture x86-64.
[ 2.052842] systemd[1]: Set hostname to <kali>.
[ 2.052986] systemd[1]: Initializing machine ID from random generator.
[ 2.053019] systemd[1]: Installed transient /etc/machine-id file.
[ 2.112787] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.112915] systemd[1]: Created slice System Slice.
[ 2.112975] systemd[1]: Listening on Journal Socket.
[ 2.113379] systemd[1]: Mounting Huge Pages File System...
[ 2.113746] systemd[1]: Mounting Debug File System...
[ 2.113817] systemd[1]: Listening on udev Kernel Socket.
[ 2.113841] systemd[1]: Reached target Remote File Systems (Pre).
[ 2.113899] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 2.113964] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.113985] systemd[1]: Reached target Encrypted Volumes.
[ 2.114017] systemd[1]: Reached target User and Group Name Lookups.
[ 2.114072] systemd[1]: Listening on udev Control Socket.
[ 2.114162] systemd[1]: Created slice User and Session Slice.
[ 2.114276] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.114309] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 2.114617] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.114667] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 2.116374] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2.116845] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 2.117405] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 2.117466] systemd[1]: Listening on LVM2 poll daemon socket.
[ 2.117563] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 2.117607] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.119294] systemd[1]: Starting Load Kernel Modules...
[ 2.119330] systemd[1]: Reached target Remote File Systems.
[ 2.119762] systemd[1]: Starting LSB: Set console font and keymap...
[ 2.119832] systemd[1]: Listening on Syslog Socket.
[ 2.119989] systemd[1]: Created slice system-getty.slice.
[ 2.120090] systemd[1]: Listening on Journal Audit Socket.
[ 2.120602] systemd[1]: Starting Journal Service...
[ 2.120622] systemd[1]: Reached target Slices.
[ 2.120654] systemd[1]: Reached target Paths.
[ 2.121917] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 2.123221] systemd[1]: Started Load Kernel Modules.
[ 2.123908] systemd[1]: Starting Apply Kernel Variables...
[ 2.124334] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.128496] systemd[1]: Started Apply Kernel Variables.
[ 2.136425] systemd[1]: Mounted Huge Pages File System.
[ 2.136467] systemd[1]: Mounted Debug File System.
[ 2.136488] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.139384] systemd[1]: Started Create Static Device Nodes in /dev.
[ 2.142853] systemd[1]: Starting udev Kernel Device Manager...
[ 2.143269] systemd[1]: Started LVM2 metadata daemon.
[ 2.147304] systemd[1]: Started Journal Service.
[ 2.245659] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[ 2.258588] usb 1-1.2: new full-speed USB device number 3 using xhci_hcd
[ 2.290720] ACPI: AC Adapter [AC0] (off-line)
[ 2.295588] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14/PNP0C0D:00/input/input0
[ 2.295618] ACPI: Lid Switch [LID0]
[ 2.295735] tpm_crb MSFT0101:00: TPM2 ACPI table has a zero address for the control area
[ 2.295787] tpm_crb: probe of MSFT0101:00 failed with error -22
[ 2.347513] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 2.350762] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.356635] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
[ 2.356640] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.356643] usb 1-1.2: Product: USB Receiver
[ 2.356645] usb 1-1.2: Manufacturer: Logitech
[ 2.360087] [drm] Initialized drm 1.1.0 20060810
[ 2.385993] ACPI: Battery Slot [bAT0] (battery present)
[ 2.388425] mwifiex_pcie 0000:01:00.0: enabling device (0000 -> 0002)
[ 2.388506] mwifiex: rx work enabled, cpus 4
[ 2.401379] mwifiex_pcie 0000:01:00.0: firmware: direct-loading firmware mrvl/pcie8897_uapsta.bin
[ 2.434791] usb 1-1.4: new high-speed USB device number 4 using xhci_hcd
[ 2.577360] EFI Variables Facility v0.08 2004-May-17
[ 2.610175] pstore: Registered efi as persistent store backend
[ 2.613114] input: PC Speaker as /devices/platform/pcspkr/input/input1
[ 2.615542] EXT4-fs (sda10): mounted filesystem with ordered data mode. Opts: (null)
[ 2.618838] EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
[ 2.623956] Adding 2723836k swap on /dev/sda9. Priority:-1 extents:1 across:2723836k SSFS
[ 2.643816] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 2.656389] intel_rapl: Found RAPL domain package
[ 2.656393] intel_rapl: Found RAPL domain core
[ 2.656395] intel_rapl: Found RAPL domain uncore
[ 2.656397] intel_rapl: Found RAPL domain dram
[ 2.661523] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[ 2.672733] systemd-journald[254]: Received request to flush runtime journal from PID 1
[ 3.422380] mwifiex_pcie 0000:01:00.0: info: FW download over, size 803884 bytes
[ 3.422400] clocksource: Switched to clocksource tsc
[ 3.434862] dw_dmac INTL9C60:00: can't request region for resource [mem 0x00000000-0x00000fff]
[ 3.434925] dw_dmac: probe of INTL9C60:00 failed with error -16
[ 3.435218] ACPI Warning: SystemIO range 0x0000000000003040-0x000000000000305F conflicts with OpRegion 0x0000000000003040-0x000000000000304F (\_SB_.PCI0.SBUS.SMBI) (20150818/utaddress-254)
[ 3.435225] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 3.436136] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8812
[ 3.436139] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.436141] usb 1-1.4: Product: 802.11n NIC
[ 3.436143] usb 1-1.4: Manufacturer: Realtek
[ 3.436145] usb 1-1.4: SerialNumber: 123456
[ 3.438832] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[ 3.438941] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 3.439035] i915 0000:00:02.0: can't derive routing for PCI INT A
[ 3.439037] i915 0000:00:02.0: PCI INT A: no GSI
[ 3.439522] [drm] Memory usable by graphics device = 2048M
[ 3.439525] checking generic (b0000000 bde000) vs hw (b0000000 10000000)
[ 3.439527] fb: switching to inteldrmfb from simple
[ 3.439568] Console: switching to colour dummy device 80x25
[ 3.439659] [drm] Replacing VGA console driver
[ 3.447941] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.447944] [drm] Driver supports precise vblank timestamp query.
[ 3.448023] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.469290] fbcon: inteldrmfb (fb0) is primary device
[ 3.489674] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC288: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 3.489676] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.489678] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 3.489679] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 3.489680] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 3.489682] snd_hda_codec_realtek hdaudioC1D0: Mic=0x18
[ 3.489684] snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x12
[ 3.490578] cfg80211: World regulatory domain updated:
[ 3.490580] cfg80211: DFS Master region: unset
[ 3.490580] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 3.490582] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.490583] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.490585] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.490586] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 3.490588] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 3.490590] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 3.490591] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 3.490592] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 3.495952] usbcore: registered new interface driver usbhid
[ 3.495953] usbhid: USB HID core driver
[ 3.498176] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input2
[ 3.498754] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input3
[ 3.498833] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input4
[ 3.503103] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:63 / ret_size:0
[ 3.505438] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:63 / ret_size:0
[ 3.507954] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.509279] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.510602] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.512605] random: nonblocking pool is initialized
[ 3.512687] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.514084] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.516252] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.519817] i2c_hid i2c-MSHW0030:00: error in i2c_hid_init_report size:19 / ret_size:0
[ 3.521655] iTCO_vendor_support: vendor-support=0
[ 3.524361] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 3.524407] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[ 3.524544] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.530048] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1.2/input2
[ 3.574055] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:9 / ret_size:0
[ 3.575330] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:5 / ret_size:0
[ 3.576030] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:5 / ret_size:259
[ 3.576958] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:8 / ret_size:259
[ 3.578043] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:15 / ret_size:259
[ 3.579686] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:4 / ret_size:0
[ 3.588429] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:63 / ret_size:0
[ 3.589318] i2c_hid i2c-NTRG0001:01: error in i2c_hid_init_report size:7 / ret_size:0
[ 3.589382] input: NTRG0001:01 1B96:1B05 Pen as /devices/pci0000:00/INT33C3:00/i2c-1/i2c-NTRG0001:01/0018:1B96:1B05.0002/input/input5
[ 3.589504] input: NTRG0001:01 1B96:1B05 as /devices/pci0000:00/INT33C3:00/i2c-1/i2c-NTRG0001:01/0018:1B96:1B05.0002/input/input6
[ 3.591141] hid-multitouch 0018:1B96:1B05.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [NTRG0001:01 1B96:1B05] on
[ 3.652413] input: Logitech M310 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0005/0003:046D:1024.0006/input/input8
[ 3.652664] logitech-hidpp-device 0003:046D:1024.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech M310] on usb-0000:00:14.0-1.2:1
[ 3.654466] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0005/0003:046D:2011.0007/input/input9
[ 3.654648] logitech-hidpp-device 0003:046D:2011.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-1.2:2
[ 3.757403] Bluetooth: Core ver 2.20
[ 3.757415] NET: Registered protocol family 31
[ 3.757416] Bluetooth: HCI device and connection manager initialized
[ 3.757419] Bluetooth: HCI socket layer initialized
[ 3.757420] Bluetooth: L2CAP socket layer initialized
[ 3.757428] Bluetooth: SCO socket layer initialized
[ 3.758972] Netfilter messages via NETLINK v0.30.
[ 4.132711] usb 1-6: new high-speed USB device number 5 using xhci_hcd
[ 4.262130] usb 1-6: New USB device found, idVendor=1286, idProduct=204b
[ 4.262132] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.262133] usb 1-6: Product: Bluetooth and Wireless LAN Composite Device
[ 4.262134] usb 1-6: Manufacturer: Marvell
[ 4.262135] usb 1-6: SerialNumber: 0000000000000000
[ 4.269586] usbcore: registered new interface driver btusb
[ 4.461160] mwifiex_pcie 0000:01:00.0: WLAN FW is active
[ 4.541248] mwifiex_pcie 0000:01:00.0: info: MWIFIEX VERSION: mwifiex 1.0 (15.68.7.p53)
[ 4.541250] mwifiex_pcie 0000:01:00.0: driver_version = mwifiex 1.0 (15.68.7.p53)
[ 4.545743] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 4.545815] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 4.570267] Console: switching to colour frame buffer device 270x90
[ 4.573450] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.573674] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[ 4.573795] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.573798] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[ 4.578149] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 4.613522] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[ 4.613596] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[ 4.613664] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[ 4.642976] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 5.656924] fuse init (API version 7.23)
[ 5.941425] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.941429] Bluetooth: BNEP filters: protocol multicast
[ 5.941434] Bluetooth: BNEP socket layer initialized
[ 5.946883] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[ 5.949668] Bluetooth: RFCOMM TTY layer initialized
[ 5.949676] Bluetooth: RFCOMM socket layer initialized
[ 5.949682] Bluetooth: RFCOMM ver 1.11
[ 80.419576] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 80.434345] ip_tables: © 2000-2006 Netfilter Core Team
[ 80.439580] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 101.372847] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 101.373800] mwifiex_pcie 0000:01:00.0: cmd_wait_q terminated: -512
[ 101.373805] mwifiex_pcie 0000:01:00.0: Failed to stop the BSS
[ 101.384698] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 124.451571] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 124.494690] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 125.781503] mwifiex_pcie 0000:01:00.0: do not receive mgmt frames on uninitialized intf
[ 125.781507] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 126.427565] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 126.469604] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 131.791433] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 131.838938] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 135.689731] mwifiex_pcie 0000:01:00.0: info: trying to associate to 'VM759804-2G' bssid 9c:d3:6d:60:25:98
[ 135.712039] mwifiex_pcie 0000:01:00.0: info: associated to bssid 9c:d3:6d:60:25:98 successfully
[ 135.712054] IPv6: ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready
[ 135.715782] cfg80211: Regulatory domain changed to country: GB
[ 135.715784] cfg80211: DFS Master region: ETSI
[ 135.715785] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 135.715787] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 135.715788] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 135.715790] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 135.715791] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 135.715792] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 135.796103] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 135.796108] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 164.926812] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 164.926818] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 399.975703] usb 1-1: USB disconnect, device number 2
[ 399.975713] usb 1-1.2: USB disconnect, device number 3
[ 400.092983] usb 1-1.4: USB disconnect, device number 4
[ 400.148524] usb 2-1: USB disconnect, device number 2
[ 405.226089] usb 1-1: new high-speed USB device number 6 using xhci_hcd
[ 405.354574] usb 1-1: New USB device found, idVendor=0bda, idProduct=8812
[ 405.354577] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 405.354580] usb 1-1: Product: 802.11n NIC
[ 405.354581] usb 1-1: Manufacturer: Realtek
[ 405.354582] usb 1-1: SerialNumber: 123456
[ 433.874355] usb 1-1: USB disconnect, device number 6
[ 455.377272] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[ 455.505867] usb 1-1: New USB device found, idVendor=0bda, idProduct=8812
[ 455.505871] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 455.505873] usb 1-1: Product: 802.11n NIC
[ 455.505874] usb 1-1: Manufacturer: Realtek
[ 455.505875] usb 1-1: SerialNumber: 123456
[ 470.239440] usb 1-1: USB disconnect, device number 7
[ 600.332815] usb 1-1: new high-speed USB device number 8 using xhci_hcd
[ 600.461491] usb 1-1: New USB device found, idVendor=0bda, idProduct=8812
[ 600.461499] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 600.461503] usb 1-1: Product: 802.11n NIC
[ 600.461506] usb 1-1: Manufacturer: Realtek
[ 600.461509] usb 1-1: SerialNumber: 123456
[ 604.084404] usb 1-1: USB disconnect, device number 8
[ 610.872683] usb 2-1: new SuperSpeed USB device number 3 using xhci_hcd
[ 610.891858] usb 2-1: New USB device found, idVendor=05e3, idProduct=0616
[ 610.891865] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 610.891868] usb 2-1: Product: USB3.0 Hub
[ 610.891870] usb 2-1: Manufacturer: GenesysLogic
[ 610.894533] hub 2-1:1.0: USB hub found
[ 610.894838] hub 2-1:1.0: 4 ports detected
[ 610.904360] usb 1-1: new high-speed USB device number 9 using xhci_hcd
[ 611.037290] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 611.037295] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 611.037297] usb 1-1: Product: USB2.0 Hub
[ 611.037298] usb 1-1: Manufacturer: GenesysLogic
[ 611.038072] hub 1-1:1.0: USB hub found
[ 611.038621] hub 1-1:1.0: 4 ports detected
[ 612.090234] usb 1-1-port2: Cannot enable. Maybe the USB cable is bad?
[ 612.922812] usb 1-1-port2: Cannot enable. Maybe the USB cable is bad?
[ 612.994663] usb 1-1.2: new full-speed USB device number 13 using xhci_hcd
[ 613.013557] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
[ 613.013561] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 613.013563] usb 1-1.2: Product: USB Receiver
[ 613.013565] usb 1-1.2: Manufacturer: Logitech
[ 613.020365] logitech-djreceiver 0003:046D:C52B.000A: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1.2/input2
[ 613.140506] input: Logitech M310 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.000A/0003:046D:1024.000B/input/input14
[ 613.140738] logitech-hidpp-device 0003:046D:1024.000B: input,hidraw2: USB HID v1.11 Mouse [Logitech M310] on usb-0000:00:14.0-1.2:1
[ 613.144558] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.000A/0003:046D:2011.000C/input/input15
[ 613.144767] logitech-hidpp-device 0003:046D:2011.000C: input,hidraw3: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-1.2:2
[ 613.331088] usb 1-1.4: new high-speed USB device number 14 using xhci_hcd
[ 613.419640] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8812
[ 613.419645] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 613.419647] usb 1-1.4: Product: 802.11n NIC
[ 613.419648] usb 1-1.4: Manufacturer: Realtek
[ 613.419649] usb 1-1.4: SerialNumber: 123456
[ 782.518122] usb 1-1.4: USB disconnect, device number 14
[ 783.998912] usb 1-1.4: new high-speed USB device number 15 using xhci_hcd
[ 784.091470] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8812
[ 784.091474] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 784.091476] usb 1-1.4: Product: 802.11n NIC
[ 784.091478] usb 1-1.4: Manufacturer: Realtek
[ 784.091479] usb 1-1.4: SerialNumber: 123456
[ 1134.905794] usb 1-1.2: USB disconnect, device number 13
[ 1171.383797] mwifiex_pcie 0000:01:00.0: err: InterpretIE: in processing IE, bytes left < IE length
[ 1442.508046] mwifiex_pcie 0000:01:00.0: info: successfully disconnected from 9c:d3:6d:60:25:98: reason code 3
[ 1442.508068] mwifiex_pcie 0000:01:00.0: info: successfully disconnected from 00:00:00:00:00:00: reason code 3
[ 1442.515218] cfg80211: World regulatory domain updated:
[ 1442.515222] cfg80211: DFS Master region: unset
[ 1442.515223] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1442.515225] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1442.515227] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1442.515228] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 1442.515229] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1442.515230] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1442.515231] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 1442.515233] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 1442.515234] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 1442.542163] PM: Syncing filesystems ... done.
[ 1442.554320] PM: Preparing system for sleep (freeze)
[ 1442.554615] (NULL device *): firmware: direct-loading firmware mrvl/pcie8897_uapsta.bin
[ 1442.554634] Freezing user space processes ... (elapsed 0.181 seconds) done.
[ 1442.736391] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1442.737570] PM: Suspending system (freeze)
[ 1442.737573] Suspending console(s) (use no_console_suspend to debug)
[ 1442.737756] mwifiex_pcie 0000:01:00.0: None of the WOWLAN triggers enabled
[ 1442.750633] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1442.752568] sd 0:0:0:0: [sda] Stopping disk
[ 1443.067041] PM: suspend of devices complete after 328.960 msecs
[ 1443.100278] PM: late suspend of devices complete after 33.187 msecs
[ 1443.101999] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[ 1443.117522] PM: noirq suspend of devices complete after 17.167 msecs
[ 1443.117526] PM: suspend-to-idle
[ 1455.058902] PM: resume from suspend-to-idle
[ 1455.181588] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[ 1455.181678] PM: noirq resume of devices complete after 122.573 msecs
[ 1455.237699] PM: early resume of devices complete after 55.921 msecs
[ 1455.242092] sd 0:0:0:0: [sda] Starting disk
[ 1455.251345] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 1455.453971] usb 1-1.4: reset high-speed USB device number 15 using xhci_hcd
[ 1455.561988] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1455.563956] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1455.564687] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1455.564796] ata1.00: configured for UDMA/133
[ 1456.687267] PM: resume of devices complete after 1447.965 msecs
[ 1456.687647] PM: Finishing wakeup.
[ 1456.687650] Restarting tasks ... done.
[ 1456.760285] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 1456.760656] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 1456.805043] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 1460.752673] mwifiex_pcie 0000:01:00.0: info: trying to associate to 'VM759804-2G' bssid 9c:d3:6d:60:25:98
[ 1460.777014] mwifiex_pcie 0000:01:00.0: info: associated to bssid 9c:d3:6d:60:25:98 successfully
[ 1460.777045] IPv6: ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready
[ 1460.780376] cfg80211: Regulatory domain changed to country: GB
[ 1460.780379] cfg80211: DFS Master region: ETSI
[ 1460.780381] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1460.780383] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1460.780385] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1460.780387] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1460.780388] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 1460.780390] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 1460.854040] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1460.854045] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1475.309502] mwifiex_pcie 0000:01:00.0: info: successfully disconnected from 9c:d3:6d:60:25:98: reason code 3
[ 1475.309533] mwifiex_pcie 0000:01:00.0: info: successfully disconnected from 00:00:00:00:00:00: reason code 3
[ 1475.317102] cfg80211: World regulatory domain updated:
[ 1475.317107] cfg80211: DFS Master region: unset
[ 1475.317109] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1475.317112] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1475.317114] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1475.317115] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 1475.317118] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1475.317120] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1475.317122] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 1475.317124] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 1475.317126] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 1475.431593] mwifiex_pcie 0000:01:00.0: do not receive mgmt frames on uninitialized intf
[ 1475.431598] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1476.901654] PM: Syncing filesystems ... done.
[ 1476.923212] PM: Preparing system for sleep (freeze)
[ 1476.923503] (NULL device *): firmware: direct-loading firmware mrvl/pcie8897_uapsta.bin
[ 1476.923515] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 1476.925472] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1476.926709] PM: Suspending system (freeze)
[ 1476.926711] Suspending console(s) (use no_console_suspend to debug)
[ 1476.926906] mwifiex_pcie 0000:01:00.0: None of the WOWLAN triggers enabled
[ 1476.939862] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1476.942176] sd 0:0:0:0: [sda] Stopping disk
[ 1477.049800] PM: suspend of devices complete after 122.816 msecs
[ 1477.089738] PM: late suspend of devices complete after 39.887 msecs
[ 1477.091345] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[ 1477.107044] PM: noirq suspend of devices complete after 17.239 msecs
[ 1477.107050] PM: suspend-to-idle
[ 1478.577360] PM: resume from suspend-to-idle
[ 1478.700035] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[ 1478.700113] PM: noirq resume of devices complete after 122.607 msecs
[ 1478.756197] PM: early resume of devices complete after 55.983 msecs
[ 1478.760917] sd 0:0:0:0: [sda] Starting disk
[ 1478.763108] rtc_cmos 00:01: System wakeup disabled by ACPI
[ 1479.080442] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1479.082723] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1479.083357] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1479.083425] ata1.00: configured for UDMA/133
[ 1479.761188] PM: resume of devices complete after 1003.881 msecs
[ 1479.761377] PM: Finishing wakeup.
[ 1479.761378] Restarting tasks ... done.
[ 1479.846024] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 1479.846372] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 1479.899062] IPv6: ADDRCONF(NETDEV_UP): mlan0: link is not ready
[ 1483.851412] mwifiex_pcie 0000:01:00.0: info: trying to associate to 'VM759804-2G' bssid 9c:d3:6d:60:25:98
[ 1483.884290] mwifiex_pcie 0000:01:00.0: info: associated to bssid 9c:d3:6d:60:25:98 successfully
[ 1483.884304] IPv6: ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready
[ 1483.887415] cfg80211: Regulatory domain changed to country: GB
[ 1483.887419] cfg80211: DFS Master region: ETSI
[ 1483.887420] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1483.887422] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1483.887424] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1483.887425] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1483.887427] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 1483.887428] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 1483.959720] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1483.959725] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1513.109925] usb 1-1.2: new full-speed USB device number 21 using xhci_hcd
[ 1513.201085] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c52b
[ 1513.201089] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1513.201091] usb 1-1.2: Product: USB Receiver
[ 1513.201093] usb 1-1.2: Manufacturer: Logitech
[ 1513.207480] logitech-djreceiver 0003:046D:C52B.000F: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1.2/input2
[ 1513.327736] input: Logitech M310 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.000F/0003:046D:1024.0010/input/input16
[ 1513.328097] logitech-hidpp-device 0003:046D:1024.0010: input,hidraw2: USB HID v1.11 Mouse [Logitech M310] on usb-0000:00:14.0-1.2:1
[ 1513.333697] input: Logitech K520 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.000F/0003:046D:2011.0011/input/input17
[ 1513.334357] logitech-hidpp-device 0003:046D:2011.0011: input,hidraw3: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:14.0-1.2:2
[ 1513.402933] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1513.402937] mwifiex_pcie 0000:01:00.0: Rx of mgmt packet failed
[ 1798.469784] mwifiex_pcie 0000:01:00.0: err: InterpretIE: in processing IE, bytes left < IE length
[ 1918.602575] mwifiex_pcie 0000:01:00.0: err: InterpretIE: in processing IE, bytes left < IE length
[ 1926.606414] mwifiex_pcie 0000:01:00.0: err: InterpretIE: in processing IE, bytes left < IE length
[ 2141.825461] usb 1-1.4: USB disconnect, device number 15
[ 2142.538499] usb 1-1.4: new high-speed USB device number 22 using xhci_hcd
[ 2142.626955] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8812
[ 2142.626958] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2142.626960] usb 1-1.4: Product: 802.11n NIC
[ 2142.626962] usb 1-1.4: Manufacturer: Realtek
[ 2142.626963] usb 1-1.4: SerialNumber: 123456
[ 2759.528795] mwifiex_pcie 0000:01:00.0: err: InterpretIE: in processing IE, bytes left < IE length
[ 2767.538844] mwifiex_pcie 0000:01:00.0: err: InterpretIE: in processing IE, bytes left < IE length)

[ 3623.903132] usb 1-1.4: USB disconnect, device number 27
[ 3624.164960] usb 1-1.4: new high-speed USB device number 28 using xhci_hcd
[ 3624.253523] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8812
[ 3624.253527] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3624.253529] usb 1-1.4: Product: 802.11n NIC
[ 3624.253530] usb 1-1.4: Manufacturer: Realtek
[ 3624.253532] usb 1-1.4: SerialNumber: 123456

if anyone can figure this out it would be great but im completely baffled

Link to comment
Share on other sites

Well you could, you know, read what the thing says.

Look at this:

make[1]: *** /lib/modules/4.3.0-kali1-amd64/build: No such file or directory. Stop.
Makefile:1040: recipe for target 'modules' failed
make: *** [modules] Error 2
root@kali:~/Desktop/rtl8812au-linux# make install
install -p -m 644 8812au.ko /lib/modules/4.3.0-kali1-amd64/kernel/drivers/net/wireless/
install: cannot stat ‘8812au.ko’: No such file or directory
Makefile:1046: recipe for target 'install' failed
make: *** [install] Error 1


The first line says it all, but I'll explain in laymans terms. The directory "/lib/modules/4.3.0-kali1-amd64/build" doesn't exist. On most systems that directory is actually a soft link to the directory containing your kernel sources that produced your kernel. Check if that directory exists on your system and if the directory it references exists. I don't know if Kali by default provides the source code to the kernel it was built with. You may need to find a package for that.

But the main take-away here for you is that when the screen output says "Error", twice even, you take notice and expect things to NOT have worked.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...