sachingupta

command_output(weak_wifi_signal)

Aug 27th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 105.76 KB | None | 0 0
  1. sachin@sachin-hp:~$ sudo lshw -class network
  2. [sudo] password for sachin:
  3.   *-network              
  4.        description: Wireless interface
  5.        product: RT3290 Wireless 802.11n 1T/1R PCIe
  6.        vendor: Ralink corp.
  7.        physical id: 0
  8.        bus info: pci@0000:08:00.0
  9.        logical name: wlo1
  10.        version: 00
  11.        serial: 54:35:30:61:53:35
  12.        width: 32 bits
  13.        clock: 33MHz
  14.        capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
  15.        configuration: broadcast=yes driver=rt2800pci driverversion=4.10.0-32-generic firmware=0.37 ip=192.168.0.106 latency=0 link=yes multicast=yes wireless=IEEE 802.11
  16.        resources: irq:18 memory:b5510000-b551ffff
  17.   *-network
  18.        description: Ethernet interface
  19.        product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
  20.        vendor: Realtek Semiconductor Co., Ltd.
  21.        physical id: 0
  22.        bus info: pci@0000:09:00.0
  23.        logical name: eno1
  24.        version: 08
  25.        serial: a0:1d:48:e2:c8:41
  26.        size: 10Mbit/s
  27.        capacity: 100Mbit/s
  28.        width: 64 bits
  29.        clock: 33MHz
  30.        capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
  31.        configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-2_0.0.1 04/23/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
  32.        resources: irq:43 ioport:4000(size=256) memory:b5404000-b5404fff memory:b5400000-b5403fff
  33.  
  34.  
  35. sachin@sachin-hp:~$ lsusb
  36. Bus 001 Device 002: ID 8087:8000 Intel Corp.
  37. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  38. Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  39. Bus 002 Device 002: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
  40. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  41.  
  42.  
  43. sachin@sachin-hp:~$ lspci
  44. 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  45. 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
  46. 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
  47. 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
  48. 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
  49. 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
  50. 00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
  51. 00:1c.1 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 2 (rev e4)
  52. 00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
  53. 00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
  54. 00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
  55. 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
  56. 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
  57. 00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
  58. 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
  59. 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
  60. 08:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
  61. 08:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
  62. 09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 08)
  63. 0a:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
  64.  
  65.  
  66. sachin@sachin-hp:~$ rfkill list all
  67. 0: phy0: Wireless LAN
  68.     Soft blocked: no
  69.     Hard blocked: no
  70.  
  71.  
  72. sachin@sachin-hp:~$ dmesg
  73. [    0.000000] microcode: microcode updated early to revision 0x20, date = 2017-01-27
  74. [    0.000000] Linux version 4.10.0-32-generic (buildd@lcy01-01) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017 (Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17)
  75. [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed root=UUID=f4e2c017-6b67-439a-a7a6-b0bd43fa03b5 ro quiet splash vt.handoff=7
  76. [    0.000000] KERNEL supported cpus:
  77. [    0.000000]   Intel GenuineIntel
  78. [    0.000000]   AMD AuthenticAMD
  79. [    0.000000]   Centaur CentaurHauls
  80. [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
  81. [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
  82. [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
  83. [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
  84. [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
  85. [    0.000000] e820: BIOS-provided physical RAM map:
  86. [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
  87. [    0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
  88. [    0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
  89. [    0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
  90. [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009c49efff] usable
  91. [    0.000000] BIOS-e820: [mem 0x000000009c49f000-0x000000009c69efff] type 20
  92. [    0.000000] BIOS-e820: [mem 0x000000009c69f000-0x000000009ceaefff] reserved
  93. [    0.000000] BIOS-e820: [mem 0x000000009ceaf000-0x000000009cfaefff] ACPI NVS
  94. [    0.000000] BIOS-e820: [mem 0x000000009cfaf000-0x000000009cffefff] ACPI data
  95. [    0.000000] BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
  96. [    0.000000] BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
  97. [    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  98. [    0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
  99. [    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
  100. [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  101. [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
  102. [    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
  103. [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000015f5fffff] usable
  104. [    0.000000] NX (Execute Disable) protection: active
  105. [    0.000000] efi: EFI v2.31 by INSYDE Corp.
  106. [    0.000000] efi:  ACPI=0x9cffe000  ACPI 2.0=0x9cffe014  SMBIOS=0x9ceaef98
  107. [    0.000000] SMBIOS 2.7 present.
  108. [    0.000000] DMI: Hewlett-Packard HP Pavilion 15 Notebook PC/2166, BIOS F.67 11/26/2014
  109. [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  110. [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  111. [    0.000000] e820: last_pfn = 0x15f600 max_arch_pfn = 0x400000000
  112. [    0.000000] MTRR default type: uncachable
  113. [    0.000000] MTRR fixed ranges enabled:
  114. [    0.000000]   00000-9FFFF write-back
  115. [    0.000000]   A0000-BFFFF uncachable
  116. [    0.000000]   C0000-E7FFF write-protect
  117. [    0.000000]   E8000-EFFFF write-combining
  118. [    0.000000]   F0000-FFFFF write-protect
  119. [    0.000000] MTRR variable ranges enabled:
  120. [    0.000000]   0 base 0000000000 mask 7F80000000 write-back
  121. [    0.000000]   1 base 0080000000 mask 7FE0000000 write-back
  122. [    0.000000]   2 base 009D000000 mask 7FFF000000 uncachable
  123. [    0.000000]   3 base 009E000000 mask 7FFE000000 uncachable
  124. [    0.000000]   4 base 00FFC00000 mask 7FFFC00000 write-protect
  125. [    0.000000]   5 base 0100000000 mask 7F80000000 write-back
  126. [    0.000000]   6 base 015F600000 mask 7FFFE00000 uncachable
  127. [    0.000000]   7 base 015F800000 mask 7FFF800000 uncachable
  128. [    0.000000]   8 base 0160000000 mask 7FE0000000 uncachable
  129. [    0.000000]   9 disabled
  130. [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
  131. [    0.000000] e820: last_pfn = 0x9d000 max_arch_pfn = 0x400000000
  132. [    0.000000] Scanning 1 areas for low memory corruption
  133. [    0.000000] Base memory trampoline at [ffff99d48007e000] 7e000 size 24576
  134. [    0.000000] Using GB pages for direct mapping
  135. [    0.000000] BRK [0x18428000, 0x18428fff] PGTABLE
  136. [    0.000000] BRK [0x18429000, 0x18429fff] PGTABLE
  137. [    0.000000] BRK [0x1842a000, 0x1842afff] PGTABLE
  138. [    0.000000] BRK [0x1842b000, 0x1842bfff] PGTABLE
  139. [    0.000000] BRK [0x1842c000, 0x1842cfff] PGTABLE
  140. [    0.000000] BRK [0x1842d000, 0x1842dfff] PGTABLE
  141. [    0.000000] RAMDISK: [mem 0x33028000-0x3580bfff]
  142. [    0.000000] ACPI: Early table checksum verification disabled
  143. [    0.000000] ACPI: RSDP 0x000000009CFFE014 000024 (v02 HPQOEM)
  144. [    0.000000] ACPI: XSDT 0x000000009CFFE210 0000B4 (v01 HPQOEM SLIC-MPC 00000001 HP   01000013)
  145. [    0.000000] ACPI: FACP 0x000000009CFF8000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
  146. [    0.000000] ACPI: DSDT 0x000000009CFE4000 01055C (v01 HPQOEM 2166     00000000 INTL 00040000)
  147. [    0.000000] ACPI: FACS 0x000000009CFAA000 000040
  148. [    0.000000] ACPI: UEFI 0x000000009CFFD000 000236 (v01 HPQOEM 2166     00000001 HP   00040000)
  149. [    0.000000] ACPI: FPDT 0x000000009CFFB000 000044 (v01 HPQOEM 2166     00000001 HP   00040000)
  150. [    0.000000] ACPI: MSDM 0x000000009CFFA000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP   00040000)
  151. [    0.000000] ACPI: ASF! 0x000000009CFF9000 0000A5 (v32 HPQOEM 2166     00000001 HP   00040000)
  152. [    0.000000] ACPI: HPET 0x000000009CFF7000 000038 (v01 HPQOEM 2166     00000001 HP   00040000)
  153. [    0.000000] ACPI: APIC 0x000000009CFF6000 00008C (v03 HPQOEM 2166     00000001 HP   00040000)
  154. [    0.000000] ACPI: MCFG 0x000000009CFF5000 00003C (v01 HPQOEM 2166     00000001 HP   00040000)
  155. [    0.000000] ACPI: SSDT 0x000000009CFE2000 0010BF (v01 HPQOEM 2166     00001000 INTL 00040000)
  156. [    0.000000] ACPI: BOOT 0x000000009CFE0000 000028 (v01 HPQOEM 2166     00000001 HP   00040000)
  157. [    0.000000] ACPI: LPIT 0x000000009CFDF000 000094 (v01 HPQOEM 2166     00000001 HP   00040000)
  158. [    0.000000] ACPI: ASPT 0x000000009CFDD000 000034 (v07 HPQOEM 2166     00000001 HP   00040000)
  159. [    0.000000] ACPI: DBGP 0x000000009CFDC000 000034 (v01 HPQOEM 2166     00000001 HP   00040000)
  160. [    0.000000] ACPI: SSDT 0x000000009CFDB000 000539 (v01 HPQOEM 2166     00003000 INTL 00040000)
  161. [    0.000000] ACPI: SSDT 0x000000009CFDA000 000AD8 (v01 HPQOEM 2166     00003000 INTL 00040000)
  162. [    0.000000] ACPI: SSDT 0x000000009CFD6000 0034C1 (v01 HPQOEM 2166     00003000 INTL 00040000)
  163. [    0.000000] ACPI: SSDT 0x000000009CFD1000 0035A4 (v01 HPQOEM 2166     00001000 INTL 00040000)
  164. [    0.000000] ACPI: BGRT 0x000000009CFD5000 000038 (v01 HPQOEM 2166     00000001 HP   00040000)
  165. [    0.000000] ACPI: Local APIC address 0xfee00000
  166. [    0.000000] No NUMA configuration found
  167. [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000015f5fffff]
  168. [    0.000000] NODE_DATA(0) allocated [mem 0x15f5d3000-0x15f5fdfff]
  169. [    0.000000] Zone ranges:
  170. [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  171. [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  172. [    0.000000]   Normal   [mem 0x0000000100000000-0x000000015f5fffff]
  173. [    0.000000]   Device   empty
  174. [    0.000000] Movable zone start for each node
  175. [    0.000000] Early memory node ranges
  176. [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
  177. [    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000087fff]
  178. [    0.000000]   node   0: [mem 0x0000000000100000-0x000000009c49efff]
  179. [    0.000000]   node   0: [mem 0x000000009cfff000-0x000000009cffffff]
  180. [    0.000000]   node   0: [mem 0x0000000100000000-0x000000015f5fffff]
  181. [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000015f5fffff]
  182. [    0.000000] On node 0 totalpages: 1030694
  183. [    0.000000]   DMA zone: 64 pages used for memmap
  184. [    0.000000]   DMA zone: 22 pages reserved
  185. [    0.000000]   DMA zone: 3974 pages, LIFO batch:0
  186. [    0.000000]   DMA32 zone: 9939 pages used for memmap
  187. [    0.000000]   DMA32 zone: 636064 pages, LIFO batch:31
  188. [    0.000000]   Normal zone: 6104 pages used for memmap
  189. [    0.000000]   Normal zone: 390656 pages, LIFO batch:31
  190. [    0.000000] Reserving Intel graphics memory at 0x000000009da00000-0x000000009f9fffff
  191. [    0.000000] ACPI: PM-Timer IO Port: 0x1808
  192. [    0.000000] ACPI: Local APIC address 0xfee00000
  193. [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
  194. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  195. [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  196. [    0.000000] ACPI: IRQ0 used by override.
  197. [    0.000000] ACPI: IRQ9 used by override.
  198. [    0.000000] Using ACPI (MADT) for SMP configuration information
  199. [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  200. [    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
  201. [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
  202. [    0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
  203. [    0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
  204. [    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
  205. [    0.000000] PM: Registered nosave memory: [mem 0x9c49f000-0x9c69efff]
  206. [    0.000000] PM: Registered nosave memory: [mem 0x9c69f000-0x9ceaefff]
  207. [    0.000000] PM: Registered nosave memory: [mem 0x9ceaf000-0x9cfaefff]
  208. [    0.000000] PM: Registered nosave memory: [mem 0x9cfaf000-0x9cffefff]
  209. [    0.000000] PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
  210. [    0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
  211. [    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
  212. [    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
  213. [    0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
  214. [    0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
  215. [    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
  216. [    0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
  217. [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
  218. [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
  219. [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
  220. [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
  221. [    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
  222. [    0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
  223. [    0.000000] Booting paravirtualized kernel on bare hardware
  224. [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
  225. [    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
  226. [    0.000000] percpu: Embedded 36 pages/cpu @ffff99d5df200000 s107992 r8192 d31272 u262144
  227. [    0.000000] pcpu-alloc: s107992 r8192 d31272 u262144 alloc=1*2097152
  228. [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
  229. [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1014565
  230. [    0.000000] Policy zone: Normal
  231. [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-32-generic.efi.signed root=UUID=f4e2c017-6b67-439a-a7a6-b0bd43fa03b5 ro quiet splash vt.handoff=7
  232. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  233. [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
  234. [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  235. [    0.000000] Memory: 3862820K/4122776K available (9060K kernel code, 1666K rwdata, 3828K rodata, 2228K init, 2364K bss, 259956K reserved, 0K cma-reserved)
  236. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  237. [    0.000000] Hierarchical RCU implementation.
  238. [    0.000000]  Build-time adjustment of leaf fanout to 64.
  239. [    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
  240. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
  241. [    0.000000] NR_IRQS:524544 nr_irqs:760 16
  242. [    0.000000] vt handoff: transparent VT on vt#7
  243. [    0.000000] Console: colour dummy device 80x25
  244. [    0.000000] console [tty0] enabled
  245. [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
  246. [    0.000000] hpet clockevent registered
  247. [    0.000000] tsc: Fast TSC calibration using PIT
  248. [    0.000000] tsc: Detected 2294.819 MHz processor
  249. [    0.000036] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.63 BogoMIPS (lpj=9179276)
  250. [    0.000039] pid_max: default: 32768 minimum: 301
  251. [    0.000052] ACPI: Core revision 20160930
  252. [    0.020899] ACPI: 6 ACPI AML tables successfully acquired and loaded
  253. [    0.039318] Security Framework initialized
  254. [    0.039319] Yama: becoming mindful.
  255. [    0.039344] AppArmor: AppArmor initialized
  256. [    0.039694] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  257. [    0.040812] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  258. [    0.041327] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  259. [    0.041333] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  260. [    0.041671] CPU: Physical Processor ID: 0
  261. [    0.041672] CPU: Processor Core ID: 0
  262. [    0.041678] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  263. [    0.041678] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  264. [    0.041683] mce: CPU supports 7 MCE banks
  265. [    0.041695] CPU0: Thermal monitoring enabled (TM1)
  266. [    0.041711] process: using mwait in idle threads
  267. [    0.041715] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
  268. [    0.041716] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
  269. [    0.041895] Freeing SMP alternatives memory: 32K
  270. [    0.054399] ftrace: allocating 34209 entries in 134 pages
  271. [    0.077771] smpboot: Max logical packages: 4
  272. [    0.078367] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  273. [    0.118056] TSC deadline timer enabled
  274. [    0.118058] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
  275. [    0.118123] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
  276. [    0.118177] ... version:                3
  277. [    0.118178] ... bit width:              48
  278. [    0.118178] ... generic registers:      4
  279. [    0.118179] ... value mask:             0000ffffffffffff
  280. [    0.118180] ... max period:             00007fffffffffff
  281. [    0.118180] ... fixed-purpose events:   3
  282. [    0.118181] ... event mask:             000000070000000f
  283. [    0.119432] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  284. [    0.119451] smp: Bringing up secondary CPUs ...
  285. [    0.119538] x86: Booting SMP configuration:
  286. [    0.119539] .... node  #0, CPUs:      #1 #2 #3
  287. [    0.125016] smp: Brought up 1 node, 4 CPUs
  288. [    0.125019] smpboot: Total of 4 processors activated (18358.55 BogoMIPS)
  289. [    0.130568] devtmpfs: initialized
  290. [    0.130644] x86/mm: Memory block size: 128MB
  291. [    0.133325] evm: security.selinux
  292. [    0.133326] evm: security.SMACK64
  293. [    0.133326] evm: security.SMACK64EXEC
  294. [    0.133327] evm: security.SMACK64TRANSMUTE
  295. [    0.133327] evm: security.SMACK64MMAP
  296. [    0.133328] evm: security.ima
  297. [    0.133329] evm: security.capability
  298. [    0.133410] PM: Registering ACPI NVS region [mem 0x9ceaf000-0x9cfaefff] (1048576 bytes)
  299. [    0.133503] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  300. [    0.133519] futex hash table entries: 2048 (order: 5, 131072 bytes)
  301. [    0.133586] pinctrl core: initialized pinctrl subsystem
  302. [    0.133708] RTC time: 16:44:33, date: 08/26/17
  303. [    0.133826] NET: Registered protocol family 16
  304. [    0.146227] cpuidle: using governor ladder
  305. [    0.162221] cpuidle: using governor menu
  306. [    0.162223] PCCT header not found.
  307. [    0.162261] Simple Boot Flag at 0x44 set to 0x1
  308. [    0.162273] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
  309. [    0.162275] ACPI: bus type PCI registered
  310. [    0.162276] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  311. [    0.162356] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  312. [    0.162400] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  313. [    0.162416] PCI: Using configuration type 1 for base access
  314. [    0.162474] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
  315. [    0.178412] HugeTLB registered 1 GB page size, pre-allocated 0 pages
  316. [    0.178413] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  317. [    0.178723] ACPI: Added _OSI(Module Device)
  318. [    0.178724] ACPI: Added _OSI(Processor Device)
  319. [    0.178725] ACPI: Added _OSI(3.0 _SCP Extensions)
  320. [    0.178726] ACPI: Added _OSI(Processor Aggregator Device)
  321. [    0.179191] ACPI: Executed 2 blocks of module-level executable AML code
  322. [    0.185726] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  323. [    0.187581] ACPI: Dynamic OEM Table Load:
  324. [    0.187591] ACPI: SSDT 0xFFFF99D5D9833000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)
  325. [    0.188072] ACPI: Dynamic OEM Table Load:
  326. [    0.188082] ACPI: SSDT 0xFFFF99D5D9F99000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)
  327. [    0.188604] ACPI: Dynamic OEM Table Load:
  328. [    0.188610] ACPI: SSDT 0xFFFF99D5D983A000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)
  329. [    0.189714] ACPI : EC: EC started
  330. [    0.189715] ACPI : EC: interrupt blocked
  331. [    0.387280] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
  332. [    0.387282] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x8, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  333. [    0.387284] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
  334. [    0.387285] ACPI: Interpreter enabled
  335. [    0.387337] ACPI: (supports S0 S3 S4 S5)
  336. [    0.387338] ACPI: Using IOAPIC for interrupt routing
  337. [    0.387376] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  338. [    0.429950] ACPI: Power Resource [NVP3] (on)
  339. [    0.429980] ACPI: Power Resource [NVP2] (on)
  340. [    0.430518] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
  341. [    0.430524] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  342. [    0.430629] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
  343. [    0.431160] PCI host bridge to bus 0000:00
  344. [    0.431163] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
  345. [    0.431164] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
  346. [    0.431166] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
  347. [    0.431167] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
  348. [    0.431169] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
  349. [    0.431170] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
  350. [    0.431171] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
  351. [    0.431173] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
  352. [    0.431174] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  353. [    0.431175] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  354. [    0.431177] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
  355. [    0.431178] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  356. [    0.431179] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  357. [    0.431181] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  358. [    0.431182] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  359. [    0.431183] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
  360. [    0.431185] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
  361. [    0.431186] pci_bus 0000:00: root bus resource [bus 00-fe]
  362. [    0.431196] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
  363. [    0.431392] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
  364. [    0.431406] pci 0000:00:02.0: reg 0x10: [mem 0xb5000000-0xb53fffff 64bit]
  365. [    0.431414] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
  366. [    0.431420] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
  367. [    0.431632] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
  368. [    0.431643] pci 0000:00:03.0: reg 0x10: [mem 0xb5610000-0xb5613fff 64bit]
  369. [    0.431860] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
  370. [    0.431878] pci 0000:00:14.0: reg 0x10: [mem 0xb5600000-0xb560ffff 64bit]
  371. [    0.431942] pci 0000:00:14.0: PME# supported from D3hot D3cold
  372. [    0.432069] pci 0000:00:14.0: System wakeup disabled by ACPI
  373. [    0.432115] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
  374. [    0.432135] pci 0000:00:16.0: reg 0x10: [mem 0xb5618000-0xb561801f 64bit]
  375. [    0.432210] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
  376. [    0.432383] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
  377. [    0.432399] pci 0000:00:1b.0: reg 0x10: [mem 0xb5614000-0xb5617fff 64bit]
  378. [    0.432472] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  379. [    0.432639] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
  380. [    0.432707] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  381. [    0.432882] pci 0000:00:1c.0: System wakeup disabled by ACPI
  382. [    0.432925] pci 0000:00:1c.1: [8086:9c12] type 01 class 0x060400
  383. [    0.432995] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
  384. [    0.433164] pci 0000:00:1c.1: System wakeup disabled by ACPI
  385. [    0.433208] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
  386. [    0.433279] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
  387. [    0.433446] pci 0000:00:1c.2: System wakeup disabled by ACPI
  388. [    0.433493] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
  389. [    0.433563] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
  390. [    0.433731] pci 0000:00:1c.3: System wakeup disabled by ACPI
  391. [    0.433775] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
  392. [    0.433845] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  393. [    0.434025] pci 0000:00:1c.4: System wakeup disabled by ACPI
  394. [    0.434074] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
  395. [    0.434093] pci 0000:00:1d.0: reg 0x10: [mem 0xb561c000-0xb561c3ff]
  396. [    0.434185] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  397. [    0.434325] pci 0000:00:1d.0: System wakeup disabled by ACPI
  398. [    0.434376] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
  399. [    0.434662] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
  400. [    0.434677] pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
  401. [    0.434684] pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
  402. [    0.434692] pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
  403. [    0.434699] pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
  404. [    0.434706] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
  405. [    0.434714] pci 0000:00:1f.2: reg 0x24: [mem 0xb561b000-0xb561b7ff]
  406. [    0.434753] pci 0000:00:1f.2: PME# supported from D3hot
  407. [    0.434913] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
  408. [    0.434929] pci 0000:00:1f.3: reg 0x10: [mem 0xb5619000-0xb56190ff 64bit]
  409. [    0.434950] pci 0000:00:1f.3: reg 0x20: [io  0x6040-0x605f]
  410. [    0.435170] pci 0000:00:1c.0: PCI bridge to [bus 01]
  411. [    0.435276] pci 0000:02:00.0: [10ec:5227] type 00 class 0xff0000
  412. [    0.435305] pci 0000:02:00.0: reg 0x10: [mem 0xb4000000-0xb4000fff]
  413. [    0.435462] pci 0000:02:00.0: supports D1 D2
  414. [    0.435463] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
  415. [    0.446452] pci 0000:00:1c.1: PCI bridge to [bus 02-07]
  416. [    0.446456] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
  417. [    0.446459] pci 0000:00:1c.1:   bridge window [mem 0xb4000000-0xb4ffffff]
  418. [    0.446464] pci 0000:00:1c.1:   bridge window [mem 0xb2000000-0xb2ffffff 64bit pref]
  419. [    0.448158] pci 0000:08:00.0: [1814:3290] type 00 class 0x028000
  420. [    0.448178] pci 0000:08:00.0: reg 0x10: [mem 0xb5510000-0xb551ffff]
  421. [    0.449941] pci 0000:08:00.0: PME# supported from D0 D3hot
  422. [    0.451660] pci 0000:08:00.1: [1814:3298] type 00 class 0x0d1100
  423. [    0.451680] pci 0000:08:00.1: reg 0x10: [mem 0xb5500000-0xb550ffff]
  424. [    0.453442] pci 0000:08:00.1: supports D1
  425. [    0.453444] pci 0000:08:00.1: PME# supported from D0 D1 D3hot
  426. [    0.465353] pci 0000:00:1c.2: PCI bridge to [bus 08]
  427. [    0.465359] pci 0000:00:1c.2:   bridge window [mem 0xb5500000-0xb55fffff]
  428. [    0.465447] pci 0000:09:00.0: [10ec:8136] type 00 class 0x020000
  429. [    0.465476] pci 0000:09:00.0: reg 0x10: [io  0x4000-0x40ff]
  430. [    0.465510] pci 0000:09:00.0: reg 0x18: [mem 0xb5404000-0xb5404fff 64bit]
  431. [    0.465533] pci 0000:09:00.0: reg 0x20: [mem 0xb5400000-0xb5403fff 64bit]
  432. [    0.465641] pci 0000:09:00.0: supports D1 D2
  433. [    0.465642] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  434. [    0.465729] pci 0000:09:00.0: System wakeup disabled by ACPI
  435. [    0.475728] pci 0000:00:1c.3: PCI bridge to [bus 09]
  436. [    0.475732] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
  437. [    0.475735] pci 0000:00:1c.3:   bridge window [mem 0xb5400000-0xb54fffff]
  438. [    0.475816] pci 0000:0a:00.0: [10de:1292] type 00 class 0x030200
  439. [    0.475837] pci 0000:0a:00.0: reg 0x10: [mem 0xb3000000-0xb3ffffff]
  440. [    0.475859] pci 0000:0a:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
  441. [    0.475881] pci 0000:0a:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
  442. [    0.475895] pci 0000:0a:00.0: reg 0x24: [io  0x3000-0x307f]
  443. [    0.475910] pci 0000:0a:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
  444. [    0.487738] pci 0000:00:1c.4: PCI bridge to [bus 0a]
  445. [    0.487741] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
  446. [    0.487744] pci 0000:00:1c.4:   bridge window [mem 0xb3000000-0xb3ffffff]
  447. [    0.487749] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
  448. [    0.488709] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  449. [    0.488770] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  450. [    0.488828] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  451. [    0.488885] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  452. [    0.488944] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  453. [    0.489001] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  454. [    0.489060] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  455. [    0.489117] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  456. [    0.489312] ACPI: Enabled 4 GPEs in block 00 to 7F
  457. [    0.489391] ACPI : EC: interrupt unblocked
  458. [    0.489399] ACPI : EC: event unblocked
  459. [    0.489406] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x8, EC_CMD/EC_SC=0x66, EC_DATA=0x62
  460. [    0.489408] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
  461. [    0.489794] SCSI subsystem initialized
  462. [    0.489856] libata version 3.00 loaded.
  463. [    0.489900] pci 0000:00:02.0: vgaarb: setting as boot VGA device
  464. [    0.489902] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
  465. [    0.489907] pci 0000:00:02.0: vgaarb: bridge control possible
  466. [    0.489907] vgaarb: loaded
  467. [    0.489931] ACPI: bus type USB registered
  468. [    0.489952] usbcore: registered new interface driver usbfs
  469. [    0.489961] usbcore: registered new interface driver hub
  470. [    0.489983] usbcore: registered new device driver usb
  471. [    0.490091] Registered efivars operations
  472. [    0.525641] PCI: Using ACPI for IRQ routing
  473. [    0.531892] PCI: pci_cache_line_size set to 64 bytes
  474. [    0.531969] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
  475. [    0.531970] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
  476. [    0.531971] e820: reserve RAM buffer [mem 0x9c49f000-0x9fffffff]
  477. [    0.531973] e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
  478. [    0.531975] e820: reserve RAM buffer [mem 0x15f600000-0x15fffffff]
  479. [    0.532100] NetLabel: Initializing
  480. [    0.532101] NetLabel:  domain hash size = 128
  481. [    0.532101] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  482. [    0.532121] NetLabel:  unlabeled traffic allowed by default
  483. [    0.532254] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  484. [    0.532260] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  485. [    0.534291] clocksource: Switched to clocksource hpet
  486. [    0.544295] VFS: Disk quotas dquot_6.6.0
  487. [    0.544322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  488. [    0.544449] AppArmor: AppArmor Filesystem Enabled
  489. [    0.544509] pnp: PnP ACPI init
  490. [    0.544914] system 00:00: [io  0x0680-0x069f] has been reserved
  491. [    0.544917] system 00:00: [io  0xffff] has been reserved
  492. [    0.544918] system 00:00: [io  0xffff] has been reserved
  493. [    0.544920] system 00:00: [io  0xffff] has been reserved
  494. [    0.544921] system 00:00: [io  0x1800-0x18fe] has been reserved
  495. [    0.544923] system 00:00: [io  0x164e-0x164f] has been reserved
  496. [    0.544925] system 00:00: [io  0x0454-0x0457] has been reserved
  497. [    0.544926] system 00:00: [io  0x0380-0x0387] has been reserved
  498. [    0.544931] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  499. [    0.544989] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
  500. [    0.545033] pnp 00:02: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
  501. [    0.545074] pnp 00:03: Plug and Play ACPI device, IDs SYN1ea5 SYN1e00 SYN0002 PNP0f13 (active)
  502. [    0.545441] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
  503. [    0.545442] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
  504. [    0.545444] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
  505. [    0.545446] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
  506. [    0.545448] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
  507. [    0.545449] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
  508. [    0.545451] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
  509. [    0.545453] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
  510. [    0.545455] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
  511. [    0.545456] system 00:04: [mem 0x9fa20000-0x9fa20fff] has been reserved
  512. [    0.545458] system 00:04: [mem 0x9fa10000-0x9fa1ffff] has been reserved
  513. [    0.545461] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  514. [    0.545827] pnp: PnP ACPI: found 5 devices
  515. [    0.552239] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  516. [    0.552245] pci 0000:0a:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
  517. [    0.552257] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
  518. [    0.552260] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
  519. [    0.552262] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
  520. [    0.552291] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
  521. [    0.552293] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
  522. [    0.552295] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
  523. [    0.552297] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
  524. [    0.552299] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
  525. [    0.552300] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
  526. [    0.552310] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9fb00000-0x9fcfffff]
  527. [    0.552323] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9fd00000-0x9fefffff 64bit pref]
  528. [    0.552326] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
  529. [    0.552328] pci 0000:00:1c.0: PCI bridge to [bus 01]
  530. [    0.552331] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
  531. [    0.552336] pci 0000:00:1c.0:   bridge window [mem 0x9fb00000-0x9fcfffff]
  532. [    0.552339] pci 0000:00:1c.0:   bridge window [mem 0x9fd00000-0x9fefffff 64bit pref]
  533. [    0.552345] pci 0000:00:1c.1: PCI bridge to [bus 02-07]
  534. [    0.552348] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
  535. [    0.552352] pci 0000:00:1c.1:   bridge window [mem 0xb4000000-0xb4ffffff]
  536. [    0.552355] pci 0000:00:1c.1:   bridge window [mem 0xb2000000-0xb2ffffff 64bit pref]
  537. [    0.552361] pci 0000:00:1c.2: PCI bridge to [bus 08]
  538. [    0.552365] pci 0000:00:1c.2:   bridge window [mem 0xb5500000-0xb55fffff]
  539. [    0.552373] pci 0000:00:1c.3: PCI bridge to [bus 09]
  540. [    0.552375] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
  541. [    0.552380] pci 0000:00:1c.3:   bridge window [mem 0xb5400000-0xb54fffff]
  542. [    0.552389] pci 0000:0a:00.0: BAR 6: no space for [mem size 0x00080000 pref]
  543. [    0.552391] pci 0000:0a:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
  544. [    0.552392] pci 0000:00:1c.4: PCI bridge to [bus 0a]
  545. [    0.552394] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
  546. [    0.552399] pci 0000:00:1c.4:   bridge window [mem 0xb3000000-0xb3ffffff]
  547. [    0.552402] pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
  548. [    0.552409] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
  549. [    0.552410] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
  550. [    0.552411] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
  551. [    0.552413] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
  552. [    0.552414] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
  553. [    0.552416] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
  554. [    0.552417] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
  555. [    0.552418] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
  556. [    0.552420] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
  557. [    0.552421] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
  558. [    0.552422] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
  559. [    0.552424] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
  560. [    0.552425] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
  561. [    0.552426] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
  562. [    0.552428] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
  563. [    0.552429] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
  564. [    0.552431] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff window]
  565. [    0.552432] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
  566. [    0.552434] pci_bus 0000:01: resource 1 [mem 0x9fb00000-0x9fcfffff]
  567. [    0.552435] pci_bus 0000:01: resource 2 [mem 0x9fd00000-0x9fefffff 64bit pref]
  568. [    0.552437] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
  569. [    0.552438] pci_bus 0000:02: resource 1 [mem 0xb4000000-0xb4ffffff]
  570. [    0.552439] pci_bus 0000:02: resource 2 [mem 0xb2000000-0xb2ffffff 64bit pref]
  571. [    0.552441] pci_bus 0000:08: resource 1 [mem 0xb5500000-0xb55fffff]
  572. [    0.552443] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
  573. [    0.552444] pci_bus 0000:09: resource 1 [mem 0xb5400000-0xb54fffff]
  574. [    0.552445] pci_bus 0000:0a: resource 0 [io  0x3000-0x3fff]
  575. [    0.552447] pci_bus 0000:0a: resource 1 [mem 0xb3000000-0xb3ffffff]
  576. [    0.552448] pci_bus 0000:0a: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
  577. [    0.552559] NET: Registered protocol family 2
  578. [    0.552772] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  579. [    0.552853] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  580. [    0.552950] TCP: Hash tables configured (established 32768 bind 32768)
  581. [    0.552980] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  582. [    0.552996] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  583. [    0.553055] NET: Registered protocol family 1
  584. [    0.553072] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
  585. [    0.574450] PCI: CLS 64 bytes, default 64
  586. [    0.574506] Unpacking initramfs...
  587. [    1.508628] Freeing initrd memory: 40848K
  588. [    1.508631] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  589. [    1.508635] software IO TLB [mem 0x98015000-0x9c015000] (64MB) mapped at [ffff99d518015000-ffff99d51c014fff]
  590. [    1.508921] Scanning for low memory corruption every 60 seconds
  591. [    1.509328] audit: initializing netlink subsys (disabled)
  592. [    1.509366] audit: type=2000 audit(1503765874.452:1): initialized
  593. [    1.509895] Initialise system trusted keyrings
  594. [    1.509984] workingset: timestamp_bits=36 max_order=20 bucket_order=0
  595. [    1.511911] zbud: loaded
  596. [    1.512507] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  597. [    1.512754] fuse init (API version 7.26)
  598. [    1.514188] Key type asymmetric registered
  599. [    1.514190] Asymmetric key parser 'x509' registered
  600. [    1.514251] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  601. [    1.514281] io scheduler noop registered
  602. [    1.514282] io scheduler deadline registered
  603. [    1.514291] io scheduler cfq registered (default)
  604. [    1.515202] efifb: probing for efifb
  605. [    1.515215] efifb: framebuffer at 0xc0000000, using 4160k, total 4160k
  606. [    1.515216] efifb: mode is 1366x768x32, linelength=5504, pages=1
  607. [    1.515217] efifb: scrolling: redraw
  608. [    1.515219] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  609. [    1.515326] Console: switching to colour frame buffer device 170x48
  610. [    1.515346] fb0: EFI VGA frame buffer device
  611. [    1.515354] intel_idle: MWAIT substates: 0x11142120
  612. [    1.515355] intel_idle: v0.4.1 model 0x45
  613. [    1.515646] intel_idle: lapic_timer_reliable_states 0xffffffff
  614. [    1.515857] ACPI: AC Adapter [ACAD] (on-line)
  615. [    1.516275] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  616. [    1.516280] ACPI: Lid Switch [LID0]
  617. [    1.516325] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  618. [    1.516328] ACPI: Power Button [PWRB]
  619. [    1.516380] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
  620. [    1.516382] ACPI: Power Button [PWRF]
  621. [    1.517466] [Firmware Bug]: Invalid critical threshold (0)
  622. [    1.518639] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  623. [    1.519150] thermal LNXTHERM:00: registered as thermal_zone0
  624. [    1.519151] ACPI: Thermal Zone [TZ01] (49 C)
  625. [    1.519199] GHES: HEST is not enabled!
  626. [    1.519341] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  627. [    1.521487] Linux agpgart interface v0.103
  628. [    1.523632] loop: module loaded
  629. [    1.523837] libphy: Fixed MDIO Bus: probed
  630. [    1.523838] tun: Universal TUN/TAP device driver, 1.6
  631. [    1.523839] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  632. [    1.523875] PPP generic driver version 2.4.2
  633. [    1.523918] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  634. [    1.523920] ehci-pci: EHCI PCI platform driver
  635. [    1.524091] ehci-pci 0000:00:1d.0: EHCI Host Controller
  636. [    1.524097] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
  637. [    1.524108] ehci-pci 0000:00:1d.0: debug port 2
  638. [    1.528020] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
  639. [    1.528034] ehci-pci 0000:00:1d.0: irq 23, io mem 0xb561c000
  640. [    1.542306] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  641. [    1.542379] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  642. [    1.542381] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  643. [    1.542383] usb usb1: Product: EHCI Host Controller
  644. [    1.542384] usb usb1: Manufacturer: Linux 4.10.0-32-generic ehci_hcd
  645. [    1.542385] usb usb1: SerialNumber: 0000:00:1d.0
  646. [    1.542667] hub 1-0:1.0: USB hub found
  647. [    1.542673] hub 1-0:1.0: 2 ports detected
  648. [    1.542857] ehci-platform: EHCI generic platform driver
  649. [    1.542875] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  650. [    1.542880] ohci-pci: OHCI PCI platform driver
  651. [    1.542892] ohci-platform: OHCI generic platform driver
  652. [    1.542900] uhci_hcd: USB Universal Host Controller Interface driver
  653. [    1.543085] xhci_hcd 0000:00:14.0: xHCI Host Controller
  654. [    1.543093] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  655. [    1.544166] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
  656. [    1.544170] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  657. [    1.544262] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  658. [    1.544264] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  659. [    1.544265] usb usb2: Product: xHCI Host Controller
  660. [    1.544267] usb usb2: Manufacturer: Linux 4.10.0-32-generic xhci-hcd
  661. [    1.544268] usb usb2: SerialNumber: 0000:00:14.0
  662. [    1.544499] hub 2-0:1.0: USB hub found
  663. [    1.544510] hub 2-0:1.0: 9 ports detected
  664. [    1.545187] xhci_hcd 0000:00:14.0: xHCI Host Controller
  665. [    1.545191] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
  666. [    1.545224] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
  667. [    1.545226] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  668. [    1.545227] usb usb3: Product: xHCI Host Controller
  669. [    1.545229] usb usb3: Manufacturer: Linux 4.10.0-32-generic xhci-hcd
  670. [    1.545230] usb usb3: SerialNumber: 0000:00:14.0
  671. [    1.545466] hub 3-0:1.0: USB hub found
  672. [    1.545473] hub 3-0:1.0: 4 ports detected
  673. [    1.545938] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
  674. [    1.555035] serio: i8042 KBD port at 0x60,0x64 irq 1
  675. [    1.555039] serio: i8042 AUX port at 0x60,0x64 irq 12
  676. [    1.555390] mousedev: PS/2 mouse device common for all mice
  677. [    1.555751] rtc_cmos 00:01: RTC can wake from S4
  678. [    1.555883] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
  679. [    1.555911] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
  680. [    1.555918] i2c /dev entries driver
  681. [    1.555984] device-mapper: uevent: version 1.0.3
  682. [    1.556059] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
  683. [    1.556068] intel_pstate: Intel P-state driver initializing
  684. [    1.556259] ledtrig-cpu: registered to indicate activity on CPUs
  685. [    1.556262] EFI Variables Facility v0.08 2004-May-17
  686. [    1.563887] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
  687. [    1.582754] NET: Registered protocol family 10
  688. [    1.582866] ACPI: Battery Slot [BAT0] (battery present)
  689. [    1.586039] Segment Routing with IPv6
  690. [    1.586054] NET: Registered protocol family 17
  691. [    1.586062] Key type dns_resolver registered
  692. [    1.586312] microcode: sig=0x40651, pf=0x40, revision=0x20
  693. [    1.586357] microcode: Microcode Update Driver: v2.2.
  694. [    1.586475] registered taskstats version 1
  695. [    1.586484] Loading compiled-in X.509 certificates
  696. [    1.589100] Loaded X.509 cert 'Build time autogenerated kernel key: 1a91d33a3e724e63d968a1e748cf95d222c21bd2'
  697. [    1.589118] zswap: loaded using pool lzo/zbud
  698. [    1.600710] Key type big_key registered
  699. [    1.600713] Key type trusted registered
  700. [    1.602307] Key type encrypted registered
  701. [    1.602310] AppArmor: AppArmor sha1 policy hashing enabled
  702. [    1.602312] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
  703. [    1.602326] evm: HMAC attrs: 0x1
  704. [    1.602771]   Magic number: 13:348:743
  705. [    1.602872] rtc_cmos 00:01: setting system clock to 2017-08-26 16:44:35 UTC (1503765875)
  706. [    1.602915] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  707. [    1.602916] EDD information not available.
  708. [    1.602958] PM: Hibernation image not present or could not be loaded.
  709. [    1.604438] Freeing unused kernel memory: 2228K
  710. [    1.604438] Write protecting the kernel read-only data: 14336k
  711. [    1.604754] Freeing unused kernel memory: 1164K
  712. [    1.605327] Freeing unused kernel memory: 268K
  713. [    1.611578] x86/mm: Checked W+X mappings: passed, no W+X pages found.
  714. [    1.623255] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  715. [    1.623317] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  716. [    1.623327] random: systemd-udevd: uninitialized urandom read (16 bytes read)
  717. [    1.623745] random: udevadm: uninitialized urandom read (16 bytes read)
  718. [    1.623770] random: udevadm: uninitialized urandom read (16 bytes read)
  719. [    1.624576] random: udevadm: uninitialized urandom read (16 bytes read)
  720. [    1.624614] random: udevadm: uninitialized urandom read (16 bytes read)
  721. [    1.624624] random: udevadm: uninitialized urandom read (16 bytes read)
  722. [    1.624913] random: udevadm: uninitialized urandom read (16 bytes read)
  723. [    1.624949] random: udevadm: uninitialized urandom read (16 bytes read)
  724. [    1.641829] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
  725. [    1.646404] wmi: Mapper loaded
  726. [    1.653683] rtsx_pci 0000:02:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
  727. [    1.656895] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  728. [    1.656905] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
  729. [    1.659018] [drm] Initialized
  730. [    1.665911] ahci 0000:00:1f.2: version 3.0
  731. [    1.668691] r8169 0000:09:00.0 eth0: RTL8106e at 0xffffbca9806e5000, a0:1d:48:e2:c8:41, XID 10900800 IRQ 43
  732. [    1.676541] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
  733. [    1.676544] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
  734. [    1.682972] scsi host0: ahci
  735. [    1.683113] scsi host1: ahci
  736. [    1.683221] scsi host2: ahci
  737. [    1.683322] scsi host3: ahci
  738. [    1.683386] ata1: SATA max UDMA/133 abar m2048@0xb561b000 port 0xb561b100 irq 42
  739. [    1.683388] ata2: SATA max UDMA/133 abar m2048@0xb561b000 port 0xb561b180 irq 42
  740. [    1.683389] ata3: DUMMY
  741. [    1.683389] ata4: DUMMY
  742. [    1.702102] [drm] Memory usable by graphics device = 2048M
  743. [    1.702104] checking generic (c0000000 410000) vs hw (c0000000 10000000)
  744. [    1.702106] fb: switching to inteldrmfb from EFI VGA
  745. [    1.702137] Console: switching to colour dummy device 80x25
  746. [    1.702233] [drm] Replacing VGA console driver
  747. [    1.706530] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  748. [    1.706575] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  749. [    1.706694] i915 0000:00:02.0: optimus capabilities: enabled, status dynamic power,
  750. [    1.706714] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  751. [    1.706748] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  752. [    1.706862] pci 0000:0a:00.0: optimus capabilities: enabled, status dynamic power,
  753. [    1.706865] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
  754. [    1.706889] nouveau 0000:0a:00.0: enabling device (0006 -> 0007)
  755. [    1.707034] nouveau 0000:0a:00.0: NVIDIA GK208 (108120a1)
  756. [    1.708324] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  757. [    1.708327] [drm] Driver supports precise vblank timestamp query.
  758. [    1.711102] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
  759. [    1.717461] r8169 0000:09:00.0 eno1: renamed from eth0
  760. [    1.734150] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
  761. [    1.734274] nouveau 0000:0a:00.0: bios: version 80.28.41.00.07
  762. [    1.735090] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
  763. [    1.735105] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
  764. [    1.735112] ACPI Error: Method parse/execution failed [\_SB.PCI0.RP05.PEGP.DD02._BCL] (Node ffff99d5da8f2b90), AE_NOT_FOUND (20160930/psparse-543)
  765. [    1.737162] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input6
  766. [    1.738781] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
  767. [    1.739038] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
  768. [    1.739117] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
  769. [    1.748351] fbcon: inteldrmfb (fb0) is primary device
  770. [    1.748430] Console: switching to colour frame buffer device 170x48
  771. [    1.748454] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  772. [    1.802469] nouveau 0000:0a:00.0: priv: HUB0: 085014 ffffffff (1c70820b)
  773. [    1.802476] nouveau 0000:0a:00.0: fb: 2048 MiB DDR3
  774. [    1.802482] nouveau 0000:0a:00.0: priv: GPC0: 4188ac 00000001 (1f70822e)
  775. [    1.802559] nouveau 0000:0a:00.0: priv: HUB0: 10ecc0 ffffffff (1e70822c)
  776. [    1.858630] vga_switcheroo: enabled
  777. [    1.858724] [TTM] Zone  kernel: Available graphics memory: 1986382 kiB
  778. [    1.858724] [TTM] Initializing pool allocator
  779. [    1.858730] [TTM] Initializing DMA pool allocator
  780. [    1.858769] nouveau 0000:0a:00.0: DRM: VRAM: 2048 MiB
  781. [    1.858770] nouveau 0000:0a:00.0: DRM: GART: 1048576 MiB
  782. [    1.858773] nouveau 0000:0a:00.0: DRM: Pointer to TMDS table invalid
  783. [    1.858774] nouveau 0000:0a:00.0: DRM: DCB version 4.0
  784. [    1.858775] nouveau 0000:0a:00.0: DRM: Pointer to flat panel table invalid
  785. [    1.870252] usb 2-3: new high-speed USB device number 2 using xhci_hcd
  786. [    1.870253] usb 1-1: new high-speed USB device number 2 using ehci-pci
  787. [    1.910533] nouveau 0000:0a:00.0: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
  788. [    1.996634] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  789. [    1.996971] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  790. [    1.999241] ata2.00: ATAPI: hp       DVDRAM GU90N, U900, max UDMA/100
  791. [    2.000330] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX001C, max UDMA/100
  792. [    2.000332] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
  793. [    2.001416] ata2.00: configured for UDMA/100
  794. [    2.002849] ata1.00: configured for UDMA/100
  795. [    2.003108] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 1C   PQ: 0 ANSI: 5
  796. [    2.014362] nouveau 0000:0a:00.0: DRM: MM: using COPY for buffer copies
  797. [    2.014370] [drm] Initialized nouveau 1.3.1 20120801 for 0000:0a:00.0 on minor 1
  798. [    2.018547] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
  799. [    2.018549] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  800. [    2.018831] hub 1-1:1.0: USB hub found
  801. [    2.018943] hub 1-1:1.0: 8 ports detected
  802. [    2.066534] sd 0:0:0:0: Attached scsi generic sg0 type 0
  803. [    2.066616] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
  804. [    2.066619] sd 0:0:0:0: [sda] 4096-byte physical blocks
  805. [    2.066644] sd 0:0:0:0: [sda] Write Protect is off
  806. [    2.066647] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  807. [    2.066690] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  808. [    2.068454] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GU90N     U900 PQ: 0 ANSI: 5
  809. [    2.077955] usb 2-3: New USB device found, idVendor=04f2, idProduct=b40e
  810. [    2.077957] usb 2-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
  811. [    2.077959] usb 2-3: Product: HP Truevision HD
  812. [    2.077960] usb 2-3: Manufacturer: Chicony Electronics Co., Ltd.
  813. [    2.093890] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
  814. [    2.093892] cdrom: Uniform CD-ROM driver Revision: 3.20
  815. [    2.094092] sr 1:0:0:0: Attached scsi CD-ROM sr0
  816. [    2.094179] sr 1:0:0:0: Attached scsi generic sg1 type 5
  817. [    2.204564]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11
  818. [    2.205342] sd 0:0:0:0: [sda] Attached SCSI disk
  819. [    2.209329] random: fast init done
  820. [    2.510213] tsc: Refined TSC clocksource calibration: 2294.687 MHz
  821. [    2.510222] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139a22526, max_idle_ns: 440795252169 ns
  822. [    2.553471] psmouse serio1: synaptics: queried max coordinates: x [..5696], y [..4884]
  823. [    2.588033] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1044..]
  824. [    2.653263] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xf00133/0x240000/0xa2400/0x0, board id: 2665, fw id: 1458825
  825. [    2.695964] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
  826. [    3.534406] clocksource: Switched to clocksource tsc
  827. [    3.832179] EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
  828. [    4.767363] random: crng init done
  829. [    5.098345] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
  830. [    5.098466] systemd[1]: Detected architecture x86-64.
  831. [    5.115540] systemd[1]: Set hostname to <sachin-hp>.
  832. [    6.806100] systemd[1]: Reached target User and Group Name Lookups.
  833. [    6.806178] systemd[1]: Reached target Encrypted Volumes.
  834. [    6.806221] systemd[1]: Listening on fsck to fsckd communication Socket.
  835. [    6.806265] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  836. [    6.806346] systemd[1]: Listening on Journal Audit Socket.
  837. [    6.806460] systemd[1]: Created slice System Slice.
  838. [    6.806539] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  839. [    7.017965] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  840. [    7.018184] nouveau 0000:0a:00.0: DRM: evicting buffers...
  841. [    7.018186] nouveau 0000:0a:00.0: DRM: waiting for kernel channels to go idle...
  842. [    7.018205] nouveau 0000:0a:00.0: DRM: suspending client object trees...
  843. [    7.020024] nouveau 0000:0a:00.0: DRM: suspending kernel object tree...
  844. [    8.215902] lp: driver loaded but no devices found
  845. [    8.316222] ppdev: user-space parallel port driver
  846. [   15.983348] EXT4-fs (sda11): re-mounted. Opts: errors=remount-ro
  847. [   15.993009] systemd-journald[260]: Received request to flush runtime journal from PID 1
  848. [   16.161896] Initializing HPQ6001 module
  849. [   16.161951] input: HP Wireless hotkeys as /devices/virtual/input/input8
  850. [   16.341121] hp_accel: laptop model unknown, using default axes configuration
  851. [   16.357656] lis3lv02d: 8 bits 3DC sensor found
  852. [   16.413470] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9
  853. [   16.599595] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  854. [   16.866599] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
  855. [   16.866601] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
  856. [   16.866602] RAPL PMU: hw unit of domain package 2^-14 Joules
  857. [   16.866602] RAPL PMU: hw unit of domain dram 2^-14 Joules
  858. [   16.866603] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
  859. [   17.380473] AVX2 version of gcm_enc/dec engaged.
  860. [   17.380474] AES CTR mode by8 optimization enabled
  861. [   17.382408] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
  862. [   17.427684] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0015 detected
  863. [   17.435732] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 3290 detected
  864. [   17.461246] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  865. [   17.490606] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  866. [   17.490608] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  867. [   17.490610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  868. [   17.490612] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
  869. [   17.490613] snd_hda_codec_realtek hdaudioC1D0:    inputs:
  870. [   17.490615] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
  871. [   17.490617] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
  872. [   17.493665] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
  873. [   17.493717] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
  874. [   17.493764] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
  875. [   17.617717] media: Linux media interface: v0.10
  876. [   17.641059] Linux video capture interface: v2.00
  877. [   17.717250] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
  878. [   17.717341] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
  879. [   17.756741] uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b40e)
  880. [   17.798795] uvcvideo 2-3:1.0: Entity type for entity Extension 3 was not initialized!
  881. [   17.798798] uvcvideo 2-3:1.0: Entity type for entity Processing 2 was not initialized!
  882. [   17.798799] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not initialized!
  883. [   17.798863] input: HP Truevision HD as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input15
  884. [   17.798917] usbcore: registered new interface driver uvcvideo
  885. [   17.798918] USB Video Class driver (1.1.1)
  886. [   17.830656] input: HP WMI hotkeys as /devices/virtual/input/input16
  887. [   17.853836] kvm: disabled by bios
  888. [   17.979074] rt2800pci 0000:08:00.0 wlo1: renamed from wlan0
  889. [   18.048882] intel_rapl: Found RAPL domain package
  890. [   18.048883] intel_rapl: Found RAPL domain core
  891. [   18.048884] intel_rapl: Found RAPL domain uncore
  892. [   18.048885] intel_rapl: Found RAPL domain dram
  893. [   18.048889] intel_rapl: RAPL package 0 domain package locked by BIOS
  894. [   20.120524] Adding 5000188k swap on /dev/sda10.  Priority:-1 extents:1 across:5000188k FS
  895. [   23.321177] nouveau 0000:0a:00.0: DRM: resuming kernel object tree...
  896. [   23.383914] nouveau 0000:0a:00.0: priv: HUB0: 085014 ffffffff (1c70820b)
  897. [   23.383923] nouveau 0000:0a:00.0: priv: GPC0: 4188ac 00000001 (1f70822e)
  898. [   23.413269] nouveau 0000:0a:00.0: priv: HUB0: 10ecc0 ffffffff (1970822c)
  899. [   23.433611] nouveau 0000:0a:00.0: DRM: resuming client object trees...
  900. [   23.536238] audit: type=1400 audit(1503765897.427:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=768 comm="apparmor_parser"
  901. [   23.536241] audit: type=1400 audit(1503765897.427:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=768 comm="apparmor_parser"
  902. [   23.536243] audit: type=1400 audit(1503765897.427:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=768 comm="apparmor_parser"
  903. [   23.536244] audit: type=1400 audit(1503765897.427:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=768 comm="apparmor_parser"
  904. [   23.536575] audit: type=1400 audit(1503765897.427:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=767 comm="apparmor_parser"
  905. [   23.536577] audit: type=1400 audit(1503765897.427:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=767 comm="apparmor_parser"
  906. [   23.538379] audit: type=1400 audit(1503765897.431:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=773 comm="apparmor_parser"
  907. [   23.538445] audit: type=1400 audit(1503765897.431:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=772 comm="apparmor_parser"
  908. [   23.538447] audit: type=1400 audit(1503765897.431:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=772 comm="apparmor_parser"
  909. [   23.539512] audit: type=1400 audit(1503765897.431:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=775 comm="apparmor_parser"
  910. [   26.909272] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
  911. [   26.986980] r8169 0000:09:00.0 eno1: link down
  912. [   26.987046] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
  913. [   26.991207] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  914. [   26.991234] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
  915. [   26.999832] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
  916. [   27.145003] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  917. [   27.234829] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  918. [   33.868469] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  919. [   33.868704] nouveau 0000:0a:00.0: DRM: evicting buffers...
  920. [   33.881700] nouveau 0000:0a:00.0: DRM: waiting for kernel channels to go idle...
  921. [   33.881723] nouveau 0000:0a:00.0: DRM: suspending client object trees...
  922. [   33.883612] nouveau 0000:0a:00.0: DRM: suspending kernel object tree...
  923. [   53.390315] wlo1: authenticate with 98:de:d0:aa:9c:e6
  924. [   53.399373] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  925. [   53.401313] wlo1: authenticated
  926. [   53.403306] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  927. [   53.507323] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  928. [   53.611338] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  929. [   53.620637] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  930. [   53.620700] wlo1: associated
  931. [   53.620745] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  932. [   86.523932] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  933. [   87.058883] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  934. [   88.491163] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  935. [  274.783871] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  936. [  275.299749] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  937. [  275.819637] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  938. [  276.331573] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  939. [  276.847535] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  940. [  277.651434] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  941. [  278.167339] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  942. [  278.683265] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  943. [  279.195212] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  944. [  279.755086] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  945. [  280.314968] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  946. [  332.560758] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  947. [  334.915875] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  948. [  378.066794] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  949. [  378.578846] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  950. [  379.134880] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  951. [  379.666943] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  952. [  380.218990] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  953. [  380.731057] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  954. [  381.247100] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  955. [  381.879190] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  956. [  382.395235] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  957. [  382.955230] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  958. [  383.519393] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  959. [  477.858459] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  960. [  478.780017] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  961. [  704.918977] show_signal_msg: 12 callbacks suppressed
  962. [  704.918982] compiz[1748]: segfault at 48 ip 00007fb9a12cbde0 sp 00007ffe7f1f4b98 error 4 in libunityshell.so[7fb9a1080000+5e0000]
  963. [  897.886939] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  964. [  898.392670] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  965. [  980.789218] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  966. [ 1458.250595] wlo1: authenticate with 98:de:d0:aa:9c:e6
  967. [ 1458.274358] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  968. [ 1458.278437] wlo1: authenticated
  969. [ 1458.282215] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  970. [ 1458.386360] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  971. [ 1458.490407] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  972. [ 1458.594445] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  973. [ 1460.332047] wlo1: authenticate with 98:de:d0:aa:9c:e6
  974. [ 1460.355334] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  975. [ 1460.459253] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  976. [ 1460.461199] wlo1: authenticated
  977. [ 1460.463231] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  978. [ 1460.567262] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  979. [ 1460.671393] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  980. [ 1460.676310] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  981. [ 1460.676399] wlo1: associated
  982. [ 1461.684121] wlo1: disassociated from 98:de:d0:aa:9c:e6 (Reason: 2)
  983. [ 1463.057022] wlo1: authenticate with 98:de:d0:aa:9c:e6
  984. [ 1463.084490] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  985. [ 1463.086852] wlo1: authenticated
  986. [ 1463.088394] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  987. [ 1463.192505] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  988. [ 1463.296571] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  989. [ 1463.400508] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  990. [ 1472.134301] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  991. [ 1473.397680] wlo1: authenticate with 98:de:d0:aa:9c:e6
  992. [ 1473.421090] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  993. [ 1473.422928] wlo1: authenticated
  994. [ 1473.424953] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  995. [ 1473.428437] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  996. [ 1473.428496] wlo1: associated
  997. [ 1473.428538] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  998. [ 1475.465850] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  999. [ 1475.978155] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1000. [ 1476.490384] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1001. [ 1477.002551] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1002. [ 1477.514772] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1003. [ 1478.027075] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1004. [ 1478.539243] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1005. [ 1479.051521] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1006. [ 1479.251611] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1007. [ 1479.763832] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1008. [ 1480.276123] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1009. [ 1480.792235] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1010. [ 1481.304457] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1011. [ 1481.864699] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1012. [ 1482.429012] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1013. [ 1518.781385] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1014. [ 1581.439359] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1015. [ 1582.242907] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1016. [ 1583.338307] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1017. [ 1584.433612] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1018. [ 1667.304258] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1019. [ 1667.863834] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1020. [ 1668.425762] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1021. [ 1887.410722] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1022. [ 1889.971865] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1023. [ 1890.484043] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1024. [ 1890.996205] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1025. [ 1891.556398] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1026. [ 1892.116522] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1027. [ 1898.849640] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1028. [ 1898.849648] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1029. [ 1898.951996] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1030. [ 1898.951999] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1031. [ 1899.074806] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1032. [ 1899.074811] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1033. [ 1899.181125] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1034. [ 1899.181133] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1035. [ 1899.291141] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1036. [ 1899.291149] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1037. [ 1899.411484] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1038. [ 1899.411490] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1039. [ 1899.856283] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1040. [ 1899.856286] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1041. [ 1900.038324] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1042. [ 1900.038331] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1043. [ 1900.151010] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1044. [ 1900.174186] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1045. [ 1900.177210] wlo1: authenticated
  1046. [ 1900.178136] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1047. [ 1900.187768] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1048. [ 1900.187834] wlo1: associated
  1049. [ 1900.745421] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1050. [ 1900.745428] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1051. [ 1900.821583] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1052. [ 1900.821587] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1053. [ 1901.349612] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  1054. [ 1902.783101] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  1055. [ 1905.752532] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  1056. [ 1906.776467] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  1057. [ 1909.746050] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  1058. [ 1910.360311] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  1059. [ 2075.470987] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1060. [ 2075.470995] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1061. [ 2075.649218] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1062. [ 2075.649225] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1063. [ 2076.233382] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1064. [ 2076.233389] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1065. [ 2076.331661] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1066. [ 2076.331666] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1067. [ 2127.365958] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1068. [ 2127.917905] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1069. [ 2129.013779] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1070. [ 2129.525729] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1071. [ 2130.057669] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1072. [ 2130.609609] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1073. [ 2131.121566] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1074. [ 2132.265359] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1075. [ 2132.825352] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1076. [ 2148.734663] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  1077. [ 2150.577771] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  1078. [ 2173.718919] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  1079. [ 2174.742865] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  1080. [ 2248.208563] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1081. [ 2249.596176] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1082. [ 2250.108159] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1083. [ 2264.645135] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 1 (2457/0 MHz)
  1084. [ 2266.693158] wlo1: AP 98:de:d0:aa:9c:e6 changed bandwidth, new config is 2457 MHz, width 2 (2447/0 MHz)
  1085. [ 2462.020019] wlo1: deauthenticating from 98:de:d0:aa:9c:e6 by local choice (Reason: 3=DEAUTH_LEAVING)
  1086. [ 2465.487002] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1087. [ 2465.534497] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1088. [ 2467.978586] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1089. [ 2468.006302] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1090. [ 2468.008189] wlo1: authenticated
  1091. [ 2468.010207] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1092. [ 2468.013728] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1093. [ 2468.013807] wlo1: associated
  1094. [ 2468.013876] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  1095. [ 2469.615303] wlo1: deauthenticating from 98:de:d0:aa:9c:e6 by local choice (Reason: 3=DEAUTH_LEAVING)
  1096. [ 2477.408990] wlo1: authenticate with ac:c1:ee:ba:14:5d
  1097. [ 2477.432156] wlo1: send auth to ac:c1:ee:ba:14:5d (try 1/3)
  1098. [ 2477.436025] wlo1: authenticated
  1099. [ 2477.440012] wlo1: associate with ac:c1:ee:ba:14:5d (try 1/3)
  1100. [ 2477.458945] wlo1: RX AssocResp from ac:c1:ee:ba:14:5d (capab=0x431 status=0 aid=2)
  1101. [ 2477.459022] wlo1: associated
  1102. [ 2496.863536] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1103. [ 2497.375400] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1104. [ 2497.887301] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1105. [ 2498.399076] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1106. [ 2498.911038] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1107. [ 2499.422940] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1108. [ 2500.862545] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1109. [ 2539.269621] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1110. [ 2539.781402] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1111. [ 2540.293383] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1112. [ 2541.681020] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1113. [ 2542.784761] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1114. [ 2543.296681] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1115. [ 2544.196436] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1116. [ 2603.234934] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1117. [ 2603.747501] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1118. [ 2604.260059] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1119. [ 2605.357153] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1120. [ 2606.162022] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1121. [ 2606.722641] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1122. [ 2607.283258] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1123. [ 2685.694659] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1124. [ 2686.206799] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1125. [ 2687.595103] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1126. [ 2688.107317] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1127. [ 2688.619450] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1128. [ 2689.423687] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1129. [ 2689.983819] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1130. [ 2775.735357] wlo1: deauthenticated from ac:c1:ee:ba:14:5d (Reason: 3=DEAUTH_LEAVING)
  1131. [ 2777.172281] wlo1: authenticate with ac:c1:ee:ba:14:5d
  1132. [ 2777.195715] wlo1: send auth to ac:c1:ee:ba:14:5d (try 1/3)
  1133. [ 2777.239973] wlo1: send auth to ac:c1:ee:ba:14:5d (try 2/3)
  1134. [ 2777.277627] wlo1: send auth to ac:c1:ee:ba:14:5d (try 3/3)
  1135. [ 2777.320825] wlo1: authentication with ac:c1:ee:ba:14:5d timed out
  1136. [ 2780.020121] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1137. [ 2781.277163] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1138. [ 2781.300556] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1139. [ 2781.302498] wlo1: authenticated
  1140. [ 2781.304467] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1141. [ 2781.420464] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1142. [ 2781.524526] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1143. [ 2781.628690] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1144. [ 2783.865514] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1145. [ 2783.889162] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1146. [ 2783.993133] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  1147. [ 2784.097138] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 3/3)
  1148. [ 2784.100871] wlo1: authenticated
  1149. [ 2784.105095] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1150. [ 2784.209083] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1151. [ 2784.313131] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1152. [ 2784.417170] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1153. [ 2793.059893] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1154. [ 2794.272249] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1155. [ 2794.295329] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1156. [ 2794.399263] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  1157. [ 2794.401808] wlo1: authenticated
  1158. [ 2794.403236] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1159. [ 2794.507319] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1160. [ 2794.611331] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1161. [ 2794.715337] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1162. [ 2802.295493] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1163. [ 2803.510071] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1164. [ 2803.533299] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1165. [ 2803.637199] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  1166. [ 2803.741306] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 3/3)
  1167. [ 2803.845296] wlo1: authentication with 98:de:d0:aa:9c:e6 timed out
  1168. [ 2810.726320] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1169. [ 2811.943596] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1170. [ 2811.971044] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1171. [ 2811.972952] wlo1: authenticated
  1172. [ 2811.974905] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1173. [ 2812.079020] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1174. [ 2812.182987] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1175. [ 2812.295031] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1176. [ 2814.017936] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1177. [ 2815.236696] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1178. [ 2815.259758] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1179. [ 2815.261559] wlo1: authenticated
  1180. [ 2815.267588] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1181. [ 2815.371664] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1182. [ 2815.479661] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1183. [ 2815.485850] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=4)
  1184. [ 2815.485920] wlo1: associated
  1185. [ 2815.485988] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  1186. [ 2816.489738] wlo1: disassociated from 98:de:d0:aa:9c:e6 (Reason: 2)
  1187. [ 2830.283456] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1188. [ 2830.306863] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1189. [ 2830.309476] wlo1: authenticated
  1190. [ 2830.310756] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1191. [ 2830.414781] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1192. [ 2830.518819] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1193. [ 2830.622855] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1194. [ 2836.864576] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1195. [ 2838.077469] wlo1: authenticate with cc:af:78:4d:91:0d
  1196. [ 2838.100478] wlo1: send auth to cc:af:78:4d:91:0d (try 1/3)
  1197. [ 2838.102183] wlo1: authenticated
  1198. [ 2838.104476] wlo1: associate with cc:af:78:4d:91:0d (try 1/3)
  1199. [ 2838.117537] wlo1: RX AssocResp from cc:af:78:4d:91:0d (capab=0x431 status=0 aid=4)
  1200. [ 2838.117596] wlo1: associated
  1201. [ 2838.117640] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  1202. [ 2850.513524] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1203. [ 2876.869392] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1204. [ 2876.892604] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1205. [ 2876.894500] wlo1: authenticated
  1206. [ 2876.900437] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1207. [ 2877.004478] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1208. [ 2877.108579] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1209. [ 2877.212512] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1210. [ 2888.455712] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1211. [ 2888.482954] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1212. [ 2888.484773] wlo1: authenticated
  1213. [ 2888.486850] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1214. [ 2888.490546] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=4)
  1215. [ 2888.490611] wlo1: associated
  1216. [ 2888.490663] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  1217. [ 2911.619767] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1218. [ 2912.131876] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1219. [ 2919.073268] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1220. [ 2921.089672] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1221. [ 3017.585403] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1222. [ 3019.894617] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1223. [ 3144.324330] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1224. [ 3144.347605] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1225. [ 3144.349635] wlo1: authenticated
  1226. [ 3144.351466] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1227. [ 3144.455474] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1228. [ 3144.559411] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1229. [ 3144.663339] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1230. [ 3146.399906] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1231. [ 3146.423245] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1232. [ 3146.425088] wlo1: authenticated
  1233. [ 3146.427071] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1234. [ 3146.531108] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1235. [ 3146.635101] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1236. [ 3146.739027] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1237. [ 3148.979715] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1238. [ 3149.002651] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1239. [ 3149.106597] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  1240. [ 3149.108524] wlo1: authenticated
  1241. [ 3149.110625] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1242. [ 3149.214535] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1243. [ 3149.318513] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1244. [ 3149.422472] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1245. [ 3151.932052] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1246. [ 3153.190590] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1247. [ 3153.217974] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1248. [ 3153.220592] wlo1: authenticated
  1249. [ 3153.221801] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1250. [ 3153.325789] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1251. [ 3153.429839] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1252. [ 3153.533868] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1253. [ 3164.057647] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1254. [ 3164.780626] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1255. [ 3164.804103] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1256. [ 3164.805920] wlo1: authenticated
  1257. [ 3164.807983] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1258. [ 3164.915934] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1259. [ 3165.019922] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1260. [ 3165.127922] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1261. [ 3176.375398] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1262. [ 3176.402490] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1263. [ 3176.405547] wlo1: authenticated
  1264. [ 3176.406355] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1265. [ 3176.409887] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=4)
  1266. [ 3176.409956] wlo1: associated
  1267. [ 3176.410012] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  1268. [ 3191.220632] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1269. [ 3191.736668] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1270. [ 3192.248600] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1271. [ 3192.448594] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1272. [ 3192.960438] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1273. [ 3193.472382] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1274. [ 3193.984363] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1275. [ 3194.496360] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1276. [ 3195.012297] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1277. [ 3195.216207] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 3 failed to flush
  1278. [ 3195.776152] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1279. [ 3195.980127] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 3 failed to flush
  1280. [ 3196.540109] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1281. [ 3298.385465] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1282. [ 3298.897390] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1283. [ 3299.413410] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1284. [ 3300.265373] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1285. [ 3300.825343] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1286. [ 3380.210260] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1287. [ 3380.722319] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1288. [ 3381.234319] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1289. [ 3381.746174] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1290. [ 3382.258266] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1291. [ 3382.770141] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1292. [ 3383.282118] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1293. [ 3383.794195] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1294. [ 3384.354195] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1295. [ 3384.914175] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1296. [ 3484.767097] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1297. [ 3485.919000] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1298. [ 3486.480709] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1299. [ 3523.267605] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1300. [ 3524.880245] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1301. [ 3567.283959] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1302. [ 3567.311307] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1303. [ 3567.313198] wlo1: authenticated
  1304. [ 3567.315196] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1305. [ 3567.318722] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1306. [ 3567.318800] wlo1: associated
  1307. [ 3603.984198] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1308. [ 3604.500813] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1309. [ 3605.013493] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1310. [ 3605.534047] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1311. [ 3606.050576] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1312. [ 3606.563102] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1313. [ 3607.123796] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1314. [ 3607.684273] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1315. [ 3722.979466] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1316. [ 3723.491309] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1317. [ 3724.003104] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1318. [ 3724.514979] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1319. [ 3725.026885] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1320. [ 3725.538783] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1321. [ 3725.738731] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 3 failed to flush
  1322. [ 3726.250511] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1323. [ 3726.766495] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1324. [ 3727.278380] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1325. [ 3727.478336] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 3 failed to flush
  1326. [ 3727.994257] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1327. [ 3728.194194] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 3 failed to flush
  1328. [ 3729.093972] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1329. [ 3791.398596] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1330. [ 3791.421524] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1331. [ 3791.424014] wlo1: authenticated
  1332. [ 3791.425462] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1333. [ 3791.529498] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1334. [ 3791.633531] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1335. [ 3791.737477] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1336. [ 3793.475155] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1337. [ 3793.498157] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1338. [ 3793.500067] wlo1: authenticated
  1339. [ 3793.502083] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1340. [ 3793.606079] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1341. [ 3793.710108] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1342. [ 3793.814104] wlo1: association with 98:de:d0:aa:9c:e6 timed out
  1343. [ 3796.051675] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1344. [ 3796.074867] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1345. [ 3796.178822] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  1346. [ 3796.282854] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 3/3)
  1347. [ 3796.386875] wlo1: authentication with 98:de:d0:aa:9c:e6 timed out
  1348. [ 3805.280513] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
  1349. [ 3806.538640] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1350. [ 3806.561934] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1351. [ 3806.665859] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 2/3)
  1352. [ 3806.769919] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 3/3)
  1353. [ 3806.873993] wlo1: authentication with 98:de:d0:aa:9c:e6 timed out
  1354. [ 3818.114021] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1355. [ 3818.137583] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1356. [ 3818.139455] wlo1: authenticated
  1357. [ 3818.141629] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1358. [ 3818.245523] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1359. [ 3818.365607] wlo1: associate with 98:de:d0:aa:9c:e6 (try 3/3)
  1360. [ 3818.369045] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1361. [ 3818.369118] wlo1: associated
  1362. [ 3818.369187] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
  1363. [ 3819.378604] wlo1: disassociated from 98:de:d0:aa:9c:e6 (Reason: 2)
  1364. [ 3830.236199] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1365. [ 3830.245447] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1366. [ 3830.248911] wlo1: authenticated
  1367. [ 3830.253313] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1368. [ 3830.357472] wlo1: associate with 98:de:d0:aa:9c:e6 (try 2/3)
  1369. [ 3830.365070] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1370. [ 3830.365148] wlo1: associated
  1371. [ 3855.275006] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1372. [ 3961.248380] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1373. [ 4045.403858] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1374. [ 4045.915910] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1375. [ 4046.427871] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1376. [ 4046.939795] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1377. [ 4047.451796] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1378. [ 4147.239474] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1379. [ 4147.751486] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1380. [ 4148.263517] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1381. [ 4148.779554] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1382. [ 4149.291558] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1383. [ 4149.803517] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1384. [ 4150.315535] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1385. [ 4150.827619] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1386. [ 4151.339634] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1387. [ 4151.899619] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1388. [ 4152.459644] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1389. [ 4229.408852] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1390. [ 4229.435770] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1391. [ 4229.437747] wlo1: authenticated
  1392. [ 4229.439670] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1393. [ 4229.455440] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1394. [ 4229.455508] wlo1: associated
  1395. [ 4267.826225] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1396. [ 4270.138511] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1397. [ 4389.602655] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1398. [ 4390.161796] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1399. [ 4701.825602] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1400. [ 4701.825608] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1401. [ 4701.865613] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1402. [ 4701.865615] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1403. [ 4701.975299] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1404. [ 4701.975302] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1405. [ 4702.064398] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1406. [ 4702.064401] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1407. [ 4702.152048] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1408. [ 4702.152052] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1409. [ 4702.201138] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1410. [ 4702.201144] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1411. [ 4702.778757] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1412. [ 4702.778763] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1413. [ 4702.947906] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1414. [ 4702.947911] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1415. [ 4703.373488] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1416. [ 4703.373494] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1417. [ 4703.466903] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1418. [ 4703.466907] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1419. [ 4747.598326] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1420. [ 4884.431913] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1421. [ 4884.431919] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1422. [ 4884.618243] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1423. [ 4884.618250] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1424. [ 4884.725768] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1425. [ 4884.725775] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1426. [ 4884.859518] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1427. [ 4884.859524] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1428. [ 4885.172420] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1429. [ 4885.172427] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1430. [ 4885.296611] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1431. [ 4885.296616] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1432. [ 4885.713715] atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
  1433. [ 4885.713722] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1434. [ 4885.815283] atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
  1435. [ 4885.815287] atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
  1436. [ 4938.638947] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
  1437. [ 4963.977310] wlo1: authenticate with 98:de:d0:aa:9c:e6
  1438. [ 4964.000648] wlo1: send auth to 98:de:d0:aa:9c:e6 (try 1/3)
  1439. [ 4964.002564] wlo1: authenticated
  1440. [ 4964.004511] wlo1: associate with 98:de:d0:aa:9c:e6 (try 1/3)
  1441. [ 4964.008013] wlo1: RX AssocResp from 98:de:d0:aa:9c:e6 (capab=0x431 status=0 aid=3)
  1442. [ 4964.008083] wlo1: associated
  1443. [ 4989.061217] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1444. [ 4989.573177] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1445. [ 4990.085027] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1446. [ 4990.601091] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1447. [ 5108.469323] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1448. [ 5108.981325] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1449. [ 5110.077325] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1450. [ 5110.589335] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1451. [ 6072.302768] nouveau 0000:0a:00.0: DRM: resuming kernel object tree...
  1452. [ 6072.365596] nouveau 0000:0a:00.0: priv: HUB0: 085014 ffffffff (1c70820b)
  1453. [ 6072.365606] nouveau 0000:0a:00.0: priv: GPC0: 4188ac 00000001 (1f70822e)
  1454. [ 6072.407407] nouveau 0000:0a:00.0: priv: HUB0: 10ecc0 ffffffff (1970822c)
  1455. [ 6072.487576] nouveau 0000:0a:00.0: DRM: resuming client object trees...
  1456. [ 6077.490018] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  1457. [ 6077.490426] nouveau 0000:0a:00.0: DRM: evicting buffers...
  1458. [ 6077.490430] nouveau 0000:0a:00.0: DRM: waiting for kernel channels to go idle...
  1459. [ 6077.490458] nouveau 0000:0a:00.0: DRM: suspending client object trees...
  1460. [ 6077.492332] nouveau 0000:0a:00.0: DRM: suspending kernel object tree...
  1461. [ 6156.037566] nouveau 0000:0a:00.0: DRM: resuming kernel object tree...
  1462. [ 6156.100342] nouveau 0000:0a:00.0: priv: HUB0: 085014 ffffffff (1c70820b)
  1463. [ 6156.100352] nouveau 0000:0a:00.0: priv: GPC0: 4188ac 00000001 (1f70822e)
  1464. [ 6156.142250] nouveau 0000:0a:00.0: priv: HUB0: 10ecc0 ffffffff (1970822c)
  1465. [ 6156.222323] nouveau 0000:0a:00.0: DRM: resuming client object trees...
  1466. [ 6161.305957] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160930/nsarguments-95)
  1467. [ 6161.306174] nouveau 0000:0a:00.0: DRM: evicting buffers...
  1468. [ 6161.306177] nouveau 0000:0a:00.0: DRM: waiting for kernel channels to go idle...
  1469. [ 6161.306201] nouveau 0000:0a:00.0: DRM: suspending client object trees...
  1470. [ 6161.308111] nouveau 0000:0a:00.0: DRM: suspending kernel object tree...
  1471. [ 6187.522499] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1472. [ 6188.034401] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 3 failed to flush
  1473. [ 6190.298188] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1474. [ 6190.858191] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1475. [ 6191.418181] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
  1476.  
  1477.  
  1478. sachin@sachin-hp:~$ dmesg | grep -i firmware
  1479. [    0.185726] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
  1480. [    1.517466] [Firmware Bug]: Invalid critical threshold (0)
  1481. [    1.734150] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
  1482. [   26.991234] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
  1483. [   26.999832] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
Add Comment
Please, Sign In to add comment