Advertisement
Guest User

Mercury D26G Pro dmesg log

a guest
Jun 18th, 2022
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.46 KB | None | 0 0
  1. Boot and Recovery Environment for Embedded Devices
  2. Copyright (C) 2021 HackPascal <hackpascal@gmail.com>
  3. Build date 2021-12-15 [git-f9b74d0]
  4. Version 1.1 (r1337)
  5.  
  6. DRAM: 128MB
  7. Platform: MediaTek MT7621A ver 1, eco 3
  8. Board: Xunlei TimePlug (TimeCloud)
  9. Clocks: CPU: 880MHz, DDR: 1040MHz, Bus: 220MHz, Ref: 40MHz
  10. Flash: Winbond W25Q128 (16MB) on mt7621-spi.0
  11. rt2880-eth: MAC address from EEPROM is invalid, using default settings.
  12. rt2880-eth: Using MAC address 00:0c:43:00:00:01
  13. eth0: MediaTek MT7530 Gigabit switch
  14.  
  15. Network started on eth0, inet addr 192.168.1.1, netmask 255.255.255.0
  16.  
  17. Press any key to interrupt autoboot ... 0
  18.  
  19. Trying to boot firmware from 0x00050000 in flash bank 0 ...
  20. Reading data into memory ...
  21. U-Boot firmware image header detected.
  22. Image Name: MIPS OpenWrt Linux-5.4.195
  23. Data Size: 2542810 Bytes
  24. Load Address: 80001000
  25. Entry Point: 80001000
  26. Flushing cache ... done.
  27.  
  28. Starting kernel at 0x80001000...
  29.  
  30.  
  31.  
  32. OpenWrt kernel loader for MIPS based SoC
  33. Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
  34. Decompressing kernel... done!
  35. Starting kernel at 80001000...
  36.  
  37. [ 0.000000] Linux version 5.4.195 (openwrt@VM-12-3-debian) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r4574-dc771a1c1)) #0 SMP Thu Jun 16 07:01:02 2022
  38. [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
  39. [ 0.000000] printk: bootconsole [early0] enabled
  40. [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
  41. [ 0.000000] MIPS: machine is Mercury D26G
  42. [ 0.000000] Initrd not found or empty - disabling initrd
  43. [ 0.000000] VPE topology {2,2} total 4
  44. [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  45. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  46. [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  47. [ 0.000000] Zone ranges:
  48. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  49. [ 0.000000] HighMem empty
  50. [ 0.000000] Movable zone start for each node
  51. [ 0.000000] Early memory node ranges
  52. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  53. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  54. [ 0.000000] percpu: Embedded 14 pages/cpu s26992 r8192 d22160 u57344
  55. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  56. [ 0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
  57. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  58. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  59. [ 0.000000] Writing ErrCtl register=00050000
  60. [ 0.000000] Readback ErrCtl register=00050000
  61. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  62. [ 0.000000] Memory: 120328K/131072K available (6153K kernel code, 256K rwdata, 1292K rodata, 1244K init, 238K bss, 10744K reserved, 0K cma-reserved, 0K highmem)
  63. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  64. [ 0.000000] rcu: Hierarchical RCU implementation.
  65. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  66. [ 0.000000] NR_IRQS: 256
  67. [ 0.000000] random: get_random_bytes called from start_kernel+0x36c/0x584 with crng_init=0
  68. [ 0.000000] CPU Clock: 880MHz
  69. [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
  70. [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
  71. [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
  72. [ 0.007809] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688)
  73. [ 0.073973] pid_max: default: 32768 minimum: 301
  74. [ 0.078768] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  75. [ 0.085968] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  76. [ 0.096567] rcu: Hierarchical SRCU implementation.
  77. [ 0.101914] smp: Bringing up secondary CPUs ...
  78. [ 5.527191] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  79. [ 5.527201] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  80. [ 5.527214] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  81. [ 5.527323] CPU1 revision is: 0001992f (MIPS 1004Kc)
  82. [ 0.166689] Synchronize counters for CPU 1: done.
  83. [ 5.242321] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  84. [ 5.242330] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  85. [ 5.242339] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  86. [ 5.242398] CPU2 revision is: 0001992f (MIPS 1004Kc)
  87. [ 0.257442] Synchronize counters for CPU 2: done.
  88. [ 5.331791] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  89. [ 5.331800] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  90. [ 5.331809] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  91. [ 5.331877] CPU3 revision is: 0001992f (MIPS 1004Kc)
  92. [ 0.342625] Synchronize counters for CPU 3: done.
  93. [ 0.372490] smp: Brought up 1 node, 4 CPUs
  94. [ 0.380790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  95. [ 0.390579] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
  96. [ 0.397596] pinctrl core: initialized pinctrl subsystem
  97. [ 0.404409] NET: Registered protocol family 16
  98. [ 0.414523] sysfs: cannot create duplicate filename '/bus/platform/devices/1e000000.syscon'
  99. [ 0.422806] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.4.195 #0
  100. [ 0.428732] Stack : 807b5ff8 80080504 80710000 80713d94 80790000 80713d5c 80712bf8 87c41c34
  101. [ 0.437020] 808c0000 87c383a8 8075ed63 806a1df4 00000001 00000001 87c41bd8 3becc55c
  102. [ 0.445318] 00000000 00000000 80900000 00000000 00000030 00000045 342e3520 3539312e
  103. [ 0.453610] 00000000 00000000 00000000 00067396 00000000 80780000 00000000 87cd2e40
  104. [ 0.461905] 00000001 00000000 00000000 00000000 00000003 00000010 00000004 808c0004
  105. [ 0.470199] ...
  106. [ 0.472619] Call Trace:
  107. [ 0.475073] [<8000ce5c>] show_stack+0x30/0x100
  108. [ 0.479474] [<805e0348>] dump_stack+0xa4/0xdc
  109. [ 0.483778] [<802072b0>] sysfs_warn_dup+0x64/0x80
  110. [ 0.488435] [<80207724>] sysfs_do_create_link_sd.isra.2+0xc8/0x118
  111. [ 0.494590] [<803a4e6c>] bus_add_device+0x68/0x150
  112. [ 0.499320] [<803a1c4c>] device_add+0x3a0/0x60c
  113. [ 0.503839] [<8043aacc>] of_platform_device_create_pdata+0xb4/0x10c
  114. [ 0.510040] [<8043ac64>] of_platform_bus_create+0x134/0x224
  115. [ 0.515564] [<8043aed0>] of_platform_populate+0x78/0xec
  116. [ 0.520776] [<8078ca10>] __dt_register_buses+0xbc/0xec
  117. [ 0.525846] [<8078bcb0>] plat_of_setup+0x1c/0x34
  118. [ 0.530429] [<800015f8>] do_one_initcall+0x7c/0x1dc
  119. [ 0.535264] [<80789f0c>] kernel_init_freeable+0x1ec/0x2d0
  120. [ 0.540644] [<805fc188>] kernel_init+0x10/0xf8
  121. [ 0.545026] [<800070d8>] ret_from_kernel_thread+0x14/0x1c
  122. [ 0.558915] sysfs: cannot create duplicate filename '/bus/platform/devices/1e000000.syscon'
  123. [ 0.567266] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.195 #0
  124. [ 0.573163] Stack : 807b6030 80080504 80710000 80713d94 80790000 80713d5c 80712bf8 87c41c54
  125. [ 0.581455] 808c0000 87c383a8 8075ed63 806a1df4 00000000 00000001 87c41bf8 3becc55c
  126. [ 0.589748] 00000000 00000000 80900000 00000000 00000030 0000005e 342e3520 3539312e
  127. [ 0.598042] 00000000 00000000 00000000 0008a7e2 00000000 80780000 00000000 87cd2e40
  128. [ 0.606337] 00000001 00000000 00000000 00000000 00000003 00000010 00000000 808c0000
  129. [ 0.614631] ...
  130. [ 0.617053] Call Trace:
  131. [ 0.619505] [<8000ce5c>] show_stack+0x30/0x100
  132. [ 0.623892] [<805e0348>] dump_stack+0xa4/0xdc
  133. [ 0.628210] [<802072b0>] sysfs_warn_dup+0x64/0x80
  134. [ 0.632871] [<80207724>] sysfs_do_create_link_sd.isra.2+0xc8/0x118
  135. [ 0.639019] [<803a4e6c>] bus_add_device+0x68/0x150
  136. [ 0.643754] [<803a1c4c>] device_add+0x3a0/0x60c
  137. [ 0.648264] [<8043aacc>] of_platform_device_create_pdata+0xb4/0x10c
  138. [ 0.654468] [<8043ac64>] of_platform_bus_create+0x134/0x224
  139. [ 0.659998] [<8043aed0>] of_platform_populate+0x78/0xec
  140. [ 0.665207] [<807a4cb0>] of_platform_default_populate_init+0xac/0xcc
  141. [ 0.671490] [<800015f8>] do_one_initcall+0x7c/0x1dc
  142. [ 0.676339] [<80789f0c>] kernel_init_freeable+0x1ec/0x2d0
  143. [ 0.681699] [<805fc188>] kernel_init+0x10/0xf8
  144. [ 0.686090] [<800070d8>] ret_from_kernel_thread+0x14/0x1c
  145. [ 0.707652] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
  146. [ 0.719046] clocksource: Switched to clocksource GIC
  147. [ 0.726009] NET: Registered protocol family 2
  148. [ 0.730442] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  149. [ 0.738131] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  150. [ 0.746490] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  151. [ 0.749276] random: fast init done
  152. [ 0.754916] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  153. [ 0.764475] TCP: Hash tables configured (established 1024 bind 1024)
  154. [ 0.770916] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  155. [ 0.777377] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  156. [ 0.784561] NET: Registered protocol family 1
  157. [ 0.788852] PCI: CLS 0 bytes, default 32
  158. [ 1.028983] 4 CPUs re-calibrate udelay(lpj = 2924544)
  159. [ 1.035848] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  160. [ 1.053052] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  161. [ 1.058806] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  162. [ 1.072172] mt7621_gpio 1e000600.gpio: registering 32 gpios
  163. [ 1.077924] mt7621_gpio 1e000600.gpio: registering 32 gpios
  164. [ 1.083720] mt7621_gpio 1e000600.gpio: registering 32 gpios
  165. [ 1.090019] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
  166. [ 1.097577] printk: console [ttyS0] disabled
  167. [ 1.101868] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
  168. [ 1.110849] printk: console [ttyS0] enabled
  169. [ 1.110849] printk: console [ttyS0] enabled
  170. [ 1.119102] printk: bootconsole [early0] disabled
  171. [ 1.119102] printk: bootconsole [early0] disabled
  172. [ 1.131174] spi-mt7621 1e000b00.spi: sys_freq: 220000000
  173. [ 1.146617] spi-nor spi0.0: w25q128 (16384 Kbytes)
  174. [ 1.151485] 4 fixed-partitions partitions found on MTD device spi0.0
  175. [ 1.157807] Creating 4 MTD partitions on "spi0.0":
  176. [ 1.162600] 0x000000000000-0x000000030000 : "u-boot"
  177. [ 1.168800] 0x000000030000-0x000000040000 : "u-boot-env"
  178. [ 1.175303] 0x000000040000-0x000000050000 : "factory"
  179. [ 1.181621] 0x000000050000-0x000001000000 : "firmware"
  180. [ 1.188227] 2 uimage-fw partitions found on MTD device firmware
  181. [ 1.194181] Creating 2 MTD partitions on "firmware":
  182. [ 1.199351] 0x000000000000-0x00000026cd1a : "kernel"
  183. [ 1.205598] 0x00000026cd1a-0x000000fb0000 : "rootfs"
  184. [ 1.211737] mtd: device 5 (rootfs) set to be root filesystem
  185. [ 1.217592] 1 squashfs-split partitions found on MTD device rootfs
  186. [ 1.223849] 0x000000db0000-0x000000fb0000 : "rootfs_data"
  187. [ 1.269650] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
  188. [ 1.278493] mtk_soc_eth 1e100000.ethernet: generated random MAC address 3a:94:b3:a7:fd:bd
  189. [ 1.287567] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 22
  190. [ 1.297505] mt7621-pci 1e140000.pcie: Parsing DT failed
  191. [ 1.305657] NET: Registered protocol family 10
  192. [ 1.311654] Segment Routing with IPv6
  193. [ 1.315411] NET: Registered protocol family 17
  194. [ 1.320251] 8021q: 802.1Q VLAN Support v1.8
  195. [ 1.328081] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
  196. [ 1.346638] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY]
  197. [ 1.356567] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
  198. [ 1.366412] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY]
  199. [ 1.376219] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY]
  200. [ 1.386049] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode
  201. [ 1.397264] DSA: tree 0 setup
  202. [ 1.400598] rt2880-pinmux pinctrl: pcie is already enabled
  203. [ 1.406210] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
  204. [ 1.413794] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
  205. [ 1.421237] mt7621-pci 1e140000.pcie: failed to parse bus ranges property: -22
  206. [ 1.528348] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
  207. [ 1.533923] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
  208. [ 1.639381] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
  209. [ 1.646314] mt7621-pci 1e140000.pcie: PCIE0 enabled
  210. [ 1.651180] mt7621-pci 1e140000.pcie: PCIE1 enabled
  211. [ 1.656039] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
  212. [ 1.665492] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
  213. [ 1.671846] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff]
  214. [ 1.678688] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
  215. [ 1.685545] pci_bus 0000:00: root bus resource [bus 00-ff]
  216. [ 1.691059] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
  217. [ 1.697072] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
  218. [ 1.703328] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff]
  219. [ 1.709653] pci 0000:00:00.0: supports D1
  220. [ 1.713644] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  221. [ 1.719748] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
  222. [ 1.725759] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
  223. [ 1.732022] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff]
  224. [ 1.738319] pci 0000:00:01.0: supports D1
  225. [ 1.742330] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
  226. [ 1.749616] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
  227. [ 1.755651] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
  228. [ 1.762595] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
  229. [ 1.777662] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  230. [ 1.782892] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
  231. [ 1.788959] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff]
  232. [ 1.795730] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref]
  233. [ 1.802937] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  234. [ 1.809762] pci 0000:02:00.0: [14c3:7611] type 00 class 0x000280
  235. [ 1.815791] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
  236. [ 1.822729] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
  237. [ 1.837798] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
  238. [ 1.843029] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff]
  239. [ 1.849111] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff]
  240. [ 1.855869] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref]
  241. [ 1.863081] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
  242. [ 1.869743] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
  243. [ 1.876326] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
  244. [ 1.883270] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
  245. [ 1.889867] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
  246. [ 1.896799] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
  247. [ 1.903571] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
  248. [ 1.910776] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
  249. [ 1.917534] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
  250. [ 1.924736] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
  251. [ 1.931516] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
  252. [ 1.938275] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff]
  253. [ 1.945046] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff]
  254. [ 1.951830] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
  255. [ 1.959132] pci 0000:00:00.0: PCI bridge to [bus 01]
  256. [ 1.964075] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff]
  257. [ 1.970846] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff]
  258. [ 1.977604] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref]
  259. [ 1.984812] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit]
  260. [ 1.992112] pci 0000:00:01.0: PCI bridge to [bus 02]
  261. [ 1.997053] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff]
  262. [ 2.003829] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff]
  263. [ 2.010599] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref]
  264. [ 2.018411] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control rx/tx
  265. [ 2.018772] hctosys: unable to open rtc device (rtc0)
  266. [ 2.040754] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
  267. [ 2.052441] Freeing unused kernel memory: 1244K
  268. [ 2.056966] This architecture does not have kernel memory protection.
  269. [ 2.063400] Run /sbin/init as init process
  270. [ 4.220874] init: Console is alive
  271. [ 4.224603] init: - watchdog -
  272. [ 6.277752] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  273. [ 6.937107] usbcore: registered new interface driver usbfs
  274. [ 6.942739] usbcore: registered new interface driver hub
  275. [ 6.948149] usbcore: registered new device driver usb
  276. [ 6.959213] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  277. [ 6.973121] SCSI subsystem initialized
  278. [ 6.981687] ehci-fsl: Freescale EHCI Host controller driver
  279. [ 6.988918] ehci-platform: EHCI generic platform driver
  280. [ 6.998563] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  281. [ 7.006354] ohci-platform: OHCI generic platform driver
  282. [ 7.014093] uhci_hcd: USB Universal Host Controller Interface driver
  283. [ 7.029445] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator
  284. [ 7.038155] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator
  285. [ 7.047127] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
  286. [ 7.052468] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
  287. [ 7.069198] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010
  288. [ 7.078378] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000
  289. [ 7.085559] hub 1-0:1.0: USB hub found
  290. [ 7.089429] hub 1-0:1.0: 2 ports detected
  291. [ 7.094151] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
  292. [ 7.099525] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
  293. [ 7.106990] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
  294. [ 7.113534] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  295. [ 7.122575] hub 2-0:1.0: USB hub found
  296. [ 7.126402] hub 2-0:1.0: 1 port detected
  297. [ 7.141678] usbcore: registered new interface driver usb-storage
  298. [ 7.148342] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  299. [ 7.159499] init: - preinit -
  300. [ 9.905417] crng init done
  301. [ 10.250716] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
  302. [ 10.259067] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  303. [ 10.267533] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  304. Press the [f] key and hit [enter] to enter failsafe mode
  305. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  306. [ 14.652055] mount_root: loading kmods from internal overlay
  307. [ 14.691032] kmodloader: loading kernel modules from //etc/modules-boot.d/*
  308. [ 14.703649] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
  309. [ 15.121191] block: attempting to load /etc/config/fstab
  310. [ 15.128785] block: unable to load configuration (fstab: Entry not found)
  311. [ 15.135697] block: no usable configuration
  312. [ 15.140863] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
  313. [ 15.154522] urandom-seed: Seed file not found (/etc/urandom.seed)
  314. [ 15.308112] procd: - early -
  315. [ 15.311321] procd: - watchdog -
  316. [ 16.079280] procd: - watchdog -
  317. [ 16.084476] procd: - ubus -
  318. [ 16.515698] procd: - init -
  319. Please press Enter to activate this console.
  320. [ 17.210930] kmodloader: loading kernel modules from /etc/modules.d/*
  321. [ 17.310785] NET: Registered protocol family 38
  322. [ 17.327381] tun: Universal TUN/TAP device driver, 1.6
  323. [ 17.392150] cryptodev: driver 1.12 loaded.
  324. [ 17.409442] Loading modules backported from Linux version v5.15.8-0-g43e577d7a2cb
  325. [ 17.416910] Backport generated by backports.git v5.15.8-1-0-g83f664bb
  326. [ 17.431879] mtk-eip93 1e004000.crypto: EIP93 Crypto Engine Initialized.
  327. [ 17.492480] xt_time: kernel timezone is -0000
  328. [ 17.499135] usbcore: registered new interface driver cdc_ether
  329. [ 17.578332] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=24
  330. [ 17.583784] pci 0000:00:00.0: enabling device (0006 -> 0007)
  331. [ 17.589452] mt7615e 0000:01:00.0: enabling device (0000 -> 0002)
  332. [ 17.622968] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=25
  333. [ 17.628411] pci 0000:00:01.0: enabling device (0006 -> 0007)
  334. [ 17.634223] mt7615e 0000:02:00.0: enabling device (0000 -> 0002)
  335. [ 17.640119] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
  336. [ 17.640119]
  337. [ 17.670504] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
  338. [ 17.699830] mt7615e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
  339. [ 17.699830]
  340. [ 17.732590] mt7615e 0000:02:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
  341. [ 17.761390] PPP generic driver version 2.4.2
  342. [ 17.767812] PPP MPPE Compression module registered
  343. [ 17.774771] NET: Registered protocol family 24
  344. [ 17.783264] usbcore: registered new interface driver rndis_host
  345. [ 17.810201] kmodloader: done loading kernel modules from /etc/modules.d/*
  346. [ 17.832979] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307
  347. [ 17.833048] mt7615e 0000:02:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307
  348. [ 59.972445] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
  349. [ 59.989941] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
  350. [ 59.998161] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  351. [ 60.001799] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
  352. [ 60.013915] 8021q: adding VLAN 0 to HW filter on device lan1
  353. [ 60.022952] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  354. [ 60.030159] br-lan: port 1(lan1) entered blocking state
  355. [ 60.035445] br-lan: port 1(lan1) entered disabled state
  356. [ 60.041771] device lan1 entered promiscuous mode
  357. [ 60.046427] device eth0 entered promiscuous mode
  358. [ 60.076537] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode
  359. [ 60.084060] 8021q: adding VLAN 0 to HW filter on device lan2
  360. [ 60.094700] br-lan: port 2(lan2) entered blocking state
  361. [ 60.100048] br-lan: port 2(lan2) entered disabled state
  362. [ 60.106606] device lan2 entered promiscuous mode
  363. [ 60.120005] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode
  364. [ 60.127257] 8021q: adding VLAN 0 to HW filter on device lan3
  365. [ 60.137060] br-lan: port 3(lan3) entered blocking state
  366. [ 60.142362] br-lan: port 3(lan3) entered disabled state
  367. [ 60.149397] device lan3 entered promiscuous mode
  368. [ 60.174886] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode
  369. [ 60.182103] 8021q: adding VLAN 0 to HW filter on device wan
  370. [ 64.319791] mt7530 mdio-bus:1f lan3: Link is Up - 1Gbps/Full - flow control rx/tx
  371. [ 64.636614] br-lan: port 4(wlan0) entered blocking state
  372. [ 64.642058] br-lan: port 4(wlan0) entered disabled state
  373. [ 64.648340] device wlan0 entered promiscuous mode
  374. [ 64.653637] br-lan: port 4(wlan0) entered blocking state
  375. [ 64.659131] br-lan: port 4(wlan0) entered forwarding state
  376. [ 64.665430] br-lan: port 4(wlan0) entered disabled state
  377. [ 64.671684] br-lan: port 3(lan3) entered blocking state
  378. [ 64.676993] br-lan: port 3(lan3) entered forwarding state
  379. [ 64.683287] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  380. [ 64.715896] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  381. [ 64.722846] br-lan: port 4(wlan0) entered blocking state
  382. [ 64.728262] br-lan: port 4(wlan0) entered forwarding state
  383. [ 66.151003] br-lan: port 5(wlan1) entered blocking state
  384. [ 66.156371] br-lan: port 5(wlan1) entered disabled state
  385. [ 66.162692] device wlan1 entered promiscuous mode
  386. [ 66.167893] br-lan: port 5(wlan1) entered blocking state
  387. [ 66.173373] br-lan: port 5(wlan1) entered forwarding state
  388. [ 66.181859] br-lan: port 5(wlan1) entered disabled state
  389. [ 68.397806] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
  390. [ 68.404493] br-lan: port 5(wlan1) entered blocking state
  391. [ 68.409845] br-lan: port 5(wlan1) entered forwarding state
  392. [ 70.727164] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
  393. [ 70.734083] jffs2_build_filesystem(): unlocking the mtd device...
  394. [ 70.734120] done.
  395. [ 70.742231] jffs2_build_filesystem(): erasing all blocks after the end marker...
  396. [ 77.144550] done.
  397. [ 77.153971] jffs2: notice: (4254) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
  398. [ 81.335934] overlayfs: upper fs does not support tmpfile.
  399. [ 114.239460] mt7530 mdio-bus:1f lan3: Link is Down
  400. [ 114.244292] br-lan: port 3(lan3) entered disabled state
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement