HPE 1920-24G (JG924A)

HPE (Hewlett Packard Enterprise) OfficeConnect 1920 Series Switch.

The 1920 series features a variable number of gigabit (1000BASE-T / IEEE 802.3ab) ports, as well as a smaller number of 1 Gbit/s SFP ports.

The JG924A variant features 24 1000BASE-T ports, and 4 SFP ports. It is fanless, and has an integral AC supply (100 - 240V AC nominal). There is a console port which uses the Cisco standard pinout to provide RS232 on an 8P8C (RJ45) connector.

The 1920 series all use single core 500 MHz MIPS-4KEc Realtek RTL83xx SoCs, have 32 MB of flash, and 128 MB of RAM.

All 1920 series switches are designed to occupy “1U” (1.75“ / 44.5mm) in a standard 19” equipment rack. All models have rack mount options, but the 8 port models have smaller (under 19“ wide) enclosures which may be useful for non-rack usage.

General info about OpenWRT on Realtek switch SoCs can be found on the wiki that OpenWRT developer Sander Vanheule maintains.

FIXME break the generic 1920 series info out in to a separate page, since so much info is shared between all models in this series.

HPE 1920-24G JG924A

Design Origins and Alternative Brandings

The software and hardware design of these switches appears to originate from 3Com (which was acquired by HP in 2010), rather than the “HP ProCurve” line of switches which run HP's own in-house embedded OS rather than Linux. The design and manufacturing was carried out by H3C (which was wholly owned by HP during this time, but was later sold off).

Older examples of these switches were manufactured before Hewlett Packard split into “consumer” and “enterprise” divisions. These carried the branding “HP 1920-24G Switch” and the same JG924A model number.

H3C also sold these switches under their own brand as the H3C S5110 switch series, with the S5110-28P-SI assumed to be equivalent to the JG924A.

None at this time.

Install OpenWrt (generic explanation)

Before installing OpenWrt, you may wish to install the latest OEM firmware (at time of writing CMW520-R1121) in order to ensure you are running the latest bootloader version. You can either do-so via the OEM software web interface, or using the tftp method as outlined below.

Installation is currently via TFTP.

  1. Configure a tftp server on a computer which is reachable from the switch via Ethernet. Note the IPv4 of the tftp server.
  2. Download the “KERNEL” image from the download link below (either current or stable), rename it with a file name of 50 characters or less e.g. openwrt-23.05.2-hpe_1920-24g, and make it available to the tftp server.
  3. Connect to the serial port on the front of the switch using an 8P8C RS232 adapter.
  4. Power on the switch.
  5. Allow the switch to begin booting its second stage bootloader.
  6. When prompted Press Ctrl+B to enter extended boot menu..., do-so.
  7. Select menu item 3 Enter Ethernet SubMenu.
  8. In the Ethernet SubMenu, select item 5 Modify Ethernet Parameter.
  9. When prompted Protocol (FTP or TFTP), enter tftp.
  10. When prompted Load File Name enter the name you chose above.
  11. When prompted Target File Name leave it unchanged (value is not used).
  12. When prompted Server IP Address enter the IPv4 address of the tftp server.
  13. When prompted Local IP Address enter a spare unused IPv4 address which is accessible from the tftp server (e.g. an unused IP address on the local subnet).
  14. When prompted Gateway IP Address enter a value if the Local and tftp Servers are on different subnets, otherwise leave at the default.
  15. Back at the Ethernet SubMenu, select item 1 - Download Application Program To SDRAM And Run.

OpenWRT will now boot from RAM (it is not yet on flash). At this point you may wish to backup the existing factory firmware and configuration - either by following the create_full_mtd_backup instructions, or by downloading a copy of every mtd partition via the LuCI web interface (e.g. at http://192.168.1.1/cgi-bin/luci/admin/system/flash ).

Once that is done, you can download and install the sysupgrade package to overwrite the factory firmware install, then you will need to follow the instructions in the Initial installation: section of the git commit message to configure the bootloader to automatically run OpenWrt.

dev:    size   erasesize  name
mtd0: 00050000 00010000 "bootware_basic"
mtd1: 00030000 00010000 "bootware_data"
mtd2: 00040000 00010000 "bootware_extend"
mtd3: 00050000 00010000 "bootware_basic_backup"
mtd4: 00030000 00010000 "bootware_data_backup"
mtd5: 00040000 00010000 "bootware_extend_backup"
mtd6: 01cf0000 00010000 "firmware"
mtd7: 00010000 00010000 "factory"

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The HPE 1920-24G JG924A has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

Measured with the switch idle, with all Ethernet ports down, and no SFP modules installed:

HP Firmware v5.20.99 r1105 6.3 Watts
OpenWRT 23.05.2 7.0 Watts

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

Use the “console” port on the right of the switch's front panel. This is an 8P8C (“RJ45”) connector which uses the “Cisco” pin-out and RS232 voltage level signalling (±3v to ±15V), 38400 baud, 8N1.

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

Latest Firmware jg924a-cmw520-r1121.bin

System is starting...
Press Ctrl+D to access BASIC-BOOTWARE MENU
Booting Normal Extend BootWare
The Extend BootWare is self-decompressing..........................Done!

****************************************************************************
*                                                                          *
*           HPE 1920-24G Switch JG924A BootWare, Version 1.22              *
*                                                                          *
****************************************************************************
Copyright (c) 2010-2017 Hewlett Packard Enterprise Development LP

Compiled Date       : Apr 14 2017 15:05:19
CPU Type            : MIPS4kec
CPU L1 Cache        : 16KB
CPU Clock Speed     : 500MHz
Memory Type         : DDR3 SDRAM
Memory Size         : 128MB
Memory Speed        : 300MHz
BootWare Size       : 3MB
Flash Size          : 32MB


BootWare Validating...
Press Ctrl+B to enter extended boot menu...
Starting to get the main application file--flash:/jg924a-cmw520-r1121.bin!..
............................................................................
.................
The main application file is self-decompressing.............................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
.......................................................Done!
System application is starting...
Startup configuration file does not exist.
It will take a long time to get configuration file, please wait...
Press CTRL_C to break

Retrieving configuration file failed!

Configuring default settings.
User interface aux0 is available.



Press ENTER to get started.

Older version

System is starting...
Press Ctrl+D to access BASIC-BOOTWARE MENU
Booting Normal Extend BootWare
The Extend BootWare is self-decompressing.......................Done!

****************************************************************************
*                                                                          *
*            HP 1920-24G Switch JG924A BootWare, Version 1.10              *
*                                                                          *
****************************************************************************
Copyright (c) 2010-2014 Hewlett-Packard Development Company, L.P.

Compiled Date       : Jun  5 2014 11:34:07
CPU Type            : MIPS4kec
CPU L1 Cache        : 16KB
CPU Clock Speed     : 500MHz
Memory Type         : DDR3 SDRAM
Memory Size         : 128MB
Memory Speed        : 300MHz
BootWare Size       : 3MB
Flash Size          : 32MB


BootWare Validating...
Press Ctrl+B to enter extended boot menu...
Starting to get the main application file--flash:/JG924A-CMW520-R1105.bin!..
............................................................................
...............
The main application file is self-decompressing.............................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
............................................................................
...Done!
System application is starting...
Startup configuration file does not exist.
Configuring default settings.
User interface aux0 is available.



Press ENTER to get started.
[    0.000000] Linux version 5.15.150 (builder@buildhost) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r23809-234f1a2efa) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 Fri Mar 22 22:09:42 2024
[    0.000000] RTL838X model is 83826800
[    0.000000] SoC Type: RTL8382
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019070 (MIPS 4KEc)
[    0.000000] MIPS: machine is HPE 1920-24G (JG924A)
[    0.000000] earlycon: ns16550a0 at MMIO 0x18002000 (options '38400n8')
[    0.000000] printk: bootconsole [ns16550a0] enabled
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Using appended Device Tree.
[    0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes.
[    0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480
[    0.000000] Kernel command line: earlycon
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 109152K/131072K available (6217K kernel code, 616K rwdata, 780K rodata, 12732K init, 219K bss, 21920K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 256
[    0.000000] rtl83xx-clk: initialized, CPU 500 MHz, MEM 300 MHz (8 Bit DDR3), LXB 200 MHz
[    0.000000] clocksource: realtek_otto_timer: mask: 0xfffffff max_cycles: 0xfffffff, max_idle_ns: 38225208801 ns
[    0.000005] sched_clock: 28 bits at 3125kHz, resolution 320ns, wraps every 42949672800ns
[    0.027253] Calibrating delay loop... 498.89 BogoMIPS (lpj=2494464)
[    0.167742] pid_max: default: 32768 minimum: 301
[    0.185498] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.209887] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.267479] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.300201] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.323337] pinctrl core: initialized pinctrl subsystem
[    0.344665] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.401161] rtl83xx-clk clock-controller: rate setting enabled, CPU 300-625 MHz, MEM 300-300 MHz, LXB 200-200 MHz, OVERCLOCK AT OWN RISK
[    0.448044] clocksource: Switched to clocksource realtek_otto_timer
[    0.473182] NET: Registered PF_INET protocol family
[    0.490062] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.516492] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.544687] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.570528] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.596094] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.619650] TCP: Hash tables configured (established 1024 bind 1024)
[    0.641434] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.663296] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.687573] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.918605] workingset: timestamp_bits=14 max_order=15 bucket_order=1
[    0.959374] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.978895] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    1.111812] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.171629] pinctrl-single 1b001000.pinmux: 32 pins, size 4
[    1.191189] pinctrl-single 1b00a000.pinmux: 32 pins, size 4
[    1.212587] Probing RTL8231 GPIOs
[    1.223705] rtl8231_init called, MDIO bus ID: 0
[    1.241520] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    1.271355] printk: console [ttyS0] disabled
[    1.285808] 18002000.uart: ttyS0 at MMIO 0x18002000 (irq = 31, base_baud = 12500000) is a 16550A
[    1.315126] printk: console [ttyS0] enabled
[    1.342902] printk: bootconsole [early0] disabled
[    1.374145] printk: bootconsole [ns16550a0] disabled
[    1.764527] brd: module loaded
[    1.800792] spi-nor spi0.0: mx25l25635e (32768 Kbytes)
[    1.818149] 8 fixed-partitions partitions found on MTD device spi0.0
[    1.839392] OF: Bad cell count for /soc/spi@1200/flash@0/partitions
[    1.860335] OF: Bad cell count for /soc/spi@1200/flash@0/partitions
[    1.881725] Creating 8 MTD partitions on "spi0.0":
[    1.897739] 0x000000000000-0x000000050000 : "bootware_basic"
[    2.006520] 0x000000060000-0x000000090000 : "bootware_data"
[    2.028565] 0x000000090000-0x0000000d0000 : "bootware_extend"
[    2.056028] 0x000000100000-0x000000150000 : "bootware_basic_backup"
[    2.081915] 0x000000160000-0x000000190000 : "bootware_data_backup"
[    2.109734] 0x000000190000-0x0000001d0000 : "bootware_extend_backup"
[    2.134537] 0x000000300000-0x000001ff0000 : "firmware"
[    2.161056] 0x000001ff0000-0x000002000000 : "factory"
[    2.205769] Probing RTL838X eth device pdev: 820ade00, dev: 820ade10
[    2.277467] Found SoC ID: 8382: RTL8382, family 8380
[    2.294181] rtl8380_init_mac
[    2.303878] Using MAC 0000000000010000
[    2.464244] Realtek RTL8218B (internal) mdio-bus:08: Detected internal RTL8218B
[    2.488628] Firmware loaded. Size 1184, magic: 83808380
[    5.681565] Realtek RTL8214FC mdio-bus:18: Detected external RTL8214FC
[    5.703341] Firmware loaded. Size 1676, magic: 83808380
[    7.172376] Phy on MAC 0: 1cc981
[    7.194250] Realtek RTL8218B (external) mdio-bus:00: Detected external RTL8218B
[    7.218650] Firmware loaded. Size 1168, magic: 83808380
[    7.378365] Realtek RTL8218B (external) mdio-bus:00: Detected chip revision 0002
[    8.893728] i2c_dev: i2c /dev entries driver
[    8.917598] NET: Registered PF_INET6 protocol family
[    8.965970] Segment Routing with IPv6
[    8.978506] In-situ OAM (IOAM) with IPv6
[    8.991869] NET: Registered PF_PACKET protocol family
[    9.008896] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    9.053308] 8021q: 802.1Q VLAN Support v1.8
[    9.070607] i2c-gpio i2c-gpio-0: Slow GPIO pins might wreak havoc into I2C/SMBus bus timing
[    9.099122] i2c-gpio i2c-gpio-0: using lines 464 (SDA) and 465 (SCL)
[    9.121137] i2c-gpio i2c-gpio-1: Slow GPIO pins might wreak havoc into I2C/SMBus bus timing
[    9.149648] i2c-gpio i2c-gpio-1: using lines 474 (SDA) and 475 (SCL)
[    9.171532] i2c-gpio i2c-gpio-2: Slow GPIO pins might wreak havoc into I2C/SMBus bus timing
[    9.200028] i2c-gpio i2c-gpio-2: using lines 478 (SDA) and 479 (SCL)
[    9.221920] i2c-gpio i2c-gpio-3: Slow GPIO pins might wreak havoc into I2C/SMBus bus timing
[    9.250256] i2c-gpio i2c-gpio-3: using lines 482 (SDA) and 483 (SCL)
[    9.273767] sfp sfp-0: Host maximum power 1.0W
[    9.288694] sfp sfp-0: No tx_disable pin: SFP modules will always be emitting.
[    9.315155] sfp sfp-1: Host maximum power 1.0W
[    9.330079] sfp sfp-1: No tx_disable pin: SFP modules will always be emitting.
[    9.356504] sfp sfp-2: Host maximum power 1.0W
[    9.371439] sfp sfp-2: No tx_disable pin: SFP modules will always be emitting.
[    9.397995] sfp sfp-3: Host maximum power 1.0W
[    9.413007] sfp sfp-3: No tx_disable pin: SFP modules will always be emitting.
[    9.519636] Phy on MAC 0: 1cc981
[    9.541353] Realtek RTL8218B (external) rtl838x slave mii-0:00: Detected external RTL8218B
[    9.568913] Firmware loaded. Size 1168, magic: 83808380
[    9.728425] Realtek RTL8218B (external) rtl838x slave mii-0:00: Detected chip revision 0002
[   11.295729] Realtek RTL8218B (internal) rtl838x slave mii-0:08: Detected internal RTL8218B
[   11.323277] Firmware loaded. Size 1184, magic: 83808380
[   14.520012] Realtek RTL8214FC rtl838x slave mii-0:18: Detected external RTL8214FC
[   14.544989] Firmware loaded. Size 1676, magic: 83808380
[   16.166042] In rtl83xx_vlan_setup
[   16.177167] UNKNOWN_MC_PMASK: 000000001fffffff
[   16.192007] VLAN profile 0: L2 learning: 1, UNKN L2MC FLD PMSK 511, 		UNKN IPMC FLD PMSK 511, UNKN IPv6MC FLD PMSK: 511
[   17.268084] rtl83xx_enable_phy_polling:          fffffff
[   18.388777] rtl83xx-switch switch@1b000000: configuring for fixed/internal link mode
[   18.415515] rtl83xx-switch switch@1b000000: Link is Up - 1Gbps/Full - flow control off
[   18.442774] rtl83xx-switch switch@1b000000 lan1 (uninitialized): PHY [mdio-bus:00] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.485928] rtl83xx-switch switch@1b000000 lan2 (uninitialized): PHY [mdio-bus:01] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.532293] rtl83xx-switch switch@1b000000 lan3 (uninitialized): PHY [mdio-bus:02] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.575177] rtl83xx-switch switch@1b000000 lan4 (uninitialized): PHY [mdio-bus:03] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.621711] rtl83xx-switch switch@1b000000 lan5 (uninitialized): PHY [mdio-bus:04] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.664889] rtl83xx-switch switch@1b000000 lan6 (uninitialized): PHY [mdio-bus:05] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.711336] rtl83xx-switch switch@1b000000 lan7 (uninitialized): PHY [mdio-bus:06] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.754604] rtl83xx-switch switch@1b000000 lan8 (uninitialized): PHY [mdio-bus:07] driver [Realtek RTL8218B (external)] (irq=POLL)
[   18.801171] rtl83xx-switch switch@1b000000 lan9 (uninitialized): PHY [mdio-bus:08] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   18.844228] rtl83xx-switch switch@1b000000 lan10 (uninitialized): PHY [mdio-bus:09] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   18.891054] rtl83xx-switch switch@1b000000 lan11 (uninitialized): PHY [mdio-bus:0a] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   18.934366] rtl83xx-switch switch@1b000000 lan12 (uninitialized): PHY [mdio-bus:0b] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   18.981239] rtl83xx-switch switch@1b000000 lan13 (uninitialized): PHY [mdio-bus:0c] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   19.024722] rtl83xx-switch switch@1b000000 lan14 (uninitialized): PHY [mdio-bus:0d] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   19.071412] rtl83xx-switch switch@1b000000 lan15 (uninitialized): PHY [mdio-bus:0e] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   19.114595] rtl83xx-switch switch@1b000000 lan16 (uninitialized): PHY [mdio-bus:0f] driver [Realtek RTL8218B (internal)] (irq=POLL)
[   19.161489] rtl83xx-switch switch@1b000000 lan17 (uninitialized): PHY [mdio-bus:10] driver [REALTEK RTL8218D] (irq=POLL)
[   19.201758] rtl83xx-switch switch@1b000000 lan18 (uninitialized): PHY [mdio-bus:11] driver [REALTEK RTL8218D] (irq=POLL)
[   19.245127] rtl83xx-switch switch@1b000000 lan19 (uninitialized): PHY [mdio-bus:12] driver [REALTEK RTL8218D] (irq=POLL)
[   19.285374] rtl83xx-switch switch@1b000000 lan20 (uninitialized): PHY [mdio-bus:13] driver [REALTEK RTL8218D] (irq=POLL)
[   19.328955] rtl83xx-switch switch@1b000000 lan21 (uninitialized): PHY [mdio-bus:14] driver [REALTEK RTL8218D] (irq=POLL)
[   19.371150] rtl83xx-switch switch@1b000000 lan22 (uninitialized): PHY [mdio-bus:15] driver [REALTEK RTL8218D] (irq=POLL)
[   19.412373] rtl83xx-switch switch@1b000000 lan23 (uninitialized): PHY [mdio-bus:16] driver [REALTEK RTL8218D] (irq=POLL)
[   19.455064] rtl83xx-switch switch@1b000000 lan24 (uninitialized): PHY [mdio-bus:17] driver [REALTEK RTL8218D] (irq=POLL)
[   19.517371] rtl8214fc_power_set: Powering off COPPER (port 24)
[   19.569084] rtl8214fc_power_set: Powering on FIBRE (port 24)
[   19.608953] rtl83xx-switch switch@1b000000 lan25 (uninitialized): PHY [mdio-bus:18] driver [Realtek RTL8214FC] (irq=POLL)
[   19.671564] rtl8214fc_power_set: Powering off COPPER (port 25)
[   19.722848] rtl8214fc_power_set: Powering on FIBRE (port 25)
[   19.763576] rtl83xx-switch switch@1b000000 lan26 (uninitialized): PHY [mdio-bus:19] driver [Realtek RTL8214FC] (irq=POLL)
[   19.826470] rtl8214fc_power_set: Powering off COPPER (port 26)
[   19.877864] rtl8214fc_power_set: Powering on FIBRE (port 26)
[   19.918313] rtl83xx-switch switch@1b000000 lan27 (uninitialized): PHY [mdio-bus:1a] driver [Realtek RTL8214FC] (irq=POLL)
[   19.981009] rtl8214fc_power_set: Powering off COPPER (port 27)
[   20.031931] rtl8214fc_power_set: Powering on FIBRE (port 27)
[   20.071923] rtl83xx-switch switch@1b000000 lan28 (uninitialized): PHY [mdio-bus:1b] driver [Realtek RTL8214FC] (irq=POLL)
[   20.110871] DSA: tree 0 setup
[   20.120921] LINK state irq: 20
[   20.131228] In rtl83xx_setup_qos
[   20.142062] Setting up RTL838X QoS
[   20.153432] RTL838X_PRI_SEL_TBL_CTRL(i): 00033112
[   20.169121] Current Intprio2queue setting: 00000000
[   20.185392] QM_PKT2CPU_INTPRI_MAP: 00fac688
[   20.199551] rtl838x_dbgfs_init called
[   20.212923] rtl83xx_fib_event_work_do: FIB4 default rule failed
[   20.234558] rtl83xx_fib_event_work_do: FIB4 default rule failed
[   20.408198] Freeing unused kernel image (initmem) memory: 12732K
[   20.428242] This architecture does not have kernel memory protection.
[   20.449707] Run /init as init process
[   20.461932]   with arguments:
[   20.471875]     /init
[   20.479513]   with environment:
[   20.490022]     HOME=/
[   20.497831]     TERM=linux
[   22.002301] init: Console is alive
[   22.015001] init: - watchdog -
[   22.065131] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[   22.099177] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[   22.134397] init: - preinit -
[   22.669018] random: jshn: uninitialized urandom read (4 bytes read)
[   22.848440] random: jshn: uninitialized urandom read (4 bytes read)
[   24.505391] random: jshn: uninitialized urandom read (4 bytes read)
[   24.628955] random: jshn: uninitialized urandom read (4 bytes read)
[   24.957454] random: jshn: uninitialized urandom read (4 bytes read)
[   26.076412] RESETTING 8380, CPU_PORT 28
[   26.289975] rtl838x-eth 1b00a300.ethernet eth0: configuring for fixed/internal link mode
[   26.316791] In rtl838x_mac_config, mode 1
[   26.333162] rtl83xx-switch switch@1b000000 lan1: configuring for phy/qsgmii link mode
[   26.359489] rtl838x-eth 1b00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   26.387537] 8021q: adding VLAN 0 to HW filter on device lan1
[   26.407183] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.428324] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   26.450252] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   26.517750] RTL8380 Link change: status: 1, ports 1
[   26.548549] rtl83xx_fib_event_work_do: FIB4 failed
[   26.578204] rtl83xx_fib_event_work_do: FIB4 failed
[   26.611169] rtl83xx_fib_event_work_do: FIB4 failed
[   28.628251] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   28.968476] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[   29.017926] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[   29.035274] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[   29.073834] procd: - early -
[   29.084348] procd: - watchdog -
[   30.005022] procd: - watchdog -
[   30.016746] procd: - ubus -
[   30.047470] random: ubusd: uninitialized urandom read (4 bytes read)
[   30.078352] random: ubusd: uninitialized urandom read (4 bytes read)
[   30.100634] random: ubusd: uninitialized urandom read (4 bytes read)
[   30.129341] procd: - init -
[   31.359542] random: jshn: uninitialized urandom read (4 bytes read)
[   31.483734] random: ubusd: uninitialized urandom read (4 bytes read)
[   31.564582] kmodloader: loading kernel modules from /etc/modules.d/*
[   31.621109] GACT probability on
[   31.650320] Mirror/redirect action on
[   31.722938] u32 classifier
[   31.732070]     input device check on
[   31.744326]     Actions configured
[   32.150375] kmodloader: done loading kernel modules from /etc/modules.d/*
[   34.262898] urngd: v1.0.2 started.
[   37.802515] random: crng init done
[   37.813958] random: 19 urandom warning(s) missed due to ratelimiting
[   41.739129] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   65.053379] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   65.194401] in rtl838x_eth_stop
[   65.205091] rtl838x-eth 1b00a300.ethernet eth0: Link is Down
[   65.784910] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   65.806776] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   65.828654] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   65.850498] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   66.942288] Using MAC 0000e8f72483e8e9
[   66.974356] RESETTING 8380, CPU_PORT 28
[   67.187919] rtl838x-eth 1b00a300.ethernet eth0: configuring for fixed/internal link mode
[   67.214733] In rtl838x_mac_config, mode 1
[   67.228504] rtl838x-eth 1b00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   67.288400] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   67.309424] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   67.331377] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   68.099596] device eth0 entered promiscuous mode
[   68.115088] rtl83xx-switch switch@1b000000 lan1: configuring for phy/qsgmii link mode
[   68.218463] 8021q: adding VLAN 0 to HW filter on device lan1
[   68.285606] switch: port 1(lan1) entered blocking state
[   68.303060] switch: port 1(lan1) entered disabled state
[   68.321621] device lan1 entered promiscuous mode
[   68.469898] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   68.546888] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   69.012021] rtl83xx-switch switch@1b000000 lan2: configuring for phy/qsgmii link mode
[   69.108448] 8021q: adding VLAN 0 to HW filter on device lan2
[   69.127960] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   69.149968] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   69.239056] switch: port 2(lan2) entered blocking state
[   69.256527] switch: port 2(lan2) entered disabled state
[   69.350583] device lan2 entered promiscuous mode
[   69.763104] rtl83xx-switch switch@1b000000 lan3: configuring for phy/qsgmii link mode
[   69.878457] 8021q: adding VLAN 0 to HW filter on device lan3
[   69.997815] switch: port 3(lan3) entered blocking state
[   70.015307] switch: port 3(lan3) entered disabled state
[   70.158554] device lan3 entered promiscuous mode
[   70.598554] rtl83xx-switch switch@1b000000 lan4: configuring for phy/qsgmii link mode
[   70.678522] 8021q: adding VLAN 0 to HW filter on device lan4
[   70.770223] switch: port 4(lan4) entered blocking state
[   70.787680] switch: port 4(lan4) entered disabled state
[   70.865430] RTL8380 Link change: status: 1, ports 1
[   70.888560] device lan4 entered promiscuous mode
[   71.189051] rtl83xx-switch switch@1b000000 lan5: configuring for phy/qsgmii link mode
[   71.278452] 8021q: adding VLAN 0 to HW filter on device lan5
[   71.367976] switch: port 5(lan5) entered blocking state
[   71.385511] switch: port 5(lan5) entered disabled state
[   71.509027] device lan5 entered promiscuous mode
[   71.527415] rtl83xx-switch switch@1b000000 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[   71.678224] switch: port 1(lan1) entered blocking state
[   71.695691] switch: port 1(lan1) entered forwarding state
[   71.848607] IPv6: ADDRCONF(NETDEV_CHANGE): switch: link becomes ready
[   71.968515] IPv6: ADDRCONF(NETDEV_CHANGE): switch.1: link becomes ready
[   71.991427] rtl83xx-switch switch@1b000000 lan6: configuring for phy/qsgmii link mode
[   72.073735] 8021q: adding VLAN 0 to HW filter on device lan6
[   72.171706] switch: port 6(lan6) entered blocking state
[   72.189195] switch: port 6(lan6) entered disabled state
[   72.207832] device lan6 entered promiscuous mode
[   72.570724] rtl83xx-switch switch@1b000000 lan7: configuring for phy/qsgmii link mode
[   72.649466] 8021q: adding VLAN 0 to HW filter on device lan7
[   72.742253] switch: port 7(lan7) entered blocking state
[   72.759740] switch: port 7(lan7) entered disabled state
[   72.778622] device lan7 entered promiscuous mode
[   73.108505] rtl83xx-switch switch@1b000000 lan8: configuring for phy/qsgmii link mode
[   73.158626] 8021q: adding VLAN 0 to HW filter on device lan8
[   73.189974] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   73.211988] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   73.282241] switch: port 8(lan8) entered blocking state
[   73.299730] switch: port 8(lan8) entered disabled state
[   73.318491] device lan8 entered promiscuous mode
[   73.601868] rtl83xx-switch switch@1b000000 lan9: configuring for phy/internal link mode
[   73.688630] 8021q: adding VLAN 0 to HW filter on device lan9
[   73.783830] switch: port 9(lan9) entered blocking state
[   73.801303] switch: port 9(lan9) entered disabled state
[   73.820037] device lan9 entered promiscuous mode
[   74.253120] rtl83xx-switch switch@1b000000 lan10: configuring for phy/internal link mode
[   74.328506] 8021q: adding VLAN 0 to HW filter on device lan10
[   74.404877] switch: port 10(lan10) entered blocking state
[   74.422932] switch: port 10(lan10) entered disabled state
[   74.442250] device lan10 entered promiscuous mode
[   74.749332] rtl83xx-switch switch@1b000000 lan11: configuring for phy/internal link mode
[   74.858456] 8021q: adding VLAN 0 to HW filter on device lan11
[   74.952597] switch: port 11(lan11) entered blocking state
[   74.970648] switch: port 11(lan11) entered disabled state
[   74.990023] device lan11 entered promiscuous mode
[   75.415153] rtl83xx-switch switch@1b000000 lan12: configuring for phy/internal link mode
[   75.476750] 8021q: adding VLAN 0 to HW filter on device lan12
[   75.562436] switch: port 12(lan12) entered blocking state
[   75.580481] switch: port 12(lan12) entered disabled state
[   75.599891] device lan12 entered promiscuous mode
[   75.847663] rtl83xx-switch switch@1b000000 lan13: configuring for phy/internal link mode
[   75.915330] 8021q: adding VLAN 0 to HW filter on device lan13
[   75.995756] switch: port 13(lan13) entered blocking state
[   76.013815] switch: port 13(lan13) entered disabled state
[   76.033232] device lan13 entered promiscuous mode
[   76.313948] rtl83xx-switch switch@1b000000 lan14: configuring for phy/internal link mode
[   76.341411] 8021q: adding VLAN 0 to HW filter on device lan14
[   76.386930] switch: port 14(lan14) entered blocking state
[   76.404962] switch: port 14(lan14) entered disabled state
[   76.424567] device lan14 entered promiscuous mode
[   76.526411] rtl83xx-switch switch@1b000000 lan15: configuring for phy/internal link mode
[   76.553998] 8021q: adding VLAN 0 to HW filter on device lan15
[   76.600200] switch: port 15(lan15) entered blocking state
[   76.618247] switch: port 15(lan15) entered disabled state
[   76.637786] device lan15 entered promiscuous mode
[   76.750960] rtl83xx-switch switch@1b000000 lan16: configuring for phy/internal link mode
[   76.779229] 8021q: adding VLAN 0 to HW filter on device lan16
[   76.824518] switch: port 16(lan16) entered blocking state
[   76.842541] switch: port 16(lan16) entered disabled state
[   76.862113] device lan16 entered promiscuous mode
[   76.963708] rtl83xx-switch switch@1b000000 lan17: configuring for phy/qsgmii link mode
[   76.991812] 8021q: adding VLAN 0 to HW filter on device lan17
[   77.048256] switch: port 17(lan17) entered blocking state
[   77.066301] switch: port 17(lan17) entered disabled state
[   77.085932] device lan17 entered promiscuous mode
[   77.201631] rtl83xx-switch switch@1b000000 lan18: configuring for phy/qsgmii link mode
[   77.228652] 8021q: adding VLAN 0 to HW filter on device lan18
[   77.274358] switch: port 18(lan18) entered blocking state
[   77.292393] switch: port 18(lan18) entered disabled state
[   77.312057] device lan18 entered promiscuous mode
[   77.415092] rtl83xx-switch switch@1b000000 lan19: configuring for phy/qsgmii link mode
[   77.442371] 8021q: adding VLAN 0 to HW filter on device lan19
[   77.490198] switch: port 19(lan19) entered blocking state
[   77.508236] switch: port 19(lan19) entered disabled state
[   77.527917] device lan19 entered promiscuous mode
[   77.630509] rtl83xx-switch switch@1b000000 lan20: configuring for phy/qsgmii link mode
[   77.657669] 8021q: adding VLAN 0 to HW filter on device lan20
[   77.707985] switch: port 20(lan20) entered blocking state
[   77.726092] switch: port 20(lan20) entered disabled state
[   77.745876] device lan20 entered promiscuous mode
[   77.860546] rtl83xx-switch switch@1b000000 lan21: configuring for phy/qsgmii link mode
[   77.888314] 8021q: adding VLAN 0 to HW filter on device lan21
[   77.934155] switch: port 21(lan21) entered blocking state
[   77.952197] switch: port 21(lan21) entered disabled state
[   77.972024] device lan21 entered promiscuous mode
[   78.076690] rtl83xx-switch switch@1b000000 lan22: configuring for phy/qsgmii link mode
[   78.103807] 8021q: adding VLAN 0 to HW filter on device lan22
[   78.169930] switch: port 22(lan22) entered blocking state
[   78.187987] switch: port 22(lan22) entered disabled state
[   78.207920] device lan22 entered promiscuous mode
[   78.313773] rtl83xx-switch switch@1b000000 lan23: configuring for phy/qsgmii link mode
[   78.340849] 8021q: adding VLAN 0 to HW filter on device lan23
[   78.388728] switch: port 23(lan23) entered blocking state
[   78.406750] switch: port 23(lan23) entered disabled state
[   78.426692] device lan23 entered promiscuous mode
[   78.512187] RTL8380 Link change: status: 1, ports 800000
[   78.550652] rtl83xx-switch switch@1b000000 lan24: configuring for phy/qsgmii link mode
[   78.577770] 8021q: adding VLAN 0 to HW filter on device lan24
[   78.627665] switch: port 24(lan24) entered blocking state
[   78.645728] switch: port 24(lan24) entered disabled state
[   78.665703] device lan24 entered promiscuous mode
[   78.768653] rtl8214fc_media_set: port 24, set_fibre: 0
[   78.837408] rtl8214fc_power_set: Powering off FIBRE (port 24)
[   78.890461] rtl8214fc_power_set: Powering on COPPER (port 24)
[   78.965454] rtl83xx-switch switch@1b000000 lan25: configuring for phy/qsgmii link mode
[   79.016386] rtl8214fc_power_set: Powering off FIBRE (port 24)
[   79.057988] rtl8214fc_power_set: Powering on COPPER (port 24)
[   79.098844] 8021q: adding VLAN 0 to HW filter on device lan25
[   79.144868] switch: port 25(lan25) entered blocking state
[   79.162907] switch: port 25(lan25) entered disabled state
[   79.182974] device lan25 entered promiscuous mode
[   79.310085] rtl8214fc_media_set: port 25, set_fibre: 0
[   79.369441] rtl8214fc_power_set: Powering off FIBRE (port 25)
[   79.419860] rtl8214fc_power_set: Powering on COPPER (port 25)
[   79.498551] rtl83xx-switch switch@1b000000 lan26: configuring for phy/qsgmii link mode
[   79.546471] rtl8214fc_power_set: Powering off FIBRE (port 25)
[   79.586912] rtl8214fc_power_set: Powering on COPPER (port 25)
[   79.627647] 8021q: adding VLAN 0 to HW filter on device lan26
[   79.679409] switch: port 26(lan26) entered blocking state
[   79.697446] switch: port 26(lan26) entered disabled state
[   79.717577] device lan26 entered promiscuous mode
[   79.818761] rtl8214fc_media_set: port 26, set_fibre: 0
[   79.880509] rtl8214fc_power_set: Powering off FIBRE (port 26)
[   79.939583] rtl8214fc_power_set: Powering on COPPER (port 26)
[   80.019166] rtl83xx-switch switch@1b000000 lan27: configuring for phy/qsgmii link mode
[   80.067513] rtl8214fc_power_set: Powering off FIBRE (port 26)
[   80.108271] rtl8214fc_power_set: Powering on COPPER (port 26)
[   80.152614] 8021q: adding VLAN 0 to HW filter on device lan27
[   80.201452] switch: port 27(lan27) entered blocking state
[   80.219491] switch: port 27(lan27) entered disabled state
[   80.239806] device lan27 entered promiscuous mode
[   80.348796] rtl8214fc_media_set: port 27, set_fibre: 0
[   80.421929] rtl8214fc_power_set: Powering off FIBRE (port 27)
[   80.472809] rtl8214fc_power_set: Powering on COPPER (port 27)
[   80.546322] rtl83xx-switch switch@1b000000 lan28: configuring for phy/qsgmii link mode
[   80.596125] rtl8214fc_power_set: Powering off FIBRE (port 27)
[   80.638278] rtl8214fc_power_set: Powering on COPPER (port 27)
[   80.680209] 8021q: adding VLAN 0 to HW filter on device lan28
[   80.728175] switch: port 28(lan28) entered blocking state
[   80.746211] switch: port 28(lan28) entered disabled state
[   80.766488] device lan28 entered promiscuous mode
[   80.820483] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   81.760644] RTL8380 Link change: status: 1, ports 800000
[   81.837270] rtl83xx-switch switch@1b000000 lan24: Link is Up - 1Gbps/Full - flow control rx/tx
[   82.008225] switch: port 24(lan24) entered blocking state
[   82.026250] switch: port 24(lan24) entered forwarding state
[   96.724396] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   96.778806] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   96.828944] rtl83xx_fib4_del: found a route with id 1, nh-id 0
[   96.848462] rtl83xx-switch switch@1b000000: unknown nexthop, id 0
[   96.877245] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   96.899183] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   96.921031] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[   96.956333] rtl83xx-switch switch@1b000000: unknown nexthop, id 0
[   96.976778] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[   97.003561] switch: port 24(lan24) entered disabled state
[   97.021798] switch: port 1(lan1) entered disabled state
[   97.113094] device lan1 left promiscuous mode
[   97.128115] switch: port 1(lan1) entered disabled state
[   97.167319] rtl83xx-switch switch@1b000000 lan1: Link is Down
[   97.204860] RTL8380 Link change: status: 1, ports 1
[   97.289765] device lan10 left promiscuous mode
[   97.304960] switch: port 10(lan10) entered disabled state
[   97.416700] device lan11 left promiscuous mode
[   97.431919] switch: port 11(lan11) entered disabled state
[   97.543823] device lan12 left promiscuous mode
[   97.559054] switch: port 12(lan12) entered disabled state
[   97.664208] device lan13 left promiscuous mode
[   97.679447] switch: port 13(lan13) entered disabled state
[   97.857229] device lan14 left promiscuous mode
[   97.872435] switch: port 14(lan14) entered disabled state
[   98.101627] device lan15 left promiscuous mode
[   98.116839] switch: port 15(lan15) entered disabled state
[   98.333800] device lan16 left promiscuous mode
[   98.349033] switch: port 16(lan16) entered disabled state
[   98.452488] device lan17 left promiscuous mode
[   98.467725] switch: port 17(lan17) entered disabled state
[   98.581477] device lan18 left promiscuous mode
[   98.596681] switch: port 18(lan18) entered disabled state
[   98.702439] device lan19 left promiscuous mode
[   98.717631] switch: port 19(lan19) entered disabled state
[   98.823162] device lan2 left promiscuous mode
[   98.838156] switch: port 2(lan2) entered disabled state
[   98.950779] device lan20 left promiscuous mode
[   98.965997] switch: port 20(lan20) entered disabled state
[   99.070280] device lan21 left promiscuous mode
[   99.085494] switch: port 21(lan21) entered disabled state
[   99.201677] device lan22 left promiscuous mode
[   99.216864] switch: port 22(lan22) entered disabled state
[   99.325682] device lan23 left promiscuous mode
[   99.340917] switch: port 23(lan23) entered disabled state
[   99.447279] device lan24 left promiscuous mode
[   99.462504] switch: port 24(lan24) entered disabled state
[   99.486000] rtl83xx-switch switch@1b000000 lan24: Link is Down
[   99.520976] RTL8380 Link change: status: 1, ports 800000
[   99.611246] device lan25 left promiscuous mode
[   99.626470] switch: port 25(lan25) entered disabled state
[   99.649756] rtl8214fc_power_set: Powering off COPPER (port 24)
[   99.701319] rtl8214fc_power_set: Powering off FIBRE (port 24)
[   99.797652] rtl8214fc_media_set: port 24, set_fibre: 0
[   99.892275] device lan26 left promiscuous mode
[   99.907478] switch: port 26(lan26) entered disabled state
[   99.931453] rtl8214fc_power_set: Powering off COPPER (port 25)
[   99.987639] rtl8214fc_power_set: Powering off FIBRE (port 25)
[  100.085909] rtl8214fc_media_set: port 25, set_fibre: 0
[  100.180648] device lan27 left promiscuous mode
[  100.195878] switch: port 27(lan27) entered disabled state
[  100.218580] rtl8214fc_power_set: Powering off COPPER (port 26)
[  100.270012] rtl8214fc_power_set: Powering off FIBRE (port 26)
[  100.310776] rtl8214fc_power_set: Powering off COPPER (port 26)
[  100.360206] rtl8214fc_power_set: Powering off FIBRE (port 26)
[  100.458282] rtl8214fc_media_set: port 26, set_fibre: 0
[  100.552629] device lan28 left promiscuous mode
[  100.567816] switch: port 28(lan28) entered disabled state
[  100.590131] rtl8214fc_power_set: Powering off COPPER (port 27)
[  100.630824] rtl8214fc_power_set: Powering off COPPER (port 27)
[  100.661454] rtl8214fc_power_set: Powering off FIBRE (port 27)
[  100.724068] rtl8214fc_power_set: Powering off FIBRE (port 27)
[  100.819688] rtl8214fc_media_set: port 27, set_fibre: 0
[  100.915319] device lan3 left promiscuous mode
[  100.930240] switch: port 3(lan3) entered disabled state
[  101.029575] device lan4 left promiscuous mode
[  101.044462] switch: port 4(lan4) entered disabled state
[  101.149271] device lan5 left promiscuous mode
[  101.164186] switch: port 5(lan5) entered disabled state
[  101.264056] device lan6 left promiscuous mode
[  101.278956] switch: port 6(lan6) entered disabled state
[  101.379072] device lan7 left promiscuous mode
[  101.393970] switch: port 7(lan7) entered disabled state
[  101.495708] device lan8 left promiscuous mode
[  101.510628] switch: port 8(lan8) entered disabled state
[  101.610664] device lan9 left promiscuous mode
[  101.625568] switch: port 9(lan9) entered disabled state
[  101.656512] device eth0 left promiscuous mode
[  101.672559] in rtl838x_eth_stop
[  101.684030] rtl838x-eth 1b00a300.ethernet eth0: Link is Down
[  102.206769] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  102.228682] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  102.250518] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  102.272358] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  102.500060] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[  102.520058] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  102.541933] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  102.608175] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[  102.663579] rtl83xx_fib4_del: no such gateway: 0.0.0.0
[  106.526724] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  106.603856] Using MAC 0000e8f72483e8e9
[  106.635864] RESETTING 8380, CPU_PORT 28
[  106.849434] rtl838x-eth 1b00a300.ethernet eth0: configuring for fixed/internal link mode
[  106.876249] In rtl838x_mac_config, mode 1
[  106.890271] rtl838x-eth 1b00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  106.967115] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  106.988197] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  107.010141] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  107.181207] device eth0 entered promiscuous mode
[  107.196674] rtl83xx-switch switch@1b000000 lan1: configuring for phy/qsgmii link mode
[  107.234632] 8021q: adding VLAN 0 to HW filter on device lan1
[  107.280084] switch: port 1(lan1) entered blocking state
[  107.297541] switch: port 1(lan1) entered disabled state
[  107.315956] device lan1 entered promiscuous mode
[  107.374299] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  107.424695] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  107.770172] rtl83xx-switch switch@1b000000 lan2: configuring for phy/qsgmii link mode
[  107.848434] 8021q: adding VLAN 0 to HW filter on device lan2
[  107.913739] switch: port 2(lan2) entered blocking state
[  107.931206] switch: port 2(lan2) entered disabled state
[  107.988474] device lan2 entered promiscuous mode
[  108.198402] rtl83xx-switch switch@1b000000 lan3: configuring for phy/qsgmii link mode
[  108.271871] 8021q: adding VLAN 0 to HW filter on device lan3
[  108.343334] switch: port 3(lan3) entered blocking state
[  108.360803] switch: port 3(lan3) entered disabled state
[  108.418433] device lan3 entered promiscuous mode
[  108.687422] rtl83xx-switch switch@1b000000 lan4: configuring for phy/qsgmii link mode
[  108.808474] 8021q: adding VLAN 0 to HW filter on device lan4
[  108.900359] switch: port 4(lan4) entered blocking state
[  108.917828] switch: port 4(lan4) entered disabled state
[  109.018518] device lan4 entered promiscuous mode
[  109.035246] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  109.057180] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  109.369014] rtl83xx-switch switch@1b000000 lan5: configuring for phy/qsgmii link mode
[  109.438520] 8021q: adding VLAN 0 to HW filter on device lan5
[  109.513689] switch: port 5(lan5) entered blocking state
[  109.531171] switch: port 5(lan5) entered disabled state
[  109.588866] device lan5 entered promiscuous mode
[  109.838392] rtl83xx-switch switch@1b000000 lan6: configuring for phy/qsgmii link mode
[  109.892528] RTL8380 Link change: status: 1, ports 1
[  109.938443] 8021q: adding VLAN 0 to HW filter on device lan6
[  110.013987] switch: port 6(lan6) entered blocking state
[  110.031449] switch: port 6(lan6) entered disabled state
[  110.049967] device lan6 entered promiscuous mode
[  110.288395] rtl83xx-switch switch@1b000000 lan7: configuring for phy/qsgmii link mode
[  110.368439] 8021q: adding VLAN 0 to HW filter on device lan7
[  110.430575] switch: port 7(lan7) entered blocking state
[  110.448070] switch: port 7(lan7) entered disabled state
[  110.466608] device lan7 entered promiscuous mode
[  110.490271] rtl83xx-switch switch@1b000000 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[  110.568259] switch: port 1(lan1) entered blocking state
[  110.585747] switch: port 1(lan1) entered forwarding state
[  110.639727] IPv6: ADDRCONF(NETDEV_CHANGE): switch: link becomes ready
[  110.662305] rtl83xx-switch switch@1b000000 lan8: configuring for phy/qsgmii link mode
[  110.700736] 8021q: adding VLAN 0 to HW filter on device lan8
[  110.720419] IPv6: ADDRCONF(NETDEV_CHANGE): switch.1: link becomes ready
[  110.768371] switch: port 8(lan8) entered blocking state
[  110.785823] switch: port 8(lan8) entered disabled state
[  110.804407] device lan8 entered promiscuous mode
[  110.906402] rtl83xx-switch switch@1b000000 lan9: configuring for phy/internal link mode
[  110.944568] 8021q: adding VLAN 0 to HW filter on device lan9
[  110.989874] switch: port 9(lan9) entered blocking state
[  111.007342] switch: port 9(lan9) entered disabled state
[  111.025935] device lan9 entered promiscuous mode
[  111.133602] rtl83xx-switch switch@1b000000 lan10: configuring for phy/internal link mode
[  111.172188] 8021q: adding VLAN 0 to HW filter on device lan10
[  111.218151] switch: port 10(lan10) entered blocking state
[  111.236205] switch: port 10(lan10) entered disabled state
[  111.255416] device lan10 entered promiscuous mode
[  111.356278] rtl83xx-switch switch@1b000000 lan11: configuring for phy/internal link mode
[  111.394045] 8021q: adding VLAN 0 to HW filter on device lan11
[  111.439715] switch: port 11(lan11) entered blocking state
[  111.457740] switch: port 11(lan11) entered disabled state
[  111.476973] device lan11 entered promiscuous mode
[  111.581211] rtl83xx-switch switch@1b000000 lan12: configuring for phy/internal link mode
[  111.620364] 8021q: adding VLAN 0 to HW filter on device lan12
[  111.666014] switch: port 12(lan12) entered blocking state
[  111.684069] switch: port 12(lan12) entered disabled state
[  111.703351] device lan12 entered promiscuous mode
[  111.805292] rtl83xx-switch switch@1b000000 lan13: configuring for phy/internal link mode
[  111.843944] 8021q: adding VLAN 0 to HW filter on device lan13
[  111.892249] switch: port 13(lan13) entered blocking state
[  111.910424] switch: port 13(lan13) entered disabled state
[  111.929746] device lan13 entered promiscuous mode
[  112.038689] rtl83xx-switch switch@1b000000 lan14: configuring for phy/internal link mode
[  112.077015] 8021q: adding VLAN 0 to HW filter on device lan14
[  112.132196] switch: port 14(lan14) entered blocking state
[  112.150248] switch: port 14(lan14) entered disabled state
[  112.169581] device lan14 entered promiscuous mode
[  112.272618] rtl83xx-switch switch@1b000000 lan15: configuring for phy/internal link mode
[  112.311408] 8021q: adding VLAN 0 to HW filter on device lan15
[  112.331338] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  112.353286] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  112.401614] switch: port 15(lan15) entered blocking state
[  112.419668] switch: port 15(lan15) entered disabled state
[  112.439222] device lan15 entered promiscuous mode
[  112.540588] rtl83xx-switch switch@1b000000 lan16: configuring for phy/internal link mode
[  112.579069] 8021q: adding VLAN 0 to HW filter on device lan16
[  112.631482] switch: port 16(lan16) entered blocking state
[  112.649536] switch: port 16(lan16) entered disabled state
[  112.669105] device lan16 entered promiscuous mode
[  112.771042] rtl83xx-switch switch@1b000000 lan17: configuring for phy/qsgmii link mode
[  112.808690] 8021q: adding VLAN 0 to HW filter on device lan17
[  112.856749] switch: port 17(lan17) entered blocking state
[  112.874805] switch: port 17(lan17) entered disabled state
[  112.894458] device lan17 entered promiscuous mode
[  113.012490] rtl83xx-switch switch@1b000000 lan18: configuring for phy/qsgmii link mode
[  113.050594] 8021q: adding VLAN 0 to HW filter on device lan18
[  113.096975] switch: port 18(lan18) entered blocking state
[  113.115003] switch: port 18(lan18) entered disabled state
[  113.134567] device lan18 entered promiscuous mode
[  113.247349] rtl83xx-switch switch@1b000000 lan19: configuring for phy/qsgmii link mode
[  113.285963] 8021q: adding VLAN 0 to HW filter on device lan19
[  113.332039] switch: port 19(lan19) entered blocking state
[  113.350148] switch: port 19(lan19) entered disabled state
[  113.369758] device lan19 entered promiscuous mode
[  113.474957] rtl83xx-switch switch@1b000000 lan20: configuring for phy/qsgmii link mode
[  113.513119] 8021q: adding VLAN 0 to HW filter on device lan20
[  113.561091] switch: port 20(lan20) entered blocking state
[  113.579136] switch: port 20(lan20) entered disabled state
[  113.599025] device lan20 entered promiscuous mode
[  113.709076] rtl83xx-switch switch@1b000000 lan21: configuring for phy/qsgmii link mode
[  113.746324] 8021q: adding VLAN 0 to HW filter on device lan21
[  113.794626] switch: port 21(lan21) entered blocking state
[  113.812792] switch: port 21(lan21) entered disabled state
[  113.832513] device lan21 entered promiscuous mode
[  113.937718] rtl83xx-switch switch@1b000000 lan22: configuring for phy/qsgmii link mode
[  113.976130] 8021q: adding VLAN 0 to HW filter on device lan22
[  114.025461] switch: port 22(lan22) entered blocking state
[  114.043513] switch: port 22(lan22) entered disabled state
[  114.063315] device lan22 entered promiscuous mode
[  114.171268] rtl83xx-switch switch@1b000000 lan23: configuring for phy/qsgmii link mode
[  114.210361] 8021q: adding VLAN 0 to HW filter on device lan23
[  114.259618] switch: port 23(lan23) entered blocking state
[  114.277658] switch: port 23(lan23) entered disabled state
[  114.297511] device lan23 entered promiscuous mode
[  114.414186] rtl83xx-switch switch@1b000000 lan24: configuring for phy/qsgmii link mode
[  114.453183] 8021q: adding VLAN 0 to HW filter on device lan24
[  114.504889] switch: port 24(lan24) entered blocking state
[  114.522948] switch: port 24(lan24) entered disabled state
[  114.542877] device lan24 entered promiscuous mode
[  114.638149] rtl8214fc_media_set: port 24, set_fibre: 0
[  114.739447] rtl83xx-switch switch@1b000000 lan25: configuring for phy/qsgmii link mode
[  114.788146] rtl8214fc_power_set: Powering off FIBRE (port 24)
[  114.831664] rtl8214fc_power_set: Powering on COPPER (port 24)
[  114.885499] 8021q: adding VLAN 0 to HW filter on device lan25
[  114.938000] switch: port 25(lan25) entered blocking state
[  114.956120] switch: port 25(lan25) entered disabled state
[  114.976096] device lan25 entered promiscuous mode
[  115.093265] rtl8214fc_media_set: port 25, set_fibre: 0
[  115.188648] rtl83xx-switch switch@1b000000 lan26: configuring for phy/qsgmii link mode
[  115.236541] rtl8214fc_power_set: Powering off FIBRE (port 25)
[  115.277428] rtl8214fc_power_set: Powering on COPPER (port 25)
[  115.332318] 8021q: adding VLAN 0 to HW filter on device lan26
[  115.392181] switch: port 26(lan26) entered blocking state
[  115.410232] switch: port 26(lan26) entered disabled state
[  115.430300] device lan26 entered promiscuous mode
[  115.530753] rtl8214fc_media_set: port 26, set_fibre: 0
[  115.630707] rtl83xx-switch switch@1b000000 lan27: configuring for phy/qsgmii link mode
[  115.679008] rtl8214fc_power_set: Powering off FIBRE (port 26)
[  115.719715] rtl8214fc_power_set: Powering on COPPER (port 26)
[  115.774113] 8021q: adding VLAN 0 to HW filter on device lan27
[  115.822491] switch: port 27(lan27) entered blocking state
[  115.840568] switch: port 27(lan27) entered disabled state
[  115.860698] device lan27 entered promiscuous mode
[  115.967372] rtl8214fc_media_set: port 27, set_fibre: 0
[  116.069322] rtl83xx-switch switch@1b000000 lan28: configuring for phy/qsgmii link mode
[  116.125546] rtl8214fc_power_set: Powering off FIBRE (port 27)
[  116.167630] rtl8214fc_power_set: Powering on COPPER (port 27)
[  116.219144] 8021q: adding VLAN 0 to HW filter on device lan28
[  116.268822] switch: port 28(lan28) entered blocking state
[  116.286865] switch: port 28(lan28) entered disabled state
[  116.307093] device lan28 entered promiscuous mode
[  116.351436] rtl83xx_fib_event: FIB_RULE ADD/DEL for IPv6 not supported
[  117.126567] RTL8380 Link change: status: 1, ports 800000
[  117.677537] rtl83xx-switch switch@1b000000 lan24: Link is Up - 1Gbps/Full - flow control rx/tx
[  117.818380] switch: port 24(lan24) entered blocking state
[  117.836425] switch: port 24(lan24) entered forwarding state


Space for additional notes, links to forum threads or other resources.

  • ...

FIXME Add tags below, then remove this fixme.

How to add tags

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/06/13 15:59
  • by goetz