Advertisement
Guest User

Meraki MR53 boot log

a guest
Aug 5th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.20 KB | None | 0 0
  1. U-Boot 2012.07-gd040ed5-dirty [local,local] (Mar 29 2016 - 08:05:21)
  2.  
  3. DRAM: 235 MiB
  4. cdp: machid 4971
  5. NAND: 128 MiB
  6. Using default environment
  7.  
  8. In: serial
  9. Out: serial
  10. Err: serial
  11. late_init: machid 4971
  12. Net: No ethernet found.
  13.  
  14. NAND read: device 0 offset 0x2c40000, size 0xa80000
  15. 11010048 bytes read: OK
  16. bootm 0x42000000#config@3## Booting kernel from FIT Image at 42000000 ...
  17. Using 'config@3' configuration
  18. Trying 'kernel@1' kernel subimage
  19. Description: Boot Kernel
  20. Type: Kernel Image
  21. Compression: uncompressed
  22. Data Start: 0x420000f8
  23. Data Size: 1557336 Bytes = 1.5 MiB
  24. Architecture: ARM
  25. OS: Linux
  26. Load Address: 0x41508000
  27. Entry Point: 0x41508000
  28. Hash algo: sha1
  29. Hash value: f75f60336909a51c1a5c81b9e94a535c4c7373bb
  30. Verifying Hash Integrity ... sha1+ OK
  31. ## Loading init Ramdisk from FIT Image at 42000000 ...
  32. Using 'config@3' configuration
  33. Trying 'ramdisk@1' ramdisk subimage
  34. Description: Cryptid Ramdisk
  35. Type: RAMDisk Image
  36. Compression: lzma compressed
  37. Data Start: 0x4217c53c
  38. Data Size: 405740 Bytes = 396.2 KiB
  39. Architecture: ARM
  40. Hash algo: sha1
  41. Hash value: 9ef6f9d54402eef6582ca573a693c77f72ff3c05
  42. Verifying Hash Integrity ... sha1+ OK
  43. ## Flattened Device Tree from FIT Image at 42000000
  44. Using 'config@3' configuration
  45. Trying 'fdt@3' FDT blob subimage
  46. Description: MR53 Device Tree
  47. Type: Flat Device Tree
  48. Compression: uncompressed
  49. Data Start: 0x421e2750
  50. Data Size: 7248 Bytes = 7.1 KiB
  51. Architecture: ARM
  52. Hash algo: sha1
  53. Hash value: fc1af865589d0870447f3a40d1e37955f7638647
  54. Verifying Hash Integrity ... sha1+ OK
  55. Loading FDT from 0x421e2750 to 0x41501000
  56. Booting using the fdt blob at 0x41501000
  57. Loading Kernel Image ... OK
  58. OK
  59. Loading Ramdisk to 4ea9c000, end 4eaff0ec ... OK
  60. Loading Device Tree to 4ea97000, end 4ea9bc4f ... OK
  61. Using machid 0x136b from environment
  62.  
  63. Starting kernel ...
  64.  
  65. [ 0.000000] Booting Linux on physical CPU 0
  66. [ 0.000000] Linux version 3.4.113 (aacharya@sf100.meraki.com) (gcc version 4.8.3 (GCC) ) #4 SMP Tue Sep 4 11:24:13 PDT 2018
  67. [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d
  68. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  69. [ 0.000000] Machine: Qualcomm Atheros AP160 reference board, model: Meraki MR53 (Sasquatch)
  70. [ 0.000000] msm_reserve_memory: 0x44600000, 0x200000
  71. [ 0.000000] memory pool 3 (start 5fe00000 size 100000) initialized
  72. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  73. [ 0.000000] smem_find(137, 80): wrong size 72
  74. [ 0.000000] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536
  75. [ 0.000000] accessory_chip=0 hw_plat_subtype=0
  76. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0b16000 s10240 r8192 d14336 u32768
  77. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 123692
  78. [ 0.000000] Kernel command line: ubi.mtd=ubi ubi.mtd=art root=/dev/ram rw console=ttyHSL1,115200n8 maxcpus=0 qcom-wdt.clear_reason=0 loader=u-boot part=bootkernel2
  79. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  80. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  81. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  82. [ 0.000000] Memory: 49MB 438MB = 487MB total
  83. [ 0.000000] Memory: 486420k/489492k available, 12268k reserved, 0K highmem
  84. [ 0.000000] Virtual kernel memory layout:
  85. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  86. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  87. [ 0.000000] vmalloc : 0xdf000000 - 0xff000000 ( 512 MB)
  88. [ 0.000000] lowmem : 0xc0000000 - 0xdea00000 ( 490 MB)
  89. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  90. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  91. [ 0.000000] .text : 0xc0008000 - 0xc04d3000 (4908 kB)
  92. [ 0.000000] .init : 0xc0500000 - 0xc0602800 (1034 kB)
  93. [ 0.000000] .data : 0xc0604000 - 0xc06710e0 ( 437 kB)
  94. [ 0.000000] .bss : 0xc0671104 - 0xc070f84c ( 634 kB)
  95. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  96. [ 0.000000] Hierarchical RCU implementation.
  97. [ 0.000000] NR_IRQS:921
  98. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms
  99. [ 0.000000] Console: colour dummy device 80x30
  100. [ 0.150421] Calibrating delay using timer specific routine.. 12.55 BogoMIPS (lpj=62791)
  101. [ 0.150452] pid_max: default: 32768 minimum: 301
  102. [ 0.150765] Mount-cache hash table entries: 512
  103. [ 0.154045] CPU: Testing write buffer coherency: ok
  104. [ 0.154233] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  105. [ 0.154233] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
  106. [ 0.154326] Setting up static identity map for 0x418089f8 - 0x41808a80
  107. [ 0.154920] Brought up 1 CPUs
  108. [ 0.154920] SMP: Total of 1 processors activated (12.55 BogoMIPS).
  109. [ 0.155888] devtmpfs: initialized
  110. [ 0.169728] dummy:
  111. [ 0.170196] NET: Registered protocol family 16
  112. [ 0.170915] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
  113. [ 0.173039] meminfo_init: smem ram ptable found: ver: 0 len: 5
  114. [ 0.173039] Found 1 memory banks grouped into 8 memory regions
  115. [ 0.173289] smem_find(137, 80): wrong size 72
  116. [ 0.173320] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536
  117. [ 0.173320] accessory_chip=0 hw_plat_subtype=0
  118. [ 0.173383] msm_rpm_init: RPM firmware 3.0.16777342
  119. [ 0.179850] clk_tbl_nss - loaded
  120. [ 0.208466] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio
  121. [ 0.210028] No ATAGs?
  122. [ 0.210059] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  123. [ 0.210059] hw-breakpoint: maximum watchpoint size is 8 bytes.
  124. [ 0.210402] msm_dmov_memcpy_init: Success
  125. [ 0.216776] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20
  126. [ 0.216807] sps:BAM 0x12244000 is registered.
  127. [ 0.217025] sps:sps is ready.
  128. [ 0.233770] bio: create slab <bio-0> at 0
  129. [ 0.237363] i2c-gpio 1.i2c: using pins 8 (SDA) and 9 (SCL)
  130. [ 0.237644] i2c-gpio 2.i2c: using pins 12 (SDA) and 13 (SCL)
  131. [ 0.239081] Switching to clocksource gp_timer
  132. [ 0.260918] NET: Registered protocol family 2
  133. [ 0.268978] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  134. [ 0.269665] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  135. [ 0.269853] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
  136. [ 0.270009] TCP: Hash tables configured (established 16384 bind 16384)
  137. [ 0.270040] TCP: reno registered
  138. [ 0.270040] UDP hash table entries: 256 (order: 1, 8192 bytes)
  139. [ 0.270071] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  140. [ 0.270509] NET: Registered protocol family 1
  141. [ 0.270759] Unpacking initramfs...
  142. [ 0.509996] Freeing initrd memory: 396K
  143. [ 0.517869] Detected 5 counters on the L2CC PMU.
  144. [ 0.525866] smd: register irq failed on wcnss_a11
  145. [ 0.525898] smd: deregistering IRQs
  146. [ 0.525929] SMD: smd_core_platform_init() failed
  147. [ 0.528053] smem_find(427, 88): wrong size 24
  148. [ 0.528084] smem_find(427, 96): wrong size 24
  149. [ 0.528084] get_bootconfig_partition: no dual boot v2 info in shared memory
  150. [ 0.690534] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0
  151. [ 0.690534] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 1
  152. [ 0.694345] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported
  153. [ 0.694376] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported
  154. [ 0.705654] msm_rpm_log_probe: OK
  155. [ 0.898344] msgmni has been set to 950
  156. [ 0.907622] NET: Registered protocol family 38
  157. [ 0.907653] io scheduler noop registered
  158. [ 0.907685] io scheduler deadline registered (default)
  159. [ 0.908216] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  160. [ 0.924304] msm_serial_hs module loaded
  161. [ 0.924492] msm_serial_hsl: detected port #1
  162. [ 0.924617] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM
  163. [ 0.925023] msm_serial_hsl: console setup on port #1
  164. [ 1.472977] console [ttyHSL1] enabled
  165. [ 1.481724] msm_serial_hsl: detected port #0
  166. [ 1.485067] msm_serial_hsl.0: ttyHSL0 at MMIO 0x12450000 (irq = 225) is a MSM
  167. [ 1.497313] msm_serial_hsl: driver initialized
  168. [ 1.500937] at24 1-0052: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  169. [ 1.524617] msm_nand_probe: phys addr 0x1ac00000
  170. [ 1.528303] msm_nand_probe: dmac 0x3
  171. [ 1.531958] msm_nand_probe: allocated dma buffer at ffdfe000, dma_addr 5f9fc000
  172. [ 1.544860] status: 20
  173. [ 1.546173] nandid: 1580a101 maker 01 device a1
  174. [ 1.550734] ONFI probe : Found an ONFI compliant device S34MS01G2 
  175. [ 1.557888] Found a supported NAND device
  176. [ 1.561824] NAND Controller ID : 0x4030
  177. [ 1.565604] NAND Device ID : 0x1580a101
  178. [ 1.569634] Buswidth : 8 Bits
  179. [ 1.572477] Density : 128 MByte
  180. [ 1.575695] Pagesize : 2048 Bytes
  181. [ 1.578975] Erasesize: 131072 Bytes
  182. [ 1.582474] Oobsize : 64 Bytes
  183. [ 1.585598] CFG0 Init : 0xa8d408c0
  184. [ 1.589097] CFG1 Init : 0x0004745c
  185. [ 1.592533] ECCBUFCFG : 0x00000203
  186. [ 1.596126] 14 ofpart partitions found on MTD device msm_nand
  187. [ 1.601780] Creating 14 MTD partitions on "msm_nand":
  188. [ 1.606779] 0x000000040000-0x000000180000 : "mibib"
  189. [ 1.622524] 0x000000000000-0x000000040000 : "sbl1"
  190. [ 1.640955] 0x000000180000-0x0000002c0000 : "sbl2"
  191. [ 1.659637] 0x0000002c0000-0x000000540000 : "sbl3"
  192. [ 1.679194] 0x000000540000-0x000000660000 : "ddrconfig"
  193. [ 1.698250] 0x000000660000-0x000000780000 : "ssd"
  194. [ 1.716932] 0x000000780000-0x000000a00000 : "tz"
  195. [ 1.736394] 0x000000a00000-0x000000c80000 : "rpm"
  196. [ 1.755982] 0x000001fc0000-0x000002140000 : "u-boot"
  197. [ 1.775195] 0x0000021c0000-0x000002c40000 : "bootkernel1"
  198. [ 1.803842] 0x000002c40000-0x0000036c0000 : "bootkernel2"
  199. [ 1.832458] 0x0000036c0000-0x000007d80000 : "ubi"
  200. [ 1.923367] 0x000007d80000-0x000007f80000 : "art"
  201. [ 1.942486] 0x000000000000-0x000008000000 : "all"
  202. [ 2.107622] UBI: attaching mtd11 to ubi0
  203. [ 2.110590] UBI: physical eraseblock size: 131072 bytes (128 KiB)
  204. [ 2.116776] UBI: logical eraseblock size: 126976 bytes
  205. [ 2.122211] UBI: smallest flash I/O unit: 2048
  206. [ 2.126835] UBI: VID header offset: 2048 (aligned 2048)
  207. [ 2.132895] UBI: data offset: 4096
  208. [ 2.570321] UBI: max. sequence number: 842
  209. [ 2.597500] UBI: attached mtd11 to ubi0
  210. [ 2.600406] UBI: MTD device name: "ubi"
  211. [ 2.605092] UBI: MTD device size: 70 MiB
  212. [ 2.609965] UBI: number of good PEBs: 566
  213. [ 2.614557] UBI: number of bad PEBs: 0
  214. [ 2.618962] UBI: number of corrupted PEBs: 0
  215. [ 2.623430] UBI: max. allowed volumes: 128
  216. [ 2.627991] UBI: wear-leveling threshold: 4096
  217. [ 2.632708] UBI: number of internal volumes: 1
  218. [ 2.637113] UBI: number of user volumes: 4
  219. [ 2.641580] UBI: available PEBs: 137
  220. [ 2.646141] UBI: total number of reserved PEBs: 429
  221. [ 2.651015] UBI: number of PEBs reserved for bad PEB handling: 5
  222. [ 2.656982] UBI: max/mean erase counter: 6/1
  223. [ 2.661262] UBI: image sequence number: 762311168
  224. [ 2.666073] UBI: background thread "ubi_bgt0d" started, PID 790
  225. [ 2.673726] UBI: attaching mtd12 to ubi1
  226. [ 2.676601] UBI: physical eraseblock size: 131072 bytes (128 KiB)
  227. [ 2.682911] UBI: logical eraseblock size: 126976 bytes
  228. [ 2.688253] UBI: smallest flash I/O unit: 2048
  229. [ 2.692970] UBI: VID header offset: 2048 (aligned 2048)
  230. [ 2.698906] UBI: data offset: 4096
  231. [ 2.716213] UBI: max. sequence number: 3
  232. [ 2.732208] UBI: attached mtd12 to ubi1
  233. [ 2.735020] UBI: MTD device name: "art"
  234. [ 2.739862] UBI: MTD device size: 2 MiB
  235. [ 2.744579] UBI: number of good PEBs: 16
  236. [ 2.749109] UBI: number of bad PEBs: 0
  237. [ 2.753514] UBI: number of corrupted PEBs: 0
  238. [ 2.757950] UBI: max. allowed volumes: 128
  239. [ 2.762574] UBI: wear-leveling threshold: 4096
  240. [ 2.767228] UBI: number of internal volumes: 1
  241. [ 2.771696] UBI: number of user volumes: 1
  242. [ 2.776069] UBI: available PEBs: 0
  243. [ 2.780537] UBI: total number of reserved PEBs: 16
  244. [ 2.785285] UBI: number of PEBs reserved for bad PEB handling: 2
  245. [ 2.791315] UBI: max/mean erase counter: 2/1
  246. [ 2.795532] UBI: image sequence number: 1525592129
  247. [ 2.800562] UBI: background thread "ubi_bgt1d" started, PID 795
  248. [ 2.875351] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  249. [ 2.993064] i2c /dev entries driver
  250. [ 3.005779] restart_reason wdt:0 r:35573259
  251. [ 3.015901] cpuidle: using governor ladder
  252. [ 3.018962] cpuidle: using governor menu
  253. [ 3.048266] meraki-config board-data.9: Meraki config device loaded
  254. [ 3.058512] TCP: bic registered
  255. [ 3.060699] TCP: cubic registered
  256. [ 3.063917] TCP: westwood registered
  257. [ 3.067478] TCP: htcp registered
  258. [ 3.070727] NET: Registered protocol family 17
  259. [ 3.075164] 8021q: 802.1Q VLAN Support v1.8
  260. [ 3.079412] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
  261. [ 3.087035] Registering SWP/SWPB emulation handler
  262. [ 3.091846] clock_late_init: Removing enables held for handed-off clocks
  263. [ 3.108965] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff
  264. [ 3.114839] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff
  265. [ 3.120212] ipq_nss_get_mac_addr: MAC[2]: ff:ff:ff:ff:ff:ff
  266. [ 3.125179] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff
  267. [ 3.130677] no pmic restart interrupt specified
  268. [ 3.141112] devtmpfsþ[ 3.143705] Freeing init memory: 1032K
  269. mount: mounting none on /dev failed: Device or resource busy
  270. [ 3.291440] UBIFS: recovery needed
  271. [ 3.381287] UBIFS: recovery completed
  272. [ 3.383911] UBIFS: mounted UBI device 0, volume 3, name "storage"
  273. [ 3.390003] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs)
  274. [ 3.397282] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs)
  275. [ 3.404436] UBIFS: media format: w4/r0 (latest is w4/r0)
  276. [ 3.410215] UBIFS: default compressor: lzo
  277. [ 3.414308] UBIFS: reserved for root: 347848 bytes (339 KiB)
  278.  
  279. Bootkernel Meraki Build is 25-201809040933-G8fbce340-aacharya-ring
  280. Board is MR53
  281. Booting part.safe
  282.  
  283. [ 6.244329] Starting new kernel
  284. [ 6.246422] Bye!
  285.  
  286.  
  287. U-Boot 2012.07-gd040ed5-dirty [local,local] (Mar 29 2016 - 08:05:21)
  288.  
  289. DRAM: 235 MiB
  290. cdp: machid 4971
  291. NAND: 128 MiB
  292. Using default environment
  293.  
  294. In: serial
  295. Out: serial
  296. Err: serial
  297. late_init: machid 4971
  298. Net: No ethernet found.
  299.  
  300. NAND read: device 0 offset 0x2c40000, size 0xa80000
  301. 11010048 bytes read: OK
  302. bootm 0x42000000#config@3## Booting kernel from FIT Image at 42000000 ...
  303. Using 'config@3' configuration
  304. Trying 'kernel@1' kernel subimage
  305. Description: Boot Kernel
  306. Type: Kernel Image
  307. Compression: uncompressed
  308. Data Start: 0x420000f8
  309. Data Size: 1557336 Bytes = 1.5 MiB
  310. Architecture: ARM
  311. OS: Linux
  312. Load Address: 0x41508000
  313. Entry Point: 0x41508000
  314. Hash algo: sha1
  315. Hash value: f75f60336909a51c1a5c81b9e94a535c4c7373bb
  316. Verifying Hash Integrity ... sha1+ OK
  317. ## Loading init Ramdisk from FIT Image at 42000000 ...
  318. Using 'config@3' configuration
  319. Trying 'ramdisk@1' ramdisk subimage
  320. Description: Cryptid Ramdisk
  321. Type: RAMDisk Image
  322. Compression: lzma compressed
  323. Data Start: 0x4217c53c
  324. Data Size: 405740 Bytes = 396.2 KiB
  325. Architecture: ARM
  326. Hash algo: sha1
  327. Hash value: 9ef6f9d54402eef6582ca573a693c77f72ff3c05
  328. Verifying Hash Integrity ... sha1+ OK
  329. ## Flattened Device Tree from FIT Image at 42000000
  330. Using 'config@3' configuration
  331. Trying 'fdt@3' FDT blob subimage
  332. Description: MR53 Device Tree
  333. Type: Flat Device Tree
  334. Compression: uncompressed
  335. Data Start: 0x421e2750
  336. Data Size: 7248 Bytes = 7.1 KiB
  337. Architecture: ARM
  338. Hash algo: sha1
  339. Hash value: fc1af865589d0870447f3a40d1e37955f7638647
  340. Verifying Hash Integrity ... sha1+ OK
  341. Loading FDT from 0x421e2750 to 0x41501000
  342. Booting using the fdt blob at 0x41501000
  343. Loading Kernel Image ... OK
  344. OK
  345. Loading Ramdisk to 4ea9c000, end 4eaff0ec ... OK
  346. Loading Device Tree to 4ea97000, end 4ea9bc4f ... OK
  347. Using machid 0x136b from environment
  348.  
  349. Starting kernel ...
  350.  
  351. [ 0.000000] Booting Linux on physical CPU 0
  352. [ 0.000000] Linux version 3.4.113 (aacharya@sf100.meraki.com) (gcc version 4.8.3 (GCC) ) #4 SMP Tue Sep 4 11:24:13 PDT 2018
  353. [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d
  354. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  355. [ 0.000000] Machine: Qualcomm Atheros AP160 reference board, model: Meraki MR53 (Sasquatch)
  356. [ 0.000000] msm_reserve_memory: 0x44600000, 0x200000
  357. [ 0.000000] memory pool 3 (start 5fe00000 size 100000) initialized
  358. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  359. [ 0.000000] smem_find(137, 80): wrong size 72
  360. [ 0.000000] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536
  361. [ 0.000000] accessory_chip=0 hw_plat_subtype=0
  362. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0b16000 s10240 r8192 d14336 u32768
  363. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 123692
  364. [ 0.000000] Kernel command line: ubi.mtd=ubi ubi.mtd=art root=/dev/ram rw console=ttyHSL1,115200n8 maxcpus=0 qcom-wdt.clear_reason=0 loader=u-boot part=bootkernel2
  365. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  366. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  367. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  368. [ 0.000000] Memory: 49MB 438MB = 487MB total
  369. [ 0.000000] Memory: 486420k/489492k available, 12268k reserved, 0K highmem
  370. [ 0.000000] Virtual kernel memory layout:
  371. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  372. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  373. [ 0.000000] vmalloc : 0xdf000000 - 0xff000000 ( 512 MB)
  374. [ 0.000000] lowmem : 0xc0000000 - 0xdea00000 ( 490 MB)
  375. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  376. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  377. [ 0.000000] .text : 0xc0008000 - 0xc04d3000 (4908 kB)
  378. [ 0.000000] .init : 0xc0500000 - 0xc0602800 (1034 kB)
  379. [ 0.000000] .data : 0xc0604000 - 0xc06710e0 ( 437 kB)
  380. [ 0.000000] .bss : 0xc0671104 - 0xc070f84c ( 634 kB)
  381. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  382. [ 0.000000] Hierarchical RCU implementation.
  383. [ 0.000000] NR_IRQS:921
  384. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms
  385. [ 0.000000] Console: colour dummy device 80x30
  386. [ 0.150421] Calibrating delay using timer specific routine.. 12.55 BogoMIPS (lpj=62791)
  387. [ 0.150452] pid_max: default: 32768 minimum: 301
  388. [ 0.150765] Mount-cache hash table entries: 512
  389. [ 0.154076] CPU: Testing write buffer coherency: ok
  390. [ 0.154233] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  391. [ 0.154233] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
  392. [ 0.154326] Setting up static identity map for 0x418089f8 - 0x41808a80
  393. [ 0.154920] Brought up 1 CPUs
  394. [ 0.154951] SMP: Total of 1 processors activated (12.55 BogoMIPS).
  395. [ 0.155857] devtmpfs: initialized
  396. [ 0.169728] dummy:
  397. [ 0.170196] NET: Registered protocol family 16
  398. [ 0.170915] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
  399. [ 0.173039] meminfo_init: smem ram ptable found: ver: 0 len: 5
  400. [ 0.173039] Found 1 memory banks grouped into 8 memory regions
  401. [ 0.173289] smem_find(137, 80): wrong size 72
  402. [ 0.173320] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536
  403. [ 0.173320] accessory_chip=0 hw_plat_subtype=0
  404. [ 0.173383] msm_rpm_init: RPM firmware 3.0.16777342
  405. [ 0.179850] clk_tbl_nss - loaded
  406. [ 0.208497] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio
  407. [ 0.210028] No ATAGs?
  408. [ 0.210059] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  409. [ 0.210059] hw-breakpoint: maximum watchpoint size is 8 bytes.
  410. [ 0.210402] msm_dmov_memcpy_init: Success
  411. [ 0.216776] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20
  412. [ 0.216776] sps:BAM 0x12244000 is registered.
  413. [ 0.217025] sps:sps is ready.
  414. [ 0.233770] bio: create slab <bio-0> at 0
  415. [ 0.237332] i2c-gpio 1.i2c: using pins 8 (SDA) and 9 (SCL)
  416. [ 0.237613] i2c-gpio 2.i2c: using pins 12 (SDA) and 13 (SCL)
  417. [ 0.239050] Switching to clocksource gp_timer
  418. [ 0.260887] NET: Registered protocol family 2
  419. [ 0.268947] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  420. [ 0.269603] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  421. [ 0.269790] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
  422. [ 0.269978] TCP: Hash tables configured (established 16384 bind 16384)
  423. [ 0.269978] TCP: reno registered
  424. [ 0.270009] UDP hash table entries: 256 (order: 1, 8192 bytes)
  425. [ 0.270040] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  426. [ 0.270477] NET: Registered protocol family 1
  427. [ 0.270727] Unpacking initramfs...
  428. [ 0.509965] Freeing initrd memory: 396K
  429. [ 0.517869] Detected 5 counters on the L2CC PMU.
  430. [ 0.525866] smd: register irq failed on wcnss_a11
  431. [ 0.525866] smd: deregistering IRQs
  432. [ 0.525929] SMD: smd_core_platform_init() failed
  433. [ 0.528053] smem_find(427, 88): wrong size 24
  434. [ 0.528053] smem_find(427, 96): wrong size 24
  435. [ 0.528084] get_bootconfig_partition: no dual boot v2 info in shared memory
  436. [ 0.691221] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0
  437. [ 0.691221] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 1
  438. [ 0.695095] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported
  439. [ 0.695126] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported
  440. [ 0.706404] msm_rpm_log_probe: OK
  441. [ 0.899437] msgmni has been set to 950
  442. [ 0.908591] NET: Registered protocol family 38
  443. [ 0.908622] io scheduler noop registered
  444. [ 0.908653] io scheduler deadline registered (default)
  445. [ 0.909372] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  446. [ 0.925304] msm_serial_hs module loaded
  447. [ 0.925492] msm_serial_hsl: detected port #1
  448. [ 0.925648] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM
  449. [ 0.926054] msm_serial_hsl: console setup on port #1
  450. [ 1.474008] console [ttyHSL1] enabled
  451. [ 1.482661] msm_serial_hsl: detected port #0
  452. [ 1.486004] msm_serial_hsl.0: ttyHSL0 at MMIO 0x12450000 (irq = 225) is a MSM
  453. [ 1.498219] msm_serial_hsl: driver initialized
  454. [ 1.501843] at24 1-0052: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  455. [ 1.525616] msm_nand_probe: phys addr 0x1ac00000
  456. [ 1.529365] msm_nand_probe: dmac 0x3
  457. [ 1.532833] msm_nand_probe: allocated dma buffer at ffdfe000, dma_addr 5ed8c000
  458. [ 1.544267] status: 20
  459. [ 1.545579] nandid: 1580a101 maker 01 device a1
  460. [ 1.550171] ONFI probe : Found an ONFI compliant device S34MS01G2 
  461. [ 1.558825] Found a supported NAND device
  462. [ 1.561886] NAND Controller ID : 0x4030
  463. [ 1.565604] NAND Device ID : 0x1580a101
  464. [ 1.569540] Buswidth : 8 Bits
  465. [ 1.572477] Density : 128 MByte
  466. [ 1.575663] Pagesize : 2048 Bytes
  467. [ 1.578975] Erasesize: 131072 Bytes
  468. [ 1.582474] Oobsize : 64 Bytes
  469. [ 1.585567] CFG0 Init : 0xa8d408c0
  470. [ 1.589065] CFG1 Init : 0x0004745c
  471. [ 1.592502] ECCBUFCFG : 0x00000203
  472. [ 1.596126] 14 ofpart partitions found on MTD device msm_nand
  473. [ 1.601780] Creating 14 MTD partitions on "msm_nand":
  474. [ 1.606779] 0x000000040000-0x000000180000 : "mibib"
  475. [ 1.622524] 0x000000000000-0x000000040000 : "sbl1"
  476. [ 1.640987] 0x000000180000-0x0000002c0000 : "sbl2"
  477. [ 1.659700] 0x0000002c0000-0x000000540000 : "sbl3"
  478. [ 1.679318] 0x000000540000-0x000000660000 : "ddrconfig"
  479. [ 1.698500] 0x000000660000-0x000000780000 : "ssd"
  480. [ 1.717213] 0x000000780000-0x000000a00000 : "tz"
  481. [ 1.736644] 0x000000a00000-0x000000c80000 : "rpm"
  482. [ 1.756232] 0x000001fc0000-0x000002140000 : "u-boot"
  483. [ 1.775413] 0x0000021c0000-0x000002c40000 : "bootkernel1"
  484. [ 1.804092] 0x000002c40000-0x0000036c0000 : "bootkernel2"
  485. [ 1.832646] 0x0000036c0000-0x000007d80000 : "ubi"
  486. [ 1.924398] 0x000007d80000-0x000007f80000 : "art"
  487. [ 1.943548] 0x000000000000-0x000008000000 : "all"
  488. [ 2.108591] UBI: attaching mtd11 to ubi0
  489. [ 2.111558] UBI: physical eraseblock size: 131072 bytes (128 KiB)
  490. [ 2.117744] UBI: logical eraseblock size: 126976 bytes
  491. [ 2.123180] UBI: smallest flash I/O unit: 2048
  492. [ 2.127803] UBI: VID header offset: 2048 (aligned 2048)
  493. [ 2.133864] UBI: data offset: 4096
  494. [ 2.570415] UBI: max. sequence number: 848
  495. [ 2.597563] UBI: attached mtd11 to ubi0
  496. [ 2.600437] UBI: MTD device name: "ubi"
  497. [ 2.605123] UBI: MTD device size: 70 MiB
  498. [ 2.610028] UBI: number of good PEBs: 566
  499. [ 2.614589] UBI: number of bad PEBs: 0
  500. [ 2.619025] UBI: number of corrupted PEBs: 0
  501. [ 2.623492] UBI: max. allowed volumes: 128
  502. [ 2.628053] UBI: wear-leveling threshold: 4096
  503. [ 2.632771] UBI: number of internal volumes: 1
  504. [ 2.637175] UBI: number of user volumes: 4
  505. [ 2.641643] UBI: available PEBs: 137
  506. [ 2.646204] UBI: total number of reserved PEBs: 429
  507. [ 2.651077] UBI: number of PEBs reserved for bad PEB handling: 5
  508. [ 2.657044] UBI: max/mean erase counter: 6/1
  509. [ 2.661324] UBI: image sequence number: 762311168
  510. [ 2.666135] UBI: background thread "ubi_bgt0d" started, PID 790
  511. [ 2.673758] UBI: attaching mtd12 to ubi1
  512. [ 2.676663] UBI: physical eraseblock size: 131072 bytes (128 KiB)
  513. [ 2.682942] UBI: logical eraseblock size: 126976 bytes
  514. [ 2.688284] UBI: smallest flash I/O unit: 2048
  515. [ 2.693002] UBI: VID header offset: 2048 (aligned 2048)
  516. [ 2.698969] UBI: data offset: 4096
  517. [ 2.716213] UBI: max. sequence number: 3
  518. [ 2.732239] UBI: attached mtd12 to ubi1
  519. [ 2.735020] UBI: MTD device name: "art"
  520. [ 2.739862] UBI: MTD device size: 2 MiB
  521. [ 2.744579] UBI: number of good PEBs: 16
  522. [ 2.749140] UBI: number of bad PEBs: 0
  523. [ 2.753514] UBI: number of corrupted PEBs: 0
  524. [ 2.757950] UBI: max. allowed volumes: 128
  525. [ 2.762574] UBI: wear-leveling threshold: 4096
  526. [ 2.767228] UBI: number of internal volumes: 1
  527. [ 2.771696] UBI: number of user volumes: 1
  528. [ 2.776101] UBI: available PEBs: 0
  529. [ 2.780568] UBI: total number of reserved PEBs: 16
  530. [ 2.785285] UBI: number of PEBs reserved for bad PEB handling: 2
  531. [ 2.791315] UBI: max/mean erase counter: 2/1
  532. [ 2.795532] UBI: image sequence number: 1525592129
  533. [ 2.800562] UBI: background thread "ubi_bgt1d" started, PID 795
  534. [ 2.875413] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  535. [ 2.993220] i2c /dev entries driver
  536. [ 3.006029] restart_reason wdt:1 r:35573259
  537. [ 3.016307] cpuidle: using governor ladder
  538. [ 3.019431] cpuidle: using governor menu
  539. [ 3.048516] meraki-config board-data.9: Meraki config device loaded
  540. [ 3.058794] TCP: bic registered
  541. [ 3.060949] TCP: cubic registered
  542. [ 3.064198] TCP: westwood registered
  543. [ 3.067760] TCP: htcp registered
  544. [ 3.071009] NET: Registered protocol family 17
  545. [ 3.075413] 8021q: 802.1Q VLAN Support v1.8
  546. [ 3.079693] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
  547. [ 3.087316] Registering SWP/SWPB emulation handler
  548. [ 3.092096] clock_late_init: Removing enables held for handed-off clocks
  549. [ 3.109278] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff
  550. [ 3.115120] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff
  551. [ 3.120524] ipq_nss_get_mac_addr: MAC[2]: ff:ff:ff:ff:ff:ff
  552. [ 3.125460] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff
  553. [ 3.130959] no pmic restart interrupt specified
  554. [ 3.141455] devtmpfsþ[ 3.144048] Freeing init memory: 1032K
  555. mount: mounting none on /dev failed: Device or resource busy
  556. [ 3.297532] UBIFS: recovery needed
  557. [ 3.380193] UBIFS: recovery completed
  558. [ 3.382817] UBIFS: mounted UBI device 0, volume 3, name "storage"
  559. [ 3.388878] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs)
  560. [ 3.396188] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs)
  561. [ 3.403311] UBIFS: media format: w4/r0 (latest is w4/r0)
  562. [ 3.409122] UBIFS: default compressor: lzo
  563. [ 3.413183] UBIFS: reserved for root: 347848 bytes (339 KiB)
  564.  
  565. Bootkernel Meraki Build is 25-201809040933-G8fbce340-aacharya-ring
  566. Board is MR53
  567. Booting part.safe
  568.  
  569. [ 6.237300] Starting new kernel
  570. [ 6.239456] Bye!
  571. [ 0.000000] Booting Linux on physical CPU 0
  572. [ 0.000000] Linux version 3.4.113 (jenkins@dal247.meraki.com) (gcc version 4.8.3 (GCC) ) #3 SMP Fri Sep 28 17:12:36 PDT 2018
  573. [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d
  574. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  575. [ 0.000000] Machine: Qualcomm Atheros AP160 reference board, model: Meraki MR53 (Sasquatch)
  576. [ 0.000000] msm_reserve_memory: 0x44600000, 0x200000
  577. [ 0.000000] memory pool 3 (start 5fe00000 size 100000) initialized
  578. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  579. [ 0.000000] smem_find(137, 80): wrong size 72
  580. [ 0.000000] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536
  581. [ 0.000000] accessory_chip=0 hw_plat_subtype=0
  582. [ 0.000000] PERCPU: Embedded 8 pages/cpu @c0c40000 s10240 r8192 d14336 u32768
  583. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 123692
  584. [ 0.000000] Kernel command line: ubi.mtd=ubi ubi.mtd=art root=/dev/ram rw console=ttyHSL1,115200n8
  585. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  586. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  587. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  588. [ 0.000000] Memory: 49MB 438MB = 487MB total
  589. [ 0.000000] Memory: 477272k/480344k available, 21416k reserved, 0K highmem
  590. [ 0.000000] Virtual kernel memory layout:
  591. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  592. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  593. [ 0.000000] vmalloc : 0xdf000000 - 0xff000000 ( 512 MB)
  594. [ 0.000000] lowmem : 0xc0000000 - 0xdea00000 ( 490 MB)
  595. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  596. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  597. [ 0.000000] .text : 0xc0008000 - 0xc0505648 (5110 kB)
  598. [ 0.000000] .init : 0xc0600000 - 0xc0702800 (1034 kB)
  599. [ 0.000000] .data : 0xc0704000 - 0xc0797540 ( 590 kB)
  600. [ 0.000000] .bss : 0xc0797564 - 0xc08366f0 ( 637 kB)
  601. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  602. [ 0.000000] Hierarchical RCU implementation.
  603. [ 0.000000] NR_IRQS:1689
  604. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms
  605. [ 0.000000] Console: colour dummy device 80x30
  606. [ 0.150452] Calibrating delay using timer specific routine.. 12.54 BogoMIPS (lpj=62732)
  607. [ 0.150452] pid_max: default: 32768 minimum: 301
  608. [ 0.150734] Mount-cache hash table entries: 512
  609. [ 0.151452] CPU: Testing write buffer coherency: ok
  610. [ 0.151515] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  611. [ 0.151546] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
  612. [ 0.151577] Setting up static identity map for 0x4182c3a0 - 0x4182c428
  613. [ 0.153202] CPU1: Booted secondary processor
  614. [ 0.153264] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  615. [ 0.153358] Brought up 2 CPUs
  616. [ 0.153358] SMP: Total of 2 processors activated (25.09 BogoMIPS).
  617. [ 0.154420] devtmpfs: initialized
  618. [ 0.160762] dummy:
  619. [ 0.161012] NET: Registered protocol family 16
  620. [ 0.161387] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
  621. [ 0.162730] meminfo_init: smem ram ptable found: ver: 0 len: 5
  622. [ 0.162761] Found 1 memory banks grouped into 8 memory regions
  623. [ 0.162886] smem_find(137, 80): wrong size 72
  624. [ 0.162886] socinfo_init: v6, id=204, ver=2.0, raw_id=2313, raw_ver=2313, hw_plat=0, hw_plat_ver=65536
  625. [ 0.162886] accessory_chip=0 hw_plat_subtype=0
  626. [ 0.162917] msm_rpm_init: RPM firmware 3.0.16777342
  627. [ 0.166354] clk_tbl_nss - loaded
  628. [ 0.186879] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio
  629. [ 0.187816] No ATAGs?
  630. [ 0.187847] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  631. [ 0.187847] hw-breakpoint: maximum watchpoint size is 8 bytes.
  632. [ 0.188159] msm_dmov_memcpy_init: Success
  633. [ 0.194657] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20
  634. [ 0.194689] sps:BAM 0x12244000 is registered.
  635. [ 0.194939] sps:sps is ready.
  636. [ 0.213589] msm_pcie_setup: link initialized
  637. [ 0.213933] PCI host bridge to bus 0000:00
  638. [ 0.213964] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fefffff]
  639. [ 0.214495] PCI: bus0: Fast back to back transfers disabled
  640. [ 0.214495] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  641. [ 0.215338] PCI: bus1: Fast back to back transfers disabled
  642. [ 0.273758] msm_pcie_setup: link initialized
  643. [ 0.274070] PCI host bridge to bus 0000:02
  644. [ 0.274101] pci_bus 0000:02: root bus resource [mem 0x2e000000-0x31efffff]
  645. [ 0.274570] PCI: bus2: Fast back to back transfers disabled
  646. [ 0.274601] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  647. [ 0.275320] PCI: bus3: Fast back to back transfers disabled
  648. [ 0.333926] msm_pcie_setup: link initialized
  649. [ 0.334239] PCI host bridge to bus 0000:04
  650. [ 0.334270] pci_bus 0000:04: root bus resource [mem 0x32000000-0x35efffff]
  651. [ 0.334770] PCI: bus4: Fast back to back transfers disabled
  652. [ 0.334770] pci 0000:04:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  653. [ 0.335582] PCI: bus5: Fast back to back transfers disabled
  654. [ 0.336613] pci 0000:04:00.0: BAR 8: assigned [mem 0x32000000-0x321fffff]
  655. [ 0.336644] pci 0000:05:00.0: BAR 0: assigned [mem 0x32000000-0x321fffff 64bit]
  656. [ 0.336676] pci 0000:04:00.0: PCI bridge to [bus 05-05]
  657. [ 0.336707] pci 0000:04:00.0: bridge window [mem 0x32000000-0x321fffff]
  658. [ 0.336769] PCI: enabling device 0000:04:00.0 (0140 -> 0143)
  659. [ 0.336832] pci 0000:02:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
  660. [ 0.336863] pci 0000:03:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
  661. [ 0.336894] pci 0000:02:00.0: PCI bridge to [bus 03-03]
  662. [ 0.336925] pci 0000:02:00.0: bridge window [mem 0x2e000000-0x2e1fffff]
  663. [ 0.336957] PCI: enabling device 0000:02:00.0 (0140 -> 0143)
  664. [ 0.337019] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
  665. [ 0.337050] pci 0000:00:00.0: BAR 9: assigned [mem 0x08200000-0x082fffff pref]
  666. [ 0.337082] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
  667. [ 0.337113] pci 0000:01:00.0: BAR 6: assigned [mem 0x08200000-0x0820ffff pref]
  668. [ 0.337144] pci 0000:00:00.0: PCI bridge to [bus 01-01]
  669. [ 0.337175] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff]
  670. [ 0.337175] pci 0000:00:00.0: bridge window [mem 0x08200000-0x082fffff pref]
  671. [ 0.337238] PCI: enabling device 0000:00:00.0 (0140 -> 0143)
  672. [ 0.351671] bio: create slab <bio-0> at 0
  673. [ 0.354358] i2c-gpio 1.i2c: using pins 8 (SDA) and 9 (SCL)
  674. [ 0.354639] i2c-gpio 2.i2c: using pins 12 (SDA) and 13 (SCL)
  675. [ 0.356107] Bluetooth: Core ver 2.16
  676. [ 0.356294] NET: Registered protocol family 31
  677. [ 0.356294] Bluetooth: HCI device and connection manager initialized
  678. [ 0.356326] Bluetooth: HCI socket layer initialized
  679. [ 0.356357] Bluetooth: L2CAP socket layer initialized
  680. [ 0.356388] Bluetooth: SCO socket layer initialized
  681. [ 0.356482] Switching to clocksource gp_timer
  682. [ 0.370290] NET: Registered protocol family 2
  683. [ 0.374789] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  684. [ 0.375039] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  685. [ 0.375132] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
  686. [ 0.375257] TCP: Hash tables configured (established 16384 bind 16384)
  687. [ 0.375257] TCP: reno registered
  688. [ 0.375257] UDP hash table entries: 256 (order: 1, 8192 bytes)
  689. [ 0.375288] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  690. [ 0.375507] NET: Registered protocol family 1
  691. [ 0.375757] Unpacking initramfs...
  692. [ 5.606497] [sched_delayed] sched: RT throttling activated
  693. [ 5.654358] Freeing initrd memory: 8372K
  694. [ 5.659950] Detected 5 counters on the L2CC PMU.
  695. [ 5.663448] smd: register irq failed on wcnss_a11
  696. [ 5.663448] smd: deregistering IRQs
  697. [ 5.663480] SMD: smd_core_platform_init() failed
  698. [ 5.666947] smem_find(427, 88): wrong size 24
  699. [ 5.666947] smem_find(427, 96): wrong size 24
  700. [ 5.666947] get_bootconfig_partition: no dual boot v2 info in shared memory
  701. [ 5.784504] acpuclk-ipq806x acpuclk-ipq806x: SPEED BIN: 0
  702. [ 5.784504] acpuclk-ipq806x acpuclk-ipq806x: ACPU PVS: 1
  703. [ 5.790409] acpuclk-ipq806x acpuclk-ipq806x: CPU0: 6 frequencies supported
  704. [ 5.790409] acpuclk-ipq806x acpuclk-ipq806x: CPU1: 6 frequencies supported
  705. [ 5.795970] msm_rpm_log_probe: OK
  706. [ 5.927241] msgmni has been set to 948
  707. [ 5.934395] NET: Registered protocol family 38
  708. [ 5.934426] io scheduler noop registered
  709. [ 5.934426] io scheduler deadline registered (default)
  710. [ 5.935020] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  711. [ 5.945204] msm_serial_hs module loaded
  712. [ 5.945298] msm_serial_hsl: detected port #1
  713. [ 5.945392] msm_serial_hsl.1: ttyHSL1 at MMIO 0x16340000 (irq = 184) is a MSM
  714. [ 5.945423] msm_serial_hsl: console setup on port #1
  715. [ 6.752014] console [ttyHSL1] enabled
  716. [ 6.756107] msm_serial_hsl: detected port #0
  717. [ 6.760106] msm_serial_hsl.0: ttyHSL0 at MMIO 0x12450000 (irq = 225) is a MSM
  718. [ 6.768009] msm_serial_hsl: driver initialized
  719. [ 6.771540] Trying to register dev faulty etc
  720. [ 6.777788] at24 1-0052: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  721. [ 6.792502] msm_nand_probe: phys addr 0x1ac00000
  722. [ 6.796188] msm_nand_probe: dmac 0x3
  723. [ 6.799781] msm_nand_probe: allocated dma buffer at ffdfe000, dma_addr 5f07a000
  724. [ 6.807653] status: c00020
  725. [ 6.809715] nandid: 1580a101 maker 01 device a1
  726. [ 6.814245] ONFI probe : Found an ONFI compliant device S34MS01G2 
  727. [ 6.821524] Found a supported NAND device
  728. [ 6.825335] NAND Controller ID : 0x4030
  729. [ 6.829428] NAND Device ID : 0x1580a101
  730. [ 6.833083] Buswidth : 8 Bits
  731. [ 6.836019] Density : 128 MByte
  732. [ 6.839268] Pagesize : 2048 Bytes
  733. [ 6.842517] Erasesize: 131072 Bytes
  734. [ 6.846016] Oobsize : 64 Bytes
  735. [ 6.849172] CFG0 Init : 0xa8d408c0
  736. [ 6.852608] CFG1 Init : 0x0004745c
  737. [ 6.856076] ECCBUFCFG : 0x00000203
  738. [ 6.859700] 14 ofpart partitions found on MTD device msm_nand
  739. [ 6.865292] Creating 14 MTD partitions on "msm_nand":
  740. [ 6.870384] 0x000000040000-0x000000180000 : "mibib"
  741. [ 6.883348] 0x000000000000-0x000000040000 : "sbl1"
  742. [ 6.894001] 0x000000180000-0x0000002c0000 : "sbl2"
  743. [ 6.904717] 0x0000002c0000-0x000000540000 : "sbl3"
  744. [ 6.919556] 0x000000540000-0x000000660000 : "ddrconfig"
  745. [ 6.932833] 0x000000660000-0x000000780000 : "ssd"
  746. [ 6.946954] 0x000000780000-0x000000a00000 : "tz"
  747. [ 6.960949] 0x000000a00000-0x000000c80000 : "rpm"
  748. [ 6.973039] 0x000001fc0000-0x000002140000 : "u-boot"
  749. [ 6.985785] 0x0000021c0000-0x000002c40000 : "bootkernel1"
  750. [ 7.007372] 0x000002c40000-0x0000036c0000 : "bootkernel2"
  751. [ 7.027710] 0x0000036c0000-0x000007d80000 : "ubi"
  752. [ 7.098844] 0x000007d80000-0x000007f80000 : "art"
  753. [ 7.112058] 0x000000000000-0x000008000000 : "all"
  754. [ 7.243267] UBI: attaching mtd11 to ubi0
  755. [ 7.246173] UBI: physical eraseblock size: 131072 bytes (128 KiB)
  756. [ 7.252452] UBI: logical eraseblock size: 126976 bytes
  757. [ 7.257825] UBI: smallest flash I/O unit: 2048
  758. [ 7.262480] UBI: VID header offset: 2048 (aligned 2048)
  759. [ 7.268478] UBI: data offset: 4096
  760. [ 7.679600] UBI: max. sequence number: 851
  761. [ 7.702124] UBI: attached mtd11 to ubi0
  762. [ 7.704935] UBI: MTD device name: "ubi"
  763. [ 7.709746] UBI: MTD device size: 70 MiB
  764. [ 7.714589] UBI: number of good PEBs: 566
  765. [ 7.719212] UBI: number of bad PEBs: 0
  766. [ 7.723617] UBI: number of corrupted PEBs: 0
  767. [ 7.728053] UBI: max. allowed volumes: 128
  768. [ 7.732646] UBI: wear-leveling threshold: 4096
  769. [ 7.737332] UBI: number of internal volumes: 1
  770. [ 7.741736] UBI: number of user volumes: 4
  771. [ 7.746173] UBI: available PEBs: 137
  772. [ 7.750796] UBI: total number of reserved PEBs: 429
  773. [ 7.755638] UBI: number of PEBs reserved for bad PEB handling: 5
  774. [ 7.761636] UBI: max/mean erase counter: 6/1
  775. [ 7.765885] UBI: image sequence number: 762311168
  776. [ 7.770696] UBI: background thread "ubi_bgt0d" started, PID 838
  777. [ 7.770727] UBI: attaching mtd12 to ubi1
  778. [ 7.770727] UBI: physical eraseblock size: 131072 bytes (128 KiB)
  779. [ 7.770727] UBI: logical eraseblock size: 126976 bytes
  780. [ 7.770759] UBI: smallest flash I/O unit: 2048
  781. [ 7.770759] UBI: VID header offset: 2048 (aligned 2048)
  782. [ 7.770759] UBI: data offset: 4096
  783. [ 7.819243] UBI: max. sequence number: 3
  784. [ 7.833552] UBI: attached mtd12 to ubi1
  785. [ 7.836363] UBI: MTD device name: "art"
  786. [ 7.841174] UBI: MTD device size: 2 MiB
  787. [ 7.845923] UBI: number of good PEBs: 16
  788. [ 7.850452] UBI: number of bad PEBs: 0
  789. [ 7.854857] UBI: number of corrupted PEBs: 0
  790. [ 7.859293] UBI: max. allowed volumes: 128
  791. [ 7.863886] UBI: wear-leveling threshold: 4096
  792. [ 7.868572] UBI: number of internal volumes: 1
  793. [ 7.872977] UBI: number of user volumes: 1
  794. [ 7.877444] UBI: available PEBs: 0
  795. [ 7.881849] UBI: total number of reserved PEBs: 16
  796. [ 7.886629] UBI: number of PEBs reserved for bad PEB handling: 2
  797. [ 7.892596] UBI: max/mean erase counter: 2/1
  798. [ 7.896907] UBI: image sequence number: 1525592129
  799. [ 7.901749] UBI: background thread "ubi_bgt1d" started, PID 842
  800. [ 7.951890] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  801. [ 8.033739] input: gpio-buttons.7 as /devices/gpio-buttons.7/input/input0
  802. [ 8.043642] i2c /dev entries driver
  803. [ 8.056107] ina2xx 1-0045: power monitor ina219 (Rshunt = 10000 uOhm)
  804. [ 8.063573] restart_reason wdt:1 r:35573259
  805. [ 8.068853] Bluetooth: HCI UART driver ver 2.2
  806. [ 8.072227] Bluetooth: HCI H4 protocol initialized
  807. [ 8.080693] cpuidle: using governor ladder
  808. [ 8.083786] cpuidle: using governor menu
  809. [ 8.105123] meraki-config board-data.9: Meraki config device loaded
  810. [ 8.114401] TCP: bic registered
  811. [ 8.116557] TCP: cubic registered
  812. [ 8.119837] TCP: westwood registered
  813. [ 8.123367] TCP: htcp registered
  814. [ 8.126616] NET: Registered protocol family 17
  815. [ 8.131115] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
  816. [ 8.138800] Registering SWP/SWPB emulation handler
  817. [ 8.143517] clock_late_init: Removing enables held for handed-off clocks
  818. [ 8.156263] ipq_nss_get_mac_addr: MAC[0]: ff:ff:ff:ff:ff:ff
  819. [ 8.161137] ipq_nss_get_mac_addr: MAC[1]: ff:ff:ff:ff:ff:ff
  820. [ 8.166635] ipq_nss_get_mac_addr: MAC[2]: ff:ff:ff:ff:ff:ff
  821. [ 8.172196] ipq_nss_get_mac_addr: MAC[3]: ff:ff:ff:ff:ff:ff
  822. [ 8.177694] no pmic restart interrupt specified
  823. [ 8.187472] devtmpfsú[ 8.190128] Freeing init memory: 1032K
  824.  
  825. init started: BusyBox v1.24.1 (2018-09-28 16:54:38 PDT)
  826. [ 8.486285] UBIFS: recovery needed
  827. [ 8.590534] UBIFS: recovery completed
  828. [ 8.593158] UBIFS: mounted UBI device 0, volume 3, name "storage"
  829. [ 8.599281] UBIFS: file system size: 7364608 bytes (7192 KiB, 7 MiB, 58 LEBs)
  830. [ 8.606529] UBIFS: journal size: 1015809 bytes (992 KiB, 0 MiB, 6 LEBs)
  831. [ 8.613651] UBIFS: media format: w4/r0 (latest is w4/r0)
  832. [ 8.619462] UBIFS: default compressor: lzo
  833. [ 8.623523] UBIFS: reserved for root: 347848 bytes (339 KiB)
  834. WARNING! THIS CONSOLE IS LOGGED! UNAUTHORIZED ACCESS FORBIDDEN!
  835. [ 8.690378] Sat Jan 1 00:00:00 UTC 2000
  836. <Meraki> [ 8.818681] Quick boot reason lookup:
  837. [ 8.836051] No valid safe config available or fallback disabled, remove unsafe config
  838. [ 8.859575] sysctl: error: 'vm.extfrag_threshold' is an unknown key
  839. [ 8.981724] 377+0 records in
  840. [ 8.983567] 377+0 records out
  841. [ 8.986629] 12064 bytes (11.8KB) copied, 0.103885 seconds, 113.4KB/s
  842. [ 9.099843] 377+0 records in
  843. [ 9.101686] 377+0 records out
  844. [ 9.104748] 12064 bytes (11.8KB) copied, 0.103972 seconds, 113.3KB/s
  845. [ 9.217838] 377+0 records in
  846. [ 9.219650] 377+0 records out
  847. [ 9.222680] 12064 bytes (11.8KB) copied, 0.103939 seconds, 113.3KB/s
  848. [ 11.272446] GPIO Bitbanged MDIO: probed
  849. [ 11.385567] GPIO Bitbanged MDIO: probed
  850. [ 11.411121] AQ PHY Device registered
  851. [ 11.428772] **********************************************************
  852. [ 11.434270] * Driver :NSS GMAC Driver for RTL v(3.72a)
  853. [ 11.439675] * Version :1.0
  854. [ 11.442517] * Copyright :Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
  855. [ 11.450952] **********************************************************
  856. [ 11.457950] GMAC0(de3164c0) Invalid MAC@ - using 6e:6f:70:71:72:73
  857. [ 11.470571] GMAC1(de315cc0) Invalid MAC@ - using ae:af:b0:b1:b2:b3
  858. [ 11.481443] GMAC2(de3154c0) Invalid MAC@ - using 6e:6f:70:71:72:73
  859. [ 11.495345] GMAC3(de5becc0) Invalid MAC@ - using 56:57:58:59:5a:5b
  860. [ 11.543017] nss_driver - fw of size 378944 bytes copied to load addr: 40000000, nss_id : 0
  861. [ 11.571321] nss_driver - Turbo Support 1
  862. [ 11.574289] Supported Frequencies - 110Mhz 550Mhz 733Mhz
  863. [ 11.606091] nss_driver - fw of size 190016 bytes copied to load addr: 40800000, nss_id : 1
  864. [ 11.633770] Error - Duplicate Interface CB Registered for interface 107
  865. [ 11.639362] Error - Duplicate Interface CB Registered for interface 110
  866. [ 11.706622] qca_85xx_sw: 8511 switch initialized
  867. [ 11.729834] bonding: wired0 is being created...
  868. [ 11.830240] bonding: wired0: setting mode to balance-xor (2).
  869. [ 11.835051] bonding: wired0: setting xmit hash policy to layer2+3 (2).
  870. [ 11.843080] bonding: wired0: Adding slave eth1.
  871. [ 11.847422] bonding: wired0: enslaving eth1 as an active interface with an up link.
  872. [ 11.854295] bonding: wired0: Adding slave eth2.
  873. [ 11.859044] eth2: 1000 Mbps Full Duplex
  874. [ 12.886597] bonding: wired0: enslaving eth2 as an active interface with an up link.
  875. [ 12.893345] bonding: wired0: Adding slave eth3.
  876. [ 12.898000] eth3: 1000 Mbps Full Duplex
  877. [ 13.468259] eth1: 1000 Mbps Full Duplex
  878. [ 13.926554] bonding: wired0: enslaving eth3 as an active interface with an up link.
  879. [ 14.410434] Bluetooth: ti254x: firmware is up to date.
  880. [ 14.420618] sysctl -w vm.panic_on_oom=2
  881. [ 14.426741] vm.panic_on_oom = 2
  882. [ 14.486035] click: starting router thread pid 1815 (de5b7300)
  883. [ 14.529365] elts_meraki: module license 'unspecified' taints kernel.
  884. [ 14.624586] Single synchronous check for reset
  885. [ 14.949297] nss_macsec init success
  886. [ 14.967603]
  887. [ 14.972664] boot 16 build 25-201809281433-G5614545c-rel-lawn board cryptid mac E0:CB:BC:51:97:C6
  888. [ 14.984067] Module: mdio_bitbang .text=0xbf000000 .data= .bss=
  889. [ 14.984067] Module: mdio_gpio .text=0xbf004000 .data=0xbf004424 .bss=
  890. [ 14.984067] Module: aq_phy .text=0xbf008000 .data=0xbf008f40 .bss=
  891. [ 14.984098] Module: qca_nss_gmac .text=0xbf00d000 .data=0xbf0137c4 .bss=0xbf013b18
  892. [ 14.984098] Module: qca_nss_drv .text=0xbf01c000 .data=0xbf0328f8 .bss=0xbf033698
  893. [ 14.984098] Module: qca_85xx_sw .text=0xbf04f000 .data=0xbf051924 .bss=0xbf051ba4
  894. [ 14.984098] Module: proclikefs .text=0xbf057000 .data= .bss=0xbf057b00
  895. [ 14.984098] Module: merakiclick .text=0xbf05c000 .data=0xbf156834 .bss=0xbf156ac0
  896. [ 14.984098] Module: elts_meraki .text=0xbf25c000 .data=0xbf4e8dd0 .bss=0xbf4ea448
  897. [ 14.984098] Module: qca_nss_macsec .text=0xbf69c000 .data=0xbf6a925c .bss=0xbf6a9628
  898. [ 15.081661] phram: phram-oops device: 0x40000 at 0x5ffc0000
  899. [ 15.297000] ti254x: SUCCESS hciconfig hci0 up
  900. [ 16.321087] adf: module license 'Proprietary' taints kernel.
  901. [ 16.328397] asf: module license 'Proprietary' taints kernel.
  902. [ 16.335332] ath_spectral: module license 'Proprietary' taints kernel.
  903. [ 16.341487] ath_spectral: Version 2.0.0
  904. [ 16.341487] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
  905. [ 16.355232] ath_hal: module license 'Proprietary' taints kernel.
  906. [ 16.361793] ath_hal: 0.9.17.1 (AR9380, WRITE_EEPROM, TX_DATA_SWAP, RX_DATA_SWAP, 11D)
  907. [ 16.370727] ath_dfs: module license 'Proprietary' taints kernel.
  908. [ 16.376694] ath_dfs: Version 2.0.0
  909. [ 16.376694] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
  910. [ 16.407716] ath_ol_pci: (Atheros/multi-bss)
  911. [ 16.410996] ol_ath_pci_probe: PCI device id 0050 :0050
  912. [ 16.416088] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
  913. [ 16.421961] *********** Peregrine **************
  914. [ 16.426460] __ol_ath_attach: Creating netdev wifi2
  915. [ 16.431271]
  916. [ 16.431271] __ol_ath_attach() Allocated scn dce404c0
  917. [ 16.437613] ath_ol_pci 0000:01:00.0: ath DEBUG: sc=0xdde72800
  918. [ 16.443330]
  919. [ 16.443330] ol_ath_pci_configure : num_desired MSI set to 0
  920. [ 16.450484]
  921. [ 16.450484] Using PCI Legacy Interrupt
  922. [ 17.456201]
  923. [ 17.456201] CLOCK PLL skipped
  924. [ 17.461918] __ol_ath_attach: dev name wifi2
  925. [ 17.465104] ol_ath_attach interface_id 2
  926. [ 17.469040] ol_target_init() BMI inited.
  927. [ 17.473008] ol_target_init() BMI Get Target Info.
  928. [ 17.477569] Chip id: 0x7, chip version: 0x4100016d
  929. [ 17.482318]
  930. [ 17.482318] CE WAR Disabled
  931. [ 17.486785] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  932. [ 17.492221] ol_target_init() configure Target .
  933. [ 17.496719] ol_transfer_bin_file: flash data file defined
  934. [ 17.501999] ol_transfer_bin_file[3752] Get Caldata for wifi2.
  935. [ 17.507872] __adf_os_fs_read[42], Open File /tmp/wifi2.caldata SUCCESS!!
  936. [ 17.514370] file system magic:16914836
  937. [ 17.518275] super blocksize:4096
  938. [ 17.521524] inode 1887
  939. [ 17.523930] file size:12064
  940. [ 17.526835] __adf_os_fs_read[55]: caldata data size mismatch, fsize=12064, cal_size=2116
  941. [ 17.534926] ol_transfer_bin_file 3813: Download Flash data len 2116
  942. [ 17.541268] Board extended Data download address: 0x0
  943. [ 17.550015] ol_download_cal_data: Board data file: 4 successfully downloaded, download address: 00401cc0
  944. [ 17.558731]
  945. [ 17.558731] Mission mode: Firmware CHIP Version 0
  946. [ 17.564761] ol_transfer_bin_file: Downloading firmware file: AR9887/athwlan.bin
  947. [ 17.572258] eth2: 1000 Mbps Full Duplex
  948. [ 17.575820] macsec_ncb mac_id:0x2 speed:0x3e8
  949. [ 17.580068] ol_transfer_bin_file 3623: downloading file 1, Download data len 230420
  950. [ 18.497875] eth1: 1000 Mbps Full Duplex
  951. [ 18.500718] macsec_ncb mac_id:0x1 speed:0x3e8
  952. [ 18.568353] ol_target_init() Download FW done.
  953. [ 18.571883] ol_ath_attach() WMI attached. wmi_handle d97c0000
  954. [ 18.577756] htc_wmi_init() HT Create . dcd82800
  955. [ 18.582224] htc_wmi_init() HIF Claim.
  956. [ 18.585910] htc_wmi_init 7732 host_enable 1 nss_nwifi_offload 0
  957. [ 18.591752] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  958. [ 18.601124] OL_ACBKMinfree : 0
  959. [ 18.604217] OL_ACBEMinfree : 0
  960. [ 18.607372] OL_ACVIMinfree : 0
  961. [ 18.610465] OL_ACVOMinfree : 0
  962. [ 18.615182] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5
  963. [ 18.620524] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x5af02440 nbytes 0 recv_ctxt 0xd98f20c0
  964. [ 18.629459] Startup Mode-0 set
  965. [ 18.630427] eth3: 1000 Mbps Full Duplex
  966. [ 18.630427] macsec_ncb mac_id:0x3 speed:0x3e8
  967. [ 18.640674]
  968. [ 18.640674] <=== cfg max peer id 1056 ====>
  969. [ 18.646454] HTC Service:0x0300 ep:1 TX flow control disabled
  970. [ 18.652077] htt_peer_map_timer_init Enter pdev d9a04000 hrtimer d9a06520
  971. [ 18.658637]
  972. [ 18.658637] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d8418000 paddr 59918000
  973. [ 18.668447]
  974. [ 18.668447] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  975. [ 18.677944] CE_pkt_dl_len_set CE 4 Pkt download length 64
  976. [ 18.682380] ol_txrx_pdev_attach: 1424 tx desc's allocated ; range starts from d8010000
  977. [ 18.690502] HTC Service:0x0100 ep:2 TX flow control disabled
  978. [ 18.696626] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event
  979. [ 18.702655] Firmware_Build_Number:0
  980. [ 18.706185] host/RAM_fw Build Ver Mismatch: H:0x5C, F:0x0 !
  981. [ 18.711840] num_rf_chain:0x00000001 ht_cap_info:0x0000085b vht_cap_info:0x338001b2 vht_supp_mcs:0x0000fffe
  982. [ 18.721711]
  983. [ 18.721743] RES CFG Support wmi_service_bitmap 874a
  984. [ 18.728241]
  985. [ 18.728241] Sending Ext resource cfg: HOST PLATFORM as 1 and fw_feature_bitmap as 50 to TGT
  986. [ 18.738050] ol_ath_service_ready_event: tt_support: 0
  987. [ 18.743267] ol_ath_service_ready_event: periodic_chan_stats: 1
  988. [ 18.749078] ol_ath_service_ready_event: sw_cal_support_check_flag: 0
  989. [ 18.755420] LARGE_AP enabled. num_peers 144, num_vdevs 16, num_tids 256
  990. [ 18.762011] idx 0 req 1 num_units 0 num_unit_info 2 unit size 404 actual units 145
  991. [ 18.769790] ol_ath_alloc_host_mem_chunk req_id 1 idx 0 num_units 145 unit_len 404,
  992. [ 18.777288] chunk 0 len 58580 requested ,ptr 0x59530000
  993. [ 18.789534] FIRMWARE:P 145 V 16 T 443
  994. [ 18.789534]
  995. [ 18.794814] wmi_ready_event_rx: WMI UNIFIED READY event
  996. [ 18.799218] ol_ath_connect_htc() WMI is ready
  997. [ 18.803498] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 2
  998. [ 18.818369] ol_ath_attach() connect HTC.
  999. [ 18.821305] bypasswmi : 0
  1000. [ 18.823930] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  1001. [ 18.835676] target uses HTT version 2.2; host uses 2.2
  1002. [ 18.840893] Skipping VHT80 channel 5825
  1003. [ 18.845048] acfg_attach: 2892: Netlink socket created:ddd10a00
  1004. [ 18.850452] SPECTRAL : get_capability not registered
  1005. [ 18.855357] HAL_CAP_PHYDIAG : Capable
  1006. [ 18.859012] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  1007. [ 18.867072] SPECTRAL : get_capability not registered
  1008. [ 18.872008] HAL_CAP_RADAR : Capable
  1009. [ 18.875663] SPECTRAL : Need to fix the capablity check for SPECTRAL
  1010. [ 18.875663] (spectral_attach : 242)
  1011. [ 18.885473] SPECTRAL : get_capability not registered
  1012. [ 18.890440] HAL_CAP_SPECTRAL_SCAN : Capable
  1013. [ 18.894595] SPECTRAL : get_tsf64 not registered
  1014. [ 18.899125] spectral_init_netlink 78 NULL SKB
  1015. [ 18.903436] Green-AP : Green-AP : Attached
  1016. [ 18.903436]
  1017. [ 18.908997] Green-AP : Attached
  1018. [ 18.912152] ol_if_dfs_attach: called; ptr=d8a91984, radar_info=ddd87c70
  1019. [ 18.918744] dfs_attach: event log enabled by default
  1020. [ 18.924211] ol_ath_attach() UMAC attach .
  1021. [ 18.927772]
  1022. [ 18.927772] BURSTING enabled by default
  1023. [ 18.933177] ACS not enabled
  1024. [ 18.935988] __ol_ath_attach: hard_header_len reservation 74
  1025. [ 18.943798] ol_ath_thermal_mitigation_attach: TT not supported in FW
  1026. [ 18.949172] ol_ath_pci_probe: PCI device id 0046 :0046
  1027. [ 18.954233] PCI: enabling device 0000:03:00.0 (0140 -> 0142)
  1028. [ 18.959981] *********** Cascade *************
  1029. [ 18.964292] __ol_ath_attach: Creating netdev wifi1
  1030. [ 18.969197]
  1031. [ 18.969197] __ol_ath_attach() Allocated scn d83004c0
  1032. [ 18.975507] ath_ol_pci 0000:03:00.0: ath DEBUG: sc=0xd9474000
  1033. [ 18.981255]
  1034. [ 18.981255] ol_ath_pci_configure : num_desired MSI set to 0
  1035. [ 18.988378]
  1036. [ 18.988378] Using PCI Legacy Interrupt
  1037. [ 18.993658] chip_id 0xa chip_revision 0x0
  1038. [ 19.007091]
  1039. [ 19.007091] CLOCK PLL skipped
  1040. [ 19.010652] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff
  1041. [ 19.018494] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL
  1042. [ 19.025773] HIF_PCIDeviceProbed: targ_clk is not provided, skipping pre-configuring PLL
  1043. [ 19.035801] __ol_ath_attach: dev name wifi1
  1044. [ 19.038956] ol_ath_attach interface_id 1
  1045. [ 19.042861] ol_target_init() BMI inited.
  1046. [ 19.046860] ol_target_init() BMI Get Target Info.
  1047. [ 19.051452] Chip id: 0xa, chip version: 0x1000000
  1048. [ 19.056138]
  1049. [ 19.056138] CE WAR Disabled
  1050. [ 19.060637] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  1051. [ 19.066073] ol_target_init() configure Target .
  1052. [ 19.070509]
  1053. [ 19.070509] Target Version is 1000000
  1054. [ 19.075601]
  1055. [ 19.075601] Flash Download Address c0000
  1056. [ 19.081255] ol_transfer_bin_file: flash data file defined
  1057. [ 19.086722] ol_transfer_bin_file[3752] Get Caldata for wifi1.
  1058. [ 19.092502] __adf_os_fs_read[42], Open File /tmp/wifi1.caldata SUCCESS!!
  1059. [ 19.099125] file system magic:16914836
  1060. [ 19.102874] super blocksize:4096
  1061. [ 19.106310] inode 1886
  1062. [ 19.108591] file size:12064
  1063. [ 19.111590] ol_transfer_bin_file 3813: Download Flash data len 12064
  1064. [ 19.118025] Board extended Data download address: 0x0
  1065. [ 19.142955]
  1066. [ 19.142955] Board data initialized
  1067. [ 19.146985] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  1068. [ 19.154482]
  1069. [ 19.154482] Selecting OTP binary for CHIP Version 0
  1070. [ 19.168291] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000
  1071. [ 19.204561]
  1072. [ 19.204561] First OTP send param 8000
  1073. [ 19.592814] [wifi2] FWLOG: [19034] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x460, 0x460, 0x0 )
  1074. [ 19.600406] [wifi2] FWLOG: [19034] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x460, 0x460, 0x0 )
  1075. [ 19.609090] [wifi2] FWLOG: [19034] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x460, 0x460, 0x0 )
  1076. [ 19.617744] [wifi2] FWLOG: [19034] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x460, 0x460, 0x0 )
  1077. [ 19.626460] [wifi2] FWLOG: [19036] WHAL_ERROR_RESET_PM ( )
  1078. [ 19.632021] [wifi2] FWLOG: [19041] WAL_DBGID_DEV_RESET ( 0x1, 0x1, 0x1 )
  1079. [ 21.420930] ol_ath_download_firmware :First OTP download and Execute is good address:0x400 return param 4660
  1080. [ 21.429803] ol_ath_download_firmware:##Board Id 1 , CHIP Id 0
  1081. [ 21.435645] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  1082. [ 21.442549] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/mr53/boardData_QCA9984_CUS239_5G_v1_001.bin
  1083. [ 21.462730] ol_transfer_bin_file 3623: downloading file 3, Download data len 12064
  1084. [ 21.471852] Board extended Data download address: 0x0
  1085. [ 21.496188] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  1086. [ 21.502249]
  1087. [ 21.502249] Selecting OTP binary for CHIP Version 0
  1088. [ 21.515870] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000
  1089. [ 21.555232]
  1090. [ 21.555232] [Flash] : Ignore Module param
  1091. [ 21.559887]
  1092. [ 21.559887] Second otp download Param 10000
  1093. [ 23.785410] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  1094. [ 23.792658]
  1095. [ 23.792658] Mission mode: Firmware CHIP Version 0
  1096. [ 23.806935] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  1097. [ 23.822461] Swap: bytes_left to copy: fw:16; dma_page:36244
  1098. [ 23.827085] Swap: wrong length read:0
  1099. [ 23.830677] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 225900 Target address 422198
  1100. [ 23.839737] scn=d83004c0 target_write_addr=422198 seg_info=de376a10
  1101. [ 23.845923] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  1102. [ 23.854732] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
  1103. [ 23.864885] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
  1104. [ 23.880724] ol_transfer_bin_file 3623: downloading file 1, Download data len 374024
  1105. [ 25.107185] ol_target_init() Download FW done.
  1106. [ 25.110746] ol_ath_attach() WMI attached. wmi_handle d9910000
  1107. [ 25.116682] htc_wmi_init() HT Create . dcd84000
  1108. [ 25.121024] htc_wmi_init() HIF Claim.
  1109. [ 25.124742] htc_wmi_init 7732 host_enable 0 nss_nwifi_offload 0
  1110. [ 25.130584] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  1111. [ 25.139956] OL_ACBKMinfree : 0
  1112. [ 25.143049] OL_ACBEMinfree : 0
  1113. [ 25.146173] OL_ACVIMinfree : 0
  1114. [ 25.149328] OL_ACVOMinfree : 0
  1115. [ 25.153764] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5
  1116. [ 25.159075] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x5a25e040 nbytes 0 recv_ctxt 0xd97ae240
  1117. [ 25.168103] Startup Mode-0 set
  1118. [ 25.170946]
  1119. [ 25.170946] <=== cfg max peer id 1056 ====>
  1120. [ 25.179881] HTC Service:0x0300 ep:1 TX flow control disabled
  1121. [ 25.184692] htt_peer_map_timer_init Enter pdev d8e44000 hrtimer d8e46520
  1122. [ 25.191221]
  1123. [ 25.191221] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d8897000 paddr 59d97000
  1124. [ 25.200937]
  1125. [ 25.200937] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  1126. [ 25.210465] CE_pkt_dl_len_set CE 4 Pkt download length 64
  1127. [ 25.214870] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d8940000
  1128. [ 25.223086] HTC Service:0x0100 ep:2 TX flow control disabled
  1129. [ 25.229147] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event
  1130. [ 25.235145] Firmware_Build_Number:92
  1131. [ 25.238800] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79f2 vht_supp_mcs:0x0000ffaa
  1132. [ 25.248672]
  1133. [ 25.248672] RES CFG Support wmi_service_bitmap 9778
  1134. [ 25.255170]
  1135. [ 25.255170] Sending Ext resource cfg: HOST PLATFORM as 0 and fw_feature_bitmap as 50 to TGT
  1136. [ 25.265010] ol_ath_service_ready_event: tt_support: 1
  1137. [ 25.270196] ol_ath_service_ready_event: periodic_chan_stats: 1
  1138. [ 25.276007] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
  1139. [ 25.282349] Peer Caching Enabled ; num_peers = 257, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  1140. [ 25.291815] Mesh Supported
  1141. [ 25.294501] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53
  1142. [ 25.302280] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  1143. [ 25.309715] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53
  1144. [ 25.317557] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  1145. [ 25.325054] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53
  1146. [ 25.333020] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  1147. [ 25.340424] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 258
  1148. [ 25.348391] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 86 unit_len 2216,
  1149. [ 25.355920] ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 86 unit_len 2216,
  1150. [ 25.363448] ol_ath_alloc_host_mem_chunk req_id 1 idx 5 num_units 86 unit_len 2216,
  1151. [ 25.370915] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35
  1152. [ 25.378756] ol_ath_alloc_host_mem_chunk req_id 6 idx 6 num_units 35 unit_len 3072,
  1153. [ 25.386254] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1
  1154. [ 25.394001] ol_ath_alloc_host_mem_chunk req_id 7 idx 7 num_units 1 unit_len 12288,
  1155. [ 25.401562] idx 6 req 5 num_units 0 num_unit_info 2 unit size 1980 actual units 258
  1156. [ 25.409465] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 129 unit_len 1980,
  1157. [ 25.417119] ol_ath_alloc_host_mem_chunk req_id 5 idx 9 num_units 129 unit_len 1980,
  1158. [ 25.424617] chunk 0 len 13568 requested ,ptr 0x5a134000
  1159. [ 25.430021] chunk 1 len 54272 requested ,ptr 0x59e30000
  1160. [ 25.435395] chunk 2 len 217088 requested ,ptr 0x59ec0000
  1161. [ 25.440862] chunk 3 len 190576 requested ,ptr 0x5a800000
  1162. [ 25.446329] chunk 4 len 190576 requested ,ptr 0x5a840000
  1163. [ 25.451796] chunk 5 len 190576 requested ,ptr 0x5a880000
  1164. [ 25.457263] chunk 6 len 107520 requested ,ptr 0x59ea0000
  1165. [ 25.462730] chunk 7 len 12288 requested ,ptr 0x59c38000
  1166. [ 25.468134] chunk 8 len 255420 requested ,ptr 0x5a8c0000
  1167. [ 25.473570] chunk 9 len 255420 requested ,ptr 0x5aa00000
  1168. [ 25.479069] ol_ath_service_ready_event[4067] WAPI MBSSID 2
  1169. [ 25.554045] wmi_ready_event_rx: WMI UNIFIED READY event
  1170. [ 25.558419] ol_ath_connect_htc() WMI is ready
  1171. [ 25.562761] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
  1172. [ 25.577600] ol_ath_attach() connect HTC.
  1173. [ 25.580568] target uses HTT version 2.2; host uses 2.2
  1174. [ 25.585691] bypasswmi : 0
  1175. [ 25.588316] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  1176. [ 25.600093] Skipping VHT80 channel 5825
  1177. [ 25.605092] acfg_attach: Offload using existing sock ddd10a00
  1178. [ 25.609840] SPECTRAL : get_capability not registered
  1179. [ 25.614745] HAL_CAP_PHYDIAG : Capable
  1180. [ 25.618400] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  1181. [ 25.626491] SPECTRAL : get_capability not registered
  1182. [ 25.631427] HAL_CAP_RADAR : Capable
  1183. [ 25.635051] SPECTRAL : Need to fix the capablity check for SPECTRAL
  1184. [ 25.635051] (spectral_attach : 242)
  1185. [ 25.644892] SPECTRAL : get_capability not registered
  1186. [ 25.649828] HAL_CAP_SPECTRAL_SCAN : Capable
  1187. [ 25.653983] SPECTRAL : get_tsf64 not registered
  1188. [ 25.658512] spectral_init_netlink 78 NULL SKB
  1189. [ 25.662855] Green-AP : Green-AP : Attached
  1190. [ 25.662855]
  1191. [ 25.668416] Green-AP : Attached
  1192. [ 25.671508] rate power table override is only supported for AR98XX
  1193. [ 25.677725] ol_if_dfs_attach: called; ptr=d8a51984, radar_info=ddd87c70
  1194. [ 25.684286] dfs_attach: event log enabled by default
  1195. [ 25.689940] ol_ath_attach() UMAC attach .
  1196. [ 25.693314]
  1197. [ 25.693314] BURSTING enabled by default
  1198. [ 25.698719] ACS not enabled
  1199. [ 25.701562] __ol_ath_attach: needed_headroom reservation 60
  1200. [ 25.712433] ol_ath_thermal_mitigation_attach: --
  1201. [ 25.716119] ol_ath_pci_probe: PCI device id 0046 :0046
  1202. [ 25.721180] PCI: enabling device 0000:05:00.0 (0140 -> 0142)
  1203. [ 25.726929] *********** Cascade *************
  1204. [ 25.731271] __ol_ath_attach: Creating netdev wifi0
  1205. [ 25.736144]
  1206. [ 25.736144] __ol_ath_attach() Allocated scn d96004c0
  1207. [ 25.742455] ath_ol_pci 0000:05:00.0: ath DEBUG: sc=0xd8d5f400
  1208. [ 25.748328]
  1209. [ 25.748328] ol_ath_pci_configure : num_desired MSI set to 0
  1210. [ 25.755326]
  1211. [ 25.755326] Using PCI Legacy Interrupt
  1212. [ 25.760606] chip_id 0xa chip_revision 0x0
  1213. [ 25.774133]
  1214. [ 25.774133] CLOCK PLL skipped
  1215. [ 25.777725] HIF_PCIDeviceProbed: setting the target pll frac ffffffff intval ffffffff
  1216. [ 25.785598] HIF_PCIDeviceProbed: no frac provided, skipping pre-configuring PLL
  1217. [ 25.792845] HIF_PCIDeviceProbed: targ_clk is not provided, skipping pre-configuring PLL
  1218. [ 25.802936] __ol_ath_attach: dev name wifi0
  1219. [ 25.806123] ol_ath_attach interface_id 0
  1220. [ 25.810059] ol_target_init() BMI inited.
  1221. [ 25.814026] ol_target_init() BMI Get Target Info.
  1222. [ 25.818619] Chip id: 0xa, chip version: 0x1000000
  1223. [ 25.823273]
  1224. [ 25.823273] CE WAR Disabled
  1225. [ 25.828022] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
  1226. [ 25.833364] ol_target_init() configure Target .
  1227. [ 25.837706]
  1228. [ 25.837706] Target Version is 1000000
  1229. [ 25.842705]
  1230. [ 25.842705] Flash Download Address c0000
  1231. [ 25.848391] ol_transfer_bin_file: flash data file defined
  1232. [ 25.853733] ol_transfer_bin_file[3752] Get Caldata for wifi0.
  1233. [ 25.859637] __adf_os_fs_read[42], Open File /tmp/wifi0.caldata SUCCESS!!
  1234. [ 25.866166] file system magic:16914836
  1235. [ 25.869978] super blocksize:4096
  1236. [ 25.873258] inode 2629
  1237. [ 25.875695] file size:12064
  1238. [ 25.881693] ol_transfer_bin_file 3813: Download Flash data len 12064
  1239. [ 25.887191] Board extended Data download address: 0x0
  1240. [ 25.912464]
  1241. [ 25.912464] Board data initialized
  1242. [ 25.916494] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000
  1243. [ 25.924148]
  1244. [ 25.924148] Selecting OTP binary for CHIP Version 0
  1245. [ 25.940893] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000
  1246. [ 25.978662]
  1247. [ 25.978694] First OTP send param 8000
  1248. [ 26.130334] [wifi1] FWLOG: [25939] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
  1249. [ 26.137894] [wifi1] FWLOG: [25939] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
  1250. [ 26.146610] [wifi1] FWLOG: [25939] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
  1251. [ 26.155295] [wifi1] FWLOG: [25939] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
  1252. [ 28.195032] ol_ath_download_firmware :First OTP download and Execute is good address:0x800 return param 4660
  1253. [ 28.203873] ol_ath_download_firmware:##Board Id 2 , CHIP Id 0
  1254. [ 28.209778] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
  1255. [ 28.216588] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/mr53/boardData_QCA9984_CUS260_2G_v1_002.bin
  1256. [ 28.236769] ol_transfer_bin_file 3623: downloading file 3, Download data len 12064
  1257. [ 28.243486] Board extended Data download address: 0x0
  1258. [ 28.269540] ol_ath_download_firmware: Using 0x1234 for the remainder of init
  1259. [ 28.275601]
  1260. [ 28.275601] Selecting OTP binary for CHIP Version 0
  1261. [ 28.289409] ol_transfer_bin_file 3623: downloading file 0, Download data len 9000
  1262. [ 28.325929]
  1263. [ 28.325929] [Flash] : Ignore Module param
  1264. [ 28.330490]
  1265. [ 28.330490] Second otp download Param 10000
  1266. [ 28.552608] Switching to Tx Mode-1 Threshold 280
  1267. [ 30.556138] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0
  1268. [ 30.563542]
  1269. [ 30.563542] Mission mode: Firmware CHIP Version 0
  1270. [ 30.577756] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
  1271. [ 30.596688] Swap: bytes_left to copy: fw:16; dma_page:36244
  1272. [ 30.601280] Swap: wrong length read:0
  1273. [ 30.604904] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 225900 Target address 422198
  1274. [ 30.614089] scn=d96004c0 target_write_addr=422198 seg_info=c18e3e10
  1275. [ 30.620243] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
  1276. [ 30.628928] bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
  1277. [ 30.639237] ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
  1278. [ 30.654889] ol_transfer_bin_file 3623: downloading file 1, Download data len 374024
  1279. [ 31.885785] ol_target_init() Download FW done.
  1280. [ 31.889347] ol_ath_attach() WMI attached. wmi_handle db5d0000
  1281. [ 31.895189] htc_wmi_init() HT Create . dcd85000
  1282. [ 31.899656] htc_wmi_init() HIF Claim.
  1283. [ 31.903498] htc_wmi_init 7732 host_enable 0 nss_nwifi_offload 0
  1284. [ 31.909215] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
  1285. [ 31.918556] OL_ACBKMinfree : 0
  1286. [ 31.921680] OL_ACBEMinfree : 0
  1287. [ 31.924804] OL_ACVIMinfree : 0
  1288. [ 31.927928] OL_ACVOMinfree : 0
  1289. [ 31.932583] CE_recv_buf_enqueue 877 Populate last entry 512 for CE 5
  1290. [ 31.937956] CE_recv_buf_enqueue 886 CE 5 wi 511 dest_ptr 0x5970d840 nbytes 0 recv_ctxt 0xd8e133c0
  1291. [ 31.947328] Startup Mode-0 set
  1292. [ 31.949828]
  1293. [ 31.949859] <=== cfg max peer id 1056 ====>
  1294. [ 31.955638] HTC Service:0x0300 ep:1 TX flow control disabled
  1295. [ 31.961355] htt_peer_map_timer_init Enter pdev d8214000 hrtimer d8216520
  1296. [ 31.967822]
  1297. [ 31.967822] htt_alloc_peer_map_mem : Alloc Success : host q vaddr d8299000 paddr 59799000
  1298. [ 31.977600]
  1299. [ 31.977600] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
  1300. [ 31.987285] CE_pkt_dl_len_set CE 4 Pkt download length 64
  1301. [ 31.991721] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d92e0000
  1302. [ 32.000062] HTC Service:0x0100 ep:2 TX flow control disabled
  1303. [ 32.005873] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event
  1304. [ 32.011965] Firmware_Build_Number:92
  1305. [ 32.015588] num_rf_chain:0x00000004 ht_cap_info:0x0000185b vht_cap_info:0x339b79f2 vht_supp_mcs:0x0000ffaa
  1306. [ 32.025492]
  1307. [ 32.025492] RES CFG Support wmi_service_bitmap 9778
  1308. [ 32.032021]
  1309. [ 32.032021] Sending Ext resource cfg: HOST PLATFORM as 0 and fw_feature_bitmap as 52 to TGT
  1310. [ 32.041830] ol_ath_service_ready_event: tt_support: 1
  1311. [ 32.047016] ol_ath_service_ready_event: periodic_chan_stats: 1
  1312. [ 32.052827] ol_ath_service_ready_event: sw_cal_support_check_flag: 1
  1313. [ 32.059169] Peer Caching Enabled ; num_peers = 257, num_active_peers = 52 num_tids = 104, num_vdevs = 17
  1314. [ 32.068634] Mesh Supported
  1315. [ 32.071321] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53
  1316. [ 32.079069] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
  1317. [ 32.086504] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53
  1318. [ 32.094376] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
  1319. [ 32.101874] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53
  1320. [ 32.109840] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
  1321. [ 32.117244] idx 0 req 1 num_units 0 num_unit_info 2 unit size 2216 actual units 258
  1322. [ 32.125179] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 86 unit_len 2216,
  1323. [ 32.132739] ol_ath_alloc_host_mem_chunk req_id 1 idx 4 num_units 86 unit_len 2216,
  1324. [ 32.140268] ol_ath_alloc_host_mem_chunk req_id 1 idx 5 num_units 86 unit_len 2216,
  1325. [ 32.147735] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35
  1326. [ 32.155607] ol_ath_alloc_host_mem_chunk req_id 6 idx 6 num_units 35 unit_len 3072,
  1327. [ 32.163074] idx 5 req 7 num_units 1 num_unit_info 0 unit size 12288 actual units 1
  1328. [ 32.170821] ol_ath_alloc_host_mem_chunk req_id 7 idx 7 num_units 1 unit_len 12288,
  1329. [ 32.178350] idx 6 req 5 num_units 0 num_unit_info 2 unit size 1980 actual units 258
  1330. [ 32.186285] ol_ath_alloc_host_mem_chunk req_id 5 idx 8 num_units 129 unit_len 1980,
  1331. [ 32.193908] ol_ath_alloc_host_mem_chunk req_id 5 idx 9 num_units 129 unit_len 1980,
  1332. [ 32.201468] chunk 0 len 13568 requested ,ptr 0x5ab74000
  1333. [ 32.206841] chunk 1 len 54272 requested ,ptr 0x590c0000
  1334. [ 32.212214] chunk 2 len 217088 requested ,ptr 0x59100000
  1335. [ 32.217681] chunk 3 len 190576 requested ,ptr 0x59140000
  1336. [ 32.223149] chunk 4 len 190576 requested ,ptr 0x59180000
  1337. [ 32.228616] chunk 5 len 190576 requested ,ptr 0x591c0000
  1338. [ 32.234083] chunk 6 len 107520 requested ,ptr 0x590e0000
  1339. [ 32.239550] chunk 7 len 12288 requested ,ptr 0x5af0c000
  1340. [ 32.244923] chunk 8 len 255420 requested ,ptr 0x59200000
  1341. [ 32.250421] chunk 9 len 255420 requested ,ptr 0x59240000
  1342. [ 32.255888] ol_ath_service_ready_event[4067] WAPI MBSSID 2
  1343. [ 32.330146]
  1344. [ 32.330146] !!!!! {/usr/bin/list_updater} reading /tmp/brain_state failed [2]: No such file or directory
  1345. [ 32.340237] wmi_ready_event_rx: WMI UNIFIED READY event
  1346. [ 32.345673] ol_ath_connect_htc() WMI is ready
  1347. [ 32.349859] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0
  1348. [ 32.364854] ol_ath_attach() connect HTC.
  1349. [ 32.367853] target uses HTT version 2.2; host uses 2.2
  1350. [ 32.373008] bypasswmi : 0
  1351. [ 32.375601] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
  1352. [ 32.387597] acfg_attach: Offload using existing sock ddd10a00
  1353. [ 32.393064] SPECTRAL : get_capability not registered
  1354. [ 32.398000] HAL_CAP_PHYDIAG : Capable
  1355. [ 32.401655] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
  1356. [ 32.409746] SPECTRAL : get_capability not registered
  1357. [ 32.414651] HAL_CAP_RADAR : Capable
  1358. [ 32.418306] SPECTRAL : Need to fix the capablity check for SPECTRAL
  1359. [ 32.418306] (spectral_attach : 242)
  1360. [ 32.428147] SPECTRAL : get_capability not registered
  1361. [ 32.433083] HAL_CAP_SPECTRAL_SCAN : Capable
  1362. [ 32.437238] SPECTRAL : get_tsf64 not registered
  1363. [ 32.441861] spectral_init_netlink 78 NULL SKB
  1364. [ 32.446204] Green-AP : Green-AP : Attached
  1365. [ 32.446204]
  1366. [ 32.451671] Green-AP : Attached
  1367. [ 32.454764] rate power table override is only supported for AR98XX
  1368. [ 32.461074] ol_if_dfs_attach: called; ptr=d8ac1984, radar_info=ddd87c70
  1369. [ 32.467510] dfs_attach: event log enabled by default
  1370. [ 32.472852] ol_ath_attach() UMAC attach .
  1371. [ 32.476538]
  1372. [ 32.476538] BURSTING enabled by default
  1373. [ 32.482099] ACS not enabled
  1374. [ 32.484786] __ol_ath_attach: needed_headroom reservation 60
  1375. [ 32.493783]
  1376. [ 32.493814] !!!!! {/usr/bin/config_updater} opening /click/mtun3_srv_state/mtunnel_state failed: No such file or directory
  1377. [ 32.494064] ol_ath_thermal_mitigation_attach: --
  1378. [ 32.501562] ath_rate_atheros: module license 'Proprietary' taints kernel.
  1379. [ 32.507185] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
  1380. [ 32.514526] ath_dev: module license 'Proprietary' taints kernel.
  1381. [ 32.519056] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
  1382. [ 32.525492] ath_pktlog: module license 'unspecified' taints kernel.
  1383. [ 32.528178] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
  1384. [ 32.528209] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
  1385. [ 32.528209] pktlog_init: Initializing Pktlog for AR9888, pktlog_hdr_size = 12
  1386. [ 32.781724]
  1387. [ 32.781724] !!!!! {/usr/bin/brain} opening /click/wlan_event/driver_reload failed: No such file or directory
  1388. [ 32.826679] brain: unloading click config
  1389. [ 32.829865] brain: spring cleaning pages
  1390. [ 32.915338] [wifi0] FWLOG: [32819] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 )
  1391. [ 32.922899] [wifi0] FWLOG: [32819] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 )
  1392. [ 32.931583] [wifi0] FWLOG: [32819] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 )
  1393. [ 32.940268] [wifi0] FWLOG: [32819] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 )
  1394. [ 32.989753] [ol_ath_iw_setcountry][1733] *p=55, *(p+1)=53
  1395. [ 32.994189] isCountryCodeValid: EEPROM regdomain 0x0
  1396. [ 33.005560] wlan_vap_create : enter. devhandle=0xd96004c0, opmode=IEEE80211_M_HOSTAP, flags=0x0
  1397. [ 33.013370] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1398. [ 33.020337] ieee80211_mbo_vattach:MBO Initialized
  1399. [ 33.025148] wlan_vap_create : exit. devhandle=0xd96004c0, vap=0xd7e80000, opmode=IEEE80211_M_HOSTAP, flags=0x0.
  1400. [ 33.051296] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1401. [ 33.057450] ieee80211_mbo_vattach:MBO Initialized
  1402. [ 33.077913] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1403. [ 33.083973] ieee80211_mbo_vattach:MBO Initialized
  1404. [ 33.099750] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1405. [ 33.105935] ieee80211_mbo_vattach:MBO Initialized
  1406. [ 33.125460] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1407. [ 33.131646] ieee80211_mbo_vattach:MBO Initialized
  1408. [ 33.150890] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1409. [ 33.157263] ieee80211_mbo_vattach:MBO Initialized
  1410. [ 33.177600] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1411. [ 33.183661] ieee80211_mbo_vattach:MBO Initialized
  1412. [ 33.204029] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1413. [ 33.210184] ieee80211_mbo_vattach:MBO Initialized
  1414. [ 33.230084] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1415. [ 33.236207] ieee80211_mbo_vattach:MBO Initialized
  1416. [ 33.255888] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1417. [ 33.261980] ieee80211_mbo_vattach:MBO Initialized
  1418. [ 33.282349] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1419. [ 33.288534] ieee80211_mbo_vattach:MBO Initialized
  1420. [ 33.310902] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1421. [ 33.317213] ieee80211_mbo_vattach:MBO Initialized
  1422. [ 33.337738] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1423. [ 33.343798] ieee80211_mbo_vattach:MBO Initialized
  1424. [ 33.364292] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1425. [ 33.370509] ieee80211_mbo_vattach:MBO Initialized
  1426. [ 33.390253] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1427. [ 33.396376] ieee80211_mbo_vattach:MBO Initialized
  1428. [ 33.415463] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1429. [ 33.421618] ieee80211_mbo_vattach:MBO Initialized
  1430. [ 33.426273] ol_txrx_set_mesh_mode val 1
  1431. [ 33.443049] wlan_vap_create : enter. devhandle=0xd96004c0, opmode=IEEE80211_M_MONITOR, flags=0x0
  1432. [ 33.451265] wlan_vap_create : exit. devhandle=0xd96004c0, vap=0xd7788000, opmode=IEEE80211_M_MONITOR, flags=0x0.
  1433. [ 33.482599] [ol_ath_iw_setcountry][1733] *p=55, *(p+1)=53
  1434. [ 33.487035] isCountryCodeValid: EEPROM regdomain 0x0
  1435. [ 33.492002] Skipping VHT80 channel 5825
  1436. [ 33.507122] wlan_vap_create : enter. devhandle=0xd83004c0, opmode=IEEE80211_M_HOSTAP, flags=0x0
  1437. [ 33.514839] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1438. [ 33.521868] ieee80211_mbo_vattach:MBO Initialized
  1439. [ 33.526741] wlan_vap_create : exit. devhandle=0xd83004c0, vap=0xd7878000, opmode=IEEE80211_M_HOSTAP, flags=0x0.
  1440. [ 33.552046] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1441. [ 33.558106] ieee80211_mbo_vattach:MBO Initialized
  1442. [ 33.577819] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1443. [ 33.583973] ieee80211_mbo_vattach:MBO Initialized
  1444. [ 33.602749] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1445. [ 33.608997] ieee80211_mbo_vattach:MBO Initialized
  1446. [ 33.628491] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1447. [ 33.634707] ieee80211_mbo_vattach:MBO Initialized
  1448. [ 33.653077] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1449. [ 33.659356] ieee80211_mbo_vattach:MBO Initialized
  1450. [ 33.679475] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1451. [ 33.685598] ieee80211_mbo_vattach:MBO Initialized
  1452. [ 33.704092] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1453. [ 33.710340] ieee80211_mbo_vattach:MBO Initialized
  1454. [ 33.731458] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1455. [ 33.737769] ieee80211_mbo_vattach:MBO Initialized
  1456. [ 33.758013] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1457. [ 33.764167] ieee80211_mbo_vattach:MBO Initialized
  1458. [ 33.780880] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1459. [ 33.787160] ieee80211_mbo_vattach:MBO Initialized
  1460. [ 33.809840] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1461. [ 33.815870] ieee80211_mbo_vattach:MBO Initialized
  1462. [ 33.833270] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1463. [ 33.839362] ieee80211_mbo_vattach:MBO Initialized
  1464. [ 33.859481] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1465. [ 33.865666] ieee80211_mbo_vattach:MBO Initialized
  1466. [ 33.884379] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1467. [ 33.890565] ieee80211_mbo_vattach:MBO Initialized
  1468. [ 33.911527] su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
  1469. [ 33.917744] ieee80211_mbo_vattach:MBO Initialized
  1470. [ 33.922430] ol_txrx_set_mesh_mode val 1
  1471. [ 33.940518] wlan_vap_create : enter. devhandle=0xd83004c0, opmode=IEEE80211_M_MONITOR, flags=0x0
  1472. [ 33.948516] wlan_vap_create : exit. devhandle=0xd83004c0, vap=0xd78c8000, opmode=IEEE80211_M_MONITOR, flags=0x0.
  1473. [ 33.968384] brain: loading click config
  1474. [ 34.732271] OL vap_start -
  1475. [ 34.738363] vap-15(mesh0):set SIOC80211NWID, 9 characters
  1476. [ 34.742736]
  1477. [ 34.742767] DES SSID SET=fast-mesh
  1478. [ 34.749796] Setting Tx Encap type to 0 (Raw)
  1479. [ 34.754701] Setting Rx Decap type to 0 (Raw)
  1480. [ 34.797844] OL vap_start -
  1481. [ 34.803811] vap-15(mesh1):set SIOC80211NWID, 9 characters
  1482. [ 34.808216]
  1483. [ 34.808216] DES SSID SET=fast-mesh
  1484. [ 34.818244] Setting Tx Encap type to 0 (Raw)
  1485. [ 34.823180] Setting Rx Decap type to 0 (Raw)
  1486. [ 34.901811] [ol_ath_iw_setcountry][1733] *p=55, *(p+1)=53
  1487. [ 34.906185] isCountryCodeValid: EEPROM regdomain 0x0
  1488. [ 34.911246] Skipping VHT80 channel 5825
  1489. [ 34.922243] wlan_vap_create : enter. devhandle=0xdce404c0, opmode=IEEE80211_M_HOSTAP, flags=0x1001
  1490. [ 34.930427] ieee80211_mbo_vattach:MBO Initialized
  1491. [ 34.935207] enabling promiscuos bit
  1492. [ 34.938612] wlan_vap_create : exit. devhandle=0xdce404c0, vap=0xd71b0000, opmode=IEEE80211_M_HOSTAP, flags=0x1001.
  1493. [ 34.960855] vap-0(mon2):set SIOC80211NWID, 10 characters
  1494. [ 34.965135]
  1495. [ 34.965135] DES SSID SET=specialvap
  1496. [ 35.001718] [wifi0] FWLOG: [35279] WAL channel change freq=2412, mode=2 flags=0 rx_ok=1 tx_ok=1
  1497. [ 35.016619] OL vap_start -
  1498. [ 35.036488] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43
  1499. [ 35.043798] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43
  1500. [ 35.063323] device wifi2 entered promiscuous mode
  1501. [ 35.075945]
  1502. [ 35.075945] DES SSID SET=
  1503. [ 35.082911]
  1504. [ 35.082911] DES SSID SET=
  1505. [ 35.133895] [wifi1] FWLOG: [35406] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1
  1506. [ 35.140987]
  1507. [ 35.140987] DES SSID SET=
  1508. [ 35.141330]
  1509. [ 35.141330] DES SSID SET=
  1510. [ 35.277413]
  1511. [ 35.277413] DES SSID SET=
  1512. [ 35.281037]
  1513. [ 35.281037] DES SSID SET=
  1514. [ 35.324117]
  1515. [ 35.324117] DES SSID SET=
  1516. [ 35.327928]
  1517. [ 35.327928] DES SSID SET=
  1518. [ 35.333676] Switching to Tx Mode-1 Threshold 280
  1519. [ 35.375507]
  1520. [ 35.375538] DES SSID SET=
  1521. [ 35.379506]
  1522. [ 35.379506] DES SSID SET=
  1523. [ 35.423398]
  1524. [ 35.423398] DES SSID SET=
  1525. [ 35.427397]
  1526. [ 35.427397] DES SSID SET=
  1527. [ 35.466572]
  1528. [ 35.466572] DES SSID SET=
  1529. [ 35.470196]
  1530. [ 35.470196] DES SSID SET=
  1531. [ 35.515495]
  1532. [ 35.515526] DES SSID SET=
  1533. [ 35.519368]
  1534. [ 35.519400] DES SSID SET=
  1535. [ 35.561793]
  1536. [ 35.561793] DES SSID SET=
  1537. [ 35.565479]
  1538. [ 35.565479] DES SSID SET=
  1539. [ 35.594564] [wifi2] FWLOG: [35563] WHAL_ERROR_RESET_CHANNF1 ( )
  1540. [ 35.610871]
  1541. [ 35.610871] DES SSID SET=
  1542. [ 35.614526]
  1543. [ 35.614526] DES SSID SET=
  1544. [ 35.656232]
  1545. [ 35.656232] DES SSID SET=
  1546. [ 35.659981]
  1547. [ 35.659981] DES SSID SET=
  1548. [ 35.701124]
  1549. [ 35.701124] DES SSID SET=
  1550. [ 35.704810]
  1551. [ 35.704810] DES SSID SET=
  1552. [ 35.749578]
  1553. [ 35.749578] DES SSID SET=
  1554. [ 35.753233]
  1555. [ 35.753233] DES SSID SET=
  1556. [ 35.798719]
  1557. [ 35.798719] DES SSID SET=
  1558. [ 35.802405]
  1559. [ 35.802405] DES SSID SET=
  1560. [ 35.841705]
  1561. [ 35.841705] DES SSID SET=
  1562. [ 35.845517]
  1563. [ 35.845517] DES SSID SET=
  1564. [ 49.620556]
  1565. [ 49.620556] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv mon0 packet_counter 0
  1566. [ 49.635551]
  1567. [ 49.635551] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv mon1 packet_counter 0
  1568. [ 49.647828]
  1569. [ 49.647828] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv mon2 packet_counter 0
  1570. [ 49.659606] device wired0 entered promiscuous mode
  1571. [ 49.663542] device eth1 entered promiscuous mode
  1572. [ 49.668041] device eth2 entered promiscuous mode
  1573. [ 49.672696] device eth3 entered promiscuous mode
  1574. [ 49.679881] device wired1 entered promiscuous mode
  1575. [ 49.692408]
  1576. [ 49.692408] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv wifi0 acktimeout 48
  1577. [ 49.704935]
  1578. [ 49.704935] !!!!! {/usr/bin/brain} forkexec failed with status 255 cmd -iwpriv wifi1 acktimeout 48
  1579. [ 49.742861] Resetting spectral chainmask to Rx chainmask
  1580. [ 49.749984] ol_ath_ucfg_setparam[233] PARAM_SENS_LEVEL
  1581. [ 49.754451]
  1582. [ 49.754451] !!!!! {/usr/bin/brain} set wlan_rx_sop_r0 to -95, ret = 0
  1583. [ 49.762699] ol_ath_ucfg_setparam[248] PARAM_CCA_THRESHOLD
  1584. [ 49.768509]
  1585. [ 49.768509] !!!!! {/usr/bin/brain} set wlan_cca_threshold_r0 to -64, ret = 0
  1586. [ 49.780506] Resetting spectral chainmask to Rx chainmask
  1587. [ 49.787472] ol_ath_ucfg_setparam[233] PARAM_SENS_LEVEL
  1588. [ 49.791877]
  1589. [ 49.791877] !!!!! {/usr/bin/brain} set wlan_rx_sop_r1 to -95, ret = 0
  1590. [ 49.800374] ol_ath_ucfg_setparam[248] PARAM_CCA_THRESHOLD
  1591. [ 49.805373]
  1592. [ 49.805373] !!!!! {/usr/bin/brain} set wlan_cca_threshold_r1 to -64, ret = 0
  1593. [ 49.819806] ol_ath_ucfg_setparam[233] PARAM_SENS_LEVEL
  1594. [ 49.824336]
  1595. [ 49.824336] !!!!! {/usr/bin/brain} set wlan_rx_sop_r2 to -95, ret = 0
  1596. [ 49.832521] ol_ath_ucfg_setparam[248] PARAM_CCA_THRESHOLD
  1597. [ 49.837831]
  1598. [ 49.837831] !!!!! {/usr/bin/brain} set wlan_cca_threshold_r2 to -64, ret = 0
  1599. [ 49.992502] wmi_dbg_cfg_send: mod[0]00000000 dbgcfg50000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000
  1600. [ 50.005154] [wifi0] FWLOG: [50459] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x2 )
  1601. [ 50.011121] [wifi0] cfg valid value inside module enable 400000wmi_dbg_cfg_send: mod[0]00000000 dbgcfg00000000 cfgvalid[0] 00400000 cfgvalid[1] 00000000
  1602. [ 50.024742] FWLOG: [50459] WAL_DBGID_SECURITY_MCAST_KEY_SET ( 0x3 )
  1603. [ 50.030959] [wifi0] FWLOG: [50659] WHAL_ERROR_CHIP_TEST1 ( 0xffffffa1 )
  1604. [ 50.041205] wmi_dbg_cfg_send: mod[0]00000000 dbgcfg50000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000
  1605. [ 50.051483] cfg valid value inside module enable 400000wmi_dbg_cfg_send: mod[0]00000000 dbgcfg00000000 cfgvalid[0] 00400000 cfgvalid[1] 00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement