Advertisement
Guest User

Wifi doesnt work after close notebook and open

a guest
Jul 24th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 67.50 KB | None | 0 0
  1.        resources: irq:287 memory:dd400000-dd43ffff ioport:d000(size=128)
  2.   *-network
  3.        description: Wireless interface
  4.        product: QCA6174 802.11ac Wireless Network Adapter
  5.        vendor: Qualcomm Atheros
  6.        physical id: 0
  7.        bus info: pci@0000:03:00.0
  8.        logical name: wlp3s0
  9.        version: 32
  10.        serial: 9c:b6:d0:03:0f:89
  11.        width: 64 bits
  12.        clock: 33MHz
  13.        capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
  14.        configuration: broadcast=yes driver=ath10k_pci driverversion=4.6.4-1-ARCH firmware=WLAN.RM.2.0-00180-QCARMSWPZ-1 ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
  15.        resources: irq:279 memory:dd200000-dd3fffff
  16. ➜  ~ uname -a
  17. Linux alienware 4.6.4-1-ARCH #1 SMP PREEMPT Mon Jul 11 19:12:32 CEST 2016 x86_64 GNU/Linux
  18. ➜  ~ dmesg| grep wlp
  19. [    5.621623] ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
  20. [   15.325012] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  21. [   22.189997] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  22. [   24.548511] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  23. [   34.757782] wlp3s0: authenticate with 68:a0:f6:36:be:54
  24. [   34.794823] wlp3s0: send auth to 68:a0:f6:36:be:54 (try 1/3)
  25. [   34.796359] wlp3s0: authenticated
  26. [   34.797361] wlp3s0: associate with 68:a0:f6:36:be:54 (try 1/3)
  27. [   34.801220] wlp3s0: RX AssocResp from 68:a0:f6:36:be:54 (capab=0x431 status=0 aid=3)
  28. [   34.804622] wlp3s0: associated
  29. [   34.804648] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
  30. ➜  ~ ifconfig
  31. enp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
  32.         ether 20:47:47:d1:45:5b  txqueuelen 1000  (Ethernet)
  33.         RX packets 0  bytes 0 (0.0 B)
  34.         RX errors 0  dropped 0  overruns 0  frame 0
  35.         TX packets 0  bytes 0 (0.0 B)
  36.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  37.         device interrupt 18  
  38.  
  39. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  40.         inet 127.0.0.1  netmask 255.0.0.0
  41.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  42.         loop  txqueuelen 1  (Local Loopback)
  43.         RX packets 1564  bytes 108666 (106.1 KiB)
  44.         RX errors 0  dropped 0  overruns 0  frame 0
  45.         TX packets 1564  bytes 108666 (106.1 KiB)
  46.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  47.  
  48. wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  49.         inet 192.168.1.4  netmask 255.255.255.0  broadcast 192.168.1.255
  50.         inet6 fd68:a0f6:36be:4d00:e842:856a:2c5:e3c6  prefixlen 64  scopeid 0x0<global>
  51.         inet6 fe80::9eb6:d0ff:fe03:f89  prefixlen 64  scopeid 0x20<link>
  52.         ether 9c:b6:d0:03:0f:89  txqueuelen 1000  (Ethernet)
  53.         RX packets 18709  bytes 13207984 (12.5 MiB)
  54.         RX errors 0  dropped 0  overruns 0  frame 0
  55.         TX packets 17728  bytes 3305605 (3.1 MiB)
  56.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  57.  
  58. ➜  ~ ifconfig | grep wlp
  59. wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  60. ➜  ~ echo "After close, open"
  61. After close, open
  62. ➜  ~ ifconfig | grep wlp    
  63. ➜  ~ dmesg| grep wlp        
  64. [    5.621623] ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
  65. [   15.325012] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  66. [   22.189997] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  67. [   24.548511] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  68. [   34.757782] wlp3s0: authenticate with 68:a0:f6:36:be:54
  69. [   34.794823] wlp3s0: send auth to 68:a0:f6:36:be:54 (try 1/3)
  70. [   34.796359] wlp3s0: authenticated
  71. [   34.797361] wlp3s0: associate with 68:a0:f6:36:be:54 (try 1/3)
  72. [   34.801220] wlp3s0: RX AssocResp from 68:a0:f6:36:be:54 (capab=0x431 status=0 aid=3)
  73. [   34.804622] wlp3s0: associated
  74. [   34.804648] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
  75. [ 2815.523222] wlp3s0: deauthenticating from 68:a0:f6:36:be:54 by local choice (Reason: 3=DEAUTH_LEAVING)
  76. ➜  ~ ifconfig                
  77. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  78.         inet 127.0.0.1  netmask 255.0.0.0
  79.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  80.         loop  txqueuelen 1  (Local Loopback)
  81.         RX packets 2483  bytes 181493 (177.2 KiB)
  82.         RX errors 0  dropped 0  overruns 0  frame 0
  83.         TX packets 2483  bytes 181493 (177.2 KiB)
  84.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  85.  
  86. ➜  ~ dmesg          
  87. [    0.000000] Linux version 4.6.4-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160707 (GCC) ) #1 SMP PREEMPT Mon Jul 11 19:12:32 CEST 2016
  88. [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b070fd4a-bbb7-4794-aa85-69cca25a9eaa rw quiet
  89. [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
  90. [    0.000000] x86/fpu: xstate_offset[3]:  960, xstate_sizes[3]:   64
  91. [    0.000000] x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]:   64
  92. [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  93. [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  94. [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  95. [    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
  96. [    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
  97. [    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format.
  98. [    0.000000] x86/fpu: Using 'eager' FPU context switches.
  99. [    0.000000] e820: BIOS-provided physical RAM map:
  100. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
  101. [    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
  102. [    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
  103. [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
  104. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000031493fff] usable
  105. [    0.000000] BIOS-e820: [mem 0x0000000031494000-0x0000000031494fff] ACPI NVS
  106. [    0.000000] BIOS-e820: [mem 0x0000000031495000-0x00000000314befff] reserved
  107. [    0.000000] BIOS-e820: [mem 0x00000000314bf000-0x0000000031515fff] usable
  108. [    0.000000] BIOS-e820: [mem 0x0000000031516000-0x0000000031a6efff] reserved
  109. [    0.000000] BIOS-e820: [mem 0x0000000031a6f000-0x00000000361aafff] usable
  110. [    0.000000] BIOS-e820: [mem 0x00000000361ab000-0x0000000037191fff] reserved
  111. [    0.000000] BIOS-e820: [mem 0x0000000037192000-0x00000000371d2fff] ACPI data
  112. [    0.000000] BIOS-e820: [mem 0x00000000371d3000-0x0000000037b4efff] ACPI NVS
  113. [    0.000000] BIOS-e820: [mem 0x0000000037b4f000-0x0000000037f82fff] reserved
  114. [    0.000000] BIOS-e820: [mem 0x0000000037f83000-0x0000000037ffdfff] type 20
  115. [    0.000000] BIOS-e820: [mem 0x0000000037ffe000-0x0000000037ffefff] usable
  116. [    0.000000] BIOS-e820: [mem 0x0000000038000000-0x00000000380fffff] reserved
  117. [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  118. [    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
  119. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  120. [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  121. [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  122. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004c3ffffff] usable
  123. [    0.000000] NX (Execute Disable) protection: active
  124. [    0.000000] efi: EFI v2.40 by American Megatrends
  125. [    0.000000] efi:  ESRT=0x37f7f018  ACPI=0x371a0000  ACPI 2.0=0x371a0000  SMBIOS=0xf05e0  MPS=0xfcd20
  126. [    0.000000] esrt: Reserving ESRT space from 0x0000000037f7f018 to 0x0000000037f7f050.
  127. [    0.000000] SMBIOS 2.8 present.
  128. [    0.000000] DMI: Alienware Alienware 13 R2/Alienware 13 R2, BIOS 1.1.1 08/19/2015
  129. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  130. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  131. [    0.000000] e820: last_pfn = 0x4c4000 max_arch_pfn = 0x400000000
  132. [    0.000000] MTRR default type: write-back
  133. [    0.000000] MTRR fixed ranges enabled:
  134. [    0.000000]   00000-9FFFF write-back
  135. [    0.000000]   A0000-BFFFF uncachable
  136. [    0.000000]   C0000-FFFFF write-protect
  137. [    0.000000] MTRR variable ranges enabled:
  138. [    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
  139. [    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
  140. [    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
  141. [    0.000000]   3 base 003A000000 mask 7FFE000000 uncachable
  142. [    0.000000]   4 base 0039000000 mask 7FFF000000 uncachable
  143. [    0.000000]   5 base 0038800000 mask 7FFF800000 uncachable
  144. [    0.000000]   6 disabled
  145. [    0.000000]   7 disabled
  146. [    0.000000]   8 disabled
  147. [    0.000000]   9 disabled
  148. [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
  149. [    0.000000] e820: last_pfn = 0x37fff max_arch_pfn = 0x400000000
  150. [    0.000000] found SMP MP-table at [mem 0x000fcf80-0x000fcf8f] mapped at [ffff8800000fcf80]
  151. [    0.000000] Scanning 1 areas for low memory corruption
  152. [    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
  153. [    0.000000] Using GB pages for direct mapping
  154. [    0.000000] BRK [0x01b4f000, 0x01b4ffff] PGTABLE
  155. [    0.000000] BRK [0x01b50000, 0x01b50fff] PGTABLE
  156. [    0.000000] BRK [0x01b51000, 0x01b51fff] PGTABLE
  157. [    0.000000] BRK [0x01b52000, 0x01b52fff] PGTABLE
  158. [    0.000000] BRK [0x01b53000, 0x01b53fff] PGTABLE
  159. [    0.000000] BRK [0x01b54000, 0x01b54fff] PGTABLE
  160. [    0.000000] RAMDISK: [mem 0x32925000-0x32c8bfff]
  161. [    0.000000] ACPI: Early table checksum verification disabled
  162. [    0.000000] ACPI: RSDP 0x00000000371A0000 000024 (v02 ALWARE)
  163. [    0.000000] ACPI: XSDT 0x00000000371A00B0 0000DC (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
  164. [    0.000000] ACPI: FACP 0x00000000371C3360 00010C (v05 ALWARE ALIENWRE 01072009 AMI  00010013)
  165. [    0.000000] ACPI: DSDT 0x00000000371A0218 023146 (v02 ALWARE ALIENWRE 01072009 INTL 20120913)
  166. [    0.000000] ACPI: FACS 0x0000000037B4BF80 000040
  167. [    0.000000] ACPI: APIC 0x00000000371C3470 000084 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
  168. [    0.000000] ACPI: FPDT 0x00000000371C34F8 000044 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
  169. [    0.000000] ACPI: FIDT 0x00000000371C3540 00009C (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
  170. [    0.000000] ACPI: MCFG 0x00000000371C35E0 00003C (v01 ALWARE ALIENWRE 01072009 MSFT 00000097)
  171. [    0.000000] ACPI: HPET 0x00000000371C3620 000038 (v01 ALWARE ALIENWRE 01072009 AMI. 0005000B)
  172. [    0.000000] ACPI: SSDT 0x00000000371C3658 0004B9 (v01 SataRe SataTabl 00001000 INTL 20120913)
  173. [    0.000000] ACPI: LPIT 0x00000000371C3B18 000094 (v01 INTEL  SKL-ULT  00000000 MSFT 0000005F)
  174. [    0.000000] ACPI: SSDT 0x00000000371C3BB0 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
  175. [    0.000000] ACPI: SSDT 0x00000000371C3DF8 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
  176. [    0.000000] ACPI: DBGP 0x00000000371C69A8 000034 (v01 INTEL           00000000 MSFT 0000005F)
  177. [    0.000000] ACPI: DBG2 0x00000000371C69E0 000054 (v00 INTEL           00000000 MSFT 0000005F)
  178. [    0.000000] ACPI: SSDT 0x00000000371C6A38 000773 (v02 INTEL  xh_rvp07 00000000 INTL 20120913)
  179. [    0.000000] ACPI: SSDT 0x00000000371C71B0 002D2A (v02 DptfTa DptfTabl 00001000 INTL 20120913)
  180. [    0.000000] ACPI: TPM2 0x00000000371C9EE0 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
  181. [    0.000000] ACPI: SSDT 0x00000000371C9F18 00080B (v01 AMITCG _SynTCG_ 00000001 INTL 20120913)
  182. [    0.000000] ACPI: SSDT 0x00000000371CA728 0051B9 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
  183. [    0.000000] ACPI: UEFI 0x00000000371CF8E8 000042 (v01                 00000000      00000000)
  184. [    0.000000] ACPI: MSDM 0x00000000371CF930 000055 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
  185. [    0.000000] ACPI: SSDT 0x00000000371CF988 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
  186. [    0.000000] ACPI: SSDT 0x00000000371D07E0 000782 (v02 SgRef  SgPch    00001000 INTL 20120913)
  187. [    0.000000] ACPI: DMAR 0x00000000371D0F68 0000F0 (v01 INTEL  SKL      00000001 INTL 00000001)
  188. [    0.000000] ACPI: SSDT 0x00000000371D1058 001899 (v01 OptRef OptTabl  00001000 INTL 20120913)
  189. [    0.000000] ACPI: Local APIC address 0xfee00000
  190. [    0.000000] No NUMA configuration found
  191. [    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004c3ffffff]
  192. [    0.000000] NODE_DATA(0) allocated [mem 0x4c3ffa000-0x4c3ffdfff]
  193. [    0.000000] Zone ranges:
  194. [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  195. [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  196. [    0.000000]   Normal   [mem 0x0000000100000000-0x00000004c3ffffff]
  197. [    0.000000] Movable zone start for each node
  198. [    0.000000] Early memory node ranges
  199. [    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
  200. [    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
  201. [    0.000000]   node   0: [mem 0x0000000000100000-0x0000000031493fff]
  202. [    0.000000]   node   0: [mem 0x00000000314bf000-0x0000000031515fff]
  203. [    0.000000]   node   0: [mem 0x0000000031a6f000-0x00000000361aafff]
  204. [    0.000000]   node   0: [mem 0x0000000037ffe000-0x0000000037ffefff]
  205. [    0.000000]   node   0: [mem 0x0000000100000000-0x00000004c3ffffff]
  206. [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004c3ffffff]
  207. [    0.000000] On node 0 totalpages: 4168645
  208. [    0.000000]   DMA zone: 64 pages used for memmap
  209. [    0.000000]   DMA zone: 26 pages reserved
  210. [    0.000000]   DMA zone: 3997 pages, LIFO batch:0
  211. [    0.000000]   DMA32 zone: 3377 pages used for memmap
  212. [    0.000000]   DMA32 zone: 216104 pages, LIFO batch:31
  213. [    0.000000]   Normal zone: 61696 pages used for memmap
  214. [    0.000000]   Normal zone: 3948544 pages, LIFO batch:31
  215. [    0.000000] Reserving Intel graphics stolen memory at 0x39000000-0x3affffff
  216. [    0.000000] ACPI: PM-Timer IO Port: 0x1808
  217. [    0.000000] ACPI: Local APIC address 0xfee00000
  218. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  219. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  220. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
  221. [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
  222. [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
  223. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  224. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  225. [    0.000000] ACPI: IRQ0 used by override.
  226. [    0.000000] ACPI: IRQ9 used by override.
  227. [    0.000000] Using ACPI (MADT) for SMP configuration information
  228. [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
  229. [    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  230. [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  231. [    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
  232. [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
  233. [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
  234. [    0.000000] PM: Registered nosave memory: [mem 0x31494000-0x31494fff]
  235. [    0.000000] PM: Registered nosave memory: [mem 0x31495000-0x314befff]
  236. [    0.000000] PM: Registered nosave memory: [mem 0x31516000-0x31a6efff]
  237. [    0.000000] PM: Registered nosave memory: [mem 0x361ab000-0x37191fff]
  238. [    0.000000] PM: Registered nosave memory: [mem 0x37192000-0x371d2fff]
  239. [    0.000000] PM: Registered nosave memory: [mem 0x371d3000-0x37b4efff]
  240. [    0.000000] PM: Registered nosave memory: [mem 0x37b4f000-0x37f82fff]
  241. [    0.000000] PM: Registered nosave memory: [mem 0x37f83000-0x37ffdfff]
  242. [    0.000000] PM: Registered nosave memory: [mem 0x37fff000-0x37ffffff]
  243. [    0.000000] PM: Registered nosave memory: [mem 0x38000000-0x380fffff]
  244. [    0.000000] PM: Registered nosave memory: [mem 0x38100000-0x38ffffff]
  245. [    0.000000] PM: Registered nosave memory: [mem 0x39000000-0x3affffff]
  246. [    0.000000] PM: Registered nosave memory: [mem 0x3b000000-0xdfffffff]
  247. [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  248. [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
  249. [    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
  250. [    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
  251. [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  252. [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
  253. [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
  254. [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
  255. [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
  256. [    0.000000] e820: [mem 0x3b000000-0xdfffffff] available for PCI devices
  257. [    0.000000] Booting paravirtualized kernel on bare hardware
  258. [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
  259. [    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
  260. [    0.000000] percpu: Embedded 32 pages/cpu @ffff8804c3c00000 s93464 r8192 d29416 u524288
  261. [    0.000000] pcpu-alloc: s93464 r8192 d29416 u524288 alloc=1*2097152
  262. [    0.000000] pcpu-alloc: [0] 0 1 2 3
  263. [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4103482
  264. [    0.000000] Policy zone: Normal
  265. [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b070fd4a-bbb7-4794-aa85-69cca25a9eaa rw quiet
  266. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  267. [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
  268. [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  269. [    0.000000] Memory: 16275180K/16674580K available (5935K kernel code, 974K rwdata, 1796K rodata, 1224K init, 1152K bss, 399400K reserved, 0K cma-reserved)
  270. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  271. [    0.000000] Preemptible hierarchical RCU implementation.
  272. [    0.000000]  Build-time adjustment of leaf fanout to 64.
  273. [    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
  274. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  275. [    0.000000] NR_IRQS:8448 nr_irqs:1024 16
  276. [    0.000000] spurious 8259A interrupt: IRQ7.
  277. [    0.000000] Console: colour dummy device 80x25
  278. [    0.000000] console [tty0] enabled
  279. [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
  280. [    0.000000] hpet clockevent registered
  281. [    0.000000] tsc: PIT calibration matches HPET. 1 loops
  282. [    0.000000] tsc: Detected 2591.950 MHz processor
  283. [    0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 5185.89 BogoMIPS (lpj=8639833)
  284. [    0.000027] pid_max: default: 32768 minimum: 301
  285. [    0.000031] ACPI: Core revision 20160108
  286. [    0.034449] ACPI: 11 ACPI AML tables successfully acquired and loaded
  287.  
  288. [    0.035247] Security Framework initialized
  289. [    0.035249] Yama: becoming mindful.
  290. [    0.036057] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  291. [    0.038725] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  292. [    0.039955] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  293. [    0.039970] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  294. [    0.040196] CPU: Physical Processor ID: 0
  295. [    0.040197] CPU: Processor Core ID: 0
  296. [    0.040200] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  297. [    0.040201] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  298. [    0.040206] mce: CPU supports 8 MCE banks
  299. [    0.040219] CPU0: Thermal monitoring enabled (TM1)
  300. [    0.040227] process: using mwait in idle threads
  301. [    0.040229] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
  302. [    0.040230] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
  303. [    0.040519] Freeing SMP alternatives memory: 24K (ffffffff81a27000 - ffffffff81a2d000)
  304. [    0.042822] ftrace: allocating 23494 entries in 92 pages
  305. [    0.050955] smpboot: Max logical packages: 2
  306. [    0.050958] smpboot: APIC(0) Converting physical 0 to logical package 0
  307. [    0.050965] DMAR: Host address width 39
  308. [    0.050966] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
  309. [    0.050972] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
  310. [    0.050973] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
  311. [    0.050976] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
  312. [    0.050977] DMAR: RMRR base: 0x000000370e4000 end: 0x00000037103fff
  313. [    0.050978] DMAR: RMRR base: 0x00000038800000 end: 0x0000003affffff
  314. [    0.050980] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
  315. [    0.050980] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
  316. [    0.050982] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
  317. [    0.050983] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
  318. [    0.050984] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
  319. [    0.050985] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
  320. [    0.052439] DMAR-IR: Enabled IRQ remapping in xapic mode
  321. [    0.052440] x2apic: IRQ remapping doesn't support X2APIC mode
  322. [    0.056532] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  323. [    0.089558] TSC deadline timer enabled
  324. [    0.089563] smpboot: CPU0: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (family: 0x6, model: 0x4e, stepping: 0x3)
  325. [    0.089573] Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver.
  326. [    0.089596] ... version:                4
  327. [    0.089597] ... bit width:              48
  328. [    0.089598] ... generic registers:      4
  329. [    0.089598] ... value mask:             0000ffffffffffff
  330. [    0.089599] ... max period:             0000ffffffffffff
  331. [    0.089599] ... fixed-purpose events:   3
  332. [    0.089600] ... event mask:             000000070000000f
  333. [    0.109722] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  334. [    0.126383] x86: Booting SMP configuration:
  335. [    0.126384] .... node  #0, CPUs:      #1 #2 #3
  336. [    0.405220] x86: Booted up 1 node, 4 CPUs
  337. [    0.405223] smpboot: Total of 4 processors activated (20747.02 BogoMIPS)
  338. [    0.409323] devtmpfs: initialized
  339. [    0.409392] x86/mm: Memory block size: 128MB
  340. [    0.411387] PM: Registering ACPI NVS region [mem 0x31494000-0x31494fff] (4096 bytes)
  341. [    0.411388] PM: Registering ACPI NVS region [mem 0x371d3000-0x37b4efff] (9945088 bytes)
  342. [    0.411517] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  343. [    0.411569] pinctrl core: initialized pinctrl subsystem
  344. [    0.411681] RTC time:  7:20:28, date: 07/24/16
  345. [    0.412615] NET: Registered protocol family 16
  346. [    0.425578] cpuidle: using governor ladder
  347. [    0.435600] cpuidle: using governor menu
  348. [    0.435653] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  349. [    0.435655] ACPI: bus type PCI registered
  350. [    0.435656] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  351. [    0.435721] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  352. [    0.435723] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  353. [    0.435735] PCI: Using configuration type 1 for base access
  354. [    0.452394] HugeTLB registered 1 GB page size, pre-allocated 0 pages
  355. [    0.452396] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  356. [    0.452565] ACPI: Added _OSI(Module Device)
  357. [    0.452566] ACPI: Added _OSI(Processor Device)
  358. [    0.452567] ACPI: Added _OSI(3.0 _SCP Extensions)
  359. [    0.452568] ACPI: Added _OSI(Processor Aggregator Device)
  360. [    0.453714] ACPI: Executed 21 blocks of module-level executable AML code
  361. [    0.463450] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  362. [    0.467975] ACPI: Dynamic OEM Table Load:
  363. [    0.467982] ACPI: SSDT 0xFFFF8804B12DB000 000660 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
  364. [    0.468938] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
  365. [    0.470337] ACPI: Dynamic OEM Table Load:
  366. [    0.470342] ACPI: SSDT 0xFFFF8804B0CF6800 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
  367. [    0.471850] ACPI: Dynamic OEM Table Load:
  368. [    0.471855] ACPI: SSDT 0xFFFF8804B12DB800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
  369. [    0.472991] ACPI: Dynamic OEM Table Load:
  370. [    0.472995] ACPI: SSDT 0xFFFF8804B0D55200 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
  371. [    0.475648] ACPI : EC: EC started
  372. [    0.475966] ACPI: Interpreter enabled
  373. [    0.475995] ACPI: (supports S0 S3 S4 S5)
  374. [    0.475998] ACPI: Using IOAPIC for interrupt routing
  375. [    0.476024] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  376. [    0.477714] ACPI: Power Resource [PG00] (on)
  377. [    0.477937] ACPI: Power Resource [PG01] (on)
  378. [    0.478175] ACPI: Power Resource [PG02] (on)
  379. [    0.478629] ACPI: Power Resource [WRST] (off)
  380. [    0.478881] ACPI: Power Resource [WRST] (off)
  381. [    0.479133] ACPI: Power Resource [WRST] (off)
  382. [    0.479399] ACPI: Power Resource [WRST] (off)
  383. [    0.479640] ACPI: Power Resource [WRST] (off)
  384. [    0.479676] ACPI: Power Resource [PC09] (on)
  385. [    0.480253] ACPI: Power Resource [WRST] (off)
  386. [    0.480704] ACPI: Power Resource [WRST] (off)
  387. [    0.480954] ACPI: Power Resource [WRST] (off)
  388. [    0.481196] ACPI: Power Resource [WRST] (off)
  389. [    0.481442] ACPI: Power Resource [WRST] (off)
  390. [    0.481685] ACPI: Power Resource [WRST] (off)
  391. [    0.481924] ACPI: Power Resource [WRST] (off)
  392. [    0.482207] ACPI: Power Resource [WRST] (off)
  393. [    0.482454] ACPI: Power Resource [WRST] (off)
  394. [    0.482696] ACPI: Power Resource [WRST] (off)
  395. [    0.482939] ACPI: Power Resource [WRST] (off)
  396. [    0.483181] ACPI: Power Resource [WRST] (off)
  397. [    0.483425] ACPI: Power Resource [WRST] (off)
  398. [    0.483671] ACPI: Power Resource [WRST] (off)
  399. [    0.483915] ACPI: Power Resource [WRST] (off)
  400. [    0.502582] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  401. [    0.502587] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  402. [    0.502625] \_SB_.PCI0 (33DB4D5B-1FF7-401C-9657-7441C03DD766): _OSC invalid UUID
  403. [    0.502626] _OSC request data: 1 1f 0
  404. [    0.502628] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
  405. [    0.503164] PCI host bridge to bus 0000:00
  406. [    0.503166] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  407. [    0.503168] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  408. [    0.503169] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  409. [    0.503170] pci_bus 0000:00: root bus resource [mem 0x3b000000-0xdfffffff window]
  410. [    0.503171] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
  411. [    0.503172] pci_bus 0000:00: root bus resource [bus 00-fe]
  412. [    0.503179] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
  413. [    0.503427] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
  414. [    0.503436] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
  415. [    0.503442] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
  416. [    0.503446] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
  417. [    0.503556] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
  418. [    0.503566] pci 0000:00:04.0: reg 0x10: [mem 0xdd120000-0xdd127fff 64bit]
  419. [    0.503740] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
  420. [    0.503759] pci 0000:00:14.0: reg 0x10: [mem 0xdd110000-0xdd11ffff 64bit]
  421. [    0.503828] pci 0000:00:14.0: PME# supported from D3hot D3cold
  422. [    0.503915] pci 0000:00:14.0: System wakeup disabled by ACPI
  423. [    0.503947] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
  424. [    0.503965] pci 0000:00:14.2: reg 0x10: [mem 0xdd138000-0xdd138fff 64bit]
  425. [    0.504198] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
  426. [    0.504406] pci 0000:00:15.0: reg 0x10: [mem 0xdd137000-0xdd137fff 64bit]
  427. [    0.505352] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
  428. [    0.505560] pci 0000:00:15.1: reg 0x10: [mem 0xdd136000-0xdd136fff 64bit]
  429. [    0.506436] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
  430. [    0.506469] pci 0000:00:16.0: reg 0x10: [mem 0xdd135000-0xdd135fff 64bit]
  431. [    0.506585] pci 0000:00:16.0: PME# supported from D3hot
  432. [    0.506703] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
  433. [    0.506718] pci 0000:00:17.0: reg 0x10: [mem 0xdd130000-0xdd131fff]
  434. [    0.506725] pci 0000:00:17.0: reg 0x14: [mem 0xdd134000-0xdd1340ff]
  435. [    0.506733] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
  436. [    0.506741] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
  437. [    0.506748] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
  438. [    0.506756] pci 0000:00:17.0: reg 0x24: [mem 0xdd133000-0xdd1337ff]
  439. [    0.506798] pci 0000:00:17.0: PME# supported from D3hot
  440. [    0.506908] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
  441. [    0.506967] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  442. [    0.507059] pci 0000:00:1c.0: System wakeup disabled by ACPI
  443. [    0.507102] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
  444. [    0.507161] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
  445. [    0.507250] pci 0000:00:1c.6: System wakeup disabled by ACPI
  446. [    0.507277] pci 0000:00:1c.7: [8086:9d17] type 01 class 0x060400
  447. [    0.507336] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
  448. [    0.507424] pci 0000:00:1c.7: System wakeup disabled by ACPI
  449. [    0.507451] pci 0000:00:1d.0: [8086:9d1a] type 01 class 0x060400
  450. [    0.507517] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  451. [    0.507608] pci 0000:00:1d.0: System wakeup disabled by ACPI
  452. [    0.507662] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
  453. [    0.507859] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
  454. [    0.507869] pci 0000:00:1f.2: reg 0x10: [mem 0xdd12c000-0xdd12ffff]
  455. [    0.508006] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
  456. [    0.508028] pci 0000:00:1f.3: reg 0x10: [mem 0xdd128000-0xdd12bfff 64bit]
  457. [    0.508054] pci 0000:00:1f.3: reg 0x20: [mem 0xdd100000-0xdd10ffff 64bit]
  458. [    0.508102] pci 0000:00:1f.3: PME# supported from D3hot D3cold
  459. [    0.508218] pci 0000:00:1f.3: System wakeup disabled by ACPI
  460. [    0.508250] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
  461. [    0.508297] pci 0000:00:1f.4: reg 0x10: [mem 0xdd132000-0xdd1320ff 64bit]
  462. [    0.508366] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
  463. [    0.508594] acpiphp: Slot [1] registered
  464. [    0.508614] pci 0000:01:00.0: [10de:139b] type 00 class 0x030200
  465. [    0.508629] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
  466. [    0.508642] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
  467. [    0.508655] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
  468. [    0.508664] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
  469. [    0.508673] pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
  470. [    0.508801] pci 0000:01:00.0: System wakeup disabled by ACPI
  471. [    0.515687] pci 0000:00:1c.0: PCI bridge to [bus 01]
  472. [    0.515690] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
  473. [    0.515693] pci 0000:00:1c.0:   bridge window [mem 0xdc000000-0xdd0fffff]
  474. [    0.515697] pci 0000:00:1c.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
  475. [    0.515792] pci 0000:02:00.0: [1969:e0a1] type 00 class 0x020000
  476. [    0.515819] pci 0000:02:00.0: reg 0x10: [mem 0xdd400000-0xdd43ffff 64bit]
  477. [    0.515831] pci 0000:02:00.0: reg 0x18: [io  0xd000-0xd07f]
  478. [    0.515948] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  479. [    0.522361] pci 0000:00:1c.6: PCI bridge to [bus 02]
  480. [    0.522364] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
  481. [    0.522367] pci 0000:00:1c.6:   bridge window [mem 0xdd400000-0xdd4fffff]
  482. [    0.522560] pci 0000:03:00.0: [168c:003e] type 00 class 0x028000
  483. [    0.522736] pci 0000:03:00.0: reg 0x10: [mem 0xdd200000-0xdd3fffff 64bit]
  484. [    0.523399] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
  485. [    0.529084] pci 0000:00:1c.7: PCI bridge to [bus 03]
  486. [    0.529088] pci 0000:00:1c.7:   bridge window [mem 0xdd200000-0xdd3fffff]
  487. [    0.529176] acpiphp: Slot [1-1] registered
  488. [    0.529181] pci 0000:00:1d.0: PCI bridge to [bus 04-3c]
  489. [    0.529185] pci 0000:00:1d.0:   bridge window [mem 0xc4000000-0xda0fffff]
  490. [    0.529190] pci 0000:00:1d.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
  491. [    0.533325] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  492. [    0.533369] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
  493. [    0.533411] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
  494. [    0.533452] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
  495. [    0.533493] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
  496. [    0.533535] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
  497. [    0.533575] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
  498. [    0.533616] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
  499. [    0.533993] ACPI: Enabled 7 GPEs in block 00 to 7F
  500. [    0.534026] ACPI : EC: GPE = 0x50, I/O: command/status = 0x66, data = 0x62
  501. [    0.534113] vgaarb: setting as boot device: PCI:0000:00:02.0
  502. [    0.534115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  503. [    0.534118] vgaarb: loaded
  504. [    0.534118] vgaarb: bridge control possible 0000:00:02.0
  505. [    0.534225] PCI: Using ACPI for IRQ routing
  506. [    0.557626] PCI: pci_cache_line_size set to 64 bytes
  507. [    0.557818] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
  508. [    0.557819] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
  509. [    0.557820] e820: reserve RAM buffer [mem 0x31494000-0x33ffffff]
  510. [    0.557821] e820: reserve RAM buffer [mem 0x31516000-0x33ffffff]
  511. [    0.557822] e820: reserve RAM buffer [mem 0x361ab000-0x37ffffff]
  512. [    0.557823] e820: reserve RAM buffer [mem 0x37fff000-0x37ffffff]
  513. [    0.557906] NetLabel: Initializing
  514. [    0.557907] NetLabel:  domain hash size = 128
  515. [    0.557908] NetLabel:  protocols = UNLABELED CIPSOv4
  516. [    0.557916] NetLabel:  unlabeled traffic allowed by default
  517. [    0.557985] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  518. [    0.557992] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
  519. [    0.560038] clocksource: Switched to clocksource hpet
  520. [    0.564179] VFS: Disk quotas dquot_6.6.0
  521. [    0.564199] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  522. [    0.564262] pnp: PnP ACPI init
  523. [    0.564401] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
  524. [    0.564445] pnp 00:01: Plug and Play ACPI device, IDs DLLa707 PNP0f13 (active)
  525. [    0.564543] system 00:02: [io  0x0680-0x069f] has been reserved
  526. [    0.564545] system 00:02: [io  0xffff] has been reserved
  527. [    0.564546] system 00:02: [io  0xffff] has been reserved
  528. [    0.564547] system 00:02: [io  0xffff] has been reserved
  529. [    0.564548] system 00:02: [io  0x1800-0x18fe] could not be reserved
  530. [    0.564549] system 00:02: [io  0x164e-0x164f] has been reserved
  531. [    0.564551] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  532. [    0.564616] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
  533. [    0.564643] system 00:04: [io  0x1854-0x1857] has been reserved
  534. [    0.564645] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  535. [    0.566875] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
  536. [    0.566876] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
  537. [    0.566877] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
  538. [    0.566878] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
  539. [    0.566879] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
  540. [    0.566881] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
  541. [    0.566882] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
  542. [    0.566883] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
  543. [    0.566884] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
  544. [    0.566886] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
  545. [    0.566887] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
  546. [    0.566917] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
  547. [    0.566918] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
  548. [    0.566919] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
  549. [    0.566920] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
  550. [    0.566921] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
  551. [    0.566922] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
  552. [    0.566924] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
  553. [    0.566925] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
  554. [    0.567658] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
  555. [    0.567660] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
  556. [    0.567661] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  557. [    0.568293] pnp: PnP ACPI: found 8 devices
  558. [    0.576827] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  559. [    0.576854] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 04-3c] add_size 1000
  560. [    0.576856] pci 0000:00:1d.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
  561. [    0.576858] pci 0000:00:1d.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
  562. [    0.576860] pci 0000:00:1d.0: BAR 13: assigned [io  0x2000-0x2fff]
  563. [    0.576862] pci 0000:00:1c.0: PCI bridge to [bus 01]
  564. [    0.576864] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
  565. [    0.576867] pci 0000:00:1c.0:   bridge window [mem 0xdc000000-0xdd0fffff]
  566. [    0.576870] pci 0000:00:1c.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
  567. [    0.576874] pci 0000:00:1c.6: PCI bridge to [bus 02]
  568. [    0.576876] pci 0000:00:1c.6:   bridge window [io  0xd000-0xdfff]
  569. [    0.576879] pci 0000:00:1c.6:   bridge window [mem 0xdd400000-0xdd4fffff]
  570. [    0.576884] pci 0000:00:1c.7: PCI bridge to [bus 03]
  571. [    0.576887] pci 0000:00:1c.7:   bridge window [mem 0xdd200000-0xdd3fffff]
  572. [    0.576893] pci 0000:00:1d.0: PCI bridge to [bus 04-3c]
  573. [    0.576895] pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
  574. [    0.576898] pci 0000:00:1d.0:   bridge window [mem 0xc4000000-0xda0fffff]
  575. [    0.576901] pci 0000:00:1d.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
  576. [    0.576906] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
  577. [    0.576907] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
  578. [    0.576908] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  579. [    0.576909] pci_bus 0000:00: resource 7 [mem 0x3b000000-0xdfffffff window]
  580. [    0.576910] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
  581. [    0.576911] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
  582. [    0.576912] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
  583. [    0.576913] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
  584. [    0.576914] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
  585. [    0.576915] pci_bus 0000:02: resource 1 [mem 0xdd400000-0xdd4fffff]
  586. [    0.576916] pci_bus 0000:03: resource 1 [mem 0xdd200000-0xdd3fffff]
  587. [    0.576917] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
  588. [    0.576918] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xda0fffff]
  589. [    0.576919] pci_bus 0000:04: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
  590. [    0.576940] NET: Registered protocol family 2
  591. [    0.577073] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  592. [    0.577245] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  593. [    0.577379] TCP: Hash tables configured (established 131072 bind 65536)
  594. [    0.577401] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  595. [    0.577457] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  596. [    0.577516] NET: Registered protocol family 1
  597. [    0.577528] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  598. [    0.578405] PCI: CLS 0 bytes, default 64
  599. [    0.578435] Unpacking initramfs...
  600. [    0.624510] Freeing initrd memory: 3484K (ffff880032925000 - ffff880032c8c000)
  601. [    0.624532] DMAR: ACPI device "device:6d" under DMAR at fed91000 as 00:15.0
  602. [    0.624535] DMAR: ACPI device "device:6e" under DMAR at fed91000 as 00:15.1
  603. [    0.624544] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  604. [    0.624546] software IO TLB [mem 0x2d286000-0x31286000] (64MB) mapped at [ffff88002d286000-ffff880031285fff]
  605. [    0.624664] Scanning for low memory corruption every 60 seconds
  606. [    0.624865] futex hash table entries: 1024 (order: 4, 65536 bytes)
  607. [    0.625148] Initialise system trusted keyring
  608. [    0.625331] workingset: timestamp_bits=38 max_order=22 bucket_order=0
  609. [    0.626419] zbud: loaded
  610. [    0.626620] Key type big_key registered
  611. [    0.627193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  612. [    0.627257] io scheduler noop registered
  613. [    0.627259] io scheduler deadline registered
  614. [    0.627278] io scheduler cfq registered (default)
  615. [    0.627764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  616. [    0.627769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  617. [    0.627781] efifb: probing for efifb
  618. [    0.627798] efifb: framebuffer at 0x70000000, mapped to 0xffffc90002000000, using 8128k, total 8128k
  619. [    0.627799] efifb: mode is 1920x1080x32, linelength=7680, pages=1
  620. [    0.627799] efifb: scrolling: redraw
  621. [    0.627803] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  622. [    0.631032] Console: switching to colour frame buffer device 240x67
  623. [    0.634154] fb0: EFI VGA frame buffer device
  624. [    0.634161] intel_idle: MWAIT substates: 0x11142120
  625. [    0.634162] intel_idle: v0.4.1 model 0x4E
  626. [    0.634322] intel_idle: lapic_timer_reliable_states 0xffffffff
  627. [    0.634357] GHES: HEST is not enabled!
  628. [    0.634424] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  629. [    0.634913] Linux agpgart interface v0.103
  630. [    0.635180] rtc_cmos 00:03: RTC can wake from S4
  631. [    0.635572] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
  632. [    0.635656] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  633. [    0.635661] Intel P-state driver initializing.
  634. [    0.686992] intel_pstate: HWP enabled
  635. [    0.687003] ledtrig-cpu: registered to indicate activity on CPUs
  636. [    0.688337] NET: Registered protocol family 10
  637. [    0.688555] NET: Registered protocol family 17
  638. [    0.688772] microcode: CPU0 sig=0x406e3, pf=0x80, revision=0x2d
  639. [    0.688815] microcode: CPU1 sig=0x406e3, pf=0x80, revision=0x2d
  640. [    0.688836] microcode: CPU2 sig=0x406e3, pf=0x80, revision=0x2d
  641. [    0.688891] microcode: CPU3 sig=0x406e3, pf=0x80, revision=0x2d
  642. [    0.688951] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  643. [    0.689270] registered taskstats version 1
  644. [    0.689281] Loading compiled-in X.509 certificates
  645. [    0.689299] zswap: loaded using pool lzo/zbud
  646. [    0.690826]   Magic number: 8:820:319
  647. [    0.690840] tty tty44: hash matches
  648. [    0.691097] rtc_cmos 00:03: setting system clock to 2016-07-24 07:20:28 UTC (1469344828)
  649. [    0.691177] PM: Hibernation image not present or could not be loaded.
  650. [    0.692306] Freeing unused kernel memory: 1224K (ffffffff818f5000 - ffffffff81a27000)
  651. [    0.692308] Write protecting the kernel read-only data: 8192k
  652. [    0.692612] Freeing unused kernel memory: 192K (ffff8800015d0000 - ffff880001600000)
  653. [    0.693289] Freeing unused kernel memory: 252K (ffff8800017c1000 - ffff880001800000)
  654. [    0.700736] random: systemd-tmpfile urandom read with 3 bits of entropy available
  655. [    0.748920] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  656. [    0.772378] serio: i8042 KBD port at 0x60,0x64 irq 1
  657. [    0.772445] serio: i8042 AUX port at 0x60,0x64 irq 12
  658. [    0.773553] SCSI subsystem initialized
  659. [    0.774803] libata version 3.00 loaded.
  660. [    0.775724] ahci 0000:00:17.0: version 3.0
  661. [    0.776006] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
  662. [    0.776009] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
  663. [    0.776495] scsi host0: ahci
  664. [    0.776686] scsi host1: ahci
  665. [    0.776812] ata1: SATA max UDMA/133 abar m2048@0xdd133000 port 0xdd133100 irq 122
  666. [    0.776816] ata2: SATA max UDMA/133 abar m2048@0xdd133000 port 0xdd133180 irq 122
  667. [    0.777537] ACPI: bus type USB registered
  668. [    0.777555] usbcore: registered new interface driver usbfs
  669. [    0.777561] usbcore: registered new interface driver hub
  670. [    0.777600] usbcore: registered new device driver usb
  671. [    0.778712] xhci_hcd 0000:00:14.0: xHCI Host Controller
  672. [    0.778717] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  673. [    0.779886] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
  674. [    0.779899] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  675. [    0.780274] hub 1-0:1.0: USB hub found
  676. [    0.780323] hub 1-0:1.0: 12 ports detected
  677. [    0.786484] xhci_hcd 0000:00:14.0: xHCI Host Controller
  678. [    0.786493] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  679. [    0.786624] hub 2-0:1.0: USB hub found
  680. [    0.786633] hub 2-0:1.0: 6 ports detected
  681. [    0.803610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
  682. [    1.085781] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  683. [    1.089103] ata2: SATA link down (SStatus 4 SControl 300)
  684. [    1.122651] ata1.00: ATA-9: ST500LM000-1EJ162, DEMD, max UDMA/133
  685. [    1.122659] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
  686. [    1.143652] usb 1-6: new high-speed USB device number 2 using xhci_hcd
  687. [    1.172219] ata1.00: configured for UDMA/133
  688. [    1.173011] scsi 0:0:0:0: Direct-Access     ATA      ST500LM000-1EJ16 DEMD PQ: 0 ANSI: 5
  689. [    1.201205] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
  690. [    1.201215] sd 0:0:0:0: [sda] 4096-byte physical blocks
  691. [    1.201402] sd 0:0:0:0: [sda] Write Protect is off
  692. [    1.201412] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  693. [    1.201487] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  694. [    1.205765]  sda: sda1 sda3 sda4 sda5 sda6
  695. [    1.206998] sd 0:0:0:0: [sda] Attached SCSI disk
  696. [    1.377251] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
  697. [    1.490180] usb 1-7: new full-speed USB device number 3 using xhci_hcd
  698. [    1.606048] ip_tables: (C) 2000-2006 Netfilter Core Team
  699. [    1.627079] tsc: Refined TSC clocksource calibration: 2591.999 MHz
  700. [    1.627087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb5c6a11, max_idle_ns: 440795249002 ns
  701. [    1.659691] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  702. [    1.659999] systemd[1]: Detected architecture x86-64.
  703. [    1.660503] systemd[1]: Set hostname to <alienware>.
  704. [    1.664242] usb 1-7: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
  705. [    1.818455] systemd[1]: Reached target Encrypted Volumes.
  706. [    1.818728] systemd[1]: Created slice System Slice.
  707. [    1.818817] systemd[1]: Listening on udev Kernel Socket.
  708. [    1.818871] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  709. [    1.818902] systemd[1]: Reached target Swap.
  710. [    1.818948] systemd[1]: Listening on udev Control Socket.
  711. [    1.819040] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  712. [    1.823573] usb 1-8: new full-speed USB device number 4 using xhci_hcd
  713. [    1.824049] systemd[1]: Listening on Journal Socket (/dev/log).
  714. [    1.824140] systemd[1]: Created slice system-getty.slice.
  715. [    1.824724] systemd[1]: Listening on Process Core Dump Socket.
  716. [    1.824787] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  717. [    1.824849] systemd[1]: Listening on Journal Socket.
  718. [    1.837162] systemd[1]: Starting Setup Virtual Console...
  719. [    1.837734] systemd[1]: Starting Journal Service...
  720. [    1.838865] systemd[1]: Mounting Temporary Directory...
  721. [    1.839246] systemd[1]: Mounting POSIX Message Queue File System...
  722. [    1.839562] systemd[1]: Mounting Debug File System...
  723. [    1.841107] systemd[1]: Starting Load Kernel Modules...
  724. [    1.841469] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  725. [    1.841817] systemd[1]: Mounting Huge Pages File System...
  726. [    1.841863] systemd[1]: Reached target Remote File Systems.
  727. [    1.841928] systemd[1]: Listening on LVM2 metadata daemon socket.
  728. [    1.842136] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  729. [    1.843082] systemd[1]: Starting Remount Root and Kernel File Systems...
  730. [    1.843144] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  731. [    1.843181] systemd[1]: Reached target Paths.
  732. [    1.843261] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  733. [    1.843342] systemd[1]: Created slice User and Session Slice.
  734. [    1.843374] systemd[1]: Reached target Slices.
  735. [    1.867229] EXT4-fs (sda3): re-mounted. Opts: data=ordered
  736. [    1.868348] systemd[1]: Mounted Debug File System.
  737. [    1.868424] systemd[1]: Mounted POSIX Message Queue File System.
  738. [    1.868485] systemd[1]: Mounted Huge Pages File System.
  739. [    1.869313] systemd[1]: Mounted Temporary Directory.
  740. [    1.870458] systemd[1]: Started Remount Root and Kernel File Systems.
  741. [    1.880699] vboxdrv: Found 4 processor cores
  742. [    1.883861] systemd[1]: Starting Load/Save Random Seed...
  743. [    1.900586] vboxdrv: TSC mode is Invariant, tentative frequency 2592109353 Hz
  744. [    1.900591] vboxdrv: Successfully loaded version 5.1.0_OSE (interface 0x00260000)
  745. [    1.917464] VBoxPciLinuxInit
  746. [    1.935789] vboxpci: IOMMU not found (not registered)
  747. [    1.937153] systemd[1]: Starting udev Coldplug all Devices...
  748. [    1.937797] systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=1/FAILURE
  749. [    1.938157] systemd[1]: Failed to start Setup Virtual Console.
  750. [    1.938488] systemd[1]: systemd-vconsole-setup.service: Unit entered failed state.
  751. [    1.938497] systemd[1]: systemd-vconsole-setup.service: Failed with result 'exit-code'.
  752. [    1.938825] systemd[1]: Started Create list of required static device nodes for the current kernel.
  753. [    1.939310] systemd[1]: Started Load/Save Random Seed.
  754. [    1.940995] systemd[1]: Starting Create Static Device Nodes in /dev...
  755. [    1.951320] VBoxNetAdp: Successfully started.
  756. [    1.953129] VBoxNetFlt: Successfully started.
  757. [    1.954623] systemd[1]: Started Load Kernel Modules.
  758. [    1.956305] systemd[1]: Mounting Configuration File System...
  759. [    1.957774] systemd[1]: Starting Apply Kernel Variables...
  760. [    1.961667] systemd[1]: Mounted Configuration File System.
  761. [    1.973141] systemd[1]: Started Apply Kernel Variables.
  762. [    2.005354] systemd[1]: Started udev Coldplug all Devices.
  763. [    2.121611] systemd[1]: Started Create Static Device Nodes in /dev.
  764. [    2.133886] systemd[1]: Starting udev Kernel Device Manager...
  765. [    2.134147] systemd[1]: Reached target Local File Systems (Pre).
  766. [    2.294808] systemd[1]: Started udev Kernel Device Manager.
  767. [    2.400289] systemd[1]: Started Journal Service.
  768. [    2.438375] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
  769. [    2.457488] systemd-journald[147]: Received request to flush runtime journal from PID 1
  770. [    2.626968] clocksource: Switched to clocksource tsc
  771. [    2.660109] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
  772. [    2.681199] idma64 idma64.0: Found Intel integrated DMA 64-bit
  773. [    2.706754] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
  774. [    2.706981] idma64 idma64.1: Found Intel integrated DMA 64-bit
  775. [    2.711533] random: nonblocking pool is initialized
  776. [    2.720130] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
  777. [    2.725602] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/PNP0C0D:00/input/input2
  778. [    2.725636] ACPI: Lid Switch [LID0]
  779. [    2.725689] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
  780. [    2.725692] ACPI: Power Button [PWRB]
  781. [    2.725731] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
  782. [    2.725733] ACPI: Power Button [PWRF]
  783. [    2.731539] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
  784. [    2.747123] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  785. [    2.747360] tpm_crb MSFT0101:00: [Firmware Bug]: TPM2 ACPI table does not define a memory resource
  786. [    2.747417] tpm_crb: probe of MSFT0101:00 failed with error -22
  787. [    2.783966] Bluetooth: Core ver 2.21
  788. [    2.783978] NET: Registered protocol family 31
  789. [    2.783980] Bluetooth: HCI device and connection manager initialized
  790. [    2.783984] Bluetooth: HCI socket layer initialized
  791. [    2.783986] Bluetooth: L2CAP socket layer initialized
  792. [    2.783990] Bluetooth: SCO socket layer initialized
  793. [    2.813357] [drm] Initialized drm 1.1.0 20060810
  794. [    2.818830] Bluetooth: HCI UART driver ver 2.3
  795. [    2.818833] Bluetooth: HCI UART protocol H4 registered
  796. [    2.818835] Bluetooth: HCI UART protocol BCSP registered
  797. [    2.818836] Bluetooth: HCI UART protocol LL registered
  798. [    2.818837] Bluetooth: HCI UART protocol ATH3K registered
  799. [    2.818838] Bluetooth: HCI UART protocol Three-wire (H5) registered
  800. [    2.818865] Bluetooth: HCI UART protocol Intel registered
  801. [    2.818880] Bluetooth: HCI UART protocol BCM registered
  802. [    2.818881] Bluetooth: HCI UART protocol QCA registered
  803. [    2.818882] Bluetooth: HCI UART protocol AG6XX registered
  804. [    2.836815] ACPI: Battery Slot [BAT1] (battery present)
  805. [    2.839031] [drm] Memory usable by graphics device = 4096M
  806. [    2.839034] checking generic (70000000 7f0000) vs hw (70000000 10000000)
  807. [    2.839035] fb: switching to inteldrmfb from EFI VGA
  808. [    2.839053] Console: switching to colour dummy device 80x25
  809. [    2.839346] [drm] Replacing VGA console driver
  810. [    2.845703] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  811. [    2.845705] [drm] Driver supports precise vblank timestamp query.
  812. [    2.847676] wmi: Mapper loaded
  813. [    2.850173] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
  814. [    2.853390] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [20:47:47:d1:45:5b]
  815. [    2.870527] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
  816. [    2.870770] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
  817. [    2.870796] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20160108/video-1241)
  818. [    2.870799] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
  819. [    2.870822] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input6
  820. [    2.870846] [drm] Initialized i915 1.6.0 20160229 for 0000:00:02.0 on minor 0
  821. [    2.870943] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB.PCI0.SBUS.SMBI) (20160108/utaddress-255)
  822. [    2.870947] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  823. [    2.870973] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
  824. [    2.889586] input: PC Speaker as /devices/platform/pcspkr/input/input8
  825. [    2.910262] AVX2 version of gcm_enc/dec engaged.
  826. [    2.910265] AES CTR mode by8 optimization enabled
  827. [    2.926885] ACPI: AC Adapter [ACAD] (off-line)
  828. [    2.947197] [drm] Finished loading i915/skl_dmc_ver1.bin (v1.26)
  829. [    2.959185] intel_rapl: Found RAPL domain package
  830. [    2.959189] intel_rapl: Found RAPL domain core
  831. [    2.959191] intel_rapl: Found RAPL domain uncore
  832. [    2.959192] intel_rapl: Found RAPL domain dram
  833. [    3.015367] alx 0000:02:00.0 enp2s0: renamed from eth0
  834. [    3.015636] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
  835. [    3.024724] dell_wmi: Detected Dell WMI interface version 0
  836. [    3.024803] input: Dell WMI hotkeys as /devices/virtual/input/input9
  837. [    3.080259] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  838. [    3.080311] fbcon: inteldrmfb (fb0) is primary device
  839. [    3.124443] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3234: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  840. [    3.124448] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  841. [    3.124452] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  842. [    3.124455] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
  843. [    3.124457] snd_hda_codec_realtek hdaudioC0D0:    inputs:
  844. [    3.124461] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1b
  845. [    3.124465] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
  846. [    3.131001] ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
  847. [    3.132880] ath10k_pci 0000:03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
  848. [    3.152372] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
  849. [    3.153891] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
  850. [    3.154059] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
  851. [    3.154240] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
  852. [    3.154401] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
  853. [    3.154551] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
  854. [    3.222474] usbcore: registered new interface driver btusb
  855. [    3.224175] media: Linux media interface: v0.10
  856. [    3.225886] hidraw: raw HID events driver (C) Jiri Kosina
  857. [    3.233705] usbcore: registered new interface driver usbhid
  858. [    3.233707] usbhid: USB HID core driver
  859. [    3.239808] Linux video capture interface: v2.00
  860. [    3.241747] hid-generic 0003:187C:0527.0001: hiddev0,hidraw0: USB HID v1.01 Device [Alienware AW13] on usb-0000:00:14.0-7/input0
  861. [    3.251008] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (1bcf:2b8c)
  862. [    3.258569] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
  863. [    3.258572] uvcvideo 1-6:1.0: Entity type for entity Extension 3 was not initialized!
  864. [    3.258574] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
  865. [    3.258575] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
  866. [    3.258667] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input16
  867. [    3.258753] usbcore: registered new interface driver uvcvideo
  868. [    3.258753] USB Video Class driver (1.1.1)
  869. [    3.362253] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
  870. [    3.362922] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
  871. [    3.362926] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
  872. [    3.367365] ath10k_pci 0000:03:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
  873. [    3.367369] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
  874. [    3.368819] ath10k_pci 0000:03:00.0: firmware ver WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad crc32 75dee6c5
  875. [    3.432903] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 46b57247
  876. [    3.801772] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4692]
  877. [    3.831519] psmouse serio1: synaptics: queried min coordinates: x [1282..], y [1160..]
  878. [    3.889768] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00223/0x840300/0x12e800/0x0, board id: 3044, fw id: 1769444
  879. [    3.926890] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
  880. [    3.928288] mousedev: PS/2 mouse device common for all mice
  881. [    4.333697] [drm] RC6 on
  882. [    4.583588] Console: switching to colour frame buffer device 240x67
  883. [    4.587670] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  884. [    4.635698] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  885. [    4.675358] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
  886. [    4.691642] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
  887. [    5.058983] NET: Registered protocol family 3
  888. [    5.492586] bbswitch: version 0.8
  889. [    5.492593] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
  890. [    5.492600] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.RP01.PEGP
  891. [    5.492608] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
  892. [    5.492695] bbswitch: detected an Optimus _DSM function
  893. [    5.492711] pci 0000:01:00.0: enabling device (0006 -> 0007)
  894. [    5.493091] bbswitch: disabling discrete graphics
  895. [    5.493096] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
  896. [    5.513987] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is off
  897. [    5.551331] ath10k_pci 0000:03:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
  898. [    5.612426] ath: EEPROM regdomain: 0x69
  899. [    5.612430] ath: EEPROM indicates we should expect a direct regpair map
  900. [    5.612432] ath: Country alpha2 being used: 00
  901. [    5.612432] ath: Regpair used: 0x69
  902. [    5.621623] ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
  903. [   11.059298] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
  904. [   15.325012] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  905. [   22.189997] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  906. [   22.223962] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
  907. [   23.741988] fuse init (API version 7.24)
  908. [   24.548511] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  909. [   34.757782] wlp3s0: authenticate with 68:a0:f6:36:be:54
  910. [   34.794823] wlp3s0: send auth to 68:a0:f6:36:be:54 (try 1/3)
  911. [   34.796359] wlp3s0: authenticated
  912. [   34.797361] wlp3s0: associate with 68:a0:f6:36:be:54 (try 1/3)
  913. [   34.801220] wlp3s0: RX AssocResp from 68:a0:f6:36:be:54 (capab=0x431 status=0 aid=3)
  914. [   34.804622] wlp3s0: associated
  915. [   34.804648] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
  916. [ 2815.379441] PM: Syncing filesystems ... done.
  917. [ 2815.439201] PM: Preparing system for sleep (mem)
  918. [ 2815.439805] bbswitch: enabling discrete graphics
  919. [ 2815.491285] Freezing user space processes ... (elapsed 0.002 seconds) done.
  920. [ 2815.494199] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
  921. [ 2815.495703] PM: Suspending system (mem)
  922. [ 2815.495764] Suspending console(s) (use no_console_suspend to debug)
  923. [ 2815.523222] wlp3s0: deauthenticating from 68:a0:f6:36:be:54 by local choice (Reason: 3=DEAUTH_LEAVING)
  924. [ 2815.526081] sd 0:0:0:0: [sda] Synchronizing SCSI cache
  925. [ 2815.526936] sd 0:0:0:0: [sda] Stopping disk
  926. [ 2815.849469] PM: suspend of devices complete after 326.276 msecs
  927. [ 2815.866351] PM: late suspend of devices complete after 16.859 msecs
  928. [ 2815.868430] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
  929. [ 2815.892823] PM: noirq suspend of devices complete after 26.461 msecs
  930. [ 2815.894494] ACPI: Preparing to enter system sleep state S3
  931. [ 2815.895722] ACPI : EC: EC stopped
  932. [ 2815.895724] PM: Saving platform NVS memory
  933. [ 2815.895796] Disabling non-boot CPUs ...
  934. [ 2815.914043] smpboot: CPU 1 is now offline
  935. [ 2815.930732] smpboot: CPU 2 is now offline
  936. [ 2815.950638] smpboot: CPU 3 is now offline
  937. [ 2815.955399] ACPI: Low-level resume complete
  938. [ 2815.955494] ACPI : EC: EC started
  939. [ 2815.955494] PM: Restoring platform NVS memory
  940. [ 2815.956242] Enabling non-boot CPUs ...
  941. [ 2815.956275] x86: Booting SMP configuration:
  942. [ 2815.956275] smpboot: Booting Node 0 Processor 1 APIC 0x2
  943. [ 2815.958810]  cache: parent cpu1 should not be sleeping
  944. [ 2815.958936] CPU1 is up
  945. [ 2815.958950] smpboot: Booting Node 0 Processor 2 APIC 0x1
  946. [ 2815.961542]  cache: parent cpu2 should not be sleeping
  947. [ 2815.961658] CPU2 is up
  948. [ 2815.961671] smpboot: Booting Node 0 Processor 3 APIC 0x3
  949. [ 2815.964235]  cache: parent cpu3 should not be sleeping
  950. [ 2815.964346] CPU3 is up
  951. [ 2815.967975] ACPI: Waking up from system sleep state S3
  952. [ 2815.984248] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
  953. [ 2815.984312] PM: noirq resume of devices complete after 13.924 msecs
  954. [ 2815.998004] PM: early resume of devices complete after 13.526 msecs
  955. [ 2815.998320] usb usb1: root hub lost power or was reset
  956. [ 2815.998323] usb usb2: root hub lost power or was reset
  957. [ 2816.000259] sd 0:0:0:0: [sda] Starting disk
  958. [ 2816.000604] rtc_cmos 00:03: System wakeup disabled by ACPI
  959. [ 2816.306652] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  960. [ 2816.307060] ata2: SATA link down (SStatus 4 SControl 300)
  961. [ 2816.377163] usb 1-6: reset high-speed USB device number 2 using xhci_hcd
  962. [ 2816.390900] ata1.00: configured for UDMA/133
  963. [ 2816.710524] usb 1-8: reset full-speed USB device number 4 using xhci_hcd
  964. [ 2816.867291] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4692]
  965. [ 2816.896879] psmouse serio1: synaptics: queried min coordinates: x [1282..], y [1160..]
  966. [ 2817.043835] usb 1-7: reset full-speed USB device number 3 using xhci_hcd
  967. [ 2817.370704] [drm] RC6 on
  968. [ 2818.247277] PM: resume of devices complete after 2249.224 msecs
  969. [ 2818.247389] usb 1-8:1.0: rebind failed: -517
  970. [ 2818.247392] usb 1-8:1.1: rebind failed: -517
  971. [ 2818.247707] PM: Finishing wakeup.
  972. [ 2818.247710] Restarting tasks ... done.
  973. [ 2818.277244] bbswitch: disabling discrete graphics
  974. [ 2818.277252] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
  975. ➜  ~ sudo modprobe ath10k_pci                              
  976. ➜  ~ ifconfig
  977. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  978.         inet 127.0.0.1  netmask 255.0.0.0
  979.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  980.         loop  txqueuelen 1  (Local Loopback)
  981.         RX packets 2579  bytes 188933 (184.5 KiB)
  982.         RX errors 0  dropped 0  overruns 0  frame 0
  983.         TX packets 2579  bytes 188933 (184.5 KiB)
  984.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  985.  
  986. ➜  ~ dmesg| grep wlp        
  987. [    5.621623] ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
  988. [   15.325012] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  989. [   22.189997] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  990. [   24.548511] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
  991. [   34.757782] wlp3s0: authenticate with 68:a0:f6:36:be:54
  992. [   34.794823] wlp3s0: send auth to 68:a0:f6:36:be:54 (try 1/3)
  993. [   34.796359] wlp3s0: authenticated
  994. [   34.797361] wlp3s0: associate with 68:a0:f6:36:be:54 (try 1/3)
  995. [   34.801220] wlp3s0: RX AssocResp from 68:a0:f6:36:be:54 (capab=0x431 status=0 aid=3)
  996. [   34.804622] wlp3s0: associated
  997. [   34.804648] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
  998. [ 2815.523222] wlp3s0: deauthenticating from 68:a0:f6:36:be:54 by local choice (Reason: 3=DEAUTH_LEAVING)
  999. ➜  ~ dmesg| tail    
  1000. [ 2816.896879] psmouse serio1: synaptics: queried min coordinates: x [1282..], y [1160..]
  1001. [ 2817.043835] usb 1-7: reset full-speed USB device number 3 using xhci_hcd
  1002. [ 2817.370704] [drm] RC6 on
  1003. [ 2818.247277] PM: resume of devices complete after 2249.224 msecs
  1004. [ 2818.247389] usb 1-8:1.0: rebind failed: -517
  1005. [ 2818.247392] usb 1-8:1.1: rebind failed: -517
  1006. [ 2818.247707] PM: Finishing wakeup.
  1007. [ 2818.247710] Restarting tasks ... done.
  1008. [ 2818.277244] bbswitch: disabling discrete graphics
  1009. [ 2818.277252] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
  1010. ➜  ~ sudo rmmod ath10k_pci
  1011. ➜  ~ sudo modprobe ath10k_pci
  1012. ➜  ~ dmesg| tail            
  1013. [ 2816.896879] psmouse serio1: synaptics: queried min coordinates: x [1282..], y [1160..]
  1014. [ 2817.043835] usb 1-7: reset full-speed USB device number 3 using xhci_hcd
  1015. [ 2817.370704] [drm] RC6 on
  1016. [ 2818.247277] PM: resume of devices complete after 2249.224 msecs
  1017. [ 2818.247389] usb 1-8:1.0: rebind failed: -517
  1018. [ 2818.247392] usb 1-8:1.1: rebind failed: -517
  1019. [ 2818.247707] PM: Finishing wakeup.
  1020. [ 2818.247710] Restarting tasks ... done.
  1021. [ 2818.277244] bbswitch: disabling discrete graphics
  1022. [ 2818.277252] ACPI Warning: \_SB.PCI0.RP01.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160108/nsarguments-95)
  1023. ➜  ~ ifconfig | grep wlp
  1024. ➜  ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement