GL.iNet GL-MV1000 (Brume) / GL.iNet GL-MV1000W (Brume-W)

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

A mini-router on an ARMv8 single-board computer, running GL.iNet's OpenWRT variant out of the box. The board is a Marvell Armada 88F3720 (same as the ESPRESSObin and some Synology NAS models, but more closed).

The Brume-W, GL-MV1000W, is the same hardware plus a WLAN card, and will run on the same image. It contains an additional Wireless USB chip. Please see the section wireless for details.

FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it.

Front Ports Detail

FIXME

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

Wireless may work after installing the following additional packages:

There have been reports of the wireless not working ( https://www.reddit.com/r/openwrt/comments/muqwjc/glinet_mv1000w_wifi_modules/ ), so your results may vary.

uBoot method

  1. Download one of the glinet_gl-mv1000 OpenWRT images (21+ or snapshot). Choose either the ''ext4'' or ''squashfs'' filesystem.
    • The images are called “sdcard”, but this refers to the internal eMMC card; you don't need anything on the MicroSD slot.
  2. gunzip the image (don't mind “trailing garbage ignored” errors).
  3. Configure your PC’s NIC for 192.168.1.2/24, e.g. ip addr add dev $yournic 192.168.1.2/24; ip link set $yournic up. If you’re already in an 192.168.1.x network, you’ll need to disconnect from it first.
  4. Plug your PC's NIC to one of Brume’s LAN ports (the WAN port has to be unplugged).
  5. The Brume’s reset button, labelled '↻', is to the right of the “Mode” switch. Hold it firm and plug on the USB power.
  6. Wait a couple seconds. All three LEDs will turn on, then WAN and VPN will turn off, then WAN back on. Release the button at this point. You should now have both Power and WAN steady on. Verify that you can ping 192.168.1.1.
  7. On a browser, go to http://192.168.1.1 (not https:) and upload the image.
  8. The upload webpage will hang there, but the device will reboot automatically. You’ll know it worked when you can ssh root@192.168.1.1 (no password by default, set one).
  9. The root partition will be small; if you want to use the rest of the eMMC, partition /dev/mmcblk1 (see below on “Basic Coonfiguration”).

Raw flash 16384 KB.

/proc/mtd:

dev:    size   erasesize  name
mtd0: 000f0000 00010000 "u-boot"
mtd1: 00008000 00008000 "u-boot-env"
mtd2: 00008000 00008000 "factory"

dmesg:

[    0.512671] spi-nor spi0.0: w25q128fw (16384 Kbytes)
[    0.517895] 3 fixed-partitions partitions found on MTD device spi0.0
[    0.524369] Creating 3 MTD partitions on "spi0.0":
[    0.529288] 0x000000000000-0x0000000f0000 : "u-boot"
[    0.535106] 0x0000000f0000-0x0000000f8000 : "u-boot-env"
[    0.541078] 0x0000000f8000-0x000000100000 : "factory"

generic.sysupgrade

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

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

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

  • sysupgrade
  • mtd

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

sysupgrade

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

mtd

If sysupgrade does not support this router, use mtd.

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

generic.debrick

You can follow https://docs.gl-inet.com/en/3/troubleshooting/debrick/ for the uboot method. Note that on this device, you need to use the LAN ports, and you should release the reset button when both the power and wan led's have been turned on.

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

A simplified version of the extroot_configuration works. FIXME: contra main text, this works even though there's no overlay on `mtd` on the fresh install.

  1. opkg update; opkg install block-mount cfdisk rsync
  2. cfdisk /dev/mmcblk1, create a new primary partition on the large unused space. Take note of the device (e.g. /dev/mmcblk1p3).
  3. mkfs.ext4 on your new partition (e.g. /dev/mmcblk1p3).
  4. mkdir /mnt/bigroot; mount /dev/mmcblk1p3 /mnt/bigroot
  5. block detect | uci import fstab. You now have eveything set on /etc/config/fstab.
  6. copy the root filesystem to /mnt/bigroot (e.g. rsync -a -x / /mnt/bigroot).
  7. edit /etc/config/fstab. change the old root / filesystem to mount on /rom, and the new one from /mnt/bigroot to /overlay.
  8. reboot and check the mounts with the df command.

If the mounts are not available, please validate /etc/config/fstab and check if /rom and /overlay have option enabled set to 1 (https://forum.openwrt.org/t/guide-for-gl-inet-gl-mv1000-brume/89398/17).

Save, reboot and validate again with the df command.

The default network configuration is:

Interface Name Description Default configuration
eth0 mvneta NIC None
wan@eth0 WAN port None
lan0@eth0 LAN port None
lan1@eth0 LAN port None
br-lan lan0+lan1 bridge 192.168.1.1/24
Port Switch port /sys/firmware/devicetree MDIO bus
🌏 (wan) 1 switch0@1/ports/port@1 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11
↔️ (lan0) 2 switch0@1/ports/port@2 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12
↔️ (lan1) 3 switch0@1/ports/port@3 !soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:23

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

BUTTON Event
↻ (Reset) reset
Mode generic programmable toggle

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

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

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

Main PCB:

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

How to connect to the Serial Port of this specific device:

Serial connection parameters
for GL.iNet GL-MV1000 (Brume) v1.0
115200, 8N1

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

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

None so far.

TIM-1.0 WTMI-armada-17.10.5-c5a0d2c WTMI: system early-init DDR topology parameters: ======================== ddr type DDR4 ddr speedbin 10 bus width 16-bits cs num 1 cs[0] - group num 0 cs[0] - bank num 8 cs[0] - capacity 1024MiB SVC REV: 5, CPU VDD voltage: 1.120V DRAM windows: ============= WIN[0] - base addr 0x60000000 WIN[0] - size 0x40000000 memory test region: =================== CS[0] 0x60000000 - 0x9fffffff Fill memory before self refresh...done Now in Self-refresh Mode Exited self-refresh ... Self refresh Pass. DDR self test mode test done!! Vref read training =================== Final vdac_value 0x0000001F Vref write training =================== Final vref_value 0x0000001F DLL TUNING ============== DLL 0xc0001050[21:16]: [3,33,1b] DLL 0xc0001050[29:24]: [5,2e,19] DLL 0xc0001054[21:16]: [7,32,1c] DLL 0xc0001054[29:24]: [d,2f,1e] DLL 0xc0001074[21:16]: [0,3f,1f] DLL 0xc0001074NOTICE: Booting Trusted Firmware NOTICE: BL1: v1.3(debug):armada-17.10.7:c5a0d2c NOTICE: BL1: Built : 18:20:36, Sep 1 2NOTICE: BL2: v1.3(debug):armada-17.10.7:c5a0d2c NOTICE: BL31: v1.3(debug):armada-17.10.7:c5a0d2c NOTICE: BL31: U-Boot 2017.03-armada-17.10.2-gc5a0d2c (Sep 01 2019 - 18:20:09 +0800) Model: GL.iNet GL-MV1000 CPU @ 1000 [MHz] L2 @ 800 [MHz] TClock @ 200 [MHz] DDR @ 800 [MHz] DRAM: 1 GiB U-Boot DT blob at : 000000003f715098 Comphy-0: USB3 5 Gbps Comphy-1: PEX0 2.5 Gbps Comphy-2: SATA0 6 Gbps SATA link 0 timeout. AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode flags: ncq led only pmp fbss pio slum part sxs PCIE-0: Link down MMC: sdhci@d8000: 0, sdhci@d0000: 1 SF: Detected w25q128fw with page size 256 Bytes, erase size 4 KiB, total 16 MiB Net: Warning: neta@30000 (eth0) using random MAC address - 8a:a0:4c:d0:35:1c eth0: neta@30000 [PRIME] Hit "gl" key to stop booting in 2 seconds SF: Detected w25q128fw with page size 256 Bytes, erase size 4 KiB, total 16 MiB device 0 offset 0xf8050, size 0x32 SF: 50 bytes @ 0xf8050 Read: OK Device haven tested, checking MAC info... device 0 offset 0xf8000, size 0x16 SF: 22 bytes @ 0xf8000 Read: OK Device have MAC info, starting firmware... 353 bytes read in 6 ms (56.6 KiB/s) Running bootscript from mmc ... ## Executing script at 05000000 8834 bytes read in 6 ms (1.4 MiB/s) 7641096 bytes read in 176 ms (41.4 MiB/s) ## Flattened Device Tree blob at 04ff0000 Booting using the fdt blob at 0x4ff0000 Using Device Tree in place at 0000000004ff0000, end 0000000004ff5281 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.131 (zl@glinet) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r10260-04f03e7)) #0 SMP Sun Sep 15 09:52:59 2019 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Machine model: GL.inet GL-MV1000 (Marvell) [ 0.000000] earlycon: ar3700_uart0 at MMIO 0x00000000d0012000 (options '') [ 0.000000] bootconsole [ar3700_uart0] enabled [ 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/0x44c with crng_init=0 [ 0.000000] percpu: Embedded 17 pages/cpu s29080 r8192 d32360 u69632 [ 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: 1022604K/1048576K available (5246K kernel code, 358K rwdata, 1484K rodata, 320K init, 260K bss, 25972K 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 - 0xffffff80085a0000 ( 5248 KB) [ 0.000000] .rodata : 0xffffff80085a0000 - 0xffffff8008720000 ( 1536 KB) [ 0.000000] .init : 0xffffff8008720000 - 0xffffff8008770000 ( 320 KB) [ 0.000000] .data : 0xffffff8008770000 - 0xffffff80087c9808 ( 359 KB) [ 0.000000] .bss : 0xffffff80087c9808 - 0xffffff800880ab30 ( 261 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.008360] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000) [ 0.018952] pid_max: default: 32768 minimum: 301 [ 0.023776] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.030608] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.038697] ASID allocator initialised with 32768 entries [ 0.044264] Hierarchical SRCU implementation. [ 0.049054] smp: Bringing up secondary CPUs ... [ 0.053948] Detected VIPT I-cache on CPU1 [ 0.053979] GICv3: CPU1: found redistributor 1 region 0:0x00000000d1d60000 [ 0.054009] CPU1: Booted secondary processor [410fd034] [ 0.054087] smp: Brought up 1 node, 2 CPUs [ 0.074794] SMP: Total of 2 processors activated. [ 0.079634] CPU features: detected feature: GIC system register CPU interface [ 0.086986] CPU features: detected feature: 32-bit EL0 Support [ 0.092984] CPU features: detected feature: Kernel page table isolation (KPTI) [ 0.102765] CPU: All CPU(s) started at EL2 [ 0.106902] alternatives: patching kernel code [ 0.113401] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.123495] futex hash table entries: 512 (order: 4, 65536 bytes) [ 0.129820] pinctrl core: initialized pinctrl subsystem [ 0.135752] NET: Registered protocol family 16 [ 0.140972] cpuidle: using governor ladder [ 0.145243] vdso: 2 pages (1 code @ ffffff80085a4000, 1 data @ ffffff8008774000) [ 0.152959] DMA: preallocated 256 KiB pool for atomic allocations [ 0.160056] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 8, base_baud = 0) is a mvebu-uart [ 0.168954] console [ttyMV0] enabled [ 0.168954] console [ttyMV0] enabled [ 0.176327] bootconsole [ar3700_uart0] disabled [ 0.176327] bootconsole [ar3700_uart0] disabled [ 0.194125] SCSI subsystem initialized [ 0.197897] usbcore: registered new interface driver usbfs [ 0.203707] usbcore: registered new interface driver hub [ 0.209032] usbcore: registered new device driver usb [ 0.215516] clocksource: Switched to clocksource arch_sys_counter [ 0.222458] NET: Registered protocol family 2 [ 0.227325] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.234509] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.241252] TCP: Hash tables configured (established 8192 bind 8192) [ 0.247980] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.254034] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.260810] NET: Registered protocol family 1 [ 0.266090] Crashlog allocated RAM at address 0x3f00000 [ 0.271517] workingset: timestamp_bits=62 max_order=18 bucket_order=0 [ 0.281622] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.287338] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.299863] io scheduler noop registered [ 0.303927] io scheduler deadline registered (default) [ 0.311692] OF: PCI: host bridge /soc/pcie@d0070000 ranges: [ 0.317466] OF: PCI: MEM 0xe8000000..0xe8ffffff -> 0xe8000000 [ 0.323596] OF: PCI: IO 0xe9000000..0xe900ffff -> 0xe9000000 [ 1.325514] advk-pcie d0070000.pcie: link never came up [ 1.331069] advk-pcie d0070000.pcie: PCI host bridge to bus 0000:00 [ 1.337391] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.343129] pci_bus 0000:00: root bus resource [mem 0xe8000000-0xe8ffffff] [ 1.350242] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0xe9000000-0xe900ffff]) [ 2.791682] advk-pcie d0070000.pcie: Posted PIO Response Status: CA, 0xe00 @ 0x0 [ 2.800457] mv_xor d0060900.xor: Marvell shared XOR driver [ 2.866052] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 2.936054] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 2.943828] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 2.951548] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 2.960124] loop: module loaded [ 2.966946] random: fast init done [ 2.976824] m25p80 spi0.0: w25q128fw (16384 Kbytes) [ 2.981993] 3 fixed-partitions partitions found on MTD device spi0.0 [ 2.988398] Creating 3 MTD partitions on "spi0.0": [ 2.993068] 0x000000000000-0x0000000f0000 : "u-boot" [ 2.999153] 0x0000000f0000-0x0000000f8000 : "u-boot-env" [ 3.004673] 0x0000000f8000-0x000000100000 : "art" [ 3.009990] libphy: Fixed MDIO Bus: probed [ 3.014725] libphy: orion_mdio_bus: probed [ 3.019054] mv88e6085 d0032004.mdio-mii:01: switch 0x3400 detected: Marvell 88E6341, revision 0 [ 3.035982] libphy: /soc/internal-regs@d0000000/mdio@32004/switch0@1/mdio: probed [ 3.052251] mvneta d0030000.ethernet eth0: Using device tree mac address 94:83:c4:00:d5:2c [ 3.061023] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.067714] ehci-pci: EHCI PCI platform driver [ 3.072430] ehci-platform: EHCI generic platform driver [ 3.077854] ehci-orion: EHCI orion driver [ 3.081988] orion-ehci d005e000.usb: EHCI Host Controller [ 3.087426] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1 [ 3.095229] orion-ehci d005e000.usb: irq 11, io mem 0xd005e000 [ 3.125510] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00 [ 3.131937] hub 1-0:1.0: USB hub found [ 3.135476] hub 1-0:1.0: 1 port detected [ 3.140104] xhci-hcd d0058000.usb: xHCI Host Controller [ 3.145175] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 2 [ 3.153224] xhci-hcd d0058000.usb: hcc params 0x0a000998 hci version 0x100 quirks 0x0000000000010010 [ 3.162282] xhci-hcd d0058000.usb: irq 10, io mem 0xd0058000 [ 3.168562] hub 2-0:1.0: USB hub found [ 3.172103] hub 2-0:1.0: 1 port detected [ 3.176698] xhci-hcd d0058000.usb: xHCI Host Controller [ 3.182021] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 3 [ 3.189322] xhci-hcd d0058000.usb: Host supports USB 3.0 SuperSpeed [ 3.196275] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.204724] hub 3-0:1.0: USB hub found [ 3.208638] hub 3-0:1.0: 1 port detected [ 3.212998] usbcore: registered new interface driver usb-storage [ 3.219231] mv-udc d0054100.udc: successful probe UDC device without clock gating. [ 3.227614] mvebu-u3d d0050000.u3d: Detected ver 221 from Marvell Central IP. [ 3.235296] sdhci: Secure Digital Host Controller Interface driver [ 3.241273] sdhci: Copyright(c) Pierre Ossman [ 3.246295] sdhci-pltfm: SDHCI platform and OF driver helper [ 3.252021] xenon-sdhci d00d0000.sdhci: Got CD GPIO [ 3.325518] mmc0: SDHCI controller on d00d8000.sdhci [d00d8000.sdhci] using ADMA [ 3.334016] NET: Registered protocol family 10 [ 3.340272] Segment Routing with IPv6 [ 3.344131] NET: Registered protocol family 17 [ 3.348799] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.362002] 8021q: 802.1Q VLAN Support v1.8 [ 3.368389] mv88e6085 d0032004.mdio-mii:01: switch 0x3400 detected: Marvell 88E6341, revision 0 [ 3.385059] libphy: /soc/internal-regs@d0000000/mdio@32004/switch0@1/mdio: probed [ 3.399505] DSA: switch 0 0 parsed [ 3.402852] DSA: tree 0 parsed [ 3.413073] mmc0: new HS400 MMC card at address 0001 [ 3.418629] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB [ 3.423162] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB [ 3.429277] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB [ 3.435662] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB [ 3.442335] mmcblk0: p1 p2 p3 [ 3.445187] mmcblk0: p3 size 14187008 extends beyond EOD, truncated [ 4.107461] 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) [ 4.227459] 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) [ 4.347458] 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) [ 4.367244] xenon-sdhci d00d0000.sdhci: Got CD GPIO [ 4.435637] genirq: Setting trigger mode 3 for irq 36 failed (armada_37xx_irq_set_type+0x0/0xf0) [ 4.444753] mmc1: SDHCI controller on d00d0000.sdhci [d00d0000.sdhci] using ADMA [ 4.452541] hctosys: unable to open rtc device (rtc0) [ 4.472424] VFS: Mounted root (squashfs filesystem) readonly on device 179:2. [ 4.480953] Freeing unused kernel memory: 320K [ 4.584994] mmc1: new high speed SDHC card at address 0001 [ 4.590957] mmcblk1: mmc1:0001 00000 14.7 GiB [ 4.597289] mmcblk1: p1 [ 4.768440] init: Console is alive [ 5.236961] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 5.288752] exFAT: Version 1.2.9 [ 5.295435] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 5.302823] ohci-platform: OHCI generic platform driver [ 5.309411] uhci_hcd: USB Universal Host Controller Interface driver [ 5.317301] usbcore: registered new interface driver uas [ 5.322694] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 5.337704] init: - preinit - [ 5.793862] random: jshn: uninitialized urandom read (4 bytes read) [ 5.822776] random: jshn: uninitialized urandom read (4 bytes read) [ 5.846119] random: jshn: uninitialized urandom read (4 bytes read) RTNETLINK answers: Network is down sendto(): Network unreachable 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 [ 9.329733] urandom_read: 2 callbacks suppressed [ 9.329739] random: procd: uninitialized urandom read (4 bytes read) [ 9.437126] F2FS-fs (loop0): Mounted with checkpoint version = 351ed6d0 [ 9.445104] mount_root: switching to f2fs overlay [ 9.661029] fuse init (API version 7.26) NTFS signature is missing. Failed to mount '/dev/mmcblk0p1': Invalid argument The device '/dev/mmcblk0p1' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a[ 9.788789] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null) partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? [ 9.861195] urandom-seed: Seeding with /etc/urandom.seed [ 9.967522] procd: - early - [ 10.413724] random: jshn: uninitialized urandom read (4 bytes read) Failed to connect to ubus [ 10.594514] random: jshn: uninitialized urandom read (4 bytes read) [ 10.702204] random: jshn: uninitialized urandom read (4 bytes read) [ 10.739873] procd: - ubus - [ 10.901711] procd: - init - Please press Enter to activate this console. [ 11.161608] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.178235] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 11.190560] tun: Universal TUN/TAP device driver, 1.6 [ 11.203894] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 11.214915] Netfilter messages via NETLINK v0.30. [ 11.221895] ip_set: protocol 6 [ 11.270744] using random self ethernet address [ 11.274915] using random host ethernet address [ 11.280042] using host ethernet address from mtd: 92:83:c4:0:d5:2c [ 11.280054] using self ethernet address from mtd: 8e:83:c4:0:d5:2c [ 11.287185] usb0: HOST MAC 92:83:c4:ff:d5:2c [ 11.297998] usb0: MAC 8e:83:c4:ff:d5:2c [ 11.302023] using random self ethernet address [ 11.306383] using random host ethernet address [ 11.311316] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 [ 11.318017] g_ether gadget: g_ether ready [ 11.322211] USB device: connected [ 11.324229] Mirror/redirect action on [ 11.337877] u32 classifier [ 11.340689] input device check on [ 11.344302] Actions configured [ 11.358623] nf_conntrack version 0.5.0 (8192 buckets, 32768 max) [ 11.369117] GACT probability on [ 11.376669] Simple TC action Loaded [ 11.403852] usbcore: registered new interface driver cdc_acm [ 11.409492] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 11.420168] usbcore: registered new interface driver cdc_wdm [ 11.430332] ip_tables: (C) 2000-2006 Netfilter Core Team [ 11.437488] usbcore: registered new interface driver ipheth [ 11.466989] USB device: USB2.0 connected [ 11.471315] ctnetlink v0.93: registering with nfnetlink. [ 11.543958] usbcore: registered new interface driver usbserial [ 11.549830] usbcore: registered new interface driver usbserial_generic [ 11.556857] usbserial: USB Serial support registered for generic [ 11.568535] wireguard: WireGuard 0.0.20190601 loaded. See www.wireguard.com for information. [ 11.577140] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 11.626273] xt_time: kernel timezone is -0000 [ 11.632910] usbcore: registered new interface driver cdc_ether [ 11.642319] usbcore: registered new interface driver cdc_ncm [ 11.649425] usbcore: registered new interface driver huawei_cdc_ncm [ 11.672517] PPP generic driver version 2.4.2 [ 11.678837] PPP MPPE Compression module registered [ 11.686256] NET: Registered protocol family 24 [ 11.692533] usbcore: registered new interface driver qmi_wwan [ 11.700958] usbcore: registered new interface driver rndis_host [ 11.708363] usbcore: registered new interface driver sierra [ 11.713941] usbserial: USB Serial support registered for Sierra USB modem [ 11.722735] usbcore: registered new interface driver sierra_net [ 11.729064] using random self ethernet address [ 11.733124] usbcore: registered new interface driver option [ 11.733698] using random host ethernet address [ 11.739368] usbserial: USB Serial support registered for GSM modem (1-port) [ 11.744838] using host ethernet address from mtd: 92:83:c4:0:d5:2c [ 11.751071] using self ethernet address from mtd: 8e:83:c4:0:d5:2c [ 11.754283] kmodloader: done loading kernel modules from /etc/modules.d/* [ 11.758230] usb0: HOST MAC 92:83:c4:ff:d5:2c [ 11.775406] usb0: MAC 8e:83:c4:ff:d5:2c [ 11.779325] using random self ethernet address [ 11.783786] using random host ethernet address [ 11.788449] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 [ 11.795227] g_ether gadget: g_ether ready [ 11.937293] mv-udc d0054100.udc: usb bus reset [ 12.093498] g_ether gadget: high-speed config #1: CDC Ethernet (ECM) [ 14.153501] random: crng init done [ 14.157146] random: 1 urandom warning(s) missed due to ratelimiting [ 17.029204] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null) [ 17.675394] mvneta d0030000.ethernet eth0: configuring for fixed/rgmii-id link mode [ 17.684454] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 17.690665] mvneta d0030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 17.701003] device eth0 entered promiscuous mode [ 17.707241] br-lan: port 1(lan0) entered blocking state [ 17.712428] br-lan: port 1(lan0) entered disabled state [ 17.721030] device lan0 entered promiscuous mode [ 17.756916] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 17.770502] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 17.795896] br-lan: port 2(lan1) entered blocking state [ 17.801064] br-lan: port 2(lan1) entered disabled state [ 17.812233] device lan1 entered promiscuous mode [ 17.846139] br-lan: port 3(usb0) entered blocking state [ 17.851215] br-lan: port 3(usb0) entered disabled state [ 17.859941] device usb0 entered promiscuous mode [ 17.864830] br-lan: port 3(usb0) entered blocking state [ 17.869978] br-lan: port 3(usb0) entered forwarding state [ 17.876404] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 17.891034] IPv6: ADDRCONF(NETDEV_UP): wan: link is not ready [ 18.932104] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down [ 19.020534] mv88e6085 d0032004.mdio-mii:01 lan1: Link is Down [ 19.091298] mv88e6085 d0032004.mdio-mii:01 wan: Link is Down BusyBox v1.30.1 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 19.07-SNAPSHOT, r10273-2b88d02 ----------------------------------------------------- root@GL-MV1000:/#


(snapshot 2021-08-19)

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.4.140 (builder@buildhost) (gcc version 10.3.0 (OpenWrt GCC 10.3.0 r17354-c5616a8ae1)) #0 SMP Thu Aug 19 00:37:35 2021 [ 0.000000] Machine model: GL.iNet GL-MV1000 [ 0.000000] earlycon: ar3700_uart0 at MMIO 0x00000000d0012000 (options '') [ 0.000000] printk: bootconsole [ar3700_uart0] enabled [ 0.000000] On node 0 totalpages: 261632 [ 0.000000] DMA32 zone: 4096 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 261632 pages, LIFO batch:63 [ 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] percpu: Embedded 16 pages/cpu s26648 r8192 d30696 u65536 [ 0.000000] pcpu-alloc: s26648 r8192 d30696 u65536 alloc=16*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257536 [ 0.000000] Kernel command line: root=PARTUUID=d3fa8605-02 rw rootwait console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1016020K/1046528K available (7294K kernel code, 428K rwdata, 1872K rodata, 384K init, 280K bss, 30508K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 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: 192 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000d1d40000 [ 0.000000] random: get_random_bytes called from start_kernel+0x338/0x480 with crng_init=0 [ 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.000003] 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.023816] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.031364] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.040610] ASID allocator initialised with 32768 entries [ 0.046192] rcu: Hierarchical SRCU implementation. [ 0.051407] smp: Bringing up secondary CPUs ... [ 0.056411] Detected VIPT I-cache on CPU1 [ 0.056440] GICv3: CPU1: found redistributor 1 region 0:0x00000000d1d60000 [ 0.056475] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.056558] smp: Brought up 1 node, 2 CPUs [ 0.078616] SMP: Total of 2 processors activated. [ 0.083448] CPU features: detected: 32-bit EL0 Support [ 0.088740] CPU features: detected: CRC32 instructions [ 0.094056] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.102629] CPU: All CPU(s) started at EL2 [ 0.106842] alternatives: patching kernel code [ 0.113953] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.124037] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.131104] pinctrl core: initialized pinctrl subsystem [ 0.137221] NET: Registered protocol family 16 [ 0.142032] DMA: preallocated 256 KiB pool for atomic allocations [ 0.149002] cpuidle: using governor ladder [ 0.166178] cryptd: max_cpu_qlen set to 1000 [ 0.172726] SCSI subsystem initialized [ 0.176711] libata version 3.00 loaded. [ 0.176918] usbcore: registered new interface driver usbfs [ 0.182607] usbcore: registered new interface driver hub [ 0.188053] usbcore: registered new device driver usb [ 0.193589] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.204375] clocksource: Switched to clocksource arch_sys_counter [ 0.211167] thermal_sys: Registered thermal governor 'step_wise' [ 0.211416] NET: Registered protocol family 2 [ 0.222286] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.231219] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 0.239814] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.247792] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.255288] TCP: Hash tables configured (established 8192 bind 8192) [ 0.261902] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.268665] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.276073] NET: Registered protocol family 1 [ 0.280498] PCI: CLS 0 bytes, default 64 [ 0.285512] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 0.296505] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.302439] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.313846] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.326840] mv_xor d0060900.xor: Marvell shared XOR driver [ 0.394968] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 0.464959] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 0.472837] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.480745] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.489913] loop: module loaded [ 0.493066] Loading iSCSI transport class v2.0-870. [ 0.502544] random: fast init done [ 0.512671] spi-nor spi0.0: w25q128fw (16384 Kbytes) [ 0.517895] 3 fixed-partitions partitions found on MTD device spi0.0 [ 0.524369] Creating 3 MTD partitions on "spi0.0": [ 0.529288] 0x000000000000-0x0000000f0000 : "u-boot" [ 0.535106] 0x0000000f0000-0x0000000f8000 : "u-boot-env" [ 0.541078] 0x0000000f8000-0x000000100000 : "factory" [ 0.547437] libphy: Fixed MDIO Bus: probed [ 0.552125] libphy: orion_mdio_bus: probed [ 0.556765] mv88e6085 d0032004.mdio-mii:01: switch 0x3400 detected: Marvell 88E6141, revision 0 [ 0.577556] libphy: mdio: probed [ 0.600744] mvneta d0030000.ethernet eth0: Using device tree mac address 94:83:c4:03:b3:8f [ 0.609402] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.616081] ehci-pci: EHCI PCI platform driver [ 0.620672] ehci-platform: EHCI generic platform driver [ 0.626152] ehci-orion: EHCI orion driver [ 0.630387] orion-ehci d005e000.usb: EHCI Host Controller [ 0.635897] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1 [ 0.643763] orion-ehci d005e000.usb: irq 13, io mem 0xd005e000 [ 0.674379] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00 [ 0.680800] hub 1-0:1.0: USB hub found [ 0.684624] hub 1-0:1.0: 1 port detected [ 0.689289] mvebu-a3700-comphy d0018300.phy: unsupported SMC call, try updating your firmware [ 0.698030] phy phy-d0018300.phy.0: phy poweron failed --> -95 [ 0.704000] xhci-hcd d0058000.usb: PHY unsupported by firmware [ 0.710020] xhci-hcd d0058000.usb: xHCI Host Controller [ 0.715407] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 2 [ 0.723115] xhci-hcd d0058000.usb: hcc params 0x0a000998 hci version 0x100 quirks 0x0000002000010090 [ 0.732500] xhci-hcd d0058000.usb: irq 12, io mem 0xd0058000 [ 0.738837] hub 2-0:1.0: USB hub found [ 0.742636] hub 2-0:1.0: 1 port detected [ 0.746863] xhci-hcd d0058000.usb: xHCI Host Controller [ 0.752168] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 3 [ 0.759802] xhci-hcd d0058000.usb: Host supports USB 3.0 SuperSpeed [ 0.766290] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.774961] hub 3-0:1.0: USB hub found [ 0.778760] hub 3-0:1.0: 1 port detected [ 0.783174] usbcore: registered new interface driver usb-storage [ 0.789545] i2c /dev entries driver [ 0.793620] sdhci: Secure Digital Host Controller Interface driver [ 0.799928] sdhci: Copyright(c) Pierre Ossman [ 0.804508] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.810515] xenon-sdhci d00d0000.sdhci: Got CD GPIO [ 0.844556] mmc0: SDHCI controller on d00d0000.sdhci [d00d0000.sdhci] using ADMA [ 0.876977] mmc1: SDHCI controller on d00d8000.sdhci [d00d8000.sdhci] using ADMA [ 0.886038] NET: Registered protocol family 10 [ 0.891409] Segment Routing with IPv6 [ 0.895195] NET: Registered protocol family 17 [ 0.899732] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.913216] 8021q: 802.1Q VLAN Support v1.8 [ 0.921162] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 0, base_baud = 1562500) is a mvebu-uart [ 0.930643] printk: console [ttyMV0] enabled [ 0.939376] printk: bootconsole [ar3700_uart0] disabled [ 0.950765] mv88e6085 d0032004.mdio-mii:01: switch 0x3400 detected: Marvell 88E6141, revision 0 [ 0.971717] libphy: mdio: probed [ 1.005500] mmc1: new HS400 MMC card at address 0001 [ 1.011282] mmcblk1: mmc1:0001 8GTF4R 7.28 GiB [ 1.016311] mmcblk1boot0: mmc1:0001 8GTF4R partition 1 4.00 MiB [ 1.022693] mmcblk1boot1: mmc1:0001 8GTF4R partition 2 4.00 MiB [ 1.028924] mmcblk1rpmb: mmc1:0001 8GTF4R partition 3 512 KiB, chardev (249:0) [ 1.037208] mmcblk1: p1 p2 [ 1.621671] mv88e6085 d0032004.mdio-mii:01 wan (uninitialized): PHY [!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11] driver [Marvell 88E6341 Family] [ 1.640463] mv88e6085 d0032004.mdio-mii:01 lan0 (uninitialized): PHY [!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12] driver [Marvell 88E6341 Family] [ 1.659331] mv88e6085 d0032004.mdio-mii:01 lan1 (uninitialized): PHY [!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:13] driver [Marvell 88E6341 Family] [ 1.679749] DSA: tree 0 setup [ 1.683091] hctosys: unable to open rtc device (rtc0) [ 1.699306] EXT4-fs (mmcblk1p2): mounted filesystem without journal. Opts: (null) [ 1.707350] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 1.714481] Freeing unused kernel memory: 384K [ 1.754457] Run /sbin/init as init process [ 1.806923] init: Console is alive [ 1.834294] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 1.845719] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 1.861628] init: - preinit - [ 1.987824] random: jshn: uninitialized urandom read (4 bytes read) [ 2.018938] random: jshn: uninitialized urandom read (4 bytes read) [ 2.047732] random: jshn: uninitialized urandom read (4 bytes read) [ 2.113623] mvneta d0030000.ethernet eth0: configuring for fixed/rgmii-id link mode [ 2.122690] device eth0 entered promiscuous mode [ 2.127867] mvneta d0030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 2.134710] mv88e6085 d0032004.mdio-mii:01 lan0: configuring for phy/ link mode [ 2.144831] 8021q: adding VLAN 0 to HW filter on device lan0 [ 2.150728] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 5.384807] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Up - 1Gbps/Full - flow control off [ 5.393534] IPv6: ADDRCONF(NETDEV_CHANGE): lan0: link becomes ready [ 6.260539] mount_root: mounting /dev/root [ 6.266128] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ 6.329605] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null) [ 6.342800] urandom-seed: Seed file not found (/etc/urandom.seed) [ 6.371070] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down [ 6.381518] device eth0 left promiscuous mode [ 6.391989] procd: - early - [ 6.932817] procd: - ubus - [ 6.948000] urandom_read: 3 callbacks suppressed [ 6.948010] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.986285] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.993247] random: ubusd: uninitialized urandom read (4 bytes read) [ 7.005212] procd: - init - [ 7.195850] urngd: v1.0.2 started. [ 7.210617] kmodloader: loading kernel modules from /etc/modules.d/* [ 7.235345] random: crng init done [ 7.238873] random: 1 urandom warning(s) missed due to ratelimiting [ 7.249378] xt_time: kernel timezone is -0000 [ 7.262308] PPP generic driver version 2.4.2 [ 7.267726] NET: Registered protocol family 24 [ 7.279137] kmodloader: done loading kernel modules from /etc/modules.d/* [ 14.652061] mvneta d0030000.ethernet eth0: Link is Down [ 14.679813] mvneta d0030000.ethernet eth0: configuring for fixed/rgmii-id link mode [ 14.688155] mvneta d0030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 14.694847] device eth0 entered promiscuous mode [ 14.702641] mv88e6085 d0032004.mdio-mii:01 lan0: configuring for phy/ link mode [ 14.716113] 8021q: adding VLAN 0 to HW filter on device lan0 [ 14.723394] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 14.730287] br-lan: port 1(lan0) entered blocking state [ 14.735753] br-lan: port 1(lan0) entered disabled state [ 14.746199] device lan0 entered promiscuous mode [ 14.908325] mv88e6085 d0032004.mdio-mii:01 lan1: configuring for phy/ link mode [ 14.922317] 8021q: adding VLAN 0 to HW filter on device lan1 [ 14.929156] br-lan: port 2(lan1) entered blocking state [ 14.934590] br-lan: port 2(lan1) entered disabled state [ 14.945632] device lan1 entered promiscuous mode [ 14.981148] mv88e6085 d0032004.mdio-mii:01: p0: already a member of VLAN 1 [ 15.006461] mv88e6085 d0032004.mdio-mii:01 wan: configuring for phy/ link mode [ 15.015940] 8021q: adding VLAN 0 to HW filter on device wan [ 19.064830] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Up - 1Gbps/Full - flow control off [ 19.073577] br-lan: port 1(lan0) entered blocking state [ 19.079085] br-lan: port 1(lan0) entered forwarding state [ 19.088171] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 19.944807] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Down [ 19.954725] br-lan: port 1(lan0) entered disabled state [ 22.804837] mv88e6085 d0032004.mdio-mii:01 lan0: Link is Up - 1Gbps/Full - flow control off [ 22.813587] br-lan: port 1(lan0) entered blocking state [ 22.819095] br-lan: port 1(lan0) entered forwarding state


The factory case overheats; you might want to mod passive or active cooling.

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/03/17 09:14
  • by borromini