Help a newbie - Brume properly broken, even destroyed Uboot

Hi All

I’m using OpenWrt to learn a bit more about networking and have become a bit of a fan of GL-inet routers. I tried to get fancy with my new MV1000 Brume which arrived yesterday, and managed to update the firmware to 21.02.1 using the Uboot instructions covered on [OpenWrt Wiki] GL.iNet GL-MV1000 (Brume) / GL.iNet GL-MV1000W (Brume-W) (I used the glinet_gl-mv1000-squashfs-sdcard.img.gz image and ran gunzip on it).

After patting myself on the back somewhat (I know, not that clever for some of you guys on here, but for me a massive feat), I decided to try increasing the size of the root filesystem using the instructions under the basic config section on the same openwrt link above … It all seemed to go well until I got to point 7 which is:
“7. edit /etc/config/fstab. change the old root filesystem to mount on /rom, and the new one from /mnt/bigroot to /overlay” - and I didn’t really have a clue what I was doing. After messing around trying to use vi, and somehow changing some settings it seemed I had made a change to the root filesystem, but it still wasn’t giving me as much of the emmc as I tried.

I decided to start from afresh because I wasn’t sure if I’d messed something up. I therefore tried to revert back to the original Brume firmware through the Uboot, but whenever I got to the Uboot web console (on 192.168.1.1) it just kept telling me that a firmware update had failed, but never gave me the option to try another update. Eventually I tried to force a reinstall of Uboot by connecting via SSH and following the instructions in the github page for mv1000-ubuntu-image under the section with the script on updating the Uboot. I just ran the following lines:

cd /tmp
curl -SL https://github.com/gl-inet/mv1000-ubuntu-image/raw/master/uboot-gl-mv1000-20190901-md5-183eade39f35da8f6fc76c713754af85.bin -o /tmp/uboot.bin
mtd erase /dev/mtd0
mtd write /tmp/uboot.bin /dev/mtd0
mtd erase /dev/mtd1
reboot

Well, as they say, pride comes before a fall. After running that, and trying to get back into Uboot, I am now not able to get into Uboot at all, and can’t access the normal web console on the Brume either. I’m at a loss on what I can do now. Any helpful suggestions gratefully received? Abuse expected as well, but keep it clean.

Ta

Nigel

Hi naggingNigel:
Can you connect the router through the serial?

Hi Lizh

Honestly, I have no idea. Does that involve having some special kit, and will I need to open the box up to access that? Just Googling it now and from what I can see I might need some special tools? Let me know if you have any useful links, and thank you for not mocking me :slight_smile:

Cancel my last - you mean according to these instructions right - First Time Setup - GL.iNet Docs (gl-inet.com)?

A ha - I’m in, or at least have access via the serial port. I’ll have a play around with repairing the image now. Thank you very much.

So I’ve connected via serial cable and get access. I’ve also downloaded openwrt-mv1000-emmc-3.203-0701.img from the GL-inet downloads site and run it as a local upgrade but I still don’t get access to that device via an ethernet cable. When I plug it in via ethernet it shows me the following…

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : ####:7183:8a70::###
Link-local IPv6 Address . . . . . : fe80::####:484c:###d%5
Autoconfiguration IPv4 Address. . : 169.###
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :

I can SSH to the device, and when I do df -h I get the following:

root@GL-MV1000:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 21.3M 21.3M 0 100% /rom
tmpfs 499.1M 100.0K 499.0M 0% /tmp
/dev/loop0 489.1M 16.4M 376.7M 4% /overlay
overlayfs:/overlay 489.1M 16.4M 376.7M 4% /
tmpfs 512.0K 0 512.0K 0% /dev

Not really knowing what might be wrong I’ve checked a load of files and just included them below. Any ideas on what I need to do to fix this or is there anything else that would be helpful for me to provide?

root@GL-MV1000:~# cat /proc/mtd
dev: size erasesize name
mtd0: 000f0000 00010000 “u-boot”
mtd1: 00008000 00008000 “u-boot-env”
mtd2: 00008000 00008000 “factory”

root@GL-MV1000:~# cat /proc/mounts
/dev/root /rom squashfs ro,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,noatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,noatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
/dev/loop0 /overlay f2fs rw,lazytime,noatime,background_gc=on,no_heap,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6 0 0
overlayfs:/overlay / overlay rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=512k,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,mode=600,ptmxmode=000 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0

root@GL-MV1000:~# cat /proc/partitions
major minor #blocks name

7 0 502912 loop0
31 0 960 mtdblock0
31 1 32 mtdblock1
31 2 32 mtdblock2
179 0 7634944 mmcblk0
179 1 16640 mmcblk0p1
179 2 524544 mmcblk0p2
179 3 7091200 mmcblk0p3
179 16 4096 mmcblk0boot1
179 8 4096 mmcblk0boot0

root@GL-MV1000:~# cat /proc/diskstats
7 0 loop0 1656 0 13296 2130 9 0 200 0 0 40 1890
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 0 0 0 0 0 0 0 0 0 0 0
31 1 mtdblock1 0 0 0 0 0 0 0 0 0 0 0
31 2 mtdblock2 0 0 0 0 0 0 0 0 0 0 0
179 0 mmcblk0 422 7998 39118 220 19 91 216 0 0 190 220
179 1 mmcblk0p1 57 32 1518 20 2 0 16 0 0 20 20
179 2 mmcblk0p2 263 7966 31368 200 9 91 200 0 0 170 200
179 3 mmcblk0p3 84 0 5192 0 0 0 0 0 0 0 0
179 16 mmcblk0boot1 58 0 464 10 0 0 0 0 0 10 10
179 8 mmcblk0boot0 58 0 464 10 0 0 0 0 0 10 10

If I do:
root@GL-MV1000:~# cat /etc/config/network

config interface ‘loopback’
option ifname ‘lo’
option proto ‘static’
option ipaddr ‘127.0.0.1’
option netmask ‘255.0.0.0’

config globals ‘globals’
option ula_prefix ‘fd#####::/48’

config interface ‘lan’
option type ‘bridge’
option proto ‘static’
option netmask ‘255.255.255.0’
option ip6assign ‘60’
option hostname ‘GL-MV1000-a8a’
option ipaddr ‘192.168.8.1’
option ifname ‘lan0 lan1 usb0’

config interface ‘wan’
option proto ‘dhcp’
option hostname ‘GL-MV1000-a8a’
option metric ‘10’
option peerdns ‘1’
option ifname ‘wan’

config interface ‘wan6’
option proto ‘dhcpv6’
option disabled ‘1’
option ifname ‘wan’

config interface ‘lan0’
option ifname ‘lan0’
option macaddr ‘94:83:c4:##:##:8b

config interface ‘lan1’
option ifname ‘lan1’
option macaddr ‘94:83:c4:##:##:8b

root@GL-MV1000:~# cat /proc/mounts
/dev/root /rom squashfs ro,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,noatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,noatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
/dev/loop0 /overlay f2fs rw,lazytime,noatime,background_gc=on,no_heap,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6 0 0
overlayfs:/overlay / overlay rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,size=512k,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,mode=600,ptmxmode=000 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0

I’m very sorry, do you mean that WAN can’t work normally on MV1000?

You could enable ipv6 and test it again.

Hi Lizh

It’s not the wan port that’s the problem, although that doesn’t work as well. I can access the Brume web console using the serial connection, but I can’t access it through an Ethernet connection. I wonder if the Lan drivers aren’t installing properly, or if the card is just switched off somehow? Does anyone know the commands to reinstall those drivers or check their status?

Thank you

Mark

Your Ethernet adapter in Windows is not getting an IP address:

In Windows, set static IP address 192.168.8.100, subnet mask 255.255.255.0, default gateway 192.168.8.1. DHCP may not be configured/running in Brume.

Can you send a logread with MV1000 when than happens?

Hi wcs

I tried that, but alas no joy. I think it is an issue with the NIC drivers or the hardware as I’ll explain in my reply to Lizh.

Thanks

Hi Lizh

By logread, I’m guessing you mean the output from dmesg? I’ve put a load of outputs from that below, but in brief I think it is the network drivers/hardware that’s at fault. I tried the dmesg at startup, and I’m no expert but it seemed fairly OK. When I plug in the network cable though, all sorts of error messages and some research suggests it could be a hardware issue. I’ve tried different ethernet cables into different computers and same errors each time so is definitely an issue with the brume as opposed to any other hardware. Are you able to suggest a fix? All relevant log reads copied below, and I also found some ethtool commands that may provide more info if that helps, copied at the end.

Thank you

Dmesg straight after startup:

root@GL-MV1000:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.221 (zl@glinet) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11306-c4a6851c72)) #0 SMP Mon Feb 15 15:22:37 2021
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] Machine model: GL.inet GL-MV1000
[ 0.000000] earlycon: ar3700_uart0 at MMIO 0x00000000d0012000 (options ‘’)
[ 0.000000] bootconsole [ar3700_uart0] enabled
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] DMA zone: 4096 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 262144 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x7c/0x450 with crng_init=0
[ 0.000000] percpu: Embedded 16 pages/cpu s24984 r8192 d32360 u65536
[ 0.000000] pcpu-alloc: s24984 r8192 d32360 u65536 alloc=164096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
[ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rw rootwait console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Memory: 1021812K/1048576K available (5822K kernel code, 378K rwdata, 1664K rodata, 320K init, 270K bss, 26764K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008630000 ( 5824 KB)
[ 0.000000] .rodata : 0xffffff8008630000 - 0xffffff80087e0000 ( 1728 KB)
[ 0.000000] .init : 0xffffff80087e0000 - 0xffffff8008830000 ( 320 KB)
[ 0.000000] .data : 0xffffff8008830000 - 0xffffff800888e808 ( 379 KB)
[ 0.000000] .bss : 0xffffff800888e808 - 0xffffff80088d20b0 ( 271 KB)
[ 0.000000] fixed : 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf01000000 ( 16 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc040000000 ( 1024 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000d1d40000
[ 0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
[ 0.000004] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
[ 0.008369] Calibrating delay loop (skipped), value calculated using timer frequency… 25.00 BogoMIPS (lpj=125000)
[ 0.018960] pid_max: default: 32768 minimum: 301
[ 0.023788] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.030620] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.038713] ASID allocator initialised with 32768 entries
[ 0.044278] Hierarchical SRCU implementation.
[ 0.049070] smp: Bringing up secondary CPUs …
[ 0.053978] Detected VIPT I-cache on CPU1
[ 0.054006] GICv3: CPU1: found redistributor 1 region 0:0x00000000d1d60000
[ 0.054039] CPU1: Booted secondary processor [410fd034]
[ 0.054116] smp: Brought up 1 node, 2 CPUs
[ 0.074822] SMP: Total of 2 processors activated.
[ 0.079662] CPU features: detected: GIC system register CPU interface
[ 0.086297] CPU features: detected: 32-bit EL0 Support
[ 0.091585] CPU: All CPU(s) started at EL2
[ 0.095802] alternatives: patching kernel code
[ 0.102398] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.112489] futex hash table entries: 512 (order: 4, 65536 bytes)
[ 0.118810] pinctrl core: initialized pinctrl subsystem
[ 0.124776] NET: Registered protocol family 16
[ 0.130193] cpuidle: using governor ladder
[ 0.134472] vdso: 2 pages (1 code @ ffffff8008634000, 1 data @ ffffff8008834000)
[ 0.142223] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.149334] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 8, base_baud = 0) is a mvebu-uart
[ 0.158234] console [ttyMV0] enabled
[ 0.165604] bootconsole [ar3700_uart0] disabled
[ 0.184195] SCSI subsystem initialized
[ 0.187936] libata version 3.00 loaded.
[ 0.188140] usbcore: registered new interface driver usbfs
[ 0.193676] usbcore: registered new interface driver hub
[ 0.199145] usbcore: registered new device driver usb
[ 0.205632] clocksource: Switched to clocksource arch_sys_counter
[ 0.212488] NET: Registered protocol family 2
[ 0.217281] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.224642] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.231540] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.238150] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.244294] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.251006] NET: Registered protocol family 1
[ 0.255530] PCI: CLS 0 bytes, default 128
[ 0.256584] Crashlog allocated RAM at address 0x3f00000
[ 0.262126] workingset: timestamp_bits=62 max_order=18 bucket_order=0
[ 0.272287] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.278019] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.290378] io scheduler noop registered
[ 0.294441] io scheduler deadline registered (default)
[ 0.303057] mv_xor d0060900.xor: Marvell shared XOR driver
[ 0.366205] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[ 0.426152] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[ 0.434019] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.441900] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.450561] loop: module loaded
[ 0.455349] m25p80 spi0.0: w25q128fw (16384 Kbytes)
[ 0.460472] 3 fixed-partitions partitions found on MTD device spi0.0
[ 0.467059] Creating 3 MTD partitions on “spi0.0”:
[ 0.472016] 0x000000000000-0x0000000f0000 : “u-boot”
[ 0.477197] 0x0000000f0000-0x0000000f8000 : “u-boot-env”
[ 0.482819] 0x0000000f8000-0x000000100000 : “factory”
[ 0.488913] libphy: Fixed MDIO Bus: probed
[ 0.493511] libphy: orion_mdio_bus: probed
[ 0.498035] mv88e6085 d0032004.mdio-mii:01: switch 0x3410 detected: Marvell 88E6341, revision 0
[ 0.514858] libphy: /soc/internal-regs@d0000000/mdio@32004/switch0@1/mdio: probed
[ 0.531285] mvneta d0030000.ethernet eth0: Using device tree mac address 94:83:c4:11:6a:8a
[ 0.540201] usbcore: registered new interface driver qmi_wwan
[ 0.545911] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 0.552716] ehci-pci: EHCI PCI platform driver
[ 0.557544] ehci-platform: EHCI generic platform driver
[ 0.562694] ehci-orion: EHCI orion driver
[ 0.567081] orion-ehci d005e000.usb: EHCI Host Controller
[ 0.572696] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1
[ 0.580374] orion-ehci d005e000.usb: irq 11, io mem 0xd005e000
[ 0.615596] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00
[ 0.622015] hub 1-0:1.0: USB hub found
[ 0.625554] hub 1-0:1.0: 1 port detected
[ 0.630620] xhci-hcd d0058000.usb: xHCI Host Controller
[ 0.636081] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 2
[ 0.643759] xhci-hcd d0058000.usb: hcc params 0x0a000998 hci version 0x100 quirks 0x0000000000010010
[ 0.652905] xhci-hcd d0058000.usb: irq 10, io mem 0xd0058000
[ 0.659095] hub 2-0:1.0: USB hub found
[ 0.662635] hub 2-0:1.0: 1 port detected
[ 0.666780] xhci-hcd d0058000.usb: xHCI Host Controller
[ 0.672064] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 3
[ 0.680083] xhci-hcd d0058000.usb: Host supports USB 3.0 SuperSpeed
[ 0.686623] usb usb3: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 0.695070] hub 3-0:1.0: USB hub found
[ 0.698627] hub 3-0:1.0: 1 port detected
[ 0.703237] usbcore: registered new interface driver cdc_wdm
[ 0.709191] usbcore: registered new interface driver usb-storage
[ 0.715513] mv-udc d0054100.udc: successful probe UDC device without clock gating.
[ 0.724002] mvebu-u3d d0050000.u3d: Detected ver 221 from Marvell Central IP.
[ 0.731489] i2c /dev entries driver
[ 0.735620] sdhci: Secure Digital Host Controller Interface driver
[ 0.741658] sdhci: Copyright(c) Pierre Ossman
[ 0.746162] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.752490] xenon-sdhci d00d0000.sdhci: Got CD GPIO
[ 0.815599] mmc0: SDHCI controller on d00d8000.sdhci [d00d8000.sdhci] using ADMA
[ 0.824402] NET: Registered protocol family 10
[ 0.830639] Segment Routing with IPv6
[ 0.834211] NET: Registered protocol family 17
[ 0.839073] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 0.854437] 8021q: 802.1Q VLAN Support v1.8
[ 0.864175] mv88e6085 d0032004.mdio-mii:01: switch 0x3410 detected: Marvell 88E6341, revision 0
[ 0.881213] libphy: /soc/internal-regs@d0000000/mdio@32004/switch0@1/mdio: probed
[ 0.895824] DSA: switch 0 0 parsed
[ 0.898902] DSA: tree 0 parsed
[ 0.907272] mmc0: new HS400 MMC card at address 0001
[ 0.912543] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 0.917279] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[ 0.923328] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[ 0.929162] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (250:0)
[ 0.937354] mmcblk0: p1 p2 p3
[ 0.940375] mmcblk0: p3 size 14187008 extends beyond EOD, truncated
[ 1.647543] Marvell 88E6390 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11: attached PHY driver [Marvell 88E6390] (mii_bus:phy_addr=!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11, irq=POLL)
[ 1.767541] Marvell 88E6390 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12: attached PHY driver [Marvell 88E6390] (mii_bus:phy_addr=!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12, irq=POLL)
[ 1.887540] Marvell 88E6390 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:13: attached PHY driver [Marvell 88E6390] (mii_bus:phy_addr=!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:13, irq=POLL)
[ 1.907444] xenon-sdhci d00d0000.sdhci: Got CD GPIO
[ 1.975715] genirq: Setting trigger mode 3 for irq 34 failed (armada_37xx_irq_set_type+0x0/0xf0)
[ 1.984567] mmc1: SDHCI controller on d00d0000.sdhci [d00d0000.sdhci] using ADMA
[ 1.992742] hctosys: unable to open rtc device (rtc0)
[ 2.009982] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
[ 2.018493] Freeing unused kernel memory: 320K
[ 2.412548] init: Console is alive
[ 3.445078] kmodloader: loading kernel modules from /etc/modules-boot.d/

[ 3.529719] exFAT: Version 1.2.9
[ 3.536517] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 3.544041] ohci-platform: OHCI generic platform driver
[ 3.550822] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.560386] usbcore: registered new interface driver uas
[ 3.566416] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.577451] init: - preinit -
[ 3.944667] random: jshn: uninitialized urandom read (4 bytes read)
[ 3.974644] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.009730] random: jshn: uninitialized urandom read (4 bytes read)
[ 7.528799] urandom_read: 2 callbacks suppressed
[ 7.528806] random: procd: uninitialized urandom read (4 bytes read)
[ 7.675091] F2FS-fs (loop0): Mounted with checkpoint version = 8f5dcaa
[ 7.683215] mount_root: switching to f2fs overlay
[ 7.870653] fuse init (API version 7.26)
[ 7.990532] random: fast init done
[ 7.997689] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null)
[ 8.065052] urandom-seed: Seeding with /etc/urandom.seed
[ 8.208200] procd: - early -
[ 8.600032] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.774634] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.882383] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.889146] procd: - ubus -
[ 8.952674] procd: - init -
[ 9.388803] urngd: v1.0.2 started.
[ 9.444463] random: crng init done
[ 9.447896] random: 1 urandom warning(s) missed due to ratelimiting
[ 9.670776] kmodloader: loading kernel modules from /etc/modules.d/*
[ 9.830002] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 9.841972] tun: Universal TUN/TAP device driver, 1.6
[ 9.855414] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 9.870139] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[ 9.917919] Netfilter messages via NETLINK v0.30.
[ 9.924677] ip_set: protocol 6
[ 10.007618] using random self ethernet address
[ 10.011873] using random host ethernet address
[ 10.017261] usb0: HOST MAC 6a:80:11:cd:1b:3b
[ 10.021396] usb0: MAC 46:a4:27:57:ed:97
[ 10.025321] using random self ethernet address
[ 10.030024] using random host ethernet address
[ 10.034920] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ 10.041739] g_ether gadget: g_ether ready
[ 10.045961] USB device: connected
[ 10.048025] Mirror/redirect action on
[ 10.061689] u32 classifier
[ 10.064142] input device check on
[ 10.067984] Actions configured
[ 10.080406] GACT probability on
[ 10.087416] Simple TC action Loaded
[ 10.110079] Loading modules backported from Linux version v4.19.161-0-gdaefdc9eb24b
[ 10.118023] Backport generated by backports.git v4.19.161-1-0-g4bb568fe
[ 10.168862] USB device: USB2.0 connected
[ 10.301488] usbcore: registered new interface driver rtl8192eu
[ 10.313290] usbcore: registered new interface driver cdc_acm
[ 10.318926] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 10.328734] usbcore: registered new interface driver cdc_ether
[ 10.336466] usbcore: registered new interface driver cdc_ncm
[ 10.352323] Ebtables v2.0 registered
[ 10.356812] usbcore: registered new interface driver huawei_cdc_ncm
[ 10.366081] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.372672] usbcore: registered new interface driver ipheth
[ 10.419675] ctnetlink v0.93: registering with nfnetlink.
[ 10.425821] using random self ethernet address
[ 10.430378] using random host ethernet address
[ 10.435538] usb0: HOST MAC 86:fe:53:89:90:3f
[ 10.439988] usb0: MAC fe:f8:0b:c5:f2:75
[ 10.443826] using random self ethernet address
[ 10.448405] using random host ethernet address
[ 10.453235] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[ 10.459966] g_ether gadget: g_ether ready
[ 10.477340] usbcore: registered new interface driver rndis_host
[ 10.484582] usbcore: registered new interface driver sierra_net
[ 10.497858] usbcore: registered new interface driver usbserial
[ 10.503883] usbcore: registered new interface driver usbserial_generic
[ 10.510768] usbserial: USB Serial support registered for generic
[ 10.520333] wireguard: WireGuard 1.0.20200611 loaded. See www.wireguard.com for information.
[ 10.529049] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved.
[ 10.570781] mv-udc d0054100.udc: usb bus reset
[ 10.583269] xt_time: kernel timezone is -0000
[ 10.604402] PPP generic driver version 2.4.2
[ 10.609964] PPP MPPE Compression module registered
[ 10.616803] NET: Registered protocol family 24
[ 10.622470] usbcore: registered new interface driver sierra
[ 10.628111] usbserial: USB Serial support registered for Sierra USB modem
[ 10.639797] usbcore: registered new interface driver option
[ 10.645691] usbserial: USB Serial support registered for GSM modem (1-port)
[ 10.656155] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 10.680604] g_ether gadget: high-speed config #2: RNDIS
[ 15.520845] IPv6: ADDRCONF(NETDEV_UP): lo: link is not ready
[ 15.575742] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready
[ 15.585205] IPv6: ADDRCONF(NETDEV_UP): lan0: link is not ready
[ 15.594807] IPv6: ADDRCONF(NETDEV_UP): lan1: link is not ready
[ 15.612241] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.623363] mvneta d0030000.ethernet eth0: configuring for fixed/rgmii-id link mode
[ 15.632486] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.638759] mvneta d0030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 15.647845] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 15.654833] device eth0 entered promiscuous mode
[ 15.660856] br-lan: port 1(lan0) entered blocking state
[ 15.666327] br-lan: port 1(lan0) entered disabled state
[ 15.675475] device lan0 entered promiscuous mode
[ 15.743010] br-lan: port 2(lan1) entered blocking state
[ 15.748248] br-lan: port 2(lan1) entered disabled state
[ 15.776118] device lan1 entered promiscuous mode
[ 15.807500] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 15.816398] br-lan: port 3(usb0) entered blocking state
[ 15.821656] br-lan: port 3(usb0) entered disabled state
[ 15.828600] device usb0 entered promiscuous mode
[ 15.833296] br-lan: port 3(usb0) entered blocking state
[ 15.838669] br-lan: port 3(usb0) entered forwarding state
[ 15.855680] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready
[ 16.941486] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down
[ 16.947062] mv88e6085 d0032004.mdio-mii:01 lan1: Link is Down
[ 17.011169] mv88e6085 d0032004.mdio-mii:01 wan: Link is Down
[ 18.055205] usbcore: registered new interface driver rtl8821cu
[ 20.341470] usbcore: registered new interface driver rtl8812au
[ 22.698546] usbcore: registered new interface driver rtl8821au

After plugging in LAN cable:

[ 228.294504] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 228.303793] br-lan: port 1(lan0) entered blocking state
[ 228.309502] br-lan: port 1(lan0) entered forwarding state
[ 228.584264] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 228.592523] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
[ 229.024705] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 229.079243] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 229.087945] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172

THAT JUST KEEPS GOING TILL I UNPLUG THE LAN CABLE:

[ 282.845715] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 282.854360] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 291.122518] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172
[ 294.947212] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=359
[ 314.773222] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down
[ 314.779741] br-lan: port 1(lan0) entered disabled state

When I plug into the WAN I get the same:

[ 357.015033] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 357.046706] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=357
[ 357.055669] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172
[ 357.087586] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 357.096031] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=93
[ 357.104477] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=77
[ 357.112929] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
[ 357.174252] mv88e6085 d0032004.mdio-mii:01 wan: Link is Up - 1Gbps/Full - flow control rx/tx
[ 357.183218] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[ 357.578015] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
[ 358.017322] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 358.064270] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172
[ 358.079734] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 358.088166] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=101

and again carries on until I unplug:

[ 441.039954] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 441.048481] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 448.900800] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=357
[ 469.492816] mv88e6085 d0032004.mdio-mii:01 wan: Link is Down
[ 469.632204] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready

And finally on the 2nd LAN port:

[ 498.454248] mv88e6085 d0032004.mdio-mii:01 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 498.463430] br-lan: port 2(lan1) entered blocking state
[ 498.469046] br-lan: port 2(lan1) entered forwarding state
[ 498.572297] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
[ 498.713001] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 498.760197] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172
[ 499.079909] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
[ 499.088333] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=101
[ 499.100548] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105

and again on until I disconnect the cable

[ 502.696252] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=231
[ 502.704828] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=125
[ 502.713108] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=125
[ 502.721386] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=125
[ 505.732891] mv88e6085 d0032004.mdio-mii:01 lan1: Link is Down
[ 505.739259] br-lan: port 2(lan1) entered disabled state

root@GL-MV1000:~# ethtool -i eth0
driver: mvneta
version: 1.0
firmware-version:
expansion-rom-version:
bus-info: eth0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
root@GL-MV1000:~#

root@GL-MV1000:~# ethtool -a eth0
Pause parameters for eth0:
Autonegotiate: on
RX: off
TX: off

root@GL-MV1000:~# ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 1000baseX/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: 1000baseX/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: d
Wake-on: d
Link detected: yes

root@GL-MV1000:~# ip -d link show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 532
link/ether 94:83:c4:11:6a:8a brd ff:ff:ff:ff:ff:ff promiscuity 3 addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 100

logread is the system log vs dmesg is the kernel log.

It may be helpful if you can also post the output of the “logread” command in SSH.

Hi WCS

Apologies, I didn’t realise I could just type logread straight into a terminal line. Have copied the results from that below. I appear to get similar to what I’m seeing in the kernel log at the point of plugging in the LAN cable. One upside of this issue is it’s taught me a bit more about using Linux commands in SSH which is nice.

Thanks very much for taking time to look at this

root@GL-MV1000:~# logread
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] Linux version 4.14.221 (zl@glinet) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11306-c4a6851c72)) #0 SMP Mon Feb 15 15:22:37 2021
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Machine model: GL.inet GL-MV1000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] earlycon: ar3700_uart0 at MMIO 0x00000000d0012000 (options ‘’)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] bootconsole [ar3700_uart0] enabled
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.000000] On node 0 totalpages: 262144
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.000000] DMA zone: 4096 pages used for memmap
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.000000] DMA zone: 0 pages reserved
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.000000] DMA zone: 262144 pages, LIFO batch:31
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] psci: probing for conduit method from DT.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] psci: PSCIv1.0 detected in firmware.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] psci: Using standard PSCI v0.2 function IDs
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] psci: SMC Calling Convention v1.0
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0x7c/0x450 with crng_init=0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] percpu: Embedded 16 pages/cpu s24984 r8192 d32360 u65536
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.000000] pcpu-alloc: s24984 r8192 d32360 u65536 alloc=164096
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Detected VIPT I-cache on CPU0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rw rootwait console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Memory: 1021812K/1048576K available (5822K kernel code, 378K rwdata, 1664K rodata, 320K init, 270K bss, 26764K reserved, 0K cma-reserved)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] Virtual kernel memory layout:
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008630000 ( 5824 KB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] .rodata : 0xffffff8008630000 - 0xffffff80087e0000 ( 1728 KB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] .init : 0xffffff80087e0000 - 0xffffff8008830000 ( 320 KB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] .data : 0xffffff8008830000 - 0xffffff800888e808 ( 379 KB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] .bss : 0xffffff800888e808 - 0xffffff80088d20b0 ( 271 KB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] fixed : 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] 0xffffffbf00000000 - 0xffffffbf01000000 ( 16 MB actual)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc040000000 ( 1024 MB)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] Hierarchical RCU implementation.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] GICv3: no VLPI support, no direct LPI support
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000d1d40000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.000005] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.008369] Calibrating delay loop (skipped), value calculated using timer frequency… 25.00 BogoMIPS (lpj=125000)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.018962] pid_max: default: 32768 minimum: 301
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.023788] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.030620] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.038711] ASID allocator initialised with 32768 entries
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.044276] Hierarchical SRCU implementation.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.049069] smp: Bringing up secondary CPUs …
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.053976] Detected VIPT I-cache on CPU1
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.054004] GICv3: CPU1: found redistributor 1 region 0:0x00000000d1d60000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.054036] CPU1: Booted secondary processor [410fd034]
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.054111] smp: Brought up 1 node, 2 CPUs
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.074818] SMP: Total of 2 processors activated.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.079657] CPU features: detected: GIC system register CPU interface
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.086293] CPU features: detected: 32-bit EL0 Support
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.091579] CPU: All CPU(s) started at EL2
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.095798] alternatives: patching kernel code
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.102385] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.112477] futex hash table entries: 512 (order: 4, 65536 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.118794] pinctrl core: initialized pinctrl subsystem
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.124759] NET: Registered protocol family 16
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.130166] cpuidle: using governor ladder
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.134445] vdso: 2 pages (1 code @ ffffff8008634000, 1 data @ ffffff8008834000)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.142174] DMA: preallocated 256 KiB pool for atomic allocations
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.149280] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 8, base_baud = 0) is a mvebu-uart
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.158179] console [ttyMV0] enabled
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.165553] bootconsole [ar3700_uart0] disabled
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.184190] SCSI subsystem initialized
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.188020] libata version 3.00 loaded.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.188218] usbcore: registered new interface driver usbfs
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.193845] usbcore: registered new interface driver hub
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.199128] usbcore: registered new device driver usb
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.205641] clocksource: Switched to clocksource arch_sys_counter
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.212320] NET: Registered protocol family 2
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.217389] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.224748] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.231467] TCP: Hash tables configured (established 8192 bind 8192)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.237744] UDP hash table entries: 512 (order: 2, 16384 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.244109] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.250522] NET: Registered protocol family 1
Thu Jul 1 10:28:58 2021 kern.debug kernel: [ 0.254899] PCI: CLS 0 bytes, default 128
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 0.255847] Crashlog allocated RAM at address 0x3f00000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.261050] workingset: timestamp_bits=62 max_order=18 bucket_order=0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.271292] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.277006] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.289232] io scheduler noop registered
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.292938] io scheduler deadline registered (default)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.301582] mv_xor d0060900.xor: Marvell shared XOR driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.366178] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.436173] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.444042] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 0.451851] cacheinfo: Unable to detect cache hierarchy for CPU 0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.460466] loop: module loaded
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.465347] m25p80 spi0.0: w25q128fw (16384 Kbytes)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.470578] 3 fixed-partitions partitions found on MTD device spi0.0
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.476716] Creating 3 MTD partitions on “spi0.0”:
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.481652] 0x000000000000-0x0000000f0000 : “u-boot”
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.487536] 0x0000000f0000-0x0000000f8000 : “u-boot-env”
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 0.493045] 0x0000000f8000-0x000000100000 : “factory”
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.498723] libphy: Fixed MDIO Bus: probed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.503472] libphy: orion_mdio_bus: probed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.507901] mv88e6085 d0032004.mdio-mii:01: switch 0x3410 detected: Marvell 88E6341, revision 0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.524562] libphy: /soc/internal-regs@d0000000/mdio@32004/switch0@1/mdio: probed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.541010] mvneta d0030000.ethernet eth0: Using device tree mac address 94:83:c4:11:6a:8a
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.549924] usbcore: registered new interface driver qmi_wwan
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.555519] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.562548] ehci-pci: EHCI PCI platform driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.567176] ehci-platform: EHCI generic platform driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.572346] ehci-orion: EHCI orion driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.576920] orion-ehci d005e000.usb: EHCI Host Controller
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.582523] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.590469] orion-ehci d005e000.usb: irq 11, io mem 0xd005e000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.625599] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.632112] hub 1-0:1.0: USB hub found
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.636072] hub 1-0:1.0: 1 port detected
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.640681] xhci-hcd d0058000.usb: xHCI Host Controller
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.645785] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 2
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.653405] xhci-hcd d0058000.usb: hcc params 0x0a000998 hci version 0x100 quirks 0x0000000000010010
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.662964] xhci-hcd d0058000.usb: irq 10, io mem 0xd0058000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.669166] hub 2-0:1.0: USB hub found
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.672705] hub 2-0:1.0: 1 port detected
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.677289] xhci-hcd d0058000.usb: xHCI Host Controller
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.682343] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 3
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.690364] xhci-hcd d0058000.usb: Host supports USB 3.0 SuperSpeed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.696909] usb usb3: We don’t know the algorithms for LPM for this host, disabling LPM.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.705428] hub 3-0:1.0: USB hub found
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.708984] hub 3-0:1.0: 1 port detected
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.713678] usbcore: registered new interface driver cdc_wdm
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.719372] usbcore: registered new interface driver usb-storage
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.726034] mv-udc d0054100.udc: successful probe UDC device without clock gating.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.734580] mvebu-u3d d0050000.u3d: Detected ver 221 from Marvell Central IP.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.742158] i2c /dev entries driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.746285] sdhci: Secure Digital Host Controller Interface driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.752501] sdhci: Copyright(c) Pierre Ossman
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.756834] sdhci-pltfm: SDHCI platform and OF driver helper
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.763159] xenon-sdhci d00d0000.sdhci: Got CD GPIO
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.825606] mmc0: SDHCI controller on d00d8000.sdhci [d00d8000.sdhci] using ADMA
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.834316] NET: Registered protocol family 10
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.840640] Segment Routing with IPv6
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.844297] NET: Registered protocol family 17
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.848987] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.864664] 8021q: 802.1Q VLAN Support v1.8
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.874643] mv88e6085 d0032004.mdio-mii:01: switch 0x3410 detected: Marvell 88E6341, revision 0
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.891684] libphy: /soc/internal-regs@d0000000/mdio@32004/switch0@1/mdio: probed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.905983] DSA: switch 0 0 parsed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.909509] DSA: tree 0 parsed
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.917349] mmc0: new HS400 MMC card at address 0001
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.922802] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.927375] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.933255] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.939713] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (250:0)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 0.947457] mmcblk0: p1 p2 p3
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 0.950662] mmcblk0: p3 size 14187008 extends beyond EOD, truncated
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 1.657547] Marvell 88E6390 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11: attached PHY driver [Marvell 88E6390] (mii_bus:phy_addr=!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11, irq=POLL)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 1.777547] Marvell 88E6390 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12: attached PHY driver [Marvell 88E6390] (mii_bus:phy_addr=!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12, irq=POLL)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 1.897545] Marvell 88E6390 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:13: attached PHY driver [Marvell 88E6390] (mii_bus:phy_addr=!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:13, irq=POLL)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 1.917452] xenon-sdhci d00d0000.sdhci: Got CD GPIO
Thu Jul 1 10:28:58 2021 kern.err kernel: [ 1.985795] genirq: Setting trigger mode 3 for irq 34 failed (armada_37xx_irq_set_type+0x0/0xf0)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 1.994914] mmc1: SDHCI controller on d00d0000.sdhci [d00d0000.sdhci] using ADMA
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 2.002959] hctosys: unable to open rtc device (rtc0)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 2.019987] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 2.028488] Freeing unused kernel memory: 320K
Thu Jul 1 10:28:58 2021 user.info kernel: [ 2.313662] init: Console is alive
Thu Jul 1 10:28:58 2021 user.info kernel: [ 3.336567] kmodloader: loading kernel modules from /etc/modules-boot.d/

Thu Jul 1 10:28:58 2021 kern.info kernel: [ 3.421115] exFAT: Version 1.2.9
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 3.427948] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 3.435461] ohci-platform: OHCI generic platform driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 3.443461] uhci_hcd: USB Universal Host Controller Interface driver
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 3.452856] usbcore: registered new interface driver uas
Thu Jul 1 10:28:58 2021 user.info kernel: [ 3.458443] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Thu Jul 1 10:28:58 2021 user.info kernel: [ 3.467955] init: - preinit -
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 3.888476] random: jshn: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 3.914742] random: jshn: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 3.938092] random: jshn: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 7.499224] urandom_read: 2 callbacks suppressed
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 7.499230] random: procd: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 7.673313] F2FS-fs (loop0): Mounted with checkpoint version = 8f5dcaf
Thu Jul 1 10:28:58 2021 user.info kernel: [ 7.681478] mount_root: switching to f2fs overlay
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 7.864670] fuse init (API version 7.26)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 7.986156] random: fast init done
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 7.997786] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null)
Thu Jul 1 10:28:58 2021 user.warn kernel: [ 8.082170] urandom-seed: Seeding with /etc/urandom.seed
Thu Jul 1 10:28:58 2021 user.info kernel: [ 8.217794] procd: - early -
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 8.630232] random: jshn: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 8.836649] random: jshn: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 user.info kernel: [ 8.905713] procd: - ubus -
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 8.943977] random: jshn: uninitialized urandom read (4 bytes read)
Thu Jul 1 10:28:58 2021 user.info kernel: [ 8.969334] procd: - init -
Thu Jul 1 10:28:58 2021 user.info kernel: [ 9.415016] urngd: v1.0.2 started.
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 9.487841] random: crng init done
Thu Jul 1 10:28:58 2021 kern.notice kernel: [ 9.491290] random: 1 urandom warning(s) missed due to ratelimiting
Thu Jul 1 10:28:58 2021 user.info kernel: [ 9.614731] kmodloader: loading kernel modules from /etc/modules.d/*
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.709057] ntfs: driver 2.1.32 [Flags: R/O MODULE].
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.721514] tun: Universal TUN/TAP device driver, 1.6
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.734700] ip6_tables: (C) 2000-2006 Netfilter Core Team
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.749149] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.822934] Netfilter messages via NETLINK v0.30.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.837536] ip_set: protocol 6
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 9.953952] using random self ethernet address
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 9.958384] using random host ethernet address
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.963627] usb0: HOST MAC 96:ae:c6:6f:ac:f4
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.967962] usb0: MAC 76:02:1a:b6:b7:94
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 9.971891] using random self ethernet address
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 9.976378] using random host ethernet address
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.981050] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.987745] g_ether gadget: g_ether ready
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.992001] USB device: connected
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 9.998194] Mirror/redirect action on
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.017206] u32 classifier
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.019669] input device check on
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.023631] Actions configured
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.040090] GACT probability on
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.048123] Simple TC action Loaded
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.070298] Loading modules backported from Linux version v4.19.161-0-gdaefdc9eb24b
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.078184] Backport generated by backports.git v4.19.161-1-0-g4bb568fe
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.131467] USB device: USB2.0 connected
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.298885] usbcore: registered new interface driver rtl8192eu
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.310928] usbcore: registered new interface driver cdc_acm
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.316564] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.326294] usbcore: registered new interface driver cdc_ether
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.334041] usbcore: registered new interface driver cdc_ncm
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.350754] Ebtables v2.0 registered
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.355188] usbcore: registered new interface driver huawei_cdc_ncm
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.364390] ip_tables: (C) 2000-2006 Netfilter Core Team
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.371208] usbcore: registered new interface driver ipheth
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 10.376908] using random self ethernet address
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 10.381316] using random host ethernet address
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.386646] usb0: HOST MAC d2:83:fc:e1:ec:ce
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.390807] usb0: MAC 42:1a:e5:23:0a:ba
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 10.394724] using random self ethernet address
Thu Jul 1 10:28:58 2021 kern.warn kernel: [ 10.399699] using random host ethernet address
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.404111] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.411194] g_ether gadget: g_ether ready
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.421147] ctnetlink v0.93: registering with nfnetlink.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.482820] usbcore: registered new interface driver rndis_host
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.490979] usbcore: registered new interface driver sierra_net
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.504427] usbcore: registered new interface driver usbserial
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.510236] usbcore: registered new interface driver usbserial_generic
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.517226] usbserial: USB Serial support registered for generic
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.523114] mv-udc d0054100.udc: USB reset portsc 0x8000a05

… have had to split this into 2 parts due to message limits

Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.532500] wireguard: WireGuard 1.0.20200611 loaded. See www.wireguard.com for information.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.540969] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved.
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.590366] xt_time: kernel timezone is -0000
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.611455] PPP generic driver version 2.4.2
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.617107] PPP MPPE Compression module registered
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.623383] NET: Registered protocol family 24
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.629179] usbcore: registered new interface driver sierra
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.634840] usbserial: USB Serial support registered for Sierra USB modem
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.646254] usbcore: registered new interface driver option
Thu Jul 1 10:28:58 2021 kern.info kernel: [ 10.651825] usbserial: USB Serial support registered for GSM modem (1-port)
Thu Jul 1 10:28:58 2021 user.info kernel: [ 10.662272] kmodloader: done loading kernel modules from /etc/modules.d/*
Thu Jul 1 10:28:58 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Thu Jul 1 10:28:58 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: started, version 2.80 cachesize 150
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: DNS service limited to local subnets
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth nettlehash DNSSEC no-ID loop-detect inotify dumpfile
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain test
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain onion
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain localhost
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain local
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain invalid
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain bind
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: using local addresses only for domain lan
Thu Jul 1 10:28:58 2021 daemon.warn dnsmasq[1464]: no servers found in /tmp/resolv.conf.auto, will retry
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: read /etc/hosts - 4 addresses
Thu Jul 1 10:28:58 2021 daemon.info dnsmasq[1464]: read /tmp/hosts/dhcp.cfg01411c - 1 addresses
Thu Jul 1 10:28:59 2021 authpriv.info dropbear[1497]: Not backgrounding
Thu Jul 1 10:28:59 2021 kern.info kernel: [ 12.540747] mv-udc d0054100.udc: usb bus reset
Thu Jul 1 10:28:59 2021 kern.info kernel: [ 12.656575] mv-udc d0054100.udc: usb bus reset
Thu Jul 1 10:28:59 2021 kern.info kernel: [ 12.796188] g_ether gadget: high-speed config #2: RNDIS
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: 8021ad
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: 8021q
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: macvlan
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: veth
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: bridge
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: Network device
Thu Jul 1 10:29:00 2021 user.notice : Added device handler type: tunnel
Thu Jul 1 10:29:01 2021 daemon.notice procd: /etc/rc.d/S30gl_ssids: uci: Entry not found
Thu Jul 1 10:29:01 2021 daemon.notice procd: /etc/init.d/gl_ssids: uci: Entry not found
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.557630] IPv6: ADDRCONF(NETDEV_UP): lo: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.643454] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.656921] IPv6: ADDRCONF(NETDEV_UP): lan0: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.663964] IPv6: ADDRCONF(NETDEV_UP): lan1: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.674712] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.684064] mvneta d0030000.ethernet eth0: configuring for fixed/rgmii-id link mode
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.693173] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.699552] mvneta d0030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.707746] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.714688] device eth0 entered promiscuous mode
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘lan0’ is enabled
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.721205] br-lan: port 1(lan0) entered blocking state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.726587] br-lan: port 1(lan0) entered disabled state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.737365] device lan0 entered promiscuous mode
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘lan’ is enabled
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘lan’ is setting up now
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘lan’ is now up
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘lan1’ is enabled
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.788058] br-lan: port 2(lan1) entered blocking state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.793506] br-lan: port 2(lan1) entered disabled state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.809378] device lan1 entered promiscuous mode
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.843019] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.857305] br-lan: port 3(usb0) entered blocking state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.862656] br-lan: port 3(usb0) entered disabled state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.868842] device usb0 entered promiscuous mode
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.873741] br-lan: port 3(usb0) entered blocking state
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.879146] br-lan: port 3(usb0) entered forwarding state
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘loopback’ is enabled
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘loopback’ is setting up now
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘loopback’ is now up
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘wan’ is enabled
Thu Jul 1 10:29:02 2021 daemon.notice netifd: bridge ‘br-lan’ link is up
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘lan’ has link connectivity
Thu Jul 1 10:29:02 2021 kern.info kernel: [ 15.907016] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Network device ‘eth0’ link is up
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Network device ‘usb0’ link is up
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Network device ‘lo’ link is up
Thu Jul 1 10:29:02 2021 daemon.notice netifd: Interface ‘loopback’ has link connectivity
Thu Jul 1 10:29:02 2021 daemon.notice procd: /etc/rc.d/S90vpn-service: cat: can’t open ‘/etc/openvpn/ovpn/server.ovpn’: No such file or directory
Thu Jul 1 10:29:03 2021 daemon.notice procd: /etc/rc.d/S95done: killall: uqmi: no process killed
Thu Jul 1 10:29:03 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN
Thu Jul 1 10:29:03 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led VPN
Thu Jul 1 10:29:03 2021 daemon.err usbmuxd[2121]: [10:29:03.560][3] usbmuxd v1.1.1 starting up
Thu Jul 1 10:29:03 2021 daemon.err usbmuxd[2121]: [10:29:03.560][3] Using libusb 1.0.22
Thu Jul 1 10:29:03 2021 daemon.err usbmuxd[2121]: [10:29:03.562][3] Initialization complete
Thu Jul 1 10:29:03 2021 daemon.err usbmuxd[2121]: [10:29:03.562][3] Enabled exit on SIGUSR1 if no devices are attached. Start a new instance with “–exit” to trigger.
Thu Jul 1 10:29:03 2021 kern.info kernel: [ 16.931425] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down
Thu Jul 1 10:29:03 2021 daemon.notice procd: /etc/rc.d/S99AdGuardHome: uci: Entry not found
Thu Jul 1 10:29:03 2021 kern.info kernel: [ 17.016268] mv88e6085 d0032004.mdio-mii:01 lan1: Link is Down
Thu Jul 1 10:29:03 2021 kern.info kernel: [ 17.091020] mv88e6085 d0032004.mdio-mii:01 wan: Link is Down
Thu Jul 1 10:29:03 2021 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Thu Jul 1 10:29:04 2021 user.info : gl_health start->
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[1464]: exiting on receipt of SIGTERM
Thu Jul 1 10:29:04 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.2/1-1.2:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: started, version 2.80 cachesize 150
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: DNS service limited to local subnets
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth nettlehash DNSSEC no-ID loop-detect inotify dumpfile
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq-dhcp[2455]: DHCP, IP range 192.168.8.100 – 192.168.8.249, lease time 12h
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain test
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain onion
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain localhost
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain local
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain invalid
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain bind
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: using local addresses only for domain lan
Thu Jul 1 10:29:04 2021 daemon.warn dnsmasq[2455]: no servers found in /tmp/resolv.conf.auto, will retry
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: read /etc/hosts - 4 addresses
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq[2455]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Thu Jul 1 10:29:04 2021 daemon.info dnsmasq-dhcp[2455]: read /etc/ethers - 0 addresses
Thu Jul 1 10:29:04 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:04 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:04 2021 kern.info kernel: [ 18.172845] usbcore: registered new interface driver rtl8821cu
Thu Jul 1 10:29:06 2021 user.info mwan3rtmon[2230]: Detect rtchange event.
Thu Jul 1 10:29:06 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:06 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:06 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:06 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:07 2021 kern.info kernel: [ 20.458996] usbcore: registered new interface driver rtl8812au
Thu Jul 1 10:29:09 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:09 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:09 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:09 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:09 2021 kern.info kernel: [ 22.771383] usbcore: registered new interface driver rtl8821au
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.2/1-1.2:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1.1/1-1.1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.0/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:11 2021 daemon.notice procd: /etc/rc.d/S99gl_mv1000_wifi: ls: /sys/devices/platform/soc/soc:internal-regs@d0000000/d005e000.usb/usb1/1-1/1-1:1.2/ieee80211/phy*/device/: No such file or directory
Thu Jul 1 10:29:12 2021 daemon.info dnsmasq-dhcp[2455]: DHCPDISCOVER(br-lan) 192.168.8.241 d2:83:fc:e1:ec:ce
Thu Jul 1 10:29:12 2021 daemon.info dnsmasq-dhcp[2455]: DHCPOFFER(br-lan) 192.168.8.241 d2:83:fc:e1:ec:ce
Thu Jul 1 10:29:12 2021 daemon.info dnsmasq-dhcp[2455]: DHCPREQUEST(br-lan) 192.168.8.241 d2:83:fc:e1:ec:ce
Thu Jul 1 10:29:12 2021 daemon.info dnsmasq-dhcp[2455]: DHCPACK(br-lan) 192.168.8.241 d2:83:fc:e1:ec:ce DESKTOP-F8LIHEL
Thu Jul 1 10:29:16 2021 daemon.notice procd: /etc/rc.d/S99gl_route_policy: uci: Entry not found
Thu Jul 1 10:29:17 2021 daemon.notice procd: /etc/rc.d/S99lighttpd: netstat: showing only processes with your user ID
Thu Jul 1 10:29:18 2021 user.notice wireguard: wireguard client start
Thu Jul 1 10:29:18 2021 daemon.info procd: - init complete -
Thu Jul 1 10:29:22 2021 kern.info kernel: [ 35.875755] usb 1-1: new high-speed USB device number 2 using orion-ehci
Thu Jul 1 10:29:22 2021 kern.info kernel: [ 36.120861] usb-storage 1-1:1.0: USB Mass Storage device detected
Thu Jul 1 10:29:22 2021 kern.info kernel: [ 36.129769] scsi host0: usb-storage 1-1:1.0
Thu Jul 1 10:29:23 2021 kern.notice kernel: [ 37.168714] scsi 0:0:0:0: Direct-Access 0000 PQ: 0 ANSI: 4
Thu Jul 1 10:29:23 2021 kern.notice kernel: [ 37.183430] sd 0:0:0:0: [sda] 30535744 512-byte logical blocks: (15.6 GB/14.6 GiB)
Thu Jul 1 10:29:23 2021 kern.notice kernel: [ 37.193253] sd 0:0:0:0: [sda] Write Protect is off
Thu Jul 1 10:29:23 2021 kern.debug kernel: [ 37.198214] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
Thu Jul 1 10:29:23 2021 kern.notice kernel: [ 37.200092] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
Thu Jul 1 10:29:23 2021 kern.info kernel: [ 37.218747] sda: sda1
Thu Jul 1 10:29:23 2021 kern.notice kernel: [ 37.228889] sd 0:0:0:0: [sda] Attached SCSI removable disk
Thu Jul 1 10:29:40 2021 kern.warn kernel: [ 53.807444] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Thu Jul 1 10:29:50 2021 authpriv.info dropbear[4487]: Child connection from 192.168.8.241:60774
Thu Jul 1 10:30:04 2021 authpriv.notice dropbear[4487]: Password auth succeeded for ‘root’ from 192.168.8.241:60774
Thu Jul 1 10:33:14 2021 authpriv.info dropbear[7680]: Child connection from 192.168.8.241:57258
Thu Jul 1 10:33:16 2021 authpriv.notice dropbear[7680]: Password auth succeeded for ‘root’ from 192.168.8.241:57258
Thu Jul 1 10:33:42 2021 authpriv.info dropbear[8144]: Child connection from 192.168.8.241:57261
Thu Jul 1 10:33:42 2021 authpriv.notice dropbear[8144]: Password auth succeeded for ‘root’ from 192.168.8.241:57261
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/radvd
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Thu Jul 1 10:34:43 2021 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Thu Jul 1 10:34:44 2021 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Thu Jul 1 10:34:44 2021 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Thu Jul 1 10:34:44 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Thu Jul 1 10:34:44 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Thu Jul 1 10:34:59 2021 daemon.err uhttpd[10626]: bind(): Address in use
Thu Jul 1 10:34:59 2021 daemon.err uhttpd[10626]: bind(): Address in use
root@GL-MV1000:~#

When I plug in an ethernet cable…

Thu Jul 1 10:34:44 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Thu Jul 1 10:34:59 2021 daemon.err uhttpd[10626]: bind(): Address in use
Thu Jul 1 10:34:59 2021 daemon.err uhttpd[10626]: bind(): Address in use
Thu Jul 1 10:42:04 2021 kern.info kernel: [ 798.214598] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Up - 1Gbps/Full - flow control rx/tx
Thu Jul 1 10:42:04 2021 kern.info kernel: [ 798.223887] br-lan: port 1(lan0) entered blocking state
Thu Jul 1 10:42:04 2021 kern.info kernel: [ 798.229604] br-lan: port 1(lan0) entered forwarding state
Thu Jul 1 10:42:04 2021 daemon.notice netifd: Network device ‘lan0’ link is up
Thu Jul 1 10:42:04 2021 daemon.notice netifd: Interface ‘lan0’ has link connectivity
Thu Jul 1 10:42:04 2021 daemon.notice netifd: Interface ‘lan0’ is setting up now
Thu Jul 1 10:42:05 2021 daemon.notice netifd: Interface ‘lan0’ is now up
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.439460] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.714454] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:42:05 2021 user.info mwan3rtmon[2230]: Detect rtchange event.
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.931119] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.946748] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.954925] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.963285] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=101
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.971503] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.980361] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.988764] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 798.996939] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=77
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.005291] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=96
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.013442] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=116
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.021723] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=105
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.030020] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=154
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.038031] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.046323] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=96
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.054691] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=116
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.062801] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=154
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.071005] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=134
Thu Jul 1 10:42:05 2021 kern.err kernel: [ 799.079213] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=134
Thu Jul 1 10:42:06 2021 kern.err kernel: [ 799.435406] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=85
Thu Jul 1 10:42:06 2021 kern.err kernel: [ 799.443853] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=145
Thu Jul 1 10:42:06 2021 kern.err kernel: [ 799.705009] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=379

and the MVNETA errors continue until I unplug the cable with the log finishing as follows:

Thu Jul 1 10:42:47 2021 kern.err kernel: [ 840.527653] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=117
Thu Jul 1 10:42:47 2021 kern.err kernel: [ 840.536340] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=97
Thu Jul 1 10:42:47 2021 kern.err kernel: [ 840.544727] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=117
Thu Jul 1 10:42:53 2021 kern.err kernel: [ 846.316044] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=359
Thu Jul 1 10:43:07 2021 kern.err kernel: [ 861.005907] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=172
Thu Jul 1 10:43:09 2021 kern.err kernel: [ 863.035310] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=359
Thu Jul 1 10:43:16 2021 kern.err kernel: [ 870.187984] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:43:16 2021 kern.err kernel: [ 870.196499] mvneta d0030000.ethernet eth0: bad rx status 0cc10000 (crc error), size=75
Thu Jul 1 10:43:19 2021 daemon.notice netifd: Network device ‘lan0’ link is down
Thu Jul 1 10:43:19 2021 daemon.notice netifd: Interface ‘lan0’ has link connectivity loss
Thu Jul 1 10:43:19 2021 daemon.notice netifd: Interface ‘lan0’ is now down
Thu Jul 1 10:43:19 2021 kern.info kernel: [ 873.091298] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down
Thu Jul 1 10:43:19 2021 kern.info kernel: [ 873.097465] br-lan: port 1(lan0) entered disabled state

Hi naggingNigel:

Do you do any special configuration with switch?
Please replace the following firmware and check to see if that happens.

openwrt-mv1000-emmc-3.102.img

Can you try using another CAT5E Ethernet cable, preferably a CAT6 cable?

I see the following in the logread, which indicates that wifi has problems also:

I suppose it does not hurt to try the following in SSH, to recreate /etc/config/wireless:

cd /etc/config

mv wireless wireless.OLD

wifi config

Hi Lizh and WCS

Thank you for those suggestions but again alas neither of those worked. The good news is I’ve fixed it by accident somehow. I’m a bit more familiar Ubuntu, so decided to see if I could get Ubuntu running on the Brume. I therefore went back to the instructions on GitHub - gl-inet/mv1000-ubuntu-image

Jumping to point 5 I obviously couldn’t curl from the Brume because it wasn’t connecting to the internet, so instead I ran that function from Ubuntu on WSL2 from my Windows machine. I then used WinSCP to transfer the Ubuntu.tar.gz file to /tmp on the Brume and modified the script included on the github page to remove the curl line. After that I switched to boot from Ubuntu, and was able to connect to that via a normal ethernet cable. I messed around within Ubuntu for a while, didn’t find anything that I thought would solve the issue I was seeing within Openwrt, but then when I put in the command:
switch_system openwrt
to get back into Openwrt, it rebooted and suddenly the LAN connections are workign successfully again. Brilliant.

So, in short, no idea how the issue has been fixed. It seem that installing Ubuntu as a second boot option has resolved things though so I’m dead chuffed.

Thanks very much to both of you for your suggestions with this stuff.

N

2 Likes

Now don’t break it again :joy:

1 Like

The only way to make a better system… IS TO BREAK THE SYSTEM :grin: