Advertisement
Guest User

Untitled

a guest
Apr 19th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.79 KB | None | 0 0
  1. (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16574-f7e00d81bc)) #0 SMP Sun Apr 18 14:14:52 2021
  2. [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
  3. [ 0.000000] printk: bootconsole [early0] enabled
  4. [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
  5. [ 0.000000] MIPS: machine is Netgear R6260
  6. [ 0.000000] Initrd not found or empty - disabling initrd
  7. [ 0.000000] VPE topology {2,2} total 4
  8. [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  9. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  10. [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  11. [ 0.000000] Zone ranges:
  12. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  13. [ 0.000000] HighMem empty
  14. [ 0.000000] Movable zone start for each node
  15. [ 0.000000] Early memory node ranges
  16. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  17. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  18. [ 0.000000] On node 0 totalpages: 32768
  19. [ 0.000000] Normal zone: 288 pages used for memmap
  20. [ 0.000000] Normal zone: 0 pages reserved
  21. [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
  22. [ 0.000000] percpu: Embedded 14 pages/cpu s26768 r8192 d22384 u57344
  23. [ 0.000000] pcpu-alloc: s26768 r8192 d22384 u57344 alloc=14*4096
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  25. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  26. [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2
  27. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  28. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  29. [ 0.000000] Writing ErrCtl register=00022937
  30. [ 0.000000] Readback ErrCtl register=00022937
  31. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  32. [ 0.000000] Memory: 120452K/131072K available (6061K kernel code, 210K rwdata, 1296K rodata, 1252K init, 238K bss, 10620K reserved, 0K cma-reserved, 0K highmem)
  33. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  34. [ 0.000000] rcu: Hierarchical RCU implementation.
  35. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  36. [ 0.000000] NR_IRQS: 256
  37. [ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x534 with crng_init=0
  38. [ 0.000000] CPU Clock: 880MHz
  39. [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
  40. [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
  41. [ 0.015488] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360)
  42. [ 0.055832] pid_max: default: 32768 minimum: 301
  43. [ 0.065184] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  44. [ 0.079590] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  45. [ 0.097715] rcu: Hierarchical SRCU implementation.
  46. [ 0.107814] smp: Bringing up secondary CPUs ...
  47. [ 0.988755] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  48. [ 0.988765] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  49. [ 0.988778] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  50. [ 0.988877] CPU1 revision is: 0001992f (MIPS 1004Kc)
  51. [ 0.144989] Synchronize counters for CPU 1: done.
  52. [ 1.079791] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  53. [ 1.079800] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  54. [ 1.079807] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  55. [ 1.079866] CPU2 revision is: 0001992f (MIPS 1004Kc)
  56. [ 0.239439] Synchronize counters for CPU 2: done.
  57. [ 1.170929] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  58. [ 1.170937] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  59. [ 1.170945] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
  60. [ 1.171005] CPU3 revision is: 0001992f (MIPS 1004Kc)
  61. [ 0.327041] Synchronize counters for CPU 3: done.
  62. [ 0.386646] smp: Brought up 1 node, 4 CPUs
  63. [ 0.399134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  64. [ 0.418418] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
  65. [ 0.432259] pinctrl core: initialized pinctrl subsystem
  66. [ 0.444243] NET: Registered protocol family 16
  67. [ 0.464143] FPU Affinity set after 4688 emulations
  68. [ 0.480069] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
  69. [ 0.500834] clocksource: Switched to clocksource GIC
  70. [ 0.512264] NET: Registered protocol family 2
  71. [ 0.521945] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  72. [ 0.538553] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  73. [ 0.553672] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  74. [ 0.567663] TCP: Hash tables configured (established 1024 bind 1024)
  75. [ 0.580424] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  76. [ 0.593313] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  77. [ 0.607422] NET: Registered protocol family 1
  78. [ 0.615988] PCI: CLS 0 bytes, default 32
  79. [ 0.712806] 4 CPUs re-calibrate udelay(lpj = 1163264)[ 0.724318] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  80. [ 0.744171] random: fast init done
  81. [ 0.749414] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  82. [ 0.762413] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  83. [ 0.783646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  84. [ 0.800190] mt7621_gpio 1e000600.gpio: registering 32 gpios
  85. [ 0.811503] mt7621_gpio 1e000600.gpio: registering 32 gpios
  86. [ 0.822761] mt7621_gpio 1e000600.gpio: registering 32 gpios
  87. [ 0.834606] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  88. [ 0.850878] printk: console [ttyS0] disabled
  89. [ 0.859337] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
  90. [ 0.877264] printk: console [ttyS0] enabled
  91. [ 0.893809] printk: bootconsole [early0] disabled
  92. [ 0.914939] mt7621-nand 1e003000.nand: Using programmed access timing: 31c07388
  93. [ 0.929783] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xf1
  94. [ 0.942444] nand: Macronix MX30LF1G18AC
  95. [ 0.950091] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  96. [ 0.965175] mt7621-nand 1e003000.nand: ECC strength adjusted to 4 bits
  97. [ 0.978206] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134
  98. [ 0.992768] mt7621-nand 1e003000.nand: Using programmed access timing: 21005134
  99. [ 1.007332] Scanning device for bad blocks
  100. [ 1.662394] Bad eraseblock 510 at 0x000003fc0000
  101. [ 2.321876] 7 fixed-partitions partitions found on MTD device mt7621-nand
  102. [ 2.335402] Creating 7 MTD partitions on "mt7621-nand":
  103. [ 2.345823] 0x000000000000-0x000000100000 : "u-boot"
  104. [ 2.357195] 0x000000100000-0x000000200000 : "SC PART_MAP"
  105. [ 2.369304] 0x000000200000-0x000000600000 : "kernel"
  106. [ 2.380578] 0x000000600000-0x000002e00000 : "ubi"
  107. [ 2.391437] 0x000002e00000-0x000004600000 : "reserved0"
  108. [ 2.403340] 0x000004600000-0x000004800000 : "factory"[ 2.414688] 0x000004800000-0x000008000000 : "reserved1"
  109. [ 2.428170] libphy: Fixed MDIO Bus: probed
  110. [ 2.463227] libphy: mdio: probed
  111. [ 2.469944] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
  112. [ 2.485396] mtk_soc_eth 1e100000.ethernet: generated random MAC address 5a:d3:2f:c4:76:60
  113. [ 2.502609] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 21
  114. [ 2.521267] mt7621-pci 1e140000.pcie: Parsing DT failed
  115. [ 2.534423] NET: Registered protocol family 10
  116. [ 2.544695] Segment Routing with IPv6
  117. [ 2.552142] NET: Registered protocol family 17
  118. [ 2.561087] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  119. [ 2.587156] 8021q: 802.1Q VLAN Support v1.8
  120. [ 2.598112] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
  121. [ 2.620651] libphy: dsa slave smi: probed
  122. [ 2.629139] mt7530 mdio-bus:1f lan4 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY]
  123. [ 2.647028] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY]
  124. [ 2.665021] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
  125. [ 2.682870] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY]
  126. [ 2.700880] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY]
  127. [ 2.718696] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode
  128. [ 2.736327] DSA: tree 0 setup
  129. [ 2.742589] rt2880-pinmux pinctrl: pcie is already enabled
  130. [ 2.753558] mt7621-pci 1e140000.pcie: Error applying setting, reverse things back
  131. [ 2.768629] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
  132. [ 2.783562] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
  133. [ 2.898106] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
  134. [ 2.909228] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
  135. [ 3.020051] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
  136. [ 3.033930] mt7621-pci 1e140000.pcie: PCIE0 enabled
  137. [ 3.043648] mt7621-pci 1e140000.pcie: PCIE1 enabled
  138. [ 3.053377] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
  139. [ 3.072088] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
  140. [ 3.084767] pci_bus 0000:00: root bus resource [io 0x1e160000-0x1e16ffff]
  141. [ 3.098476] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
  142. [ 3.112178] pci_bus 0000:00: root bus resource [bus 00-ff]
  143. [ 3.123151] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
  144. [ 3.135161] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
  145. [ 3.147656] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
  146. [ 3.160217] pci 0000:00:00.0: supports D1
  147. [ 3.168209] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  148. [ 3.180038] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
  149. [ 3.192054] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
  150. [ 3.204556] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff]
  151. [ 3.217118] pci 0000:00:01.0: supports D1
  152. [ 3.225110] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
  153. [ 3.237934] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  154. [ 3.253899] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  155. [ 3.270061] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
  156. [ 3.282091] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
  157. [ 3.295786] 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)
  158. [ 3.324671] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  159. [ 3.335107] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
  160. [ 3.347253] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
  161. [ 3.360804] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff pref]
  162. [ 3.375199] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  163. [ 3.388581] pci 0000:02:00.0: [14c3:7603] type 00 class 0x028000
  164. [ 3.400612] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
  165. [ 3.413245] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
  166. [ 3.426757] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
  167. [ 3.437191] pci 0000:00:01.0: bridge window [io 0x0000-0x0fff]
  168. [ 3.449338] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff]
  169. [ 3.462873] pci 0000:00:01.0: bridge window [mem 0x00000000-0x000fffff pref]
  170. [ 3.477274] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
  171. [ 3.490501] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
  172. [ 3.503684] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
  173. [ 3.517564] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
  174. [ 3.530751] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
  175. [ 3.544627] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
  176. [ 3.558163] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
  177. [ 3.572557] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff]
  178. [ 3.586093] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref]
  179. [ 3.600487] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
  180. [ 3.614027] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
  181. [ 3.627559] pci 0000:00:00.0: BAR 7: assigned [io 0x1e160000-0x1e160fff]
  182. [ 3.641093] pci 0000:00:01.0: BAR 7: assigned [io 0x1e161000-0x1e161fff]
  183. [ 3.654632] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
  184. [ 3.669220] pci 0000:00:00.0: PCI bridge to [bus 01]
  185. [ 3.679114] pci 0000:00:00.0: bridge window [io 0x1e160000-0x1e160fff]
  186. [ 3.692643] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff]
  187. [ 3.706176] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref]
  188. [ 3.720579] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff]
  189. [ 3.734115] pci 0000:00:01.0: PCI bridge to [bus 02]
  190. [ 3.744010] pci 0000:00:01.0: bridge window [io 0x1e161000-0x1e161fff]
  191. [ 3.757544] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff]
  192. [ 3.771071] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref]
  193. [ 3.786057] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control off
  194. [ 3.787101] UBI: auto-attach mtd3
  195. [ 3.806439] ubi0: attaching mtd3
  196. [ 4.219245] ubi0: scanning is finished
  197. [ 4.243097] ubi0: attached mtd3 (name "ubi", size 40 MiB)
  198. [ 4.253900] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  199. [ 4.267595] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  200. [ 4.281124] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  201. [ 4.294993] ubi0: good PEBs: 320, bad PEBs: 0, corrupted PEBs: 0
  202. [ 4.306960] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
  203. [ 4.321354] ubi0: max/mean erase counter: 4/2, WL threshold: 4096, image sequence number: 1418280439
  204. [ 4.339548] ubi0: available PEBs: 0, total reserved PEBs: 320, PEBs reserved for bad PEB handling: 20
  205. [ 4.357947] ubi0: background thread "ubi_bgt0d" started, PID 487
  206. [ 4.362247] block ubiblock0_0: created from ubi0:0(rootfs)
  207. [ 4.380908] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
  208. [ 4.394786] hctosys: unable to open rtc device (rtc0)[ 4.410886] VFS: Mounted root (squashfs filesystem) readonly on device 259:0.
  209. [ 4.429488] Freeing unused kernel memory: 1252K
  210. [ 4.438564] This architecture does not have kernel memory protection.
  211. [ 4.451396] Run /sbin/init as init process
  212. [ 4.985674] init: Console is alive
  213. [ 4.992701] init: - watchdog -
  214. [ 5.776278] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  215. [ 5.878495] usbcore: registered new interface driver usbfs
  216. [ 5.889573] usbcore: registered new interface driver hub
  217. [ 5.900282] usbcore: registered new device driver usb[ 5.920630] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator
  218. [ 5.938430] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
  219. [ 5.949061] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
  220. [ 5.969021] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010
  221. [ 5.987311] xhci-mtk 1e1c0000.xhci: irq 20, io mem 0x1e1c0000
  222. [ 6.000082] hub 1-0:1.0: USB hub found
  223. [ 6.007693] hub 1-0:1.0: 2 ports detected
  224. [ 6.016377] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
  225. [ 6.027030] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
  226. [ 6.041964] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
  227. [ 6.054842] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  228. [ 6.071878] hub 2-0:1.0: USB hub found
  229. [ 6.079446] hub 2-0:1.0: 1 port detected
  230. [ 6.093466] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  231. [ 6.117190] init: - preinit -
  232. [ 6.768269] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
  233. [ 6.784392] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  234. [ 6.801304] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  235. [ 6.947479] random: jshn: uninitialized urandom read (4 bytes read)
  236. [ 7.018712] random: jshn: uninitialized urandom read (4 bytes read)
  237. [ 7.063791] random: jshn: uninitialized urandom read (4 bytes read)
  238. [ 7.296392] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
  239. [ 7.310018] 8021q: adding VLAN 0 to HW filter on device lan1
  240. [ 11.413434] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  241. [ 11.428404] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
  242. [ 11.525726] UBIFS (ubi0:1): Mounting in unauthenticated mode
  243. [ 11.537227] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 623
  244. [ 11.618791] UBIFS (ubi0:1): recovery needed
  245. [ 11.824686] UBIFS (ubi0:1): recovery completed
  246. [ 11.833687] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
  247. [ 11.849289] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes[ 11.869037] UBIFS (ubi0:1): FS size: 32759808 bytes (31 MiB, 258 LEBs), journal size 1650688 bytes (1 MiB, 13 LEBs)
  248. [ 11.889821] UBIFS (ubi0:1): reserved for root: 1547326 bytes (1511 KiB)
  249. [ 11.903005] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 2A6C47D6-A9CD-47DC-8DCB-B17DE84E6376, small LPT model
  250. [ 11.929575] mount_root: switching to ubifs overlay
  251. [ 11.954767] urandom-seed: Seeding with /etc/urandom.seed
  252. [ 12.043381] mt7530 mdio-bus:1f lan1: Link is Down
  253. [ 12.062746] procd: - early -
  254. [ 12.068628] procd: - watchdog -
  255. [ 12.665026] procd: - watchdog -
  256. [ 12.675872] procd: - ubus -
  257. [ 12.773780] procd: - init -
  258. [ 13.302538] kmodloader: loading kernel modules from /etc/modules.d/*
  259. [ 13.330137] Loading modules backported from Linux version v5.10.16-0-gde53befa79cf
  260. [ 13.345258] Backport generated by backports.git v5.10.16-1-0-g21d2a1d2
  261. [ 13.375475] xt_time: kernel timezone is -0000
  262. [ 13.433782] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24
  263. [ 13.444603] pci 0000:00:01.0: enabling device (0004 -> 0007)
  264. [ 13.455891] mt7603e 0000:02:00.0: enabling device (0000 -> 0002)
  265. [ 13.468055] mt7603e 0000:02:00.0: ASIC revision: 76030010
  266. [ 13.471257] urngd: v1.0.2 started.
  267. [ 13.480833] mt7603e 0000:02:00.0: Invalid MAC address, using random address 7e:5c:16:5e:5b:e3
  268. [ 13.620219] random: crng init done
  269. [ 13.627026] random: 7 urandom warning(s) missed due to ratelimiting
  270. [ 14.118114] mt7603e 0000:02:00.0: Firmware Version: ap_pcie
  271. [ 14.129248] mt7603e 0000:02:00.0: Build Time: 20160107100755
  272. [ 14.164828] mt7603e 0000:02:00.0: firmware init done
  273. [ 14.345463] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  274. [ 14.356780] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=23
  275. [ 14.367783] pci 0000:00:00.0: enabling device (0004 -> 0007)
  276. [ 14.379139] mt7615e 0000:01:00.0: enabling device (0000 -> 0002)
  277. [ 14.401529] mt7615e 0000:01:00.0: Invalid MAC address, using random address 7e:f7:b2:06:8b:d7
  278. [ 14.423713] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
  279. [ 14.450778] PPP generic driver version 2.4.2
  280. [ 14.462138] NET: Registered protocol family 24
  281. [ 14.512701] kmodloader: done loading kernel modules from /etc/modules.d/*
  282. [ 14.551747] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
  283. [ 14.551747]
  284. [ 14.870981] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
  285. [ 14.925551] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307
  286. [ 19.995661] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
  287. [ 20.014605] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
  288. [ 20.030599] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  289. [ 20.034231] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
  290. [ 20.061471] 8021q: adding VLAN 0 to HW filter on device lan1
  291. [ 20.075534] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  292. [ 20.088887] br-lan: port 1(lan1) entered blocking state
  293. [ 20.099380] br-lan: port 1(lan1) entered disabled state
  294. [ 20.110815] device lan1 entered promiscuous mode
  295. [ 20.120119] device eth0 entered promiscuous mode
  296. [ 20.152517] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode
  297. [ 20.166371] 8021q: adding VLAN 0 to HW filter on device lan2
  298. [ 20.181267] br-lan: port 2(lan2) entered blocking state
  299. [ 20.191788] br-lan: port 2(lan2) entered disabled state
  300. [ 20.203594] device lan2 entered promiscuous mode
  301. [ 20.224502] mt7530 mdio-bus:1f lan3: configuring for phy/gmii link mode
  302. [ 20.238435] 8021q: adding VLAN 0 to HW filter on device lan3
  303. [ 20.253682] br-lan: port 3(lan3) entered blocking state
  304. [ 20.264208] br-lan: port 3(lan3) entered disabled state
  305. [ 20.276101] device lan3 entered promiscuous mode
  306. [ 20.296018] mt7530 mdio-bus:1f lan4: configuring for phy/gmii link mode
  307. [ 20.309846] 8021q: adding VLAN 0 to HW filter on device lan4
  308. [ 20.324472] br-lan: port 4(lan4) entered blocking state
  309. [ 20.335089] br-lan: port 4(lan4) entered disabled state
  310. [ 20.346905] device lan4 entered promiscuous mode
  311. [ 20.371481] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode
  312. [ 20.385293] 8021q: adding VLAN 0 to HW filter on device wan
  313. [ 21.611166] br-lan: port 5(wlan0) entered blocking state
  314. [ 21.621946] br-lan: port 5(wlan0) entered disabled state
  315. [ 21.633477] device wlan0 entered promiscuous mode
  316. [ 21.888391] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  317. [ 21.901624] br-lan: port 5(wlan0) entered blocking state
  318. [ 21.912334] br-lan: port 5(wlan0) entered forwarding state
  319. [ 21.924871] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  320. [ 23.125350] mt7530 mdio-bus:1f lan1: Link is Up - 1Gbps/Full - flow control rx/tx
  321. [ 23.974859] br-lan: port 6(wlan1) entered blocking state
  322. [ 23.985523] br-lan: port 6(wlan1) entered disabled state
  323. [ 23.996906] device wlan1 entered promiscuous mode
  324. [ 24.006710] br-lan: port 6(wlan1) entered blocking state
  325. [ 24.017406] br-lan: port 6(wlan1) entered forwarding state
  326. [ 24.029829] br-lan: port 6(wlan1) entered disabled state
  327. [ 24.041217] br-lan: port 1(lan1) entered blocking state
  328. [ 24.051705] br-lan: port 1(lan1) entered forwarding state
  329. [ 26.343237] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
  330. [ 26.356313] br-lan: port 6(wlan1) entered blocking state
  331. [ 26.366953] br-lan: port 6(wlan1) entered forwarding state
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement