eganov

Untitled

Jul 12th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.89 KB | None | 0 0
  1. root@OpenWrt:/# reboot
  2. root@OpenWrt:/# [ 470.017645] br-lan: port 1(eth1.1) entered disabled state
  3. [ 470.042819] device eth1.1 left promiscuous mode
  4. [ 470.042840] device eth1 left promiscuous mode
  5. [ 470.046308] br-lan: port 1(eth1.1) entered disabled state
  6. [ 470.157936] ipq806x-gmac-dwmac 37200000.ethernet eth1: Link is Down
  7. [ 470.693724] ipq806x-gmac-dwmac 37000000.ethernet eth0: Link is Down
  8. [ 474.489044] reboot: Restarting system
  9.  
  10.  
  11. U-Boot 1.0.6 [spf.5.0.2_csu1.1] (Nov 15 2018 - 03:26:55)
  12.  
  13. smem ram ptable found: ver: 0 len: 5
  14. DRAM: 1003 MiB
  15. setting 0x177e as machine type from smem
  16. NAND: SF: Unsupported manufacturer 00
  17. ipq_spi: SPI Flash not found (bus/cs/speed/mode) = (0/0/48000000/0)
  18. 256 MiB
  19. MMC:
  20. PCI0 Link Intialized
  21. PCI1 Link Intialized
  22. In: serial
  23. Out: serial
  24. Err: serial
  25. MMC Device 0 not found
  26. cdp: get part failed for 0:HLOS
  27. Net: MAC0 addr:7c:db:98:xx:xx:xx
  28. athrs17_reg_init: complete
  29. athrs17_vlan_config ...done
  30. S17c init done
  31. MAC1 addr:7c:db:98:xx:xx:xx
  32. eth0, eth1
  33. Hit space key to stop autoboot: 0
  34. Creating 1 MTD partitions on "nand0":
  35. 0x000002400000-0x000010000000 : "mtd=0"
  36. UBI: attaching mtd1 to ubi0
  37. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  38. UBI: logical eraseblock size: 126976 bytes
  39. UBI: smallest flash I/O unit: 2048
  40. UBI: VID header offset: 2048 (aligned 2048)
  41. UBI: data offset: 4096
  42. UBI: attached mtd1 to ubi0
  43. UBI: MTD device name: "mtd=0"
  44. UBI: MTD device size: 220 MiB
  45. UBI: number of good PEBs: 1759
  46. UBI: number of bad PEBs: 1
  47. UBI: max. allowed volumes: 128
  48. UBI: wear-leveling threshold: 4096
  49. UBI: number of internal volumes: 1
  50. UBI: number of user volumes: 3
  51. UBI: available PEBs: 22
  52. UBI: total number of reserved PEBs: 1737
  53. UBI: number of PEBs reserved for bad PEB handling: 17
  54. UBI: max/mean erase counter: 2/1
  55. Read 7208960 bytes from volume kernel to 44000000
  56. Loading Kernel Image ... OK
  57. OK
  58.  
  59. device nand0 <nand0>, # parts = 1
  60. #: name size offset mask_flags
  61. 0: firmware 0x0dc00000 0x02400000 0
  62.  
  63. active partition: nand0,0 - (firmware) 0x0dc00000 @ 0x02400000
  64.  
  65. defaults:
  66. mtdids : none
  67. mtdparts: none
  68. Setting up atags for msm partition: firmware
  69. Using machid 0x177e from environment
  70.  
  71. Starting kernel ...
  72.  
  73. [ 0.000000] Booting Linux on physical CPU 0x0
  74. [ 0.000000] Linux version 5.4.48 (lauro@Server) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r13657-32c8ab944e)) #0 SMP Sun Jun 28 06:45:05 2020
  75. [ 0.000000] CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5787d
  76. [ 0.000000] CPU: div instructions available: patching division code
  77. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  78. [ 0.000000] OF: fdt: Machine model: Askey RT4230W
  79. [ 0.000000] Memory policy: Data cache writealloc
  80. [ 0.000000] percpu: Embedded 15 pages/cpu s30028 r8192 d23220 u61440
  81. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 252224
  82. [ 0.000000] Kernel command line: rootfstype=squashfs noinitrd
  83. [ 0.000000] Bootloader command line (ignored):
  84. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
  85. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  86. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  87. [ 0.000000] Memory: 996192K/1015808K available (5914K kernel code, 188K rwdata, 1508K rodata, 1024K init, 228K bss, 19616K reserved, 0K cma-reserved, 229376K highmem)
  88. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  89. [ 0.000000] rcu: Hierarchical RCU implementation.
  90. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  91. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  92. [ 0.000000] random: get_random_bytes called from start_kernel+0x340/0x4e4 with crng_init=0
  93. [ 0.000000] clocksource: dg_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 305801671480 ns
  94. [ 0.000006] sched_clock: 32 bits at 6MHz, resolution 160ns, wraps every 343597383600ns
  95. [ 0.000020] Switching to timer-based delay loop, resolution 160ns
  96. [ 0.000238] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.50 BogoMIPS (lpj=62500)
  97. [ 0.000260] pid_max: default: 32768 minimum: 301
  98. [ 0.000469] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  99. [ 0.000493] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
  100. [ 0.001538] CPU: Testing write buffer coherency: ok
  101. [ 0.002680] Setting up static identity map for 0x42300000 - 0x42300060
  102. [ 0.002855] rcu: Hierarchical SRCU implementation.
  103. [ 0.003344] smp: Bringing up secondary CPUs ...
  104. [ 0.005237] smp: Brought up 1 node, 2 CPUs
  105. [ 0.005254] SMP: Total of 2 processors activated (25.00 BogoMIPS).
  106. [ 0.005265] CPU: All CPU(s) started in SVC mode.
  107. [ 0.015130] VFP support v0.3: implementor 51 architecture 64 part 4d variant 2 rev 0
  108. [ 0.015287] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  109. [ 0.015315] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  110. [ 0.015490] pinctrl core: initialized pinctrl subsystem
  111. [ 0.016633] NET: Registered protocol family 16
  112. [ 0.016953] DMA: preallocated 256 KiB pool for atomic coherent allocations
  113. [ 0.018268] cpuidle: using governor ladder
  114. [ 0.018333] cpuidle: using governor menu
  115. [ 0.048935] usbcore: registered new interface driver usbfs
  116. [ 0.049017] usbcore: registered new interface driver hub
  117. [ 0.049101] usbcore: registered new device driver usb
  118. [ 0.049159] pps_core: LinuxPPS API ver. 1 registered
  119. [ 0.049173] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  120. [ 0.049209] PTP clock support registered
  121. [ 0.050923] clocksource: Switched to clocksource dg_timer
  122. [ 0.051952] thermal_sys: Registered thermal governor 'step_wise'
  123. [ 0.054350] NET: Registered protocol family 2
  124. [ 0.054932] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  125. [ 0.054975] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
  126. [ 0.055039] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  127. [ 0.055136] TCP: Hash tables configured (established 8192 bind 8192)
  128. [ 0.055246] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  129. [ 0.055285] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  130. [ 0.055535] NET: Registered protocol family 1
  131. [ 0.055586] PCI: CLS 0 bytes, default 64
  132. [ 0.056923] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  133. [ 0.063569] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  134. [ 0.063583] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  135. [ 0.101791] bounce: pool size: 64 pages
  136. [ 0.103382] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda not found, using dummy regulator
  137. [ 0.103520] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_phy not found, using dummy regulator
  138. [ 0.103630] qcom-pcie 1b500000.pci: 1b500000.pci supply vdda_refclk not found, using dummy regulator
  139. [ 0.103903] qcom-pcie 1b500000.pci: host bridge /soc/pci@1b500000 ranges:
  140. [ 0.103977] qcom-pcie 1b500000.pci: IO 0x0fe00000..0x0fefffff -> 0x0fe00000
  141. [ 0.104018] qcom-pcie 1b500000.pci: MEM 0x08000000..0x0fdfffff -> 0x08000000
  142. [ 0.224093] qcom-pcie 1b500000.pci: PCI host bridge to bus 0000:00
  143. [ 0.224120] pci_bus 0000:00: root bus resource [bus 00-ff]
  144. [ 0.224141] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfe00000-0xfefffff])
  145. [ 0.224158] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fdfffff]
  146. [ 0.224222] pci 0000:00:00.0: [17cb:0101] type 01 class 0xff0000
  147. [ 0.224388] pci 0000:00:00.0: supports D1
  148. [ 0.224405] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  149. [ 0.228264] PCI: bus0: Fast back to back transfers disabled
  150. [ 0.228599] pci 0000:01:00.0: [168c:0046] type 00 class 0x028000
  151. [ 0.228953] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
  152. [ 0.230100] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  153. [ 0.234248] PCI: bus1: Fast back to back transfers disabled
  154. [ 0.234335] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]
  155. [ 0.234360] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x081fffff 64bit]
  156. [ 0.234489] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  157. [ 0.234515] pci 0000:00:00.0: bridge window [mem 0x08000000-0x081fffff]
  158. [ 0.235261] pcieport 0000:00:00.0: AER: enabled with IRQ 35
  159. [ 0.235763] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda not found, using dummy regulator
  160. [ 0.235882] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_phy not found, using dummy regulator
  161. [ 0.236008] qcom-pcie 1b700000.pci: 1b700000.pci supply vdda_refclk not found, using dummy regulator
  162. [ 0.236275] qcom-pcie 1b700000.pci: host bridge /soc/pci@1b700000 ranges:
  163. [ 0.236340] qcom-pcie 1b700000.pci: IO 0x31e00000..0x31efffff -> 0x31e00000
  164. [ 0.236376] qcom-pcie 1b700000.pci: MEM 0x2e000000..0x31dfffff -> 0x2e000000
  165. [ 0.355705] qcom-pcie 1b700000.pci: PCI host bridge to bus 0001:00
  166. [ 0.355727] pci_bus 0001:00: root bus resource [bus 00-ff]
  167. [ 0.355743] pci_bus 0001:00: root bus resource [mem 0x2e000000-0x31dfffff]
  168. [ 0.355797] pci 0001:00:00.0: [17cb:0101] type 01 class 0xff0000
  169. [ 0.355949] pci 0001:00:00.0: supports D1
  170. [ 0.355965] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
  171. [ 0.359770] PCI: bus0: Fast back to back transfers disabled
  172. [ 0.360099] pci 0001:01:00.0: [168c:0046] type 00 class 0x028000
  173. [ 0.360477] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
  174. [ 0.361807] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
  175. [ 0.362111] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
  176. [ 0.365917] PCI: bus1: Fast back to back transfers disabled
  177. [ 0.365991] pci 0001:00:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]
  178. [ 0.366014] pci 0001:01:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]
  179. [ 0.366146] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
  180. [ 0.366167] pci 0001:00:00.0: bridge window [mem 0x2e000000-0x2e1fffff]
  181. [ 0.366849] pcieport 0001:00:00.0: AER: enabled with IRQ 37
  182. [ 0.369363] L2 @ QSB rate. Forcing new rate.
  183. [ 0.369593] L2 @ 384000 KHz
  184. [ 0.369778] CPU0 @ 800000 KHz
  185. [ 0.369791] CPU1 @ QSB rate. Forcing new rate.
  186. [ 0.369918] CPU1 @ 384000 KHz
  187. [ 0.373701] gsbi 16300000.gsbi: GSBI port protocol: 6 crci: 0
  188. [ 0.375999] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  189. [ 0.376781] msm_serial 16340000.serial: msm_serial: detected port #0
  190. [ 0.376832] msm_serial 16340000.serial: uartclk = 7372800
  191. [ 0.376904] 16340000.serial: ttyMSM0 at MMIO 0x16340000 (irq = 38, base_baud = 460800) is a MSM
  192. [ 0.376941] msm_serial: console setup on port #0
  193. [ 1.138417] printk: console [ttyMSM0] enabled
  194. [ 1.143391] msm_serial: driver initialized
  195. [ 1.152598] loop: module loaded
  196. [ 1.154158] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xaa
  197. [ 1.154551] nand: Macronix MX30UF2G18AC
  198. [ 1.161146] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  199. [ 1.164992] 21 fixed-partitions partitions found on MTD device qcom_nand.0
  200. [ 1.172449] Creating 21 MTD partitions on "qcom_nand.0":
  201. [ 1.179209] 0x000000000000-0x000000040000 : "SBL1"
  202. [ 1.186136] 0x000000040000-0x000000180000 : "MIBIB"
  203. [ 1.192301] 0x000000180000-0x0000002c0000 : "SBL2"
  204. [ 1.196924] 0x0000002c0000-0x000000540000 : "SBL3"
  205. [ 1.199617] random: fast init done
  206. [ 1.207908] 0x000000540000-0x000000660000 : "DDRCONFIG"
  207. [ 1.210638] 0x000000660000-0x000000780000 : "SSD"
  208. [ 1.214957] 0x000000780000-0x000000a00000 : "TZ"
  209. [ 1.221980] 0x000000a00000-0x000000c80000 : "RPM"
  210. [ 1.226862] 0x000000c80000-0x000001180000 : "APPSBL_1"
  211. [ 1.235802] 0x000001180000-0x000001200000 : "APPSBLENV"
  212. [ 1.237507] 0x000001200000-0x000001340000 : "art"
  213. [ 1.242824] 0x000001340000-0x0000013a0000 : "BOOTCONFIG"
  214. [ 1.246186] 0x0000013a0000-0x0000014e0000 : "SBL2_1"
  215. [ 1.253041] 0x0000014e0000-0x000001760000 : "SBL3_1"
  216. [ 1.259881] 0x000001760000-0x000001880000 : "DDRCONFIG_1"
  217. [ 1.262757] 0x000001880000-0x0000019a0000 : "SSD_1"
  218. [ 1.267953] 0x0000019a0000-0x000001c20000 : "TZ_1"
  219. [ 1.274912] 0x000001c20000-0x000001ea0000 : "RPM_1"
  220. [ 1.279794] 0x000001ea0000-0x000001f00000 : "BOOTCONFIG1"
  221. [ 1.281451] 0x000001f00000-0x000002400000 : "APPSBL"
  222. [ 1.294036] 0x000002400000-0x00001c400000 : "ubi"
  223. [ 1.294067] mtd: partition "ubi" extends beyond the end of device "qcom_nand.0" -- size truncated to 0xdc00000
  224. [ 1.538037] random: crng init done
  225. [ 1.653644] libphy: GPIO Bitbanged MDIO: probed
  226. [ 1.674922] switch0: Atheros AR8337 rev. 2 switch registered on gpio-0
  227. [ 2.524836] ar8327: qca,phy-rgmii-en is not specified
  228. [ 2.525461] libphy: Fixed MDIO Bus: probed
  229. [ 2.529511] ipq806x-gmac-dwmac 37000000.ethernet: IRQ eth_wake_irq not found
  230. [ 2.532951] ipq806x-gmac-dwmac 37000000.ethernet: IRQ eth_lpi not found
  231. [ 2.540851] ipq806x-gmac-dwmac 37000000.ethernet: PTP uses main clock
  232. [ 2.547264] ipq806x-gmac-dwmac 37000000.ethernet: User ID: 0x10, Synopsys ID: 0x37
  233. [ 2.553119] ipq806x-gmac-dwmac 37000000.ethernet: DWMAC1000
  234. [ 2.560472] ipq806x-gmac-dwmac 37000000.ethernet: DMA HW capability register supported
  235. [ 2.566376] ipq806x-gmac-dwmac 37000000.ethernet: RX Checksum Offload Engine supported
  236. [ 2.574093] ipq806x-gmac-dwmac 37000000.ethernet: COE Type 2
  237. [ 2.581993] ipq806x-gmac-dwmac 37000000.ethernet: TX Checksum insertion supported
  238. [ 2.587728] ipq806x-gmac-dwmac 37000000.ethernet: Wake-Up On Lan supported
  239. [ 2.595179] ipq806x-gmac-dwmac 37000000.ethernet: Enhanced/Alternate descriptors
  240. [ 2.601954] ipq806x-gmac-dwmac 37000000.ethernet: Enabled extended descriptors
  241. [ 2.609432] ipq806x-gmac-dwmac 37000000.ethernet: Ring mode enabled
  242. [ 2.616555] ipq806x-gmac-dwmac 37000000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  243. [ 2.623583] ipq806x-gmac-dwmac 37200000.ethernet: IRQ eth_wake_irq not found
  244. [ 2.631388] ipq806x-gmac-dwmac 37200000.ethernet: IRQ eth_lpi not found
  245. [ 2.638517] ipq806x-gmac-dwmac 37200000.ethernet: PTP uses main clock
  246. [ 2.645251] ipq806x-gmac-dwmac 37200000.ethernet: User ID: 0x10, Synopsys ID: 0x37
  247. [ 2.651362] ipq806x-gmac-dwmac 37200000.ethernet: DWMAC1000
  248. [ 2.658732] ipq806x-gmac-dwmac 37200000.ethernet: DMA HW capability register supported
  249. [ 2.664624] ipq806x-gmac-dwmac 37200000.ethernet: RX Checksum Offload Engine supported
  250. [ 2.672340] ipq806x-gmac-dwmac 37200000.ethernet: COE Type 2
  251. [ 2.680172] ipq806x-gmac-dwmac 37200000.ethernet: TX Checksum insertion supported
  252. [ 2.686052] ipq806x-gmac-dwmac 37200000.ethernet: Wake-Up On Lan supported
  253. [ 2.693457] ipq806x-gmac-dwmac 37200000.ethernet: Enhanced/Alternate descriptors
  254. [ 2.700141] ipq806x-gmac-dwmac 37200000.ethernet: Enabled extended descriptors
  255. [ 2.707765] ipq806x-gmac-dwmac 37200000.ethernet: Ring mode enabled
  256. [ 2.714804] ipq806x-gmac-dwmac 37200000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  257. [ 2.721944] i2c /dev entries driver
  258. [ 2.731908] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
  259. [ 2.732883] cpuidle: enable-method property 'qcom,kpss-acc-v1' found operations
  260. [ 2.740682] sdhci: Secure Digital Host Controller Interface driver
  261. [ 2.747443] sdhci: Copyright(c) Pierre Ossman
  262. [ 2.753685] sdhci-pltfm: SDHCI platform and OF driver helper
  263. [ 2.760296] NET: Registered protocol family 10
  264. [ 2.765252] Segment Routing with IPv6
  265. [ 2.768104] NET: Registered protocol family 17
  266. [ 2.772131] 8021q: 802.1Q VLAN Support v1.8
  267. [ 2.776156] Registering SWP/SWPB emulation handler
  268. [ 2.807137] qcom_rpm 108000.rpm: RPM firmware 3.0.16777377
  269. [ 2.820866] s1a: supplied by regulator-dummy
  270. [ 2.820987] s1a: Bringing 0uV into 1050000-1050000uV
  271. [ 2.824600] s1b: supplied by regulator-dummy
  272. [ 2.829228] s1b: Bringing 0uV into 1050000-1050000uV
  273. [ 2.833738] s2a: supplied by regulator-dummy
  274. [ 2.838434] s2a: Bringing 0uV into 775000-775000uV
  275. [ 2.842975] s2b: supplied by regulator-dummy
  276. [ 2.847275] s2b: Bringing 0uV into 775000-775000uV
  277. [ 2.853473] Speed bin: 0
  278. [ 2.856226] PVS bin: 2
  279. [ 2.867106] UBI: auto-attach mtd20
  280. [ 2.867124] ubi0: attaching mtd20
  281. [ 4.445718] ubi0: scanning is finished
  282. [ 4.455923] ubi0: attached mtd20 (name "ubi", size 220 MiB)
  283. [ 4.455943] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  284. [ 4.460291] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  285. [ 4.467298] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  286. [ 4.474159] ubi0: good PEBs: 1759, bad PEBs: 1, corrupted PEBs: 0
  287. [ 4.480865] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
  288. [ 4.487187] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 0
  289. [ 4.494309] ubi0: available PEBs: 0, total reserved PEBs: 1759, PEBs reserved for bad PEB handling: 39
  290. [ 4.502665] ubi0: background thread "ubi_bgt0d" started, PID 66
  291. [ 4.503263] block ubiblock0_1: created from ubi0:1(rootfs)
  292. [ 4.517670] ubiblock: device ubiblock0_1 (rootfs) set to be root fil▒[ 4.534081] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
  293. [ 4.535537] Freeing unused kernel memory: 1024K
  294. [ 4.581598] Run /sbin/init as init process
  295. [ 5.147541] init: Console is alive
  296. [ 5.147714] init: - watchdog -
  297. [ 6.455690] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  298. [ 6.472148] exfat: module is from the staging directory, the quality is unknown, you have been warned.
  299. [ 6.472985] exFAT: Version 1.3.0
  300. [ 6.492713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  301. [ 6.495482] SCSI subsystem initialized
  302. [ 6.505112] ehci-fsl: Freescale EHCI Host controller driver
  303. [ 6.505560] ehci-platform: EHCI generic platform driver
  304. [ 6.513627] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  305. [ 6.515090] ohci-platform: OHCI generic platform driver
  306. [ 6.522911] dwc3-qcom 110f8800.usb3: IRQ hs_phy_irq not found
  307. [ 6.526063] dwc3-qcom 110f8800.usb3: IRQ dp_hs_phy_irq not found
  308. [ 6.532053] dwc3-qcom 110f8800.usb3: IRQ dm_hs_phy_irq not found
  309. [ 6.538042] dwc3-qcom 110f8800.usb3: IRQ ss_phy_irq not found
  310. [ 6.545646] dwc3-qcom 100f8800.usb3: IRQ hs_phy_irq not found
  311. [ 6.549675] dwc3-qcom 100f8800.usb3: IRQ dp_hs_phy_irq not found
  312. [ 6.555477] dwc3-qcom 100f8800.usb3: IRQ dm_hs_phy_irq not found
  313. [ 6.561573] dwc3-qcom 100f8800.usb3: IRQ ss_phy_irq not found
  314. [ 6.570683] dwc3 11000000.dwc3: Failed to get clk 'ref': -2
  315. [ 6.622232] dwc3 10000000.dwc3: Failed to get clk 'ref': -2
  316. [ 6.683562] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  317. [ 6.683612] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  318. [ 6.688114] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x0000000002010010
  319. [ 6.695632] xhci-hcd xhci-hcd.0.auto: irq 41, io mem 0x11000000
  320. [ 6.705845] hub 1-0:1.0: USB hub found
  321. [ 6.710817] hub 1-0:1.0: 1 port detected
  322. [ 6.714836] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  323. [ 6.718682] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  324. [ 6.724050] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  325. [ 6.732767] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  326. [ 6.738488] hub 2-0:1.0: USB hub found
  327. [ 6.746430] hub 2-0:1.0: 1 port detected
  328. [ 6.750177] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  329. [ 6.754072] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
  330. [ 6.759434] xhci-hcd xhci-hcd.1.auto: hcc params 0x0228f065 hci version 0x100 quirks 0x0000000002010010
  331. [ 6.766957] xhci-hcd xhci-hcd.1.auto: irq 42, io mem 0x10000000
  332. [ 6.776820] hub 3-0:1.0: USB hub found
  333. [ 6.782216] hub 3-0:1.0: 1 port detected
  334. [ 6.786117] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  335. [ 6.790024] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
  336. [ 6.795399] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  337. [ 6.803091] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  338. [ 6.809791] hub 4-0:1.0: USB hub found
  339. [ 6.817783] hub 4-0:1.0: 1 port detected
  340. [ 6.823664] usbcore: registered new interface driver usb-storage
  341. [ 6.825423] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  342. [ 6.838125] init: - preinit -
  343. [ 7.161305] usb 3-1: new high-speed USB device number 2 using xhci-hcd
  344. [ 7.501259] usb-storage 3-1:1.0: USB Mass Storage device detected
  345. [ 7.542708] scsi host0: usb-storage 3-1:1.0
  346. [ 8.454508] dwmac1000: Master AXI performs any burst length
  347. [ 8.454538] ipq806x-gmac-dwmac 37200000.ethernet eth1: No Safety Features support found
  348. [ 8.458886] ipq806x-gmac-dwmac 37200000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
  349. [ 8.467050] ipq806x-gmac-dwmac 37200000.ethernet eth1: registered PTP clock
  350. [ 8.475978] ipq806x-gmac-dwmac 37200000.ethernet eth1: configuring for fixed/sgmii link mode
  351. [ 8.483392] ipq806x-gmac-dwmac 37200000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
  352. [ 8.491544] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  353. Press the [f] key and hit [enter] to enter failsafe mode
  354. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  355. [ 9.879012] scsi 0:0:0:0: Direct-Access Lexar USB Flash Drive 1100 PQ: 0 ANSI: 0 CCS
  356. [ 9.882147] sd 0:0:0:0: [sda] 122683392 512-byte logical blocks: (62.8 GB/58.5 GiB)
  357. [ 9.887584] sd 0:0:0:0: [sda] Write Protect is off
  358. [ 9.895114] sd 0:0:0:0: [sda] No Caching mode page found
  359. [ 9.898777] sd 0:0:0:0: [sda] Assuming drive cache: write through
  360. [ 9.909273] sda: sda1
  361. [ 9.912325] sd 0:0:0:0: [sda] Attached SCSI removable disk
  362. [ 11.683858] UBIFS (ubi0:2): Mounting in unauthenticated mode
  363. [ 11.684022] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 155
  364. [ 11.732582] UBIFS (ubi0:2): recovery needed
  365. [ 11.846701] UBIFS (ubi0:2): recovery completed
  366. [ 11.846786] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
  367. [ 11.850077] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  368. [ 11.857993] UBIFS (ubi0:2): FS size: 209891328 bytes (200 MiB, 1653 LEBs), journal size 10539008 bytes (10 MiB, 83 LEBs)
  369. [ 11.867916] UBIFS (ubi0:2): reserved for root: 4952683 bytes (4836 KiB)
  370. [ 11.878839] UBIFS (ubi0:2): media format: w4/r0 (latest is w5/r0), UUID 10D966A6-8DB4-4447-8684-3B9CDA527AEC, small LPT model
  371. [ 11.890621] mount_root: switching to ubifs overlay
  372. [ 11.923514] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off.
  373. [ 11.941707] urandom-seed: Seeding with /etc/urandom.seed
  374. [ 11.984568] ipq806x-gmac-dwmac 37200000.ethernet eth1: Link is Down
  375. [ 12.028131] procd: - early -
  376. [ 12.028248] procd: - watchdog -
  377. [ 12.592618] procd: - watchdog -
  378. [ 12.593248] procd: - ubus -
  379. [ 12.674800] procd: - init -
  380. Please press Enter to activate this console.
  381. [ 12.952506] kmodloader: loading kernel modules from /etc/modules.d/*
  382. [ 12.964904] ntfs: driver 2.1.32 [Flags: R/O MODULE].
  383. [ 12.969050] urngd: v1.0.2 started.
  384. [ 12.975106] Loading modules backported from Linux version v5.7-rc3-0-g6a8b55ed4056
  385. [ 12.975129] Backport generated by backports.git v5.7-rc3-1-0-gc0c7d2bb
  386. [ 12.987880] xt_time: kernel timezone is -0000
  387. [ 13.018703] PPP generic driver version 2.4.2
  388. [ 13.019194] NET: Registered protocol family 24
  389. [ 13.035949] ath10k 5.1 driver, optimized for CT firmware, probing pci device: 0x46.
  390. [ 13.036358] ath10k_pci 0000:01:00.0: enabling device (0140 -> 0142)
  391. [ 13.043083] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
  392. [ 13.722770] ath10k_pci 0000:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
  393. [ 13.722861] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
  394. [ 13.737260] ath10k_pci 0000:01:00.0: firmware ver 10.4b-ct-9984-fW-013-d81f62d97 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 46b728ef
  395. [ 16.063901] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id 0:1 crc32 85498734
  396. [ 21.904167] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
  397. [ 21.905220] ath10k_pci 0000:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
  398. [ 21.909581] ath10k_pci 0000:01:00.0: msdu-desc: 2500 skid: 32
  399. [ 21.992630] ath10k_pci 0000:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
  400. [ 21.993472] ath10k_pci 0000:01:00.0: wmi print 'free: 84856 iram: 13140 sram: 11224'
  401. [ 22.282331] ath10k_pci 0000:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
  402. [ 22.381628] ath10k 5.1 driver, optimized for CT firmware, probing pci device: 0x46.
  403. [ 22.382736] ath10k_pci 0001:01:00.0: enabling device (0140 -> 0142)
  404. [ 22.388758] ath10k_pci 0001:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
  405. [ 22.836535] ath10k_pci 0001:01:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
  406. [ 22.836574] ath10k_pci 0001:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
  407. [ 22.848061] ath10k_pci 0001:01:00.0: firmware ver 10.4b-ct-9984-fW-013-d81f62d97 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,txrate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 46b728ef
  408. [ 25.211515] ath10k_pci 0001:01:00.0: board_file api 2 bmi_id 0:2 crc32 85498734
  409. [ 31.132120] ath10k_pci 0001:01:00.0: unsupported HTC service id: 1536
  410. [ 31.133020] ath10k_pci 0001:01:00.0: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96
  411. [ 31.137538] ath10k_pci 0001:01:00.0: msdu-desc: 2500 skid: 32
  412. [ 31.222673] ath10k_pci 0001:01:00.0: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0'
  413. [ 31.223543] ath10k_pci 0001:01:00.0: wmi print 'free: 84856 iram: 13140 sram: 11224'
  414. [ 31.528981] ath10k_pci 0001:01:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1
  415. [ 31.634231] kmodloader: done loading kernel modules from /etc/modules.d/*
  416. [ 34.857176] dwmac1000: Master AXI performs any burst length
  417. [ 34.857207] ipq806x-gmac-dwmac 37200000.ethernet eth1: No Safety Features support found
  418. [ 34.861645] ipq806x-gmac-dwmac 37200000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
  419. [ 34.869643] ipq806x-gmac-dwmac 37200000.ethernet eth1: registered PTP clock
  420. [ 34.878658] ipq806x-gmac-dwmac 37200000.ethernet eth1: configuring for fixed/sgmii link mode
  421. [ 34.885840] ipq806x-gmac-dwmac 37200000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
  422. [ 34.894436] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  423. [ 34.905087] br-lan: port 1(eth1.1) entered blocking state
  424. [ 34.908949] br-lan: port 1(eth1.1) entered disabled state
  425. [ 34.914757] device eth1.1 entered promiscuous mode
  426. [ 34.919884] device eth1 entered promiscuous mode
  427. [ 34.925943] br-lan: port 1(eth1.1) entered blocking state
  428. [ 34.929349] br-lan: port 1(eth1.1) entered forwarding state
  429. [ 34.945534] dwmac1000: Master AXI performs any burst length
  430. [ 34.945567] ipq806x-gmac-dwmac 37000000.ethernet eth0: No Safety Features support found
  431. [ 34.949928] ipq806x-gmac-dwmac 37000000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
  432. [ 34.958077] ipq806x-gmac-dwmac 37000000.ethernet eth0: registered PTP clock
  433. [ 34.967011] ipq806x-gmac-dwmac 37000000.ethernet eth0: configuring for fixed/rgmii link mode
  434. [ 34.975002] ipq806x-gmac-dwmac 37000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
  435. [ 34.985291] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  436. [ 35.934606] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  437.  
  438.  
  439.  
  440. BusyBox v1.31.1 () built-in shell (ash)
  441.  
  442. _______ ________ __
  443. | |.-----.-----.-----.| | | |.----.| |_
  444. | - || _ | -__| || | | || _|| _|
  445. |_______|| __|_____|__|__||________||__| |____|
  446. |__| W I R E L E S S F R E E D O M
  447. -----------------------------------------------------
  448. OpenWrt SNAPSHOT, r13657-32c8ab944e
  449. -----------------------------------------------------
  450. === WARNING! =====================================
  451. There is no root password defined on this device!
  452. Use the "passwd" command to set up a new password
  453. in order to prevent unauthorized SSH logins.
  454. --------------------------------------------------
  455. root@OpenWrt:/#
Add Comment
Please, Sign In to add comment