Advertisement
Guest User

Untitled

a guest
May 25th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.54 KB | None | 0 0
  1. U-Boot Version V1.0.0.2 (Aug 11 2020 - 14:10:19)
  2.  
  3. Board: RTL9300 CPU:800MHz LX:175MHz DDR:600MHz
  4. DRAM: 128 MB
  5. SPI-F: MXIC/C22018/MMIO16-1/ModeC 1x16 MB (plr_flash_info @ 83f747e4)
  6. Loading 65536B env. variables from offset 0xe0000
  7. Net: Net Initialization Skipped
  8. No ethernet found.
  9.  0
  10. Enable network
  11. RTCORE Driver Module Initialize
  12. IOAL init
  13. Hardware-profile probe GPIO probe (unit 0): (found)
  14. GPIO Init
  15.  
  16. (XGS1250_12)
  17. Hardware-profile init
  18. GPIO probe (unit 0): (found)
  19. GPIO Init rtl9300_gpio_init had already been initialized!
  20.  
  21. SPI init (unit 0)
  22. I2C probe (unit 0)
  23. I2C init (unit 0)
  24. NIC probe (unit 0)
  25. Loader RTNIC Driver Module Initialize
  26. IOAL init
  27. RTK Driver Module Initialize
  28. MAC probe (unit 0)
  29. Chip 9302 (found)
  30. MAC init (unit 0)
  31. SMI protocol probe (unit 0)
  32. PHY probe (unit 0)
  33. Chip Construct (unit 0)
  34. Chip Construct
  35. Disable PHY Polling
  36. PHY Reset
  37. PHY reset is not supported!
  38. MAC Construct
  39. Turn Off Serdes
  40. Serdes Construct
  41. PHY Construct
  42. Turn On Serdes
  43. Enable PHY Polling
  44. Misc
  45. PHY init (unit 0)
  46. Mgmt_dev init (unit 0)
  47. Please wait for PHY init-time ...
  48.  
  49. Unknown command 'bootu' - try 'help'
  50. 
  51. Enter Password:
  52. Enable network
  53. Please wait for PHY init-time ...
  54.  
  55. Unknown command 'bootu' - try 'help'
  56. RTL9300# # tftpboot 0x84f00000 192.168.1.11:openwrt-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin
  57. Using rtl9300#0 device
  58. TFTP from server 192.168.1.11; our IP address is 192.168.1.1
  59. Filename 'openwrt-realtek-rtl930x-zyxel_xgs1250-12-initramfs-kernel.bin'.
  60. Load address: 0x84f00000
  61. Loading: *#################################################################
  62. #################################################################
  63. #################################################################
  64. #################################################################
  65. #################################################################
  66. ##################
  67. done
  68. Bytes transferred = 5028939 (4cbc4b hex)
  69. RTL9300# # bootm
  70. ## Booting kernel from Legacy Image at 84f00000 ...
  71. Image Name: MIPS OpenWrt Linux-5.15.112
  72. Created: 2023-05-23 18:52:36 UTC
  73. Image Type: MIPS Linux Kernel Image (lzma compressed)
  74. Data Size: 5028875 Bytes = 4.8 MB
  75. Load Address: 80100000
  76. Entry Point: 80100000
  77. Verifying Checksum ... OK
  78. Uncompressing Kernel Image ... OK
  79.  
  80. Starting kernel ...
  81.  
  82. [ 0.000000] Linux version 5.15.112 (minion@buildr) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23325-7f04d51042) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Tue May 23 18:52:36 2023
  83. [ 0.000000] printk: bootconsole [early0] enabled
  84. [ 0.000000] CPU0 revision is: 00019555 (MIPS 34Kc)
  85. [ 0.000000] SoC: Realtek RTL9302B v1 ([0x93021001] variant: 10G VER: 1 MCID: 0x0 ID: 0x6487)
  86. [ 0.000000] MIPS: machine is Zyxel XGS1250-12 Switch
  87. [ 0.000000] earlycon: ns16550a0 at MMIO 0x18002000 (options '115200n8')
  88. [ 0.000000] printk: bootconsole [ns16550a0] enabled
  89. [ 0.000000] Initrd not found or empty - disabling initrd
  90. [ 0.000000] Calling board specific registration of SMP ops
  91. [ 0.000000] Detected 1 available secondary CPU(s)
  92. [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  93. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  94. [ 0.000000] Zone ranges:
  95. [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff]
  96. [ 0.000000] Movable zone start for each node
  97. [ 0.000000] Early memory node ranges
  98. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff]
  99. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
  100. [ 0.000000] percpu: Embedded 11 pages/cpu s16272 r8192 d20592 u45056
  101. [ 0.000000] pcpu-alloc: s16272 r8192 d20592 u45056 alloc=11*4096
  102. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  103. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  104. [ 0.000000] Kernel command line: earlycon
  105. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  106. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  107. [ 0.000000] Writing ErrCtl register=0005649e
  108. [ 0.000000] Readback ErrCtl register=0005649e
  109. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  110. [ 0.000000] Memory: 109720K/131072K available (6723K kernel code, 659K rwdata, 1448K rodata, 10876K init, 215K bss, 21352K reserved, 0K cma-reserved)
  111. [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  112. [ 0.000000] rcu: Hierarchical RCU implementation.
  113. [ 0.000000] Tracing variant of Tasks RCU enabled.
  114. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  115. [ 0.000000] NR_IRQS: 256
  116. [ 0.000000] rtl83xx-clk: initialized, SW 2450 MHz, CPU 800 MHz, MEM 600 MHz, LXB 175 MHz
  117. [ 0.000000] clocksource: realtek_otto_timer: mask: 0xfffffff max_cycles: 0xfffffff, max_idle_ns: 38225208801 ns
  118. [ 0.000002] sched_clock: 28 bits at 3125kHz, resolution 320ns, wraps every 42949672800ns
  119. [ 0.008950] Failed to request irq 7 (timer)
  120. [ 0.013500] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4778151116 ns
  121. [ 0.023425] Calibrating delay loop... 531.66 BogoMIPS (lpj=2658304)
  122. [ 0.085707] pid_max: default: 32768 minimum: 301
  123. [ 0.091719] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  124. [ 0.099751] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  125. [ 0.113469] rcu: Hierarchical SRCU implementation.
  126. [ 0.119838] smp: Bringing up secondary CPUs ...
  127. [ 0.126200] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
  128. [ 0.126235] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
  129. [ 0.126327] CPU1 revision is: 00019555 (MIPS 34Kc)
  130. [ 0.178946] Synchronize counters for CPU 1: done.
  131. [ 0.205115] smp: Brought up 1 node, 2 CPUs
  132. [ 0.216174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  133. [ 0.226963] futex hash table entries: 512 (order: 4, 65536 bytes, linear)
  134. [ 0.234779] pinctrl core: initialized pinctrl subsystem
  135. [ 0.242331] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  136. [ 0.254391] FPU Affinity set after 10620 emulations
  137. [ 0.282558] rtl83xx-clk lexra-busp:clock-controller: rate setting enabled, SW 2450-2450 MHz, CPU 400-975 MHz, MEM 600-600 MHz, LXB 175-175 MHz, OVERCLOCK AT OWN RISK
  138. [ 0.299729] usbcore: registered new interface driver usbfs
  139. [ 0.305783] usbcore: registered new interface driver hub
  140. [ 0.311762] usbcore: registered new device driver usb
  141. [ 0.319640] clocksource: Switched to clocksource realtek_otto_timer
  142. [ 0.328122] NET: Registered PF_INET protocol family
  143. [ 0.333986] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
  144. [ 0.342919] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  145. [ 0.352147] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  146. [ 0.360679] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  147. [ 0.369053] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  148. [ 0.376845] TCP: Hash tables configured (established 1024 bind 1024)
  149. [ 0.384032] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  150. [ 0.391287] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  151. [ 0.399363] NET: Registered PF_UNIX/PF_LOCAL protocol family
  152. [ 0.432288] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  153. [ 0.451567] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  154. [ 0.458009] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  155. [ 0.476096] pinctrl-single 1b00cc00.pinmux: 32 pins, size 4
  156. [ 0.483256] pinctrl-single 1b000384.pinmux: 32 pins, size 4
  157. [ 0.492963] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  158. [ 0.502257] printk: console [ttyS0] disabled
  159. [ 0.507098] 18002000.uart: ttyS0 at MMIO 0x18002000 (irq = 30, base_baud = 10937500) is a 16550A
  160. [ 0.516938] printk: console [ttyS0] enabled
  161. [ 0.516938] printk: console [ttyS0] enabled
  162. [ 0.526402] printk: bootconsole [early0] disabled
  163. [ 0.526402] printk: bootconsole [early0] disabled
  164. [ 0.537045] printk: bootconsole [ns16550a0] disabled
  165. [ 0.537045] printk: bootconsole [ns16550a0] disabled
  166. [ 0.585909] brd: module loaded
  167. [ 0.593593] spi-nor spi0.0: mx25l12805d (16384 Kbytes)
  168. [ 0.599432] 3 fixed-partitions partitions found on MTD device spi0.0
  169. [ 0.606773] OF: Bad cell count for /lexra-busp/spi@18001200/flash@0/partitions
  170. [ 0.615023] OF: Bad cell count for /lexra-busp/spi@18001200/flash@0/partitions
  171. [ 0.623889] Creating 3 MTD partitions on "spi0.0":
  172. [ 0.629289] 0x000000000000-0x0000000e0000 : "u-boot"
  173. [ 0.636862] 0x0000000e0000-0x0000000f0000 : "u-boot-env"
  174. [ 0.644846] 0x0000000f0000-0x000001000000 : "firmware"
  175. [ 0.681267] Probing RTL838X eth device pdev: 8208dc00, dev: 8208dc10
  176. [ 0.752505] Found SoC ID: 9302: RTL9302B v1 ([0x93021001] variant: 10G VER: 1 MCID: 0x0 ID: 0x6487), family 9300
  177. [ 0.764397] Using MAC 000000e04c000000
  178. [ 1.497924] REALTEK RTL9300 SERDES mdio-bus:1b: Detected internal RTL9300 Serdes
  179. [ 1.512918] rtk_gen1_hcd_cs_init: rtk_gen1_hcd_cs_init()!
  180. [ 1.518994] usb_phy_configure_process: usb_phy_configure_process()!
  181. [ 1.526690] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  182. [ 1.534080] ehci-platform: EHCI generic platform driver
  183. [ 1.540765] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  184. [ 1.547758] ohci-platform: OHCI generic platform driver
  185. [ 1.554377] i2c_dev: i2c /dev entries driver
  186. [ 1.560562] i2c-rtl_otto (mmio) 1b000374.i2c-bus: RTL Otto I2C probed successfully
  187. [ 1.569816] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,longan-i2c-bus
  188. [ 1.578996] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl930x-i2c-bus
  189. [ 1.588303] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9301-i2c-bus
  190. [ 1.597612] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302-i2c-bus
  191. [ 1.606930] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302a-i2c-bus
  192. [ 1.616324] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302b-i2c-bus
  193. [ 1.625731] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302c-i2c-bus
  194. [ 1.635140] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302d-i2c-bus
  195. [ 1.644543] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302e-i2c-bus
  196. [ 1.653944] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9302f-i2c-bus
  197. [ 1.663352] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9303-i2c-bus
  198. [ 1.672656] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,mango-i2c-bus
  199. [ 1.681767] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl931x-i2c-bus
  200. [ 1.691071] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9311-i2c-bus
  201. [ 1.700373] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9312-i2c-bus
  202. [ 1.709682] SPI driver i2c-rtl_otto (spi) has no spi_device_id for realtek,rtl9313-i2c-bus
  203. [ 1.720385] i2c i2c-0: Added multiplexed i2c bus 1
  204. [ 1.725812] i2c-mux-regmap lexra-bus0:i2c-mux@0: Registered 1 regmap I2C mux ports
  205. [ 1.781699] realtek-crypto 1800c000.crypto: 32 KB buffer, max 16 requests of up to 8192 bytes
  206. [ 1.791362] realtek-crypto 1800c000.crypto: ready for AES/SHA1/MD5 crypto acceleration
  207. [ 1.802833] NET: Registered PF_INET6 protocol family
  208. [ 1.811361] Segment Routing with IPv6
  209. [ 1.815582] In-situ OAM (IOAM) with IPv6
  210. [ 1.820194] NET: Registered PF_PACKET protocol family
  211. [ 1.826429] 8021q: 802.1Q VLAN Support v1.8
  212. [ 1.833720] sfp sfp-p12: Host maximum power 1.0W
  213. [ 2.423925] REALTEK RTL9300 SERDES rtl838x slave mii-0:1b: Detected internal RTL9300 Serdes
  214. [ 3.015440] REALTEK RTL9300 SERDES rtl838x slave mii-0:3f: Detected internal RTL9300 Serdes
  215. [ 3.046398] rtl93xx_setup called
  216. [ 3.050127] In rtl83xx_vlan_setup
  217. [ 3.053837] In rtl930x_vlan_profile_setup
  218. [ 3.058286] In rtl930x_vlan_profile_setup
  219. [ 3.062871] UNKNOWN_MC_PMASK: 000000001fffffff
  220. [ 3.067827] VLAN 0: L2 learn: 0; Unknown MC PMasks: L2 1fffffff, IPv4 1fffffff, IPv6: 1fffffff
  221. [ 3.067841] Routing enabled: IPv4 UC y, IPv6 UC y, IPv4 MC y, IPv6 MC y
  222. [ 3.085044] Bridge enabled: IPv4 MC n, IPv6 MC n,
  223. [ 3.090523] VLAN profile 0: raw 00033000 00000000 1fffffff 1fffffff 1fffffff
  224. [ 4.159636] ################# rtl83xx_enable_phy_polling: f0000ff
  225. [ 4.167308] rtl930x_pie_init
  226. [ 4.170758] rtl930x_led_init called
  227. [ 4.174789] rtl930x_led_init bb00cc00: 01052659
  228. [ 4.179857] rtl930x_led_init bb00cc04: 00005555
  229. [ 4.184910] rtl930x_led_init bb00cc08: 007f0000
  230. [ 4.189971] rtl930x_led_init bb00cc0c: 00000000
  231. [ 4.195021] rtl930x_led_init bb00cc10: 0a200a01
  232. [ 4.200082] rtl930x_led_init bb00cc14: 0a0b0a28
  233. [ 4.205132] rtl930x_led_init bb00cc18: 0a920a0b
  234. [ 4.210194] rtl930x_led_init bb00cc1c: 0b800a30
  235. [ 4.215244] rtl930x_led_init bb00cc20: 0a080a08
  236. [ 4.220320] rtl930x_led_init bb00cc24: 00000000
  237. [ 4.225363] rtl930x_led_init bb00cc28: 0a200bc0
  238. [ 4.230425] rtl930x_led_init bb00cc2c: 00000000
  239. [ 4.235475] rtl930x_led_init bb00cc30: 00ea0000
  240. [ 4.240549] rtl930x_led_init bb00cc34: 00000000
  241. [ 4.245604] rtl930x_led_init bb00cc38: 00ea0000
  242. [ 4.250665] rtl930x_led_init bb00cc3c: 070000ff
  243. [ 4.255714] rtl930x_led_init bb00cc40: 08000000
  244. [ 4.260776] rtl930x_led_init bb00cc44: 0f0000ff
  245. [ 4.265826] rtl930x_led_init bb00cc48: 00000000
  246. [ 4.270889] rtl930x_led_init bb00cc4c: 00000000
  247. [ 4.275937] rtl930x_led_init bb00cc50: 00000000
  248. [ 4.281013] rtl930x_led_init bb00cc54: 00000000
  249. [ 4.286057] rtl930x_led_init bb00cc58: 00000000
  250. [ 4.291119] rtl930x_led_init bb00cc5c: 00000000
  251. [ 4.296657] rtl83xx-switch lexra-bus0:switch@1b000000: configuring for fixed/internal link mode
  252. [ 4.306435] rtl930x_phylink_mac_config port 28, mode 1, phy-mode: internal, speed 1000, link 0
  253. [ 4.316256] rtl9300_configure_8218d: A Port 0, SerDes is 2 phy-mode xgmii port 0
  254. [ 4.324622] rtl930x_phylink_mac_config port 28, mode 1, phy-mode: internal, speed 1000, link 1
  255. [ 4.324850] rtl9300_configure_8218d CMU BAND is 16
  256. [ 4.334360] rtl83xx-switch lexra-bus0:switch@1b000000: Link is Up - 1Gbps/Full - flow control off
  257. [ 4.379690] rtl9300_sds_set 31
  258. [ 4.383119] rtl9300_configure_8218d PATCHING SerDes 2
  259. [ 4.390435] rtl9300_configure_8218d: Configuring RTL9300 SERDES 2, mode 10
  260. [ 4.400760] rtl8218d_serdes_mode_get, reading phy 0 got me block 0000 and data 00b0
  261. [ 4.409299] rtl8218d_serdes_mode_get: SDS mode: b0
  262. [ 4.417609] rtl8218d_serdes_model_get: 8281D model: 81
  263. [ 4.423507] rtl9300_serdes_mac_link_config: registers before 00000000 00001403
  264. [ 4.431774] rtl9300_serdes_mac_link_config: registers after 00000000 00001403
  265. [ 4.439791] rtl9300_sds_set 16
  266. [ 4.446108] rtl83xx-switch lexra-bus0:switch@1b000000 lan1 (uninitialized): PHY [mdio-bus:00] driver [REALTEK RTL8218D] (irq=POLL)
  267. [ 4.462112] rtl83xx-switch lexra-bus0:switch@1b000000 lan2 (uninitialized): PHY [mdio-bus:01] driver [REALTEK RTL8218D] (irq=POLL)
  268. [ 4.478117] rtl83xx-switch lexra-bus0:switch@1b000000 lan3 (uninitialized): PHY [mdio-bus:02] driver [REALTEK RTL8218D] (irq=POLL)
  269. [ 4.494050] rtl83xx-switch lexra-bus0:switch@1b000000 lan4 (uninitialized): PHY [mdio-bus:03] driver [REALTEK RTL8218D] (irq=POLL)
  270. [ 4.510033] rtl83xx-switch lexra-bus0:switch@1b000000 lan5 (uninitialized): PHY [mdio-bus:04] driver [REALTEK RTL8218D] (irq=POLL)
  271. [ 4.526193] rtl83xx-switch lexra-bus0:switch@1b000000 lan6 (uninitialized): PHY [mdio-bus:05] driver [REALTEK RTL8218D] (irq=POLL)
  272. [ 4.542006] rtl83xx-switch lexra-bus0:switch@1b000000 lan7 (uninitialized): PHY [mdio-bus:06] driver [REALTEK RTL8218D] (irq=POLL)
  273. [ 4.557979] rtl83xx-switch lexra-bus0:switch@1b000000 lan8 (uninitialized): PHY [mdio-bus:07] driver [REALTEK RTL8218D] (irq=POLL)
  274. [ 4.575485] Aquantia AQR113C mdio-bus:18: FW 5.6, Build 7, Provisioning 1
  275. [ 4.596409] rtl83xx-switch lexra-bus0:switch@1b000000 lan9 (uninitialized): PHY [mdio-bus:18] driver [Aquantia AQR113C] (irq=POLL)
  276. [ 4.613948] Aquantia AQR113C mdio-bus:19: FW 5.6, Build 7, Provisioning 1
  277. [ 4.635563] rtl83xx-switch lexra-bus0:switch@1b000000 lan10 (uninitialized): PHY [mdio-bus:19] driver [Aquantia AQR113C] (irq=POLL)
  278. [ 4.653083] Aquantia AQR113C mdio-bus:1a: FW 5.6, Build 7, Provisioning 1
  279. [ 4.674010] rtl83xx-switch lexra-bus0:switch@1b000000 lan11 (uninitialized): PHY [mdio-bus:1a] driver [Aquantia AQR113C] (irq=POLL)
  280. [ 4.689376] rtl83xx-switch lexra-bus0:switch@1b000000 lan12 (uninitialized): PHY [mdio-bus:1b] driver [REALTEK RTL9300 SERDES] (irq=POLL)
  281. [ 4.705240] DSA: tree 0 setup
  282. [ 4.708680] LINK state irq: 23
  283. [ 4.712253] rtl930x_switch_irq link faults: 08ffff00
  284. [ 4.712382] In rtl83xx_setup_qos
  285. [ 4.717808] rtl930x_switch_irq RX symbol errors: 000001c4
  286. [ 4.721536] L3_IPUC_ROUTE_CTRL 00002000, IPMC_ROUTE 0000077e, IP6UC_ROUTE 00014400, IP6MC_ROUTE 0001db7e
  287. [ 4.727383] rtl930x_switch_irq link faults: 08ffff00
  288. [ 4.727394] rtl930x_switch_irq RX symbol errors: 000001c4
  289. [ 4.727410] rtl930x_switch_irq link faults: 08ffff00
  290. [ 4.727423] rtl930x_switch_irq RX symbol errors: 000001c4
  291. [ 4.727437] rtl930x_switch_irq link faults: 08ffff00
  292. [ 4.738086] L3_IPUC_ROUTE_CTRL 00002001, IPMC_ROUTE 00000501, IP6UC_ROUTE 00014581, IP6MC_ROUTE 00012881
  293. [ 4.743487] rtl930x_switch_irq RX symbol errors: 000001c4
  294. [ 4.783345] L3_IP_ROUTE_CTRL 0000013f
  295. [ 4.787563] rtl930x_dbgfs_init called
  296. [ 4.791768] rtl83xx_fib_event_work_do: FIB4 default rule failed
  297. [ 4.798374] rtl83xx_fib_event_work_do: FIB4 default rule failed
  298. [ 4.853539] Freeing unused kernel image (initmem) memory: 10876K
  299. [ 4.860298] This architecture does not have kernel memory protection.
  300. [ 4.867477] Run /init as init process
  301. [ 4.871584] with arguments:
  302. [ 4.874890] /init
  303. [ 4.877408] with environment:
  304. [ 4.880966] HOME=/
  305. [ 4.883597] TERM=linux
  306. [ 5.406572] init: Console is alive
  307. [ 5.411025] init: - watchdog -
  308. [ 5.436303] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  309. [ 5.451932] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  310. [ 5.470791] init: - preinit -
  311. [ 5.759931] random: jshn: uninitialized urandom read (4 bytes read)
  312. [ 5.866162] random: jshn: uninitialized urandom read (4 bytes read)
  313. [ 6.566674] random: jshn: uninitialized urandom read (4 bytes read)
  314. [ 6.947874] RESETTING 9300, CPU_PORT 28
  315. [ 7.181801] rtl838x-eth 1b00a300.ethernet eth0: configuring for fixed/internal link mode
  316. [ 7.190900] In rtl838x_mac_config, mode 1
  317. [ 7.196128] rtl83xx-switch lexra-bus0:switch@1b000000 lan1: configuring for phy/xgmii link mode
  318. [ 7.205895] rtl930x_phylink_mac_config port 0, mode 0, phy-mode: xgmii, speed -1, link 0
  319. [ 7.214961] rtl930x_phylink_mac_config SDS is 2
  320. [ 7.220064] rtl930x_phylink_mac_config: Unsupported speed: -1
  321. [ 7.226615] In rtl838x_mac_link_up, mode 1
  322. [ 7.227440] 8021q: adding VLAN 0 to HW filter on device lan1
  323. [ 7.231314] rtl838x-eth 1b00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
  324. [ 7.246968] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  325. [ 7.254149] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  326. [ 7.261727] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  327. [ 7.270593] rtl83xx_fib_event_work_do: FIB4 failed
  328. [ 7.275947] rtl83xx_fib_event_work_do: FIB4 failed
  329. [ 7.281495] rtl83xx_fib_event_work_do: FIB4 failed
  330. Press the [f] key and hit [enter] to enter failsafe mode
  331. Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
  332. [ 8.879687] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  333. [ 9.434220] rtl83xx_fib4_del: no such gateway: 0.0.0.0
  334. [ 9.440520] rtl83xx_fib4_del: no such gateway: 0.0.0.0
  335. [ 9.446328] rtl83xx_fib4_del: no such gateway: 0.0.0.0
  336. [ 9.471846] procd: - early -
  337. [ 9.475407] procd: - watchdog -
  338. [ 10.091400] procd: - watchdog -
  339. [ 10.095467] procd: - ubus -
  340. [ 10.108085] random: ubusd: uninitialized urandom read (4 bytes read)
  341. [ 10.149268] random: ubusd: uninitialized urandom read (4 bytes read)
  342. [ 10.157113] random: ubusd: uninitialized urandom read (4 bytes read)
  343. [ 10.169225] procd: - init -
  344. Please press Enter to activate this console.
  345. [ 10.734786] kmodloader: loading kernel modules from /etc/modules.d/*
  346. [ 10.746989] GACT probability on
  347. [ 10.753152] Mirror/redirect action on
  348. [ 10.773058] u32 classifier
  349. [ 10.776091] input device check on
  350. [ 10.780263] Actions configured
  351. [ 10.908578] kmodloader: done loading kernel modules from /etc/modules.d/*
  352. [ 11.026878] urngd: v1.0.2 started.
  353. [ 11.220548] random: crng init done
  354. [ 11.224367] random: 23 urandom warning(s) missed due to ratelimiting
  355.  
  356.  
  357.  
  358. BusyBox v1.36.1 (2023-05-23 18:52:36 UTC) built-in shell (ash)
  359.  
  360. _______ ________ __
  361. | |.-----.-----.-----.| | | |.----.| |_
  362. | - || _ | -__| || | | || _|| _|
  363. |_______|| __|_____|__|__||________||__| |____|
  364. |__| W I R E L E S S F R E E D O M
  365. -----------------------------------------------------
  366. OpenWrt SNAPSHOT, r23325-7f04d51042
  367. -----------------------------------------------------
  368. === WARNING! =====================================
  369. There is no root password defined on this device!
  370. Use the "passwd" command to set up a new password
  371. in order to prevent unauthorized SSH logins.
  372. --------------------------------------------------
  373. root@(none):/# ethtool lan8 && ethtool lan10
  374. Settings for lan8:
  375. Supported ports: [ TP MII ]
  376. Supported link modes: 10baseT/Half 10baseT/Full
  377. 100baseT/Half 100baseT/Full
  378. 1000baseT/Half 1000baseT/Full
  379. Supported pause frame use: Symmetric Receive-only
  380. Supports auto-negotiation: Yes
  381. Supported FEC modes: Not reported
  382. Advertised link modes: 10baseT/Half 10baseT/Full
  383. 100baseT/Half 100baseT/Full
  384. 1000baseT/Half 1000baseT/Full
  385. Advertised pause frame use: Symmetric Receive-only
  386. Advertised auto-negotiation: Yes
  387. Advertised FEC modes: Not reported
  388. Speed: Unknown!
  389. Duplex: Unknown! (255)
  390. Port: Twisted Pair
  391. PHYAD: 7
  392. Transceiver: external
  393. Auto-negotiation: on
  394. MDI-X: Unknown
  395. Supports Wake-on: d
  396. Wake-on: d
  397. Link detected: no
  398. Settings for lan10:
  399. Supported ports: [ ]
  400. Supported link modes: 100baseT/Half 100baseT/Full
  401. 1000baseT/Full
  402. 10000baseT/Full
  403. Supported pause frame use: Symmetric Receive-only
  404. Supports auto-negotiation: Yes
  405. Supported FEC modes: Not reported
  406. Advertised link modes: 100baseT/Half 100baseT/Full
  407. 1000baseT/Full
  408. 10000baseT/Full
  409. Advertised pause frame use: Symmetric Receive-only
  410. Advertised auto-negotiation: Yes
  411. Advertised FEC modes: Not reported
  412. Speed: Unknown!
  413. Duplex: Unknown! (255)
  414. Port: Twisted Pair
  415. PHYAD: 25
  416. Transceiver: external
  417. Auto-negotiation: on
  418. MDI-X: Unknown
  419. Supports Wake-on: d
  420. Wake-on: d
  421. Link detected: no
  422. root@(none):/# [ 14.377798] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  423. [ 25.414666] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  424. [ 25.456202] in rtl838x_eth_stop
  425. [ 25.459936] In rtl838x_mac_link_down, mode 1
  426. [ 25.464753] rtl838x-eth 1b00a300.ethernet eth0: Link is Down
  427. [ 26.030060] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  428. [ 26.037472] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  429. [ 26.045096] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  430. [ 26.052586] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  431. [ 26.078113] Using MAC 0000b5254c000000
  432. [ 26.083369] RESETTING 9300, CPU_PORT 28
  433. [ 26.322269] rtl838x-eth 1b00a300.ethernet eth0: configuring for fixed/internal link mode
  434. [ 26.331397] In rtl838x_mac_config, mode 1
  435. [ 26.336382] In rtl838x_mac_link_up, mode 1
  436. [ 26.341238] rtl838x-eth 1b00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
  437. [ 26.351398] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  438. [ 26.358523] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  439. [ 26.366176] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  440. [ 26.381681] device eth0 entered promiscuous mode
  441. [ 26.386931] rtl83xx-switch lexra-bus0:switch@1b000000 lan1: configuring for phy/xgmii link mode
  442. [ 26.396814] rtl930x_phylink_mac_config port 0, mode 0, phy-mode: xgmii, speed -1, link 0
  443. [ 26.405979] rtl930x_phylink_mac_config SDS is 2
  444. [ 26.411173] rtl930x_phylink_mac_config: Unsupported speed: -1
  445. [ 26.419342] 8021q: adding VLAN 0 to HW filter on device lan1
  446. [ 26.434728] switch0: port 1(lan1) entered blocking state
  447. [ 26.440844] switch0: port 1(lan1) entered disabled state
  448. [ 26.448229] device lan1 entered promiscuous mode
  449. [ 26.471873] device switch0 entered promiscuous mode
  450. [ 26.481488] rtl930x_set_l3_egress_intf writing to index 0: 00000201 10101492
  451. [ 26.498326] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  452. [ 26.508241] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  453. [ 26.560311] rtl83xx-switch lexra-bus0:switch@1b000000 lan2: configuring for phy/xgmii link mode
  454. [ 26.570171] rtl930x_phylink_mac_config port 1, mode 0, phy-mode: xgmii, speed -1, link 0
  455. [ 26.579310] rtl930x_phylink_mac_config SDS is -1
  456. [ 26.584614] rtl930x_phylink_mac_config: Unsupported speed: -1
  457. [ 26.610135] 8021q: adding VLAN 0 to HW filter on device lan2
  458. [ 26.628223] switch0: port 2(lan2) entered blocking state
  459. [ 26.634318] switch0: port 2(lan2) entered disabled state
  460. [ 26.645151] device lan2 entered promiscuous mode
  461. [ 26.690212] rtl83xx-switch lexra-bus0:switch@1b000000 lan3: configuring for phy/xgmii link mode
  462. [ 26.700073] rtl930x_phylink_mac_config port 2, mode 0, phy-mode: xgmii, speed -1, link 0
  463. [ 26.709155] rtl930x_phylink_mac_config SDS is -1
  464. [ 26.714445] rtl930x_phylink_mac_config: Unsupported speed: -1
  465. [ 26.722345] 8021q: adding VLAN 0 to HW filter on device lan3
  466. [ 26.740936] switch0: port 3(lan3) entered blocking state
  467. [ 26.746946] switch0: port 3(lan3) entered disabled state
  468. [ 26.755659] device lan3 entered promiscuous mode
  469. [ 26.787445] rtl83xx-switch lexra-bus0:switch@1b000000 lan4: configuring for phy/xgmii link mode
  470. [ 26.797344] rtl930x_phylink_mac_config port 3, mode 0, phy-mode: xgmii, speed -1, link 0
  471. [ 26.806510] rtl930x_phylink_mac_config SDS is -1
  472. [ 26.811776] rtl930x_phylink_mac_config: Unsupported speed: -1
  473. [ 26.820716] 8021q: adding VLAN 0 to HW filter on device lan4
  474. [ 26.837390] switch0: port 4(lan4) entered blocking state
  475. [ 26.843510] switch0: port 4(lan4) entered disabled state
  476. [ 26.853953] device lan4 entered promiscuous mode
  477. [ 26.881457] rtl83xx-switch lexra-bus0:switch@1b000000 lan5: configuring for phy/xgmii link mode
  478. [ 26.891287] rtl930x_phylink_mac_config port 4, mode 0, phy-mode: xgmii, speed -1, link 0
  479. [ 26.900422] rtl930x_phylink_mac_config SDS is -1
  480. [ 26.905621] rtl930x_phylink_mac_config: Unsupported speed: -1
  481. [ 26.917678] 8021q: adding VLAN 0 to HW filter on device lan5
  482. [ 26.934902] switch0: port 5(lan5) entered blocking state
  483. [ 26.941029] switch0: port 5(lan5) entered disabled state
  484. [ 26.956731] device lan5 entered promiscuous mode
  485. [ 26.986564] rtl83xx-switch lexra-bus0:switch@1b000000 lan6: configuring for phy/xgmii link mode
  486. [ 26.996477] rtl930x_phylink_mac_config port 5, mode 0, phy-mode: xgmii, speed -1, link 0
  487. [ 27.005680] rtl930x_phylink_mac_config SDS is -1
  488. [ 27.010927] rtl930x_phylink_mac_config: Unsupported speed: -1
  489. [ 27.020188] 8021q: adding VLAN 0 to HW filter on device lan6
  490. [ 27.048734] switch0: port 6(lan6) entered blocking state
  491. [ 27.054871] switch0: port 6(lan6) entered disabled state
  492. [ 27.062281] device lan6 entered promiscuous mode
  493. [ 27.089877] rtl83xx-switch lexra-bus0:switch@1b000000 lan7: configuring for phy/xgmii link mode
  494. [ 27.099707] rtl930x_phylink_mac_config port 6, mode 0, phy-mode: xgmii, speed -1, link 0
  495. [ 27.108798] rtl930x_phylink_mac_config SDS is -1
  496. [ 27.114082] rtl930x_phylink_mac_config: Unsupported speed: -1
  497. [ 27.159997] 8021q: adding VLAN 0 to HW filter on device lan7
  498. [ 27.179441] switch0: port 7(lan7) entered blocking state
  499. [ 27.185559] switch0: port 7(lan7) entered disabled state
  500. [ 27.193027] device lan7 entered promiscuous mode
  501. [ 27.215469] rtl83xx-switch lexra-bus0:switch@1b000000 lan8: configuring for phy/xgmii link mode
  502. [ 27.225311] rtl930x_phylink_mac_config port 7, mode 0, phy-mode: xgmii, speed -1, link 0
  503. [ 27.234503] rtl930x_phylink_mac_config SDS is -1
  504. [ 27.239782] rtl930x_phylink_mac_config: Unsupported speed: -1
  505. [ 27.247330] 8021q: adding VLAN 0 to HW filter on device lan8
  506. [ 27.263061] switch0: port 8(lan8) entered blocking state
  507. [ 27.269036] switch0: port 8(lan8) entered disabled state
  508. [ 27.276554] device lan8 entered promiscuous mode
  509. [ 27.296151] rtl83xx-switch lexra-bus0:switch@1b000000 lan9: configuring for phy/usxgmii link mode
  510. [ 27.306191] rtl930x_phylink_mac_config port 24, mode 0, phy-mode: usxgmii, speed -1, link 0
  511. [ 27.315675] rtl930x_phylink_mac_config SDS is 6
  512. [ 27.320890] rtl930x_phylink_mac_config: Unsupported speed: -1
  513. [ 27.331321] 8021q: adding VLAN 0 to HW filter on device lan9
  514. [ 27.346170] switch0: port 9(lan9) entered blocking state
  515. [ 27.352295] switch0: port 9(lan9) entered disabled state
  516. [ 27.359838] device lan9 entered promiscuous mode
  517. [ 27.379353] rtl83xx-switch lexra-bus0:switch@1b000000 lan10: configuring for phy/usxgmii link mode
  518. [ 27.389474] rtl930x_phylink_mac_config port 25, mode 0, phy-mode: usxgmii, speed -1, link 0
  519. [ 27.399003] rtl930x_phylink_mac_config SDS is 7
  520. [ 27.404225] rtl930x_phylink_mac_config: Unsupported speed: -1
  521. [ 27.410860] rtl930x_switch_irq link faults: 08ffff00
  522. [ 27.416433] rtl930x_switch_irq RX symbol errors: 000001c4
  523. [ 27.417336] 8021q: adding VLAN 0 to HW filter on device lan10
  524. [ 27.438926] switch0: port 10(lan10) entered blocking state
  525. [ 27.445264] switch0: port 10(lan10) entered disabled state
  526. [ 27.453021] device lan10 entered promiscuous mode
  527. [ 27.475823] rtl83xx-switch lexra-bus0:switch@1b000000 lan11: configuring for phy/usxgmii link mode
  528. [ 27.486031] rtl930x_phylink_mac_config port 26, mode 0, phy-mode: usxgmii, speed -1, link 0
  529. [ 27.495501] rtl930x_phylink_mac_config SDS is 8
  530. [ 27.500656] rtl930x_phylink_mac_config: Unsupported speed: -1
  531. [ 27.510455] 8021q: adding VLAN 0 to HW filter on device lan11
  532. [ 27.526569] switch0: port 11(lan11) entered blocking state
  533. [ 27.532826] switch0: port 11(lan11) entered disabled state
  534. [ 27.540471] device lan11 entered promiscuous mode
  535. [ 27.562864] rtl83xx-switch lexra-bus0:switch@1b000000 lan12: configuring for inband/10gbase-r link mode
  536. [ 27.573525] rtl930x_phylink_mac_config port 27, mode 2, phy-mode: 10gbase-r, speed -1, link 0
  537. [ 27.583136] rtl930x_phylink_mac_config SDS is 9
  538. [ 27.590735] rtl9300_configure_serdes CMU BAND is 16
  539. [ 27.596288] rtl9300_sds_set 31
  540. [ 27.599850] rtl9300_phy_enable_10g_1g 1gbit phy: 00001140
  541. [ 27.605928] rtl9300_phy_enable_10g_1g 1gbit phy enabled: 00001140
  542. [ 27.612791] rtl9300_phy_enable_10g_1g 10gbit phy: 00002040
  543. [ 27.618959] rtl9300_phy_enable_10g_1g 10gbit phy after: 00002040
  544. [ 27.625800] rtl9300_phy_enable_10g_1g set medium: 00000002
  545. [ 27.632080] rtl9300_phy_enable_10g_1g set medium after: 00000002
  546. [ 27.669818] rtl9300_configure_serdes: Configuring RTL9300 SERDES 9
  547. [ 27.680898] rtl9300_serdes_mac_link_config: registers before 00000000 00001403
  548. [ 27.689179] rtl9300_serdes_mac_link_config: registers after 00000000 00001403
  549. [ 27.729746] rtl9300_force_sds_mode: SDS: 9, mode 0
  550. [ 27.735139] rtl9300_force_sds_mode --------------------- serdes 9 forcing to 1f ...
  551. [ 27.748245] rtl9300_force_sds_mode: SDS: 9, mode 27
  552. [ 27.753885] rtl9300_force_sds_mode --------------------- serdes 9 forcing to 1a ...
  553. [ 27.989786] rtl9300_force_sds_mode toggling LC or Ring for 10gr, round 0
  554. [ 28.085224] rtl930x_switch_irq link faults: 08ffff00
  555. [ 28.090774] rtl930x_switch_irq RX symbol errors: 000001c4
  556. [ 28.115209] rtl930x_switch_irq link faults: 08ffff00
  557. [ 28.120779] rtl930x_switch_irq RX symbol errors: 000001c4
  558. [ 28.200133] rtl9300_force_sds_mode end power 0x20 0 30
  559. [ 28.205928] rtl9300_force_sds_mode --------------------- serdes 9 forced to 1a DONE
  560. [ 28.228833] rtl9300_sds_10g_idle WARNING: Waiting for RX idle timed out, SDS 9
  561. [ 28.269877] start_1.2.1 ForegroundOffsetCal_Manual
  562. [ 28.275501] end_1.2.1
  563. [ 28.299932] start_1.2.3 Foreground Calibration
  564. [ 28.308292] rtl9300_do_rx_calibration_2_3: fgcal_gray: 20, fgcal_binary 30
  565. [ 28.316203] rtl9300_do_rx_calibration_2_3: end_1.2.3
  566. [ 28.321860] start_1.4.1
  567. [ 28.599768] end_1.4.1
  568. [ 28.602513] start_1.4.2
  569. [ 28.629760] vth_set_bin = 7
  570. [ 28.632504] vth_set_bin = 7
  571. [ 28.635656] Vth Maunal = 0
  572. [ 28.779686] Tap0 Sign : +
  573. [ 28.782716] tap0_coef_bin = 31
  574. [ 28.785675] tap0 manual = 0
  575. [ 28.789315] end_1.4.2
  576. [ 28.792528] start_1.5.2
  577. [ 28.959634] end_1.5.2
  578. [ 28.999640] rtl9300_do_rx_calibration: SDS enabled
  579. [ 29.059636] start_1.4.1
  580. [ 29.339636] end_1.4.1
  581. [ 29.342373] start_1.4.2
  582. [ 29.369746] vth_set_bin = 7
  583. [ 29.372487] vth_set_bin = 7
  584. [ 29.375641] Vth Maunal = 0
  585. [ 29.519748] Tap0 Sign : +
  586. [ 29.522808] tap0_coef_bin = 31
  587. [ 29.525748] tap0 manual = 0
  588. [ 29.529444] end_1.4.2
  589. [ 29.532685] start_1.5.2
  590. [ 29.699634] end_1.5.2
  591. [ 29.803108] rtl930x_phylink_mac_config: Unsupported speed: -1
  592. [ 29.812365] 8021q: adding VLAN 0 to HW filter on device lan12
  593. [ 29.819219] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  594. [ 29.820131] rtl9300_read_status: Port 27, SerDes is 9
  595. [ 29.826716] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  596. [ 29.832248] rtl9300_read_status got SDS mode 1f
  597. [ 29.844779] switch0: port 12(lan12) entered blocking state
  598. [ 29.851032] switch0: port 12(lan12) entered disabled state
  599. [ 29.858436] device lan12 entered promiscuous mode
  600. [ 29.875158] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  601. [ 30.403950] rtl930x_phylink_mac_config port 7, mode 0, phy-mode: xgmii, speed 1000, link 1
  602. [ 30.413389] rtl930x_phylink_mac_config SDS is -1
  603. [ 30.418600] rtl83xx-switch lexra-bus0:switch@1b000000 lan8: Link is Up - 1Gbps/Full - flow control rx/tx
  604. [ 30.429225] rtl930x_switch_irq link faults: 08ffff00
  605. [ 30.429271] rtl930x_switch_irq RX symbol errors: 000001c4
  606. [ 30.462392] switch0: port 8(lan8) entered blocking state
  607. [ 30.468397] switch0: port 8(lan8) entered forwarding state
  608. [ 30.483225] rtl930x_phylink_mac_config port 7, mode 0, phy-mode: xgmii, speed 1000, link 1
  609. [ 30.492556] rtl930x_phylink_mac_config SDS is -1
  610. [ 30.503215] IPv6: ADDRCONF(NETDEV_CHANGE): switch0: link becomes ready
  611. [ 30.524755] IPv6: ADDRCONF(NETDEV_CHANGE): switch0.1: link becomes ready
  612. [ 30.572993] rtl930x_phylink_mac_config port 25, mode 0, phy-mode: usxgmii, speed 1000, link 1
  613. [ 30.582670] rtl930x_phylink_mac_config SDS is 7
  614. [ 30.587795] rtl83xx-switch lexra-bus0:switch@1b000000 lan10: Link is Up - 1Gbps/Full - flow control rx/tx
  615. [ 30.598230] rtl930x_switch_irq link faults: 0affff00
  616. [ 30.604009] rtl930x_switch_irq RX symbol errors: 000001c4
  617. [ 30.629924] switch0: port 10(lan10) entered blocking state
  618. [ 30.636086] switch0: port 10(lan10) entered forwarding state
  619. [ 30.661485] rtl930x_phylink_mac_config port 25, mode 0, phy-mode: usxgmii, speed 1000, link 1
  620. [ 30.671148] rtl930x_phylink_mac_config SDS is 7
  621. [ 30.879781] rtl9300_read_status: Port 27, SerDes is 9
  622. [ 30.885480] rtl9300_read_status got SDS mode 1f
  623. [ 31.919773] rtl9300_read_status: Port 27, SerDes is 9
  624. [ 31.925453] rtl9300_read_status got SDS mode 1f
  625. [ 32.159786] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  626. [ 32.167192] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  627. [ 32.399785] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
  628. [ 32.482302] rtl930x_switch_irq link faults: 08ffff00
  629. [ 32.487847] rtl930x_switch_irq RX symbol errors: 000001c4
  630. [ 32.493983] rtl83xx-switch lexra-bus0:switch@1b000000 lan8: Link is Down
  631. [ 32.501638] switch0: port 8(lan8) entered disabled state
  632. [ 32.959665] rtl9300_read_status: Port 27, SerDes is 9
  633. [ 32.965336] rtl9300_read_status got SDS mode 1f
  634. [ 33.999727] rtl9300_read_status: Port 27, SerDes is 9
  635. [ 34.005410] rtl9300_read_status got SDS mode 1f
  636. [ 34.563772] rtl930x_phylink_mac_config port 7, mode 0, phy-mode: xgmii, speed 1000, link 1
  637. [ 34.573198] rtl930x_phylink_mac_config SDS is -1
  638. [ 34.578408] rtl83xx-switch lexra-bus0:switch@1b000000 lan8: Link is Up - 1Gbps/Full - flow control rx/tx
  639. [ 34.589225] rtl930x_switch_irq link faults: 08ffff00
  640. [ 34.594805] rtl930x_switch_irq RX symbol errors: 000001c4
  641. [ 34.601117] switch0: port 8(lan8) entered blocking state
  642. [ 34.607087] switch0: port 8(lan8) entered forwarding state
  643. [ 34.615754] rtl930x_phylink_mac_config port 7, mode 0, phy-mode: xgmii, speed 1000, link 1
  644. [ 34.625149] rtl930x_phylink_mac_config SDS is -1
  645. [ 35.039790] rtl9300_read_status: Port 27, SerDes is 9
  646. [ 35.045464] rtl9300_read_status got SDS mode 1f
  647. [ 36.079689] rtl9300_read_status: Port 27, SerDes is 9
  648. [ 36.085357] rtl9300_read_status got SDS mode 1f
  649.  
  650. root@OpenWrt:/#
  651. root@OpenWrt:/# [ 37.119663] rtl9300_read_status: Port 27, SerDes is 9
  652. [ 37.125334] rtl9300_read_status got SDS mode 1f
  653. ethtool lan8 && ethtool lan10[ 38.159667] rtl9300_read_status: Port 27, SerDes is 9
  654. [ 38.165337] rtl9300_read_status got SDS mode 1f
  655.  
  656. Settings for lan8:
  657. Supported ports: [ TP MII ]
  658. Supported link modes: 10baseT/Half 10baseT/Full
  659. 100baseT/Half 100baseT/Full
  660. 1000baseT/Half 1000baseT/Full
  661. Supported pause frame use: Symmetric Receive-only
  662. Supports auto-negotiation: Yes
  663. Supported FEC modes: Not reported
  664. Advertised link modes: 10baseT/Half 10baseT/Full
  665. 100baseT/Half 100baseT/Full
  666. 1000baseT/Half 1000baseT/Full
  667. Advertised pause frame use: Symmetric Receive-only
  668. Advertised auto-negotiation: Yes
  669. Advertised FEC modes: Not reported
  670. Link partner advertised link modes: 10baseT/Half 10baseT/Full
  671. 100baseT/Half 100baseT/Full
  672. 1000baseT/Full
  673. Link partner advertised pause frame use: Symmetric Receive-only
  674. Link partner advertised auto-negotiation: Yes
  675. Link partner advertised FEC modes: Not reported
  676. Speed: 1000Mb/s
  677. Duplex: Full
  678. Port: Twisted Pair
  679. PHYAD: 7
  680. Transceiver: external
  681. Auto-negotiation: on
  682. MDI-X: Unknown
  683. Supports Wake-on: d
  684. Wake-on: d
  685. Link detected: yes
  686. Settings for lan10:
  687. Supported ports: [ ]
  688. Supported link modes: 100baseT/Half 100baseT/Full
  689. 1000baseT/Full
  690. 10000baseT/Full
  691. Supported pause frame use: Symmetric Receive-only
  692. Supports auto-negotiation: Yes
  693. Supported FEC modes: Not reported
  694. Advertised link modes: 100baseT/Half 100baseT/Full
  695. 1000baseT/Full
  696. 10000baseT/Full
  697. Advertised pause frame use: Symmetric Receive-only
  698. Advertised auto-negotiation: Yes
  699. Advertised FEC modes: Not reported
  700. Link partner advertised link modes: 10baseT/Half 10baseT/Full
  701. 100baseT/Half 100baseT/Full
  702. 1000baseT/Full
  703. 2500baseT/Full
  704. Link partner advertised pause frame use: Symmetric Receive-only
  705. Link partner advertised auto-negotiation: Yes
  706. Link partner advertised FEC modes: Not reported
  707. Speed: 1000Mb/s
  708. Duplex: Full
  709. Port: Twisted Pair
  710. PHYAD: 25
  711. Transceiver: external
  712. Auto-negotiation: on
  713. MDI-X: Unknown
  714. Supports Wake-on: d
  715. Wake-on: d
  716. Link detected: yes
  717. root@OpenWrt:/# [ 39.199663] rtl9300_read_status: Port 27, SerDes is 9
  718. [ 39.205331] rtl9300_read_status got SDS mode 1f
  719. [ 40.239664] rtl9300_read_status: Port 27, SerDes is 9
  720. [ 40.245336] rtl9300_read_status got SDS mode 1f
  721. [ 41.279664] rtl9300_read_status: Port 27, SerDes is 9
  722. [ 41.285332] rtl9300_read_status got SDS mode 1f
  723. [ 42.319663] rtl9300_read_status: Port 27, SerDes is 9
  724. [ 42.325334] rtl9300_read_status got SDS mode 1f
  725. [ 43.359663] rtl9300_read_status: Port 27, SerDes is 9
  726. [ 43.365338] rtl9300_read_status got SDS mode 1f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement