D-Link DGS-1210 rev G,F (Realtek)

D-Link DGS-1210 is a series of smart gigabyte L3 switches running Linux. OpenWrt supports DGS-1210-10P, DGS-1210-16 and DGS-1210-28 of certain newer revisions (F, G and R) with realtek target. This page discusses those realtek target devices. For early revisions, please check D-Link DGS-1210.

All D-Link switches have a 5-year warranty. Be warned that cables are glued on motherboard. Any attempt to remove the glue may void warranty. Hacking the motherboard or trying to access serial console may damage the board. Make sure you understand what you are doing.

The DGS-1210-16 is a switch with 16 x Gigabit 8P8C ports + 4 x Gigabit 8P8C/SFP Combo ports. It has a single core CPU (500 MHz) and 32 MB/128 MB (Flash/RAM), VLAN support and is supported since OpenWrt 21.02.

Current snapshots provide factory image for all supported DGS-1210 models. That image must be written to image1 slot or it will brick your device.

WebUI installation instructions.

  • Known working F1 firmware versions for this procedure: 6.20.B009
  • Known broken F1 firmware versions for this procedure: 6.30.016
  • Known working G1 firmware versions for this procedure: 7.20.003
  • Known broken G1 firmware versions for this procedure: not yet known

Some switch models do not seem to support two different image slots. This seems to be at least the case for a DGS-1210-16 G1. In this case, the warnings about the two image slots can be disregarded.

  1. Make sure you are booting using OEM in image 2 slot. If not, switch to image2 using the menus
    1. System > Firmware Information > Boot from image2
    2. Tools > reboot
  2. Upload image in vendor firmware via Tools > Backup / Upgrade Firmware > image1
  3. Toogle startup image via System > Firmware Information > Boot from image1
  4. Tools > reboot

CLI installation instructions:

  1. Make sure you are booting using OEM in image 2 slot. If not switch boot image using these CLI commands:
    1. config firmware image_id 2 boot_up
    2. reboot
  2. Flash the factory_image1.bin to image1. These CLI commands can upload a new firmware to the other image location (not used to boot):
    1. download firmware_fromTFTP <tftpserver> factory_only_for_image1.bin
    2. config firmware image_id 1 boot_up
    3. reboot

The installation via the OEM tftp routine is currently not supported.

The vendor does provide a firmware recovery procedure (holding RESET for more than 12s) but, at least with “U-Boot 2011.12.(2.1.5.67086)-Candidate1 Aug 24 2021 - 17:33:09”, it can only be triggered from a running OEM image. In that case, it is easier to simply use the OEM standard firmware procedures.

As a fallback to easy installation one can install OpenWrt over serial console. This means the case needs to be opened, which will void your warranty !

  1. Prepare a TFTP server with the OpenWrt *initramfs-kernel.bin and assign an IP from 10.90.90.0/24 (except 10.90.90.90, which is the switch's IP) to your PC's network port
  2. Connect this network port to one of switch's ports
  3. Connect to the serial console (115200 baud) and power on the switch
  4. Press the ESC key once you see “Hit Esc key to stop autoboot” in the console output
  5. Press CTRL+C keys to get into the real U-Boot prompt
  6. Init the network with the command
    rtk network on
  7. Load the OpenWrt image with the command
    tftpboot 0x8f000000 <ipofyournetworkport>:<openwrtimagename>

    (<ipofyournetworkport> is your network port's IP, e.g. 10.90.90.100; <openwrtimagename> is the name of the image provided by the TFTP server)

  8. Boot the OpenWrt image with the command
    bootm
  9. Browse to https://192.168.1.1/cgi-bin/luci/admin/system/flash
  10. Upload the the OpenWrt *squashfs-sysupgrade.bin to the switch
  11. Wait for it to reboot

For 21.02, the default network config is broken and you need to change settings after the first boot of each firmwares (initramfs and sysupgrade). Currently there is no access to the switch from port 1 (regradless if having it untagged or tagged to the LAN's VLAN100). You can workaround it using the serial console:

  1. First, do not use port 1
  2. Once booted, modify /etc/config/network:
    • remove the port, where your PC is connected to, from the wan_vlan network (option ports)
    • add that port to the lan_vlan network (option ports)
  3. Reload the network configuration with the command
    /etc/init.d/network reload
  4. Assign an IP from 192.168.1.0/24 (except 192.168.1.1, which is the switch's IP) to your PC's network port or use DHCP

DGS-1210 supports dual boot environment. OpenWRT will be installed to the primary partition set and vendor firmware will be left on the secondary partition set.

Switch to OpenWrt primary image from secondary vendor image

DGS-1210-20> config firmware image_id 1 boot_up
DGS-1210-20> reboot

Switch to secondary vendor image from primary OpenWrt image

root@OpenWrt:/# fw_setenv bootcmd run addargs\; bootm 0xb4e80000
root@OpenWrt:/# fw_setenv image /dev/mtdblock7
root@OpenWrt:/# reboot

Cleanup inconsistencies after switchover to secondary vendor firmware image

DGS-1210-20> config firmware image_id 2 boot_up

If things are messed up you can switch the start partition manually in U-Boot.

Switch to primary image (OpenWrt or vendor)

u-boot># setenv bootcmd run addargs\; bootm 0xb4100000
u-boot># setenv image /dev/mtdblock4
u-boot># saveenv
u-boot># reset

In case primary image is a vendor image use CLI afterwards to remove any inconsistencies.

DGS-1210-20> config firmware image_id 1 boot_up

Switch to secondary image (vendor)

u-boot># setenv bootcmd run addargs\; bootm 0xb4e80000
u-boot># setenv image /dev/mtdblock7
u-boot># saveenv
u-boot># reset

In case secondary image is a vendor image use CLI afterwards to remove any inconsistencies.

DGS-1210-20> config firmware image_id 2 boot_up

This is the factory image layout:

dev size erasesize name
mtd0 00080000 00010000 BOOT
mtd1 00040000 00010000 BDINFO
mtd2 00040000 00010000 BDINFO2
mtd3 00180000 00010000 KERNEL1
mtd4 00c00000 00010000 ROOTFS1
mtd5 00180000 00010000 KERNEL2
mtd6 00040000 00010000 SYSINFO
mtd7 00c00000 00010000 ROOTFS2
mtd8 003c0000 00010000 JFFS2

After installing OpenWrt, the KERNEL1 and ROOTFS1 partitions are replaced by a new firmware partition, which contains the kernel, rootfs and rootfs_data (all with variable sizes).

The following flash partitions were found on a DGS-1210-16 G1 by inspecting /proc/mtd:

dev size erasesize name
mtd0 00080000 00010000 u-boot
mtd1 00040000 00010000 u-boot-env
mtd2 00040000 00010000 u-boot-env2
mtd3 00d80000 00010000 firmware
mtd4 002b0000 00010000 kernel
mtd5 00ad0000 00010000 rootfs
mtd6 00870000 00010000 rootfs_data
mtd7 00180000 00010000 kernel2
mtd8 00040000 00010000 sysinfo
mtd9 00c00000 00010000 rootfs2
mtd10 003c0000 00010000 jffs2
  • Browse to https://192.168.1.1/cgi-bin/luci/admin/system/flash LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot
  • When not keeping the configuration connect via serial and adjust /etc/config/network and restart the network as described in the installation chapter

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. The recommended method is using sysupgrade.

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 <sysupgradeimageurl>
sysupgrade /tmp/<sysupgradeimagefile>

<sysupgradeimageurl> is the direct url to the sysupgrade image file and <sysupgradeimagefile> is its file name.

generic.debrick

To debrick the device, you'll need serial access. If you want to recover to an OpenWrt, you can replay the serial installation instructions. For returning to the original firmware, press ESC during the boot to trigger the emergency firmware recovery procedure. After that, use D-Link Network Assistant v2.0.2.4 to flash a new firmware.

failsafe_and_factory_reset

Note: the reset button is not configured for most devices.

It is currently only working for device DGS-1012-28 in OpenWrt-22.03.

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

The default network for 21.02 configuration is:

Interface Name Description Default configuration
vlan100 (switch.100) LAN port 1 tagged 192.168.1.1/24
vlan1 (switch.1) LAN ports 2 to 20 (untagged) EXAMPLE DHCP

For 22.03 and on, the defaul configuration is:

Interface Name Description Default configuration
vlan1 (switch.1) All ports untagged 192.168.1.1/24

The switch uses the new DSA switch configuration

Port Switch port
LAN 1 lan1
LAN 2 lan2
LAN 3 lan3
LAN 4 lan4
LAN 5 lan5
LAN 6 lan6
LAN 7 lan7
LAN 8 lan8
LAN 9 lan9
LAN 10 lan10
LAN 11 lan11
LAN 12 lan12
LAN 13 lan13
LAN 14 lan14
LAN 15 lan15
LAN 16 lan16
LAN 17 / SFP 17 lan17
LAN 18 / SFP 18 lan18
LAN 19 / SFP 19 lan19
LAN 20 / SFP 20 lan20

There are no buttons on the DGS-1210-16 G1.

The reset button is configured for DGS-1210-28 only on 22.03 and newer versions.

Front:
DGS-12-10 G1 front

Back:
DGS-12-10 G1 back

Backside label:
DGS-12-10 G1 label

DANGER: HIGH VOLTAGE inside!
Opening this device exposes
parts under high voltage (110/230 VAC)!

  • Risk of deadly electrical shock
  • Risk of irreversable damage to other components attached, e.g. your PC connected via serial

Make sure to keep your fingers, conductive tools and serial cables away from the high voltage at all times!

Capacitors can still retain dangerous voltages
after disconnection from mains!

Continue at your own risk!

Note: This will void your warranty!

Remove the three screws on the bottom of the front cover. Slide the top cover (connected to the front panel) to open the device. Be careful, there is a ribbon cable that connects the front panel LEDs with the main PCB.

Main PCB:

DGS-1210-16 G1 PCB

port.serial general information about the serial port, serial port cable, etc.

The DGS-1210-16 G1 only has an un-equiped serial port on the PCB named J6. Use a serial TTL adapter to connect.

DGS-1210-16 G1 serial port CP2104 TTL

Serial connection parameters
for D-Link DGS-1210-16 G1
3.3V TTL 115200 / 8N1

D-Link DGS-1210-28 F1,F2,F3 serial is available in J6

     UART pinout
     -----------
    
      [oooo]J3 [o]ooo|J6
        |       ^ ||`------ GND
        |       | |`------- RX
        |       | `-------- TX
        |       `---------- Vcc (3V3)
        |
        `------------------ J3 is power input connector nearby J6 UART

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

OEM serial boot DGS-1210-F3 after a firmware installation:

U-Boot 2011.12.(2.1.5.67086)-Candidate1 (Aug 24 2021 - 17:31:17) Board: RTL838x CPU:500MHz LXB:200MHz MEM:300MHz DRAM: 128 MB SPI-F: 1x32 MB Loading 1024B env. variables from offset 0x80000 Board Model = DGS-1210-28-F1 Cameo_bdinfo_get_BoardID [293] Switch Model: RTL8382M_8218D_INTPHY_8218D_8214FC_DEMO (Port Count: 28) Switch Chip: RTL8382 ### RTL8218D config - MAC ID = 0 ### ************************************************** #### RTL8218B config - MAC ID = 8 #### Now Internal PHY ### RTL8218D config - MAC ID = 16 ### ************************************************** **** RTL8214FC config - MAC ID = 24 **** Now External 8214FC Net: Net Initialization Skipped rtl8380#0 Hit Esc key to stop autoboot: 0 auto_update_precode is null! Loading Runtime Image ...... ## Booting kernel from Legacy Image at b4e80000 ... Image Name: Created: 2021-08-24 17:43:04 UTC Image Type: MIPS Linux Kernel Image (gzip compressed) Data Size: 1035511 Bytes = 1011.2 KB Load Address: 80000000 Entry Point: 80262000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK Starting kernel ... Linux version 2.6.19 (simon@208Server) (gcc version 3.4.4 mipssde-6.03.00-20051020) #28 PREEMPT Tue Aug 24 17:42:49 CST 2021 CPU revision is: 00019070 Determined physical RAM map: memory: 02000000 @ 00000000 (usable) User-defined physical RAM map: memory: 07a00000 @ 00000000 (usable) Built 1 zonelists. Total pages: 30988 Kernel command line: console=ttyS0,115200 mem=122M noinitrd root=/dev/mtdblock7 rw rootfstype=squashfs csb=0x016C7FAC cso=0x08673EB5 csf=0x5D8CD0C7 sfin=<NULL>,32MB,11735072;11739168 Primary instruction cache 16kB, physically tagged, 4-way, linesize 16 bytes. Primary data cache 16kB, 2-way, linesize 16 bytes. Synthesized TLB refill handler (20 instructions). Synthesized TLB load handler fastpath (32 instructions). Synthesized TLB store handler fastpath (32 instructions). Synthesized TLB modify handler fastpath (31 instructions). PID hash table entries: 512 (order: 9, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Memory: 121088k/124928k available (2015k kernel code, 3724k reserved, 421k data, 108k init, 0k highmem) Mount-cache hash table entries: 512 Checking for 'wait' instruction... available. NET: Registered protocol family 16 NET: Registered protocol family 2 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 4096 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 4096 bind 2048) TCP reno registered squashfs: version 3.3 (2007/10/31) Phillip Lougher JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc. io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) Serial: 8250/16550 driver $Revision: 1.1.1.1 $ 1 ports, IRQ sharing disabled serial8250: ttyS0 at MMIO 0x0 (irq = 31) is a 16550A Probe: SPI CS1 Flash Type MX25L25635F Creating 9 MTD partitions on "Total SPI FLASH": 0x00000000-0x00080000 : "BOOT" 0x00080000-0x000c0000 : "BDINFO" 0x000c0000-0x00100000 : "BDINFO2" 0x00100000-0x00280000 : "KERNEL1" 0x00280000-0x00e80000 : "ROOTFS1" 0x00e80000-0x01000000 : "KERNEL2" 0x01000000-0x01040000 : "SYSINFO" 0x01040000-0x01c40000 : "ROOTFS2" 0x01c40000-0x02000000 : "JFFS2" IPv4 over IPv4 tunneling driver TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 10 lo: Disabled Privacy Extensions NET: Registered protocol family 17 VFS: Mounted root (squashfs filesystem) readonly. Freeing unused kernel memory: 108k freed init started: BusyBox v1.00 (2021.08.24-09:41+0000) multi-call binary Starting pid 14, console : '/etc/rc' Init RTCORE Driver Module....OK tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> passwd file exit ssdh_config file exit Complete NpHwInit RTK.0> device TAP0 entered promiscuous mode Jan 1 00:00:25 passwd[148]: password for `admin' changed by user `root' DGS-1210-28 login:


Bootlog for DGS-1210-16.

U-Boot 2011.12.(2.1.5.67086)-Candidate1 (Jul 23 2020 - 13:01:19) Board: RTL838x CPU:500MHz LXB:200MHz MEM:300MHz DRAM: 128 MB SPI-F: 1x32 MB Loading 1024B env. variables from offset 0x80000 Board Model = DGS-1210-16-G1 Cameo_bdinfo_get_BoardID [293] Switch Model: RTL8382M_8218B_INTPHY_8214FC_DEMO (Port Count: 20) Switch Chip: RTL8382 ************************************************** #### RTL8218B config - MAC ID = 0 #### Now External 8218B ************************************************** #### RTL8218B config - MAC ID = 8 #### Now Internal PHY ************************************************** **** RTL8214FC config - MAC ID = 24 **** Now External 8214FC Net: Net Initialization Skipped rtl8380#0 Hit Esc key to stop autoboot: 0 Loading Runtime Image .OS:...FAILED FS:...FAILED!! ... ## Booting kernel from Legacy Image at b4100000 ... Image Name: MIPS OpenWrt Linux-5.4.124 Created: 2021-06-13 22:02:19 UTC Image Type: MIPS Linux Kernel Image (gzip compressed) Data Size: 2814581 Bytes = 2.7 MB Load Address: 80000000 Entry Point: 80000400 Verifying Checksum ... OK Uncompressing Kernel Image ... OK Starting kernel ... [ 0.000000] Linux version 5.4.124 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16172-2aba3e9784)) #0 Sun Jun 13 22:02:19 2021 [ 0.000000] RTL838X model is 83826800 [ 0.000000] SoC Type: RTL8382 [ 0.000000] Kernel command line: console=ttyS0, mem=122M noinitrd root=/dev/mtdblock7 rw rootfstype=squashfs csb=0x0140AC89 cso=0x08674302 csf=0x54CE9785 sfin=<NULL>,32MB,0;10649632 [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019070 (MIPS 4KEc) [ 0.000000] MIPS: machine is D-Link DGS-1210-16 [ 0.000000] Registering _machine_restart [ 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] On node 0 totalpages: 32768 [ 0.000000] Normal zone: 288 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 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: console=ttyS0,115200 [ 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: 122436K/131072K available (5087K kernel code, 172K rwdata, 636K rodata, 1200K init, 207K bss, 8636K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 32 [ 0.000000] random: get_random_bytes called from 0x805c4a28 with crng_init=0 [ 0.000000] timer_probe: no matching timers found [ 0.000000] CPU frequency from device tree: 500MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns [ 0.000014] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns [ 0.008694] Calibrating delay loop... 497.66 BogoMIPS (lpj=995328) [ 0.047574] pid_max: default: 32768 minimum: 301 [ 0.053163] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.061300] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.082490] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.093296] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.101049] pinctrl core: initialized pinctrl subsystem [ 0.110465] NET: Registered protocol family 16 [ 0.186382] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.208492] clocksource: Switched to clocksource MIPS [ 0.217052] NET: Registered protocol family 2 [ 0.222341] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.231889] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.241253] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.249771] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.257603] TCP: Hash tables configured (established 1024 bind 1024) [ 0.265174] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.272528] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.280979] NET: Registered protocol family 1 [ 0.299035] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.325779] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.332247] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.396152] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.410827] pinctrl-single bb001000.pinmux: 32 pins, size 4 [ 0.417877] Probing RTL838X GPIOs [ 0.529847] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.543978] printk: console [ttyS0] disabled [ 0.548842] b8002000.uart: ttyS0 at MMIO 0xb8002000 (irq = 31, base_baud = 12500000) is a 16550A [ 0.558607] printk: console [ttyS0] enabled [ 0.558607] printk: console [ttyS0] enabled [ 0.567919] printk: bootconsole [early0] disabled [ 0.567919] printk: bootconsole [early0] disabled [ 0.579911] b8002100.uart: ttyS1 at MMIO 0xb8002100 (irq = 30, base_baud = 12500000) is a 16550A [ 1.002483] brd: module loaded [ 1.006887] Initializing rtl838x_nor_driver [ 1.011738] SPI resource base is b8001200 [ 1.016312] Address mode is 4 bytes [ 1.020275] rtl838x_nor_init called [ 1.027071] rtl838x-nor b8001200.spi: mx25l25635e (32768 Kbytes) [ 1.034027] 8 fixed-partitions partitions found on MTD device rtl838x_nor [ 1.041709] Creating 8 MTD partitions on "rtl838x_nor": [ 1.047649] 0x000000000000-0x000000080000 : "u-boot" [ 1.055690] 0x000000080000-0x0000000c0000 : "u-boot-env" [ 1.064256] 0x0000000c0000-0x000000100000 : "u-boot-env2" [ 1.072937] 0x000000100000-0x000000e80000 : "firmware" [ 1.094449] 2 uimage-fw partitions found on MTD device firmware [ 1.101196] Creating 2 MTD partitions on "firmware": [ 1.106850] 0x000000000000-0x0000002b0000 : "kernel" [ 1.114924] 0x0000002b0000-0x000000d80000 : "rootfs" [ 1.123021] mtd: device 5 (rootfs) set to be root filesystem [ 1.129523] 1 squashfs-split partitions found on MTD device rootfs [ 1.136549] 0x000000510000-0x000000d80000 : "rootfs_data" [ 1.145196] 0x000000e80000-0x000001000000 : "kernel2" [ 1.153452] 0x000001000000-0x000001040000 : "sysinfo" [ 1.161771] 0x000001040000-0x000001c40000 : "rootfs2" [ 1.170048] 0x000001c40000-0x000002000000 : "jffs2" [ 1.179441] libphy: Fixed MDIO Bus: probed [ 1.184544] random: fast init done [ 1.194499] Probing RTL838X eth device pdev: 87c90800, dev: 87c90810 [ 1.217523] Found SoC ID: 8382: RTL8382, family 8380 [ 1.223154] rtl8380_init_mac [ 1.226476] Using MAC 00007898e8e98b20 [ 1.231085] libphy: rtl838x-eth-mdio: probed [ 1.288877] Phy on MAC 0: 1cc981 [ 1.302773] Realtek RTL8218B (external) mdio-bus:00: Detected external RTL8218B [ 1.311028] Firmware loaded. Size 1168, magic: 83808380 [ 2.685242] Realtek RTL8218B (internal) mdio-bus:08: Detected internal RTL8218B [ 2.693512] Firmware loaded. Size 1184, magic: 83808380 [ 5.248901] Realtek RTL8214FC mdio-bus:18: Detected external RTL8214FC [ 5.256288] Firmware loaded. Size 1676, magic: 83808380 [ 6.549586] NET: Registered protocol family 10 [ 6.569508] Segment Routing with IPv6 [ 6.573952] NET: Registered protocol family 17 [ 6.579163] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 6.594379] 8021q: 802.1Q VLAN Support v1.8 [ 6.603231] Phy on MAC 0: 1cc981 [ 6.617149] Realtek RTL8218B (external) rtl838x slave mii-0:00: Detected external RTL8218B [ 6.626475] Firmware loaded. Size 1168, magic: 83808380 [ 8.000072] Realtek RTL8218B (internal) rtl838x slave mii-0:08: Detected internal RTL8218B [ 8.009399] Firmware loaded. Size 1184, magic: 83808380 [ 10.560367] Realtek RTL8214FC rtl838x slave mii-0:18: Detected external RTL8214FC [ 10.568827] Firmware loaded. Size 1676, magic: 83808380 [ 11.864288] libphy: rtl838x slave mii: probed [ 11.871466] > 10000001 10000002 10000004 10000008 10000010 10000020 10000040 10000080 [ 11.880337] > 10000100 10000200 10000400 10000800 10001000 10002000 10004000 10008000 [ 11.889155] > 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff [ 11.897967] > 11000000 12000000 14000000 18000000 1f00ffff 0 0 0 [ 11.906773] CPU_PORT> 1f00ffff [ 13.969409] rtl83xx-switch switch@bb000000 lan1 (uninitialized): PHY [mdio-bus:00] driver [Realtek RTL8218B (external)] [ 13.984257] rtl83xx-switch switch@bb000000 lan2 (uninitialized): PHY [mdio-bus:01] driver [Realtek RTL8218B (external)] [ 13.999557] rtl83xx-switch switch@bb000000 lan3 (uninitialized): PHY [mdio-bus:02] driver [Realtek RTL8218B (external)] [ 14.014439] rtl83xx-switch switch@bb000000 lan4 (uninitialized): PHY [mdio-bus:03] driver [Realtek RTL8218B (external)] [ 14.029708] rtl83xx-switch switch@bb000000 lan5 (uninitialized): PHY [mdio-bus:04] driver [Realtek RTL8218B (external)] [ 14.044714] rtl83xx-switch switch@bb000000 lan6 (uninitialized): PHY [mdio-bus:05] driver [Realtek RTL8218B (external)] [ 14.059467] rtl83xx-switch switch@bb000000 lan7 (uninitialized): PHY [mdio-bus:06] driver [Realtek RTL8218B (external)] [ 14.074863] rtl83xx-switch switch@bb000000 lan8 (uninitialized): PHY [mdio-bus:07] driver [Realtek RTL8218B (external)] [ 14.090066] rtl83xx-switch switch@bb000000 lan9 (uninitialized): PHY [mdio-bus:08] driver [Realtek RTL8218B (internal)] [ 14.115107] rtl83xx-switch switch@bb000000 lan10 (uninitialized): PHY [mdio-bus:09] driver [Realtek RTL8218B (internal)] [ 14.140786] rtl83xx-switch switch@bb000000 lan11 (uninitialized): PHY [mdio-bus:0a] driver [Realtek RTL8218B (internal)] [ 14.166171] rtl83xx-switch switch@bb000000 lan12 (uninitialized): PHY [mdio-bus:0b] driver [Realtek RTL8218B (internal)] [ 14.191533] rtl83xx-switch switch@bb000000 lan13 (uninitialized): PHY [mdio-bus:0c] driver [Realtek RTL8218B (internal)] [ 14.216994] rtl83xx-switch switch@bb000000 lan14 (uninitialized): PHY [mdio-bus:0d] driver [Realtek RTL8218B (internal)] [ 14.242470] rtl83xx-switch switch@bb000000 lan15 (uninitialized): PHY [mdio-bus:0e] driver [Realtek RTL8218B (internal)] [ 14.267954] rtl83xx-switch switch@bb000000 lan16 (uninitialized): PHY [mdio-bus:0f] driver [Realtek RTL8218B (internal)] [ 14.283231] rtl83xx-switch switch@bb000000 lan17 (uninitialized): PHY [mdio-bus:18] driver [Realtek RTL8214FC] [ 14.297478] rtl83xx-switch switch@bb000000 lan18 (uninitialized): PHY [mdio-bus:19] driver [Realtek RTL8214FC] [ 14.311706] rtl83xx-switch switch@bb000000 lan19 (uninitialized): PHY [mdio-bus:1a] driver [Realtek RTL8214FC] [ 14.326061] rtl83xx-switch switch@bb000000 lan20 (uninitialized): PHY [mdio-bus:1b] driver [Realtek RTL8214FC] [ 14.339255] rtl83xx-switch switch@bb000000: configuring for fixed/internal link mode [ 14.348302] DSA: tree 0 setup [ 14.351771] LINK state irq: 20 [ 14.355322] In rtl83xx_setup_qos [ 14.359008] Setting up RTL838X QoS [ 14.362879] RTL838X_PRI_SEL_TBL_CTRL(i): 00033112 [ 14.368196] Current Intprio2queue setting: 00000000 [ 14.373711] QM_PKT2CPU_INTPRI_MAP: 00fac688 [ 14.378474] rtl838x_dbgfs_init called [ 14.416631] rtl83xx-switch switch@bb000000: Link is Up - 1Gbps/Full - flow control off [ 14.430376] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 14.452084] Freeing unused kernel memory: 1200K [ 14.457250] This architecture does not have kernel memory protection. [ 14.464520] Run /sbin/init as init process [ 15.199940] init: Console is alive [ 15.407164] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 15.572035] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 15.593171] init: - preinit - [ 16.926786] random: jshn: uninitialized urandom read (4 bytes read) [ 17.127861] random: jshn: uninitialized urandom read (4 bytes read) [ 18.434147] random: jshn: uninitialized urandom read (4 bytes read) [ 18.513712] random: jshn: uninitialized urandom read (4 bytes read) [ 18.709808] random: jshn: uninitialized urandom read (4 bytes read) Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 22.276304] jffs2: notice: (1288) jffs2_build_xattr_subsystem: complete building xattr subsystem, 21 of xdatum (0 unchecked, 21 orphan) and 31 of xref (1 dead, 30 orphan) found. [ 22.296911] mount_root: overlay filesystem has not been fully initialized yet [ 22.306620] mount_root: switching to jffs2 overlay [ 22.315025] overlayfs: upper fs does not support tmpfile. [ 22.328254] urandom-seed: Seed file not found (/etc/urandom.seed) [ 22.521000] procd: - early - [ 25.010561] procd: - ubus - [ 25.167335] urandom_read: 1 callbacks suppressed [ 25.167350] random: ubusd: uninitialized urandom read (4 bytes read) [ 25.197679] random: ubusd: uninitialized urandom read (4 bytes read) [ 25.206031] random: ubusd: uninitialized urandom read (4 bytes read) [ 25.222506] procd: - init - Please press Enter to activate this console. [ 26.721309] kmodloader: loading kernel modules from /etc/modules.d/* [ 27.008332] urngd: v1.0.2 started. [ 27.077889] xt_time: kernel timezone is -0000 [ 27.163724] kmodloader: done loading kernel modules from /etc/modules.d/* [ 27.282848] random: crng init done [ 27.286787] random: 1 urandom warning(s) missed due to ratelimiting [ 67.131207] Using MAC 00007898e8e98b20 [ 67.152757] RESETTING 8380, CPU_PORT 28 [ 67.356628] rtl838x-eth bb00a300.ethernet eth0: configuring for fixed/internal link mode [ 67.365668] In rtl838x_mac_config, mode 1 [ 67.373445] In rtl838x_mac_config, mode 1 [ 67.378092] rtl838x-eth bb00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 67.420739] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 67.910870] device eth0 entered promiscuous mode [ 67.916194] rtl83xx-switch switch@bb000000 lan1: configuring for phy/qsgmii link mode [ 67.925664] 8021q: adding VLAN 0 to HW filter on device lan1 [ 67.932122] rtl83xx_vlan_prepare: port 0 [ 67.936617] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 67.936641] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 67.958631] rtl83xx_vlan_add port 0, vid_end 0, vid_end 0, flags 0 [ 67.965635] rtl83xx_vlan_prepare: port 28 [ 67.970204] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 67.970225] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 67.992218] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 68.133206] switch: port 1(lan1) entered blocking state [ 68.139170] switch: port 1(lan1) entered disabled state [ 68.145998] device lan1 entered promiscuous mode [ 68.151604] rtl83xx_vlan_prepare: port 0 [ 68.156107] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 68.156130] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 68.178128] rtl83xx_vlan_prepare: port 28 [ 68.182698] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 68.182720] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 68.204746] rtl83xx_vlan_add port 0, vid_end 1, vid_end 1, flags 6 [ 68.211748] Untagged ports, VLAN 1: 1fffffff [ 68.216609] Tagged ports, VLAN 1: 1fffffff [ 68.221287] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 68.228375] Untagged ports, VLAN 1: 1fffffff [ 68.233241] Tagged ports, VLAN 1: 1fffffff [ 68.362918] rtl83xx_vlan_prepare: port 0 [ 68.367453] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 68.367476] Tagged ports 1fffffff, untag 1ffffffe, prof 0, MC# 1, UC# 1, FID 0 [ 68.389500] rtl83xx_vlan_prepare: port 28 [ 68.394064] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 68.394086] Tagged ports 1fffffff, untag 1ffffffe, prof 0, MC# 1, UC# 1, FID 0 [ 68.416079] rtl83xx_vlan_add port 0, vid_end 1, vid_end 1, flags 6 [ 68.423085] Untagged ports, VLAN 1: 1fffffff [ 68.427943] Tagged ports, VLAN 1: 1fffffff [ 68.432624] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 68.439714] Untagged ports, VLAN 1: 1fffffff [ 68.444591] Tagged ports, VLAN 1: 1fffffff [ 68.673186] rtl83xx_vlan_prepare: port 0 [ 68.677693] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 68.677716] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 68.699732] rtl83xx_vlan_prepare: port 28 [ 68.704299] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 68.704320] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 68.726311] rtl83xx_vlan_add port 0, vid_end 100, vid_end 100, flags 0 [ 68.733697] Untagged ports, VLAN 100: 0 [ 68.738071] Tagged ports, VLAN 100: 1 [ 68.742298] rtl83xx_vlan_add port 28, vid_end 100, vid_end 100, flags 0 [ 68.749785] Untagged ports, VLAN 100: 0 [ 68.754158] Tagged ports, VLAN 100: 10000001 [ 69.016678] device switch entered promiscuous mode [ 69.257182] rtl83xx-switch switch@bb000000 lan10: configuring for phy/internal link mode [ 69.267009] 8021q: adding VLAN 0 to HW filter on device lan10 [ 69.273589] rtl83xx_vlan_prepare: port 9 [ 69.278067] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 69.278091] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 69.300078] rtl83xx_vlan_add port 9, vid_end 0, vid_end 0, flags 0 [ 69.307082] rtl83xx_vlan_prepare: port 28 [ 69.311662] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 69.311684] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 69.333684] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 69.874161] switch: port 2(lan10) entered blocking state [ 69.880244] switch: port 2(lan10) entered disabled state [ 69.956768] device lan10 entered promiscuous mode [ 69.962666] rtl83xx_vlan_prepare: port 9 [ 69.967201] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 69.967224] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 69.989218] rtl83xx_vlan_prepare: port 28 [ 69.993780] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 69.993802] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 70.015793] rtl83xx_vlan_add port 9, vid_end 1, vid_end 1, flags 6 [ 70.022791] Untagged ports, VLAN 1: 1fffffff [ 70.027651] Tagged ports, VLAN 1: 1fffffff [ 70.032326] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 70.039420] Untagged ports, VLAN 1: 1fffffff [ 70.044274] Tagged ports, VLAN 1: 1fffffff [ 70.461175] rtl83xx_vlan_prepare: port 9 [ 70.465686] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 70.465708] Tagged ports 1fffffff, untag 1ffffdff, prof 0, MC# 1, UC# 1, FID 0 [ 70.487727] rtl83xx_vlan_prepare: port 28 [ 70.492324] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 70.492346] Tagged ports 1fffffff, untag 1ffffdff, prof 0, MC# 1, UC# 1, FID 0 [ 70.514352] rtl83xx_vlan_add port 9, vid_end 1, vid_end 1, flags 6 [ 70.521357] Untagged ports, VLAN 1: 1fffffff [ 70.526215] Tagged ports, VLAN 1: 1fffffff [ 70.530890] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 70.537984] Untagged ports, VLAN 1: 1fffffff [ 70.542838] Tagged ports, VLAN 1: 1fffffff [ 70.857151] rtl83xx-switch switch@bb000000 lan11: configuring for phy/internal link mode [ 70.866836] 8021q: adding VLAN 0 to HW filter on device lan11 [ 70.873424] rtl83xx_vlan_prepare: port 10 [ 70.878003] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 70.878026] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 70.900033] rtl83xx_vlan_add port 10, vid_end 0, vid_end 0, flags 0 [ 70.907136] rtl83xx_vlan_prepare: port 28 [ 70.911700] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 70.911722] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 70.933716] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 71.164066] switch: port 3(lan11) entered blocking state [ 71.170137] switch: port 3(lan11) entered disabled state [ 71.212660] device lan11 entered promiscuous mode [ 71.218520] rtl83xx_vlan_prepare: port 10 [ 71.223141] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 71.223164] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 71.245164] rtl83xx_vlan_prepare: port 28 [ 71.249735] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 71.249756] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 71.271774] rtl83xx_vlan_add port 10, vid_end 1, vid_end 1, flags 6 [ 71.278886] Untagged ports, VLAN 1: 1fffffff [ 71.283747] Tagged ports, VLAN 1: 1fffffff [ 71.288422] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 71.295515] Untagged ports, VLAN 1: 1fffffff [ 71.300369] Tagged ports, VLAN 1: 1fffffff [ 71.561238] rtl83xx_vlan_prepare: port 10 [ 71.565844] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 71.565867] Tagged ports 1fffffff, untag 1ffffbff, prof 0, MC# 1, UC# 1, FID 0 [ 71.587885] rtl83xx_vlan_prepare: port 28 [ 71.592451] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 71.592511] Tagged ports 1fffffff, untag 1ffffbff, prof 0, MC# 1, UC# 1, FID 0 [ 71.614500] rtl83xx_vlan_add port 10, vid_end 1, vid_end 1, flags 6 [ 71.621604] Untagged ports, VLAN 1: 1fffffff [ 71.626461] Tagged ports, VLAN 1: 1fffffff [ 71.631137] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 71.638231] Untagged ports, VLAN 1: 1fffffff [ 71.643085] Tagged ports, VLAN 1: 1fffffff [ 71.905124] rtl83xx-switch switch@bb000000 lan12: configuring for phy/internal link mode [ 71.915096] 8021q: adding VLAN 0 to HW filter on device lan12 [ 71.921693] rtl83xx_vlan_prepare: port 11 [ 71.926272] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 71.926295] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 71.948296] rtl83xx_vlan_add port 11, vid_end 0, vid_end 0, flags 0 [ 71.955400] rtl83xx_vlan_prepare: port 28 [ 71.959965] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 71.959987] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 71.981971] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 72.226309] switch: port 4(lan12) entered blocking state [ 72.232371] switch: port 4(lan12) entered disabled state [ 72.280664] device lan12 entered promiscuous mode [ 72.286550] rtl83xx_vlan_prepare: port 11 [ 72.291178] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 72.291202] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 72.313227] rtl83xx_vlan_prepare: port 28 [ 72.317798] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 72.317820] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 72.339844] rtl83xx_vlan_add port 11, vid_end 1, vid_end 1, flags 6 [ 72.346944] Untagged ports, VLAN 1: 1fffffff [ 72.351803] Tagged ports, VLAN 1: 1fffffff [ 72.356491] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 72.363580] Untagged ports, VLAN 1: 1fffffff [ 72.368434] Tagged ports, VLAN 1: 1fffffff [ 72.607564] rtl83xx_vlan_prepare: port 11 [ 72.612173] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 72.612196] Tagged ports 1fffffff, untag 1ffff7ff, prof 0, MC# 1, UC# 1, FID 0 [ 72.634233] rtl83xx_vlan_prepare: port 28 [ 72.638803] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 72.638825] Tagged ports 1fffffff, untag 1ffff7ff, prof 0, MC# 1, UC# 1, FID 0 [ 72.660831] rtl83xx_vlan_add port 11, vid_end 1, vid_end 1, flags 6 [ 72.667927] Untagged ports, VLAN 1: 1fffffff [ 72.672788] Tagged ports, VLAN 1: 1fffffff [ 72.677498] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 72.684605] Untagged ports, VLAN 1: 1fffffff [ 72.689456] Tagged ports, VLAN 1: 1fffffff [ 72.985181] rtl83xx-switch switch@bb000000 lan13: configuring for phy/internal link mode [ 72.995020] 8021q: adding VLAN 0 to HW filter on device lan13 [ 73.001599] rtl83xx_vlan_prepare: port 12 [ 73.006178] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.006201] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 73.028188] rtl83xx_vlan_add port 12, vid_end 0, vid_end 0, flags 0 [ 73.035287] rtl83xx_vlan_prepare: port 28 [ 73.039856] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.039877] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 73.061888] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 73.289383] switch: port 5(lan13) entered blocking state [ 73.295441] switch: port 5(lan13) entered disabled state [ 73.335807] device lan13 entered promiscuous mode [ 73.341720] rtl83xx_vlan_prepare: port 12 [ 73.346340] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.346363] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 73.368387] rtl83xx_vlan_prepare: port 28 [ 73.372961] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.372982] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 73.394983] rtl83xx_vlan_add port 12, vid_end 1, vid_end 1, flags 6 [ 73.402092] Untagged ports, VLAN 1: 1fffffff [ 73.406952] Tagged ports, VLAN 1: 1fffffff [ 73.411624] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 73.418718] Untagged ports, VLAN 1: 1fffffff [ 73.423571] Tagged ports, VLAN 1: 1fffffff [ 73.574971] rtl83xx_vlan_prepare: port 12 [ 73.579573] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.579596] Tagged ports 1fffffff, untag 1fffefff, prof 0, MC# 1, UC# 1, FID 0 [ 73.601615] rtl83xx_vlan_prepare: port 28 [ 73.606182] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.606204] Tagged ports 1fffffff, untag 1fffefff, prof 0, MC# 1, UC# 1, FID 0 [ 73.628205] rtl83xx_vlan_add port 12, vid_end 1, vid_end 1, flags 6 [ 73.635307] Untagged ports, VLAN 1: 1fffffff [ 73.640167] Tagged ports, VLAN 1: 1fffffff [ 73.644846] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 73.651937] Untagged ports, VLAN 1: 1fffffff [ 73.656803] Tagged ports, VLAN 1: 1fffffff [ 73.792931] rtl83xx-switch switch@bb000000 lan14: configuring for phy/internal link mode [ 73.802616] 8021q: adding VLAN 0 to HW filter on device lan14 [ 73.809194] rtl83xx_vlan_prepare: port 13 [ 73.813782] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.813805] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 73.835798] rtl83xx_vlan_add port 13, vid_end 0, vid_end 0, flags 0 [ 73.842900] rtl83xx_vlan_prepare: port 28 [ 73.847468] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 73.847489] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 73.869473] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 73.997449] switch: port 6(lan14) entered blocking state [ 74.003506] switch: port 6(lan14) entered disabled state [ 74.010271] device lan14 entered promiscuous mode [ 74.016114] rtl83xx_vlan_prepare: port 13 [ 74.020722] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.020745] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 74.042735] rtl83xx_vlan_prepare: port 28 [ 74.047298] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.047320] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 74.069340] rtl83xx_vlan_add port 13, vid_end 1, vid_end 1, flags 6 [ 74.076437] Untagged ports, VLAN 1: 1fffffff [ 74.081299] Tagged ports, VLAN 1: 1fffffff [ 74.085977] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 74.093072] Untagged ports, VLAN 1: 1fffffff [ 74.097934] Tagged ports, VLAN 1: 1fffffff [ 74.220798] rtl83xx_vlan_prepare: port 13 [ 74.225394] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.225417] Tagged ports 1fffffff, untag 1fffdfff, prof 0, MC# 1, UC# 1, FID 0 [ 74.247464] rtl83xx_vlan_prepare: port 28 [ 74.252031] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.252054] Tagged ports 1fffffff, untag 1fffdfff, prof 0, MC# 1, UC# 1, FID 0 [ 74.274055] rtl83xx_vlan_add port 13, vid_end 1, vid_end 1, flags 6 [ 74.281157] Untagged ports, VLAN 1: 1fffffff [ 74.286017] Tagged ports, VLAN 1: 1fffffff [ 74.290691] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 74.297785] Untagged ports, VLAN 1: 1fffffff [ 74.302638] Tagged ports, VLAN 1: 1fffffff [ 74.431248] rtl83xx-switch switch@bb000000 lan15: configuring for phy/internal link mode [ 74.440991] 8021q: adding VLAN 0 to HW filter on device lan15 [ 74.447539] rtl83xx_vlan_prepare: port 14 [ 74.452114] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.452138] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 74.474126] rtl83xx_vlan_add port 14, vid_end 0, vid_end 0, flags 0 [ 74.481237] rtl83xx_vlan_prepare: port 28 [ 74.485807] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.485829] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 74.507856] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 74.637376] switch: port 7(lan15) entered blocking state [ 74.643446] switch: port 7(lan15) entered disabled state [ 74.650226] device lan15 entered promiscuous mode [ 74.656049] rtl83xx_vlan_prepare: port 14 [ 74.660660] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.660683] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 74.682678] rtl83xx_vlan_prepare: port 28 [ 74.687243] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.687265] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 74.709256] rtl83xx_vlan_add port 14, vid_end 1, vid_end 1, flags 6 [ 74.716347] Untagged ports, VLAN 1: 1fffffff [ 74.721206] Tagged ports, VLAN 1: 1fffffff [ 74.725875] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 74.732970] Untagged ports, VLAN 1: 1fffffff [ 74.737824] Tagged ports, VLAN 1: 1fffffff [ 74.867262] rtl83xx_vlan_prepare: port 14 [ 74.871883] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.871906] Tagged ports 1fffffff, untag 1fffbfff, prof 0, MC# 1, UC# 1, FID 0 [ 74.893937] rtl83xx_vlan_prepare: port 28 [ 74.898504] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 74.898526] Tagged ports 1fffffff, untag 1fffbfff, prof 0, MC# 1, UC# 1, FID 0 [ 74.920521] rtl83xx_vlan_add port 14, vid_end 1, vid_end 1, flags 6 [ 74.927617] Untagged ports, VLAN 1: 1fffffff [ 74.932507] Tagged ports, VLAN 1: 1fffffff [ 74.937176] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 74.944252] Untagged ports, VLAN 1: 1fffffff [ 74.949099] Tagged ports, VLAN 1: 1fffffff [ 75.166520] rtl83xx-switch switch@bb000000 lan16: configuring for phy/internal link mode [ 75.176313] 8021q: adding VLAN 0 to HW filter on device lan16 [ 75.182890] rtl83xx_vlan_prepare: port 15 [ 75.187482] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 75.187506] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 75.209543] rtl83xx_vlan_add port 15, vid_end 0, vid_end 0, flags 0 [ 75.216645] rtl83xx_vlan_prepare: port 28 [ 75.221211] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 75.221232] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 75.243226] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 75.431143] switch: port 8(lan16) entered blocking state [ 75.437213] switch: port 8(lan16) entered disabled state [ 75.443987] device lan16 entered promiscuous mode [ 75.449815] rtl83xx_vlan_prepare: port 15 [ 75.454416] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 75.454439] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 75.476423] rtl83xx_vlan_prepare: port 28 [ 75.481000] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 75.481022] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 75.503019] rtl83xx_vlan_add port 15, vid_end 1, vid_end 1, flags 6 [ 75.510121] Untagged ports, VLAN 1: 1fffffff [ 75.514980] Tagged ports, VLAN 1: 1fffffff [ 75.519655] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 75.526749] Untagged ports, VLAN 1: 1fffffff [ 75.531603] Tagged ports, VLAN 1: 1fffffff [ 75.819404] rtl83xx_vlan_prepare: port 15 [ 75.824004] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 75.824027] Tagged ports 1fffffff, untag 1fff7fff, prof 0, MC# 1, UC# 1, FID 0 [ 75.846043] rtl83xx_vlan_prepare: port 28 [ 75.850612] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 75.850634] Tagged ports 1fffffff, untag 1fff7fff, prof 0, MC# 1, UC# 1, FID 0 [ 75.872626] rtl83xx_vlan_add port 15, vid_end 1, vid_end 1, flags 6 [ 75.879715] Untagged ports, VLAN 1: 1fffffff [ 75.884575] Tagged ports, VLAN 1: 1fffffff [ 75.889244] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 75.896333] Untagged ports, VLAN 1: 1fffffff [ 75.901191] Tagged ports, VLAN 1: 1fffffff [ 76.077068] rtl83xx-switch switch@bb000000 lan17: configuring for phy/qsgmii link mode [ 76.086774] 8021q: adding VLAN 0 to HW filter on device lan17 [ 76.093356] rtl83xx_vlan_prepare: port 24 [ 76.097935] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.097959] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 76.119954] rtl83xx_vlan_add port 24, vid_end 0, vid_end 0, flags 0 [ 76.127055] rtl83xx_vlan_prepare: port 28 [ 76.131624] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.131645] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 76.153672] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 76.199590] RTL8380 Link change: status: 1, ports 1000000 [ 76.327680] switch: port 9(lan17) entered blocking state [ 76.333754] switch: port 9(lan17) entered disabled state [ 76.340590] device lan17 entered promiscuous mode [ 76.346399] rtl83xx_vlan_prepare: port 24 [ 76.351000] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.351024] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 76.373035] rtl83xx_vlan_prepare: port 28 [ 76.377601] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.377623] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 76.399627] rtl83xx_vlan_add port 24, vid_end 1, vid_end 1, flags 6 [ 76.406727] Untagged ports, VLAN 1: 1fffffff [ 76.411586] Tagged ports, VLAN 1: 1fffffff [ 76.416260] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 76.423355] Untagged ports, VLAN 1: 1fffffff [ 76.428227] Tagged ports, VLAN 1: 1fffffff [ 76.697169] rtl83xx_vlan_prepare: port 24 [ 76.701769] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.701792] Tagged ports 1fffffff, untag 1effffff, prof 0, MC# 1, UC# 1, FID 0 [ 76.723807] rtl83xx_vlan_prepare: port 28 [ 76.728376] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.728398] Tagged ports 1fffffff, untag 1effffff, prof 0, MC# 1, UC# 1, FID 0 [ 76.750391] rtl83xx_vlan_add port 24, vid_end 1, vid_end 1, flags 6 [ 76.757494] Untagged ports, VLAN 1: 1fffffff [ 76.762353] Tagged ports, VLAN 1: 1fffffff [ 76.767027] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 76.774122] Untagged ports, VLAN 1: 1fffffff [ 76.778975] Tagged ports, VLAN 1: 1fffffff [ 76.976102] rtl83xx-switch switch@bb000000 lan18: configuring for phy/qsgmii link mode [ 76.985559] 8021q: adding VLAN 0 to HW filter on device lan18 [ 76.992129] rtl83xx_vlan_prepare: port 25 [ 76.996713] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 76.996736] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.018736] rtl83xx_vlan_add port 25, vid_end 0, vid_end 0, flags 0 [ 77.025832] rtl83xx_vlan_prepare: port 28 [ 77.030402] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.030424] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.052447] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 77.162273] switch: port 10(lan18) entered blocking state [ 77.168433] switch: port 10(lan18) entered disabled state [ 77.175316] device lan18 entered promiscuous mode [ 77.181144] rtl83xx_vlan_prepare: port 25 [ 77.185755] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.185778] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.207822] rtl83xx_vlan_prepare: port 28 [ 77.212405] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.212427] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.234441] rtl83xx_vlan_add port 25, vid_end 1, vid_end 1, flags 6 [ 77.241542] Untagged ports, VLAN 1: 1fffffff [ 77.246398] Tagged ports, VLAN 1: 1fffffff [ 77.251072] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 77.258167] Untagged ports, VLAN 1: 1fffffff [ 77.263020] Tagged ports, VLAN 1: 1fffffff [ 77.397016] rtl83xx_vlan_prepare: port 25 [ 77.401609] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.401632] Tagged ports 1fffffff, untag 1dffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.423647] rtl83xx_vlan_prepare: port 28 [ 77.428215] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.428236] Tagged ports 1fffffff, untag 1dffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.450241] rtl83xx_vlan_add port 25, vid_end 1, vid_end 1, flags 6 [ 77.457342] Untagged ports, VLAN 1: 1fffffff [ 77.462200] Tagged ports, VLAN 1: 1fffffff [ 77.466874] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 77.473969] Untagged ports, VLAN 1: 1fffffff [ 77.478821] Tagged ports, VLAN 1: 1fffffff [ 77.612190] rtl83xx-switch switch@bb000000 lan19: configuring for phy/qsgmii link mode [ 77.621742] 8021q: adding VLAN 0 to HW filter on device lan19 [ 77.628323] rtl83xx_vlan_prepare: port 26 [ 77.632910] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.632934] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.654940] rtl83xx_vlan_add port 26, vid_end 0, vid_end 0, flags 0 [ 77.662041] rtl83xx_vlan_prepare: port 28 [ 77.666608] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.666629] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.688630] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 77.780872] switch: port 11(lan19) entered blocking state [ 77.787026] switch: port 11(lan19) entered disabled state [ 77.793915] device lan19 entered promiscuous mode [ 77.799747] rtl83xx_vlan_prepare: port 26 [ 77.804346] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.804369] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.826355] rtl83xx_vlan_prepare: port 28 [ 77.830920] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.830941] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.852934] rtl83xx_vlan_add port 26, vid_end 1, vid_end 1, flags 6 [ 77.860067] Untagged ports, VLAN 1: 1fffffff [ 77.864934] Tagged ports, VLAN 1: 1fffffff [ 77.869605] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 77.876700] Untagged ports, VLAN 1: 1fffffff [ 77.881554] Tagged ports, VLAN 1: 1fffffff [ 77.892311] rtl83xx_vlan_prepare: port 26 [ 77.896915] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.896938] Tagged ports 1fffffff, untag 1bffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.918972] rtl83xx_vlan_prepare: port 28 [ 77.923540] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 77.923563] Tagged ports 1fffffff, untag 1bffffff, prof 0, MC# 1, UC# 1, FID 0 [ 77.945563] rtl83xx_vlan_add port 26, vid_end 1, vid_end 1, flags 6 [ 77.952666] Untagged ports, VLAN 1: 1fffffff [ 77.957525] Tagged ports, VLAN 1: 1fffffff [ 77.962199] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 77.969293] Untagged ports, VLAN 1: 1fffffff [ 77.974147] Tagged ports, VLAN 1: 1fffffff [ 77.992878] rtl83xx-switch switch@bb000000 lan2: configuring for phy/qsgmii link mode [ 78.002612] 8021q: adding VLAN 0 to HW filter on device lan2 [ 78.009086] rtl83xx_vlan_prepare: port 1 [ 78.013561] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.013584] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.035573] rtl83xx_vlan_add port 1, vid_end 0, vid_end 0, flags 0 [ 78.042577] rtl83xx_vlan_prepare: port 28 [ 78.047145] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.047167] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.069171] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 78.113776] switch: port 12(lan2) entered blocking state [ 78.119832] switch: port 12(lan2) entered disabled state [ 78.126616] device lan2 entered promiscuous mode [ 78.132351] rtl83xx_vlan_prepare: port 1 [ 78.136865] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.136889] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.158877] rtl83xx_vlan_prepare: port 28 [ 78.163447] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.163469] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.185479] rtl83xx_vlan_add port 1, vid_end 1, vid_end 1, flags 6 [ 78.192490] Untagged ports, VLAN 1: 1fffffff [ 78.197343] Tagged ports, VLAN 1: 1fffffff [ 78.202019] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 78.209113] Untagged ports, VLAN 1: 1fffffff [ 78.213966] Tagged ports, VLAN 1: 1fffffff [ 78.225266] rtl83xx_vlan_prepare: port 1 [ 78.229772] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.229795] Tagged ports 1fffffff, untag 1ffffffd, prof 0, MC# 1, UC# 1, FID 0 [ 78.251834] rtl83xx_vlan_prepare: port 28 [ 78.256433] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.256456] Tagged ports 1fffffff, untag 1ffffffd, prof 0, MC# 1, UC# 1, FID 0 [ 78.278509] rtl83xx_vlan_add port 1, vid_end 1, vid_end 1, flags 6 [ 78.285520] Untagged ports, VLAN 1: 1fffffff [ 78.290387] Tagged ports, VLAN 1: 1fffffff [ 78.295063] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 78.302154] Untagged ports, VLAN 1: 1fffffff [ 78.307007] Tagged ports, VLAN 1: 1fffffff [ 78.327626] rtl83xx-switch switch@bb000000 lan20: configuring for phy/qsgmii link mode [ 78.337251] 8021q: adding VLAN 0 to HW filter on device lan20 [ 78.343829] rtl83xx_vlan_prepare: port 27 [ 78.348405] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.348428] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.370446] rtl83xx_vlan_add port 27, vid_end 0, vid_end 0, flags 0 [ 78.377549] rtl83xx_vlan_prepare: port 28 [ 78.382118] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.382139] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.404125] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 78.451652] switch: port 13(lan20) entered blocking state [ 78.457818] switch: port 13(lan20) entered disabled state [ 78.464742] device lan20 entered promiscuous mode [ 78.470576] rtl83xx_vlan_prepare: port 27 [ 78.475181] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.475205] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.497199] rtl83xx_vlan_prepare: port 28 [ 78.501763] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.501784] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.523779] rtl83xx_vlan_add port 27, vid_end 1, vid_end 1, flags 6 [ 78.530880] Untagged ports, VLAN 1: 1fffffff [ 78.535740] Tagged ports, VLAN 1: 1fffffff [ 78.540414] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 78.547508] Untagged ports, VLAN 1: 1fffffff [ 78.552361] Tagged ports, VLAN 1: 1fffffff [ 78.562915] rtl83xx_vlan_prepare: port 27 [ 78.567516] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.567539] Tagged ports 1fffffff, untag 17ffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.589583] rtl83xx_vlan_prepare: port 28 [ 78.594155] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.594177] Tagged ports 1fffffff, untag 17ffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.616179] rtl83xx_vlan_add port 27, vid_end 1, vid_end 1, flags 6 [ 78.623279] Untagged ports, VLAN 1: 1fffffff [ 78.628138] Tagged ports, VLAN 1: 1fffffff [ 78.632817] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 78.639910] Untagged ports, VLAN 1: 1fffffff [ 78.644776] Tagged ports, VLAN 1: 1fffffff [ 78.663520] rtl83xx-switch switch@bb000000 lan3: configuring for phy/qsgmii link mode [ 78.672961] 8021q: adding VLAN 0 to HW filter on device lan3 [ 78.679408] rtl83xx_vlan_prepare: port 2 [ 78.683884] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.683907] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.705906] rtl83xx_vlan_add port 2, vid_end 0, vid_end 0, flags 0 [ 78.712911] rtl83xx_vlan_prepare: port 28 [ 78.717476] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.717498] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.739492] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 78.785662] switch: port 14(lan3) entered blocking state [ 78.791719] switch: port 14(lan3) entered disabled state [ 78.798499] device lan3 entered promiscuous mode [ 78.804225] rtl83xx_vlan_prepare: port 2 [ 78.808741] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.808764] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.830754] rtl83xx_vlan_prepare: port 28 [ 78.835316] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.835337] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 78.857330] rtl83xx_vlan_add port 2, vid_end 1, vid_end 1, flags 6 [ 78.864323] Untagged ports, VLAN 1: 1fffffff [ 78.869184] Tagged ports, VLAN 1: 1fffffff [ 78.873853] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 78.880947] Untagged ports, VLAN 1: 1fffffff [ 78.885800] Tagged ports, VLAN 1: 1fffffff [ 78.896367] rtl83xx_vlan_prepare: port 2 [ 78.900872] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.900895] Tagged ports 1fffffff, untag 1ffffffb, prof 0, MC# 1, UC# 1, FID 0 [ 78.922929] rtl83xx_vlan_prepare: port 28 [ 78.927497] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 78.927520] Tagged ports 1fffffff, untag 1ffffffb, prof 0, MC# 1, UC# 1, FID 0 [ 78.949510] rtl83xx_vlan_add port 2, vid_end 1, vid_end 1, flags 6 [ 78.956509] Untagged ports, VLAN 1: 1fffffff [ 78.961366] Tagged ports, VLAN 1: 1fffffff [ 78.966041] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 78.973135] Untagged ports, VLAN 1: 1fffffff [ 78.977988] Tagged ports, VLAN 1: 1fffffff [ 78.996580] rtl83xx-switch switch@bb000000 lan4: configuring for phy/qsgmii link mode [ 79.006191] 8021q: adding VLAN 0 to HW filter on device lan4 [ 79.012675] rtl83xx_vlan_prepare: port 3 [ 79.017158] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.017182] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.039178] rtl83xx_vlan_add port 3, vid_end 0, vid_end 0, flags 0 [ 79.046182] rtl83xx_vlan_prepare: port 28 [ 79.050750] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.050771] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.072759] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 79.116963] switch: port 15(lan4) entered blocking state [ 79.123031] switch: port 15(lan4) entered disabled state [ 79.129834] device lan4 entered promiscuous mode [ 79.135567] rtl83xx_vlan_prepare: port 3 [ 79.140073] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.140097] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.162095] rtl83xx_vlan_prepare: port 28 [ 79.166665] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.166687] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.188687] rtl83xx_vlan_add port 3, vid_end 1, vid_end 1, flags 6 [ 79.195688] Untagged ports, VLAN 1: 1fffffff [ 79.200549] Tagged ports, VLAN 1: 1fffffff [ 79.205227] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 79.212316] Untagged ports, VLAN 1: 1fffffff [ 79.217181] Tagged ports, VLAN 1: 1fffffff [ 79.229560] rtl83xx_vlan_prepare: port 3 [ 79.234064] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.234086] Tagged ports 1fffffff, untag 1ffffff7, prof 0, MC# 1, UC# 1, FID 0 [ 79.256132] rtl83xx_vlan_prepare: port 28 [ 79.260709] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.260732] Tagged ports 1fffffff, untag 1ffffff7, prof 0, MC# 1, UC# 1, FID 0 [ 79.282733] rtl83xx_vlan_add port 3, vid_end 1, vid_end 1, flags 6 [ 79.289739] Untagged ports, VLAN 1: 1fffffff [ 79.294598] Tagged ports, VLAN 1: 1fffffff [ 79.299272] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 79.306367] Untagged ports, VLAN 1: 1fffffff [ 79.311220] Tagged ports, VLAN 1: 1fffffff [ 79.330557] rtl83xx-switch switch@bb000000 lan5: configuring for phy/qsgmii link mode [ 79.339987] 8021q: adding VLAN 0 to HW filter on device lan5 [ 79.346480] rtl83xx_vlan_prepare: port 4 [ 79.350963] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.350986] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.372982] rtl83xx_vlan_add port 4, vid_end 0, vid_end 0, flags 0 [ 79.379979] rtl83xx_vlan_prepare: port 28 [ 79.384550] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.384571] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.406559] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 79.441775] RTL8380 Link change: status: 1, ports 1000000 [ 79.458164] rtl83xx-switch switch@bb000000 lan17: Link is Up - 1Gbps/Full - flow control rx/tx [ 79.467970] switch: port 9(lan17) entered blocking state [ 79.474052] switch: port 9(lan17) entered forwarding state [ 79.482232] IPv6: ADDRCONF(NETDEV_CHANGE): switch: link becomes ready [ 79.496806] IPv6: ADDRCONF(NETDEV_CHANGE): switch.1: link becomes ready [ 79.505001] IPv6: ADDRCONF(NETDEV_CHANGE): switch.100: link becomes ready [ 79.516302] switch: port 16(lan5) entered blocking state [ 79.522402] switch: port 16(lan5) entered disabled state [ 79.529443] device lan5 entered promiscuous mode [ 79.535189] rtl83xx_vlan_prepare: port 4 [ 79.539693] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.539716] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.561694] rtl83xx_vlan_prepare: port 28 [ 79.566253] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.566274] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.588250] rtl83xx_vlan_add port 4, vid_end 1, vid_end 1, flags 6 [ 79.595247] Untagged ports, VLAN 1: 1fffffff [ 79.600098] Tagged ports, VLAN 1: 1fffffff [ 79.604770] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 79.611852] Untagged ports, VLAN 1: 1fffffff [ 79.616700] Tagged ports, VLAN 1: 1fffffff [ 79.627605] rtl83xx_vlan_prepare: port 4 [ 79.632113] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.632136] Tagged ports 1fffffff, untag 1fffffef, prof 0, MC# 1, UC# 1, FID 0 [ 79.654641] rtl83xx_vlan_prepare: port 28 [ 79.659211] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.659234] Tagged ports 1fffffff, untag 1fffffef, prof 0, MC# 1, UC# 1, FID 0 [ 79.681260] rtl83xx_vlan_add port 4, vid_end 1, vid_end 1, flags 6 [ 79.688263] Untagged ports, VLAN 1: 1fffffff [ 79.693127] Tagged ports, VLAN 1: 1fffffff [ 79.697796] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 79.704892] Untagged ports, VLAN 1: 1fffffff [ 79.709744] Tagged ports, VLAN 1: 1fffffff [ 79.728757] rtl83xx-switch switch@bb000000 lan6: configuring for phy/qsgmii link mode [ 79.738003] 8021q: adding VLAN 0 to HW filter on device lan6 [ 79.744512] rtl83xx_vlan_prepare: port 5 [ 79.748982] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.749005] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.771007] rtl83xx_vlan_add port 5, vid_end 0, vid_end 0, flags 0 [ 79.778310] rtl83xx_vlan_prepare: port 28 [ 79.782904] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.782925] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.804939] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 79.852084] switch: port 17(lan6) entered blocking state [ 79.858144] switch: port 17(lan6) entered disabled state [ 79.865024] device lan6 entered promiscuous mode [ 79.870747] rtl83xx_vlan_prepare: port 5 [ 79.875250] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.875274] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.897261] rtl83xx_vlan_prepare: port 28 [ 79.901825] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.901846] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 79.923845] rtl83xx_vlan_add port 5, vid_end 1, vid_end 1, flags 6 [ 79.930844] Untagged ports, VLAN 1: 1fffffff [ 79.935704] Tagged ports, VLAN 1: 1fffffff [ 79.940379] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 79.947473] Untagged ports, VLAN 1: 1fffffff [ 79.952325] Tagged ports, VLAN 1: 1fffffff [ 79.963086] rtl83xx_vlan_prepare: port 5 [ 79.967586] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.967609] Tagged ports 1fffffff, untag 1fffffdf, prof 0, MC# 1, UC# 1, FID 0 [ 79.989636] rtl83xx_vlan_prepare: port 28 [ 79.994206] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 79.994229] Tagged ports 1fffffff, untag 1fffffdf, prof 0, MC# 1, UC# 1, FID 0 [ 80.016219] rtl83xx_vlan_add port 5, vid_end 1, vid_end 1, flags 6 [ 80.023218] Untagged ports, VLAN 1: 1fffffff [ 80.028077] Tagged ports, VLAN 1: 1fffffff [ 80.032757] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 80.039848] Untagged ports, VLAN 1: 1fffffff [ 80.044705] Tagged ports, VLAN 1: 1fffffff [ 80.063515] rtl83xx-switch switch@bb000000 lan7: configuring for phy/qsgmii link mode [ 80.073166] 8021q: adding VLAN 0 to HW filter on device lan7 [ 80.079622] rtl83xx_vlan_prepare: port 6 [ 80.084098] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.084121] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.106126] rtl83xx_vlan_add port 6, vid_end 0, vid_end 0, flags 0 [ 80.113131] rtl83xx_vlan_prepare: port 28 [ 80.117698] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.117720] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.139715] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 80.183597] switch: port 18(lan7) entered blocking state [ 80.189666] switch: port 18(lan7) entered disabled state [ 80.196446] device lan7 entered promiscuous mode [ 80.202221] rtl83xx_vlan_prepare: port 6 [ 80.206729] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.206753] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.229037] rtl83xx_vlan_prepare: port 28 [ 80.233612] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.233634] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.255659] rtl83xx_vlan_add port 6, vid_end 1, vid_end 1, flags 6 [ 80.262659] Untagged ports, VLAN 1: 1fffffff [ 80.267518] Tagged ports, VLAN 1: 1fffffff [ 80.272193] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 80.279286] Untagged ports, VLAN 1: 1fffffff [ 80.284139] Tagged ports, VLAN 1: 1fffffff [ 80.296596] rtl83xx_vlan_prepare: port 6 [ 80.301069] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.301092] Tagged ports 1fffffff, untag 1fffffbf, prof 0, MC# 1, UC# 1, FID 0 [ 80.323148] rtl83xx_vlan_prepare: port 28 [ 80.327721] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.327743] Tagged ports 1fffffff, untag 1fffffbf, prof 0, MC# 1, UC# 1, FID 0 [ 80.349765] rtl83xx_vlan_add port 6, vid_end 1, vid_end 1, flags 6 [ 80.356765] Untagged ports, VLAN 1: 1fffffff [ 80.361623] Tagged ports, VLAN 1: 1fffffff [ 80.366299] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 80.373392] Untagged ports, VLAN 1: 1fffffff [ 80.378246] Tagged ports, VLAN 1: 1fffffff [ 80.398452] rtl83xx-switch switch@bb000000 lan8: configuring for phy/qsgmii link mode [ 80.407797] 8021q: adding VLAN 0 to HW filter on device lan8 [ 80.414281] rtl83xx_vlan_prepare: port 7 [ 80.418763] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.418786] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.440782] rtl83xx_vlan_add port 7, vid_end 0, vid_end 0, flags 0 [ 80.447779] rtl83xx_vlan_prepare: port 28 [ 80.452346] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.452367] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.474583] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 80.525043] switch: port 19(lan8) entered blocking state [ 80.531107] switch: port 19(lan8) entered disabled state [ 80.537955] device lan8 entered promiscuous mode [ 80.543701] rtl83xx_vlan_prepare: port 7 [ 80.548206] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.548229] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.570226] rtl83xx_vlan_prepare: port 28 [ 80.574796] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.574818] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.596819] rtl83xx_vlan_add port 7, vid_end 1, vid_end 1, flags 6 [ 80.603821] Untagged ports, VLAN 1: 1fffffff [ 80.608680] Tagged ports, VLAN 1: 1fffffff [ 80.613350] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 80.620439] Untagged ports, VLAN 1: 1fffffff [ 80.625366] Tagged ports, VLAN 1: 1fffffff [ 80.636778] rtl83xx_vlan_prepare: port 7 [ 80.641269] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.641292] Tagged ports 1fffffff, untag 1fffff7f, prof 0, MC# 1, UC# 1, FID 0 [ 80.663323] rtl83xx_vlan_prepare: port 28 [ 80.667891] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.667913] Tagged ports 1fffffff, untag 1fffff7f, prof 0, MC# 1, UC# 1, FID 0 [ 80.689913] rtl83xx_vlan_add port 7, vid_end 1, vid_end 1, flags 6 [ 80.696910] Untagged ports, VLAN 1: 1fffffff [ 80.701769] Tagged ports, VLAN 1: 1fffffff [ 80.706443] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 80.713537] Untagged ports, VLAN 1: 1fffffff [ 80.718391] Tagged ports, VLAN 1: 1fffffff [ 80.740752] rtl83xx-switch switch@bb000000 lan9: configuring for phy/internal link mode [ 80.750558] 8021q: adding VLAN 0 to HW filter on device lan9 [ 80.757043] rtl83xx_vlan_prepare: port 8 [ 80.761520] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.761544] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.783529] rtl83xx_vlan_add port 8, vid_end 0, vid_end 0, flags 0 [ 80.790535] rtl83xx_vlan_prepare: port 28 [ 80.795103] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.795125] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.817107] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 80.854892] switch: port 20(lan9) entered blocking state [ 80.860966] switch: port 20(lan9) entered disabled state [ 80.867766] device lan9 entered promiscuous mode [ 80.873510] rtl83xx_vlan_prepare: port 8 [ 80.878018] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.878042] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.900055] rtl83xx_vlan_prepare: port 28 [ 80.904625] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.904647] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 80.926641] rtl83xx_vlan_add port 8, vid_end 1, vid_end 1, flags 6 [ 80.933648] Untagged ports, VLAN 1: 1fffffff [ 80.938508] Tagged ports, VLAN 1: 1fffffff [ 80.943183] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 80.950276] Untagged ports, VLAN 1: 1fffffff [ 80.955130] Tagged ports, VLAN 1: 1fffffff [ 80.968189] rtl83xx_vlan_prepare: port 8 [ 80.972701] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.972724] Tagged ports 1fffffff, untag 1ffffeff, prof 0, MC# 1, UC# 1, FID 0 [ 80.994755] rtl83xx_vlan_prepare: port 28 [ 80.999325] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 80.999347] Tagged ports 1fffffff, untag 1ffffeff, prof 0, MC# 1, UC# 1, FID 0 [ 81.021337] rtl83xx_vlan_add port 8, vid_end 1, vid_end 1, flags 6 [ 81.028331] Untagged ports, VLAN 1: 1fffffff [ 81.033191] Tagged ports, VLAN 1: 1fffffff [ 81.037893] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 81.044997] Untagged ports, VLAN 1: 1fffffff [ 81.049852] Tagged ports, VLAN 1: 1fffffff


The factory firmware file layout is composed of concatenated blocks of one of each type: boot, os and squashfs. Boot replaces u-boot installed, os is the kernel section and squashfs is the rootfs. Only firmwares with both os and squashfs were tested. All tools required to compose a new firmware are available in the GPL packaged distributed by the vendor. If you do not regenerate squashfs (or manage to recreate it with the same timestamps), these steps will rebuild an identical vendor firmware (same hash)for a F series. For other models, check the variables values in the GPL package.

To create the os block, you need:

  • a zImage kernel
  • the start address in the format of “objdump -f kernel.elf” output (only start address line might matter)

Note: you can get the start address from a uImage header

Note: you can also convert a zImage to ELF kernel using https://github.com/marin-m/vmlinux-to-elf

First you need to create a uImage using the kernel:

  • mkimage -A mips -O linux -T kernel -C gzip -a 0x80000000 -e $kernel_start_address -d zImage.gz os.uImage

Note: the mkimage binary from the GPL package seems to be crashing but any other might work

Note: Some or all uImage header values might not matter here as the header is regenerated in the next step

Now you need to append a CAMEOTAG and hashes to that uImage and prefix with the vendor header (instructions after the squashfs).

To create the squashfs block, you need a working rootfs content. The vendor GPL package does not include the code for all needed files. You can extract them from the vendor firmware (remeber to use root to create special files and keep ownership). The squashfs needs to be v3 and big endian:

  • sudo DGS-1210-GPL/os/kernel/uClinux/tools/mksquashfs new-rootfs/ rootfs.squashfs -be -b 128k -noappend -no-exports -force-uid 0 -force-gid 0 -no-sparse

Both os.uImage and rootfs.squashfs needs to append the CAMEOTAG and hashes. For os.uImage:

  • DGS-1210-GPL/host/tools/imgtag os.uImage 1. It will automatically pad the uImage to 16b before adding the CAMEOTAG
  • DGS-1210-GPL/host/tools/genTotalChecksum os.uImage os.uImage.sum && cat os.uImage.sum >> os.uImage

Just repeat replacing os.uImage with rootfs.squashfs.

Finally you can add the vendor header:

  • HEADER_MODEL=DGS-1210-F1-SERIES CUSTOMER_SIGNATURE=2 BOARD_VERSION=32
  • DGS-1210-GPL/host/tools/imghdr os.uImage os.hex ${HEADER_MODEL} os 2 ${CUSTOMER_SIGNATURE} ${BOARD_VERSION} kernel.elf.objdump.output
  • DGS-1210-GPL/host/tools/imghdr rootfs.squashfs rootfs.hex ${HEADER_MODEL} squashfs 3 ${CUSTOMER_SIGNATURE} ${BOARD_VERSION}

Note: the os header seem to replace the uImage header (that's why it needs the kernel start address again). And the new uImage header uses a different magic number 0x12345000, although the device u-boot is not configured to validate that value.

Now you can concatenate both files and flash the image:

  • cat os.hex rootfs.hex > firmware.hex

If you need the cloud version (.con), you need to encrypt it and repack with another tool. If there is an encryption key, it is already compiled-in in the GPL tool:

  • DGS-1210-GPL/host/tools/fw_encrypt firmware.hex firmware.enc
  • CLOUD_FW_SIGNATURE=dlink_dgs1210 CLOUD_FW_MODEL=dgs1210f CLOUD_FW_VERSION=v6.30.016
  • DGS-1210-GPL/host/tools/cloud_imghdr firmware.enc firmware.con ${CLOUD_FW_SIGNATURE} ${CLOUD_FW_MODEL} ${CLOUD_FW_VERSION}
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/02/12 11:13
  • by 127.0.0.1