Giter Club home page Giter Club logo

owrt-ubi-installer's People

Contributors

agsdot avatar aparcar avatar barryhuffman avatar dangowrt avatar dependabot[bot] avatar ericzhang456 avatar fghorow avatar fiveangle avatar inetol avatar iranmanesh avatar jauderho avatar jip-hop avatar jonathanunderwood avatar lectrical avatar lynxis avatar mrkiko avatar rasa avatar samuel-w avatar subraizada3 avatar taylorkline avatar yorper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

owrt-ubi-installer's Issues

white led blinking fast, how to debrick

Dear Mr Golle,

Merry Christmas to you and your loved ones.

I want to thank you for your efforts to support RT3200 router , it was a remarkable work that took very valuable time and great efforts
I have a Belkin rt3200 and used your installer v0.6.1 and according to your steps every thing went smooth and got opwnwrt working.
few days later I decided to go back to vendor firmware and completed the steps

  1. Boot into on-flash recovery/initramfs instead

  2. Use scp to copy the original/vendor bootchain (mtdx files) to the device's /tmp folder

  3. Connect to the device via SSH and enter the following commands:
    ubidetach -d 0
    insmod mtd-rw i_want_a_brick=1
    mtd write /tmp/mtd0 /dev/mtd0
    mtd write /tmp/mtd1 /dev/mtd1
    mtd write /tmp/mtd2 /dev/mtd2
    mtd write /tmp/mtd3 /dev/mtd3

  4. Reboot

Now I am stuck with blinking white power led ( 2 blinks per second)
So could you please help me to recover the device ? Stock is preferable but openwrt is ok if there is no other option

I am using windows pc and bit confused about using the factory tftp utility
https://www.linksys.com/us/support-article?articleNum=137928
as I didn't find any detailed explanation for the steps

I don't know how to use this software and also what are the timing needed for pressing the reset when powering on
Dear Mr Golle,
I understand you are busy now but I am confident that someone with your kindness and passion could help me to recover this great router

Thank you again an Merry Christmas
Ash

Stuck in recovery mode

Hi,

My router seems to stuck in recovery mode while I try to convert it to use UBI. I built the itb files on my own machine (which probably is a bad idea?) and flashed the recovery installer successfully. I then tried to flash the sysupgrade.itb file. However, the router just keeps rebooting into recovery mode. Only tmpfs is mounted and I cannot make any persistent changes. Some (probably) relevant information:

root@OpenWrt:~# ubus call system board
{
        "kernel": "5.10.61",
        "hostname": "OpenWrt",
        "system": "ARMv8 Processor rev 4",
        "model": "Linksys E8450 (UBI)",
        "board_name": "linksys,e8450-ubi",
        "rootfs_type": "initramfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "SNAPSHOT",
                "revision": "r17485-ae33ce2af2",
                "target": "mediatek/mt7622",
                "description": "OpenWrt SNAPSHOT r17485-ae33ce2af2"
        }
}
root@OpenWrt:~# mount
tmpfs on / type tmpfs (rw,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
pstore on /sys/fs/pstore type pstore (rw,noatime)
root@OpenWrt:~# logread
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    0.000000] Linux version 5.10.61 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 10.3.0 r17485-ae33ce2af2) 10.3.0, GNU ld (GNU Binutils) 2.36.1) #0 SMP Tue Sep 7 11:23:16 2021
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Machine model: Linksys E8450 (UBI)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] printk: bootconsole [uart8250] enabled
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Zone ranges:
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]   DMA      [mem 0x0000000040000000-0x000000005fffffff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]   DMA32    empty
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]   Normal   empty
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Movable zone start for each node
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Early memory node ranges
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000040000000-0x0000000042ffffff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000043000000-0x000000004302ffff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000043030000-0x000000005fffffff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.000000] On node 0 totalpages: 131072
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.000000]   DMA zone: 2048 pages used for memmap
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.000000]   DMA zone: 0 pages reserved
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.000000]   DMA zone: 131072 pages, LIFO batch:31
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] psci: probing for conduit method from DT.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] psci: PSCIv1.1 detected in firmware.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] psci: Using standard PSCI v0.2 function IDs
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] psci: SMC Calling Convention v1.2
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] percpu: Embedded 20 pages/cpu s43672 r8192 d30056 u81920
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.000000] pcpu-alloc: s43672 r8192 d30056 u81920 alloc=20*4096
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0 [0] 1
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Detected VIPT I-cache on CPU0
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] CPU features: detected: ARM erratum 845719
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] CPU features: detected: ARM erratum 843419
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129024
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    0.000000] Kernel command line: earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n1 swiotlb=512
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] Memory: 488588K/524288K available (8126K kernel code, 874K rwdata, 2212K rodata, 448K init, 303K bss, 35700K reserved, 0K cma-reserved)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] rcu: Hierarchical RCU implementation.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000]       Tracing variant of Tasks RCU enabled.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
Tue Sep  7 17:47:20 2021 kern.warn kernel: [    0.000000] GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x344/0x488 with crng_init=0
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.000003] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.008489] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=125000)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.019220] pid_max: default: 32768 minimum: 301
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.024081] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.031660] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.040655] rcu: Hierarchical SRCU implementation.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.045744] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.053960] smp: Bringing up secondary CPUs ...
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.058972] Detected VIPT I-cache on CPU1
Tue Sep  7 17:47:20 2021 kern.warn kernel: [    0.058980] CPU features: SANITY CHECK: Unexpected variation in SYS_CNTFRQ_EL0. Boot CPU: 0x00000000bebc20, CPU1: 0x00000000000000
Tue Sep  7 17:47:20 2021 kern.warn kernel: [    0.058996] CPU features: Unsupported CPU feature variation detected.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.059027] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.059095] smp: Brought up 1 node, 2 CPUs
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.093081] SMP: Total of 2 processors activated.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.097949] CPU features: detected: 32-bit EL0 Support
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.103270] CPU features: detected: CRC32 instructions
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.108689] CPU: All CPU(s) started at EL2
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.112932] alternatives: patching kernel code
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.120956] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.131174] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.138284] pinctrl core: initialized pinctrl subsystem
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.144778] NET: Registered protocol family 16
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.149796] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.157147] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.165183] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.173743] thermal_sys: Registered thermal governor 'fair_share'
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.173750] thermal_sys: Registered thermal governor 'bang_bang'
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.180064] thermal_sys: Registered thermal governor 'step_wise'
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.186312] thermal_sys: Registered thermal governor 'user_space'
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.192814] ASID allocator initialised with 65536 entries
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.205381] pstore: Registered ramoops as persistent store backend
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.211814] ramoops: using 0x10000@0x42ff0000, ecc: 0
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    0.248390] SCSI subsystem initialized
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    0.252591] libata version 3.00 loaded.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.256741] usbcore: registered new interface driver usbfs
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.262595] usbcore: registered new interface driver hub
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.268138] usbcore: registered new device driver usb
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.275438] clocksource: Switched to clocksource arch_sys_counter
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.282439] NET: Registered protocol family 2
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.287115] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.295041] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.303731] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.311787] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.319236] TCP: Hash tables configured (established 4096 bind 4096)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.325903] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.332673] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.339998] NET: Registered protocol family 1
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.344523] PCI: CLS 0 bytes, default 64
Tue Sep  7 17:47:20 2021 kern.info kernel: [    0.348814] Unpacking initramfs...
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.514340] Freeing initrd memory: 4900K
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.519493] workingset: timestamp_bits=46 max_order=17 bucket_order=0
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.528810] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.534856] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.577459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Tue Sep  7 17:47:20 2021 kern.err kernel: [    1.585653] mtk-tphy 1a0c4000.usb-phy: failed to get ref_clk(id-1)
Tue Sep  7 17:47:20 2021 kern.err kernel: [    1.597430] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.611970] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.620312] printk: console [ttyS0] disabled
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.624788] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 22, base_baud = 1562500) is a 16550A
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.634062] printk: console [ttyS0] enabled
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.642438] printk: bootconsole [uart8250] disabled
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.652874] 11004000.serial: ttyS1 at MMIO 0x11004000 (irq = 23, base_baud = 1562500) is a 16550A
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.662469] 1100c000.serial: ttyS2 at MMIO 0x1100c000 (irq = 27, base_baud = 17499995) is a MediaTek BTIF
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.672227] serial serial0: tty port ttyS2 registered
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.678332] mtk_rng 1020f000.rng: registered RNG driver
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.678461] random: fast init done
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.687133] random: crng init done
Tue Sep  7 17:47:20 2021 kern.warn kernel: [    1.691127] cacheinfo: Unable to detect cache hierarchy for CPU 0
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.700252] loop: module loaded
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.703397] Loading iSCSI transport class v2.0-870.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.709983] mtk-snand 1100d000.snfi: chip is FM35Q1GA, size 128MB, page size 2048, oob size 64
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.722101] 4 fixed-partitions partitions found on MTD device 1100d000.snfi
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.729091] Creating 4 MTD partitions on "1100d000.snfi":
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.734485] 0x000000000000-0x000000080000 : "bl2"
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.740143] 0x000000080000-0x0000001c0000 : "fip"
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.746527] 0x0000001c0000-0x0000002c0000 : "factory"
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    1.752972] 0x000000300000-0x000008000000 : "ubi"
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.890519] libphy: Fixed MDIO Bus: probed
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.918327] libphy: mdio: probed
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.922933] mtk_soc_eth 1b100000.ethernet eth0: mediatek frame engine at 0xffffffc011220000, irq 35
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.933593] i2c /dev entries driver
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.938395] mtk-wdt 10212000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.949771] NET: Registered protocol family 10
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.955036] Segment Routing with IPv6
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.958785] NET: Registered protocol family 17
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.963282] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.976392] 8021q: 802.1Q VLAN Support v1.8
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.981704] pstore: Using crash dump compression: deflate
Tue Sep  7 17:47:20 2021 kern.info kernel: [    1.996791] mtk-pcie 1a143000.pcie: host bridge /pcie@1a143000 ranges:
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.003331] mtk-pcie 1a143000.pcie: Parsing ranges property...
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.009193] mtk-pcie 1a143000.pcie:      MEM 0x0020000000..0x0027ffffff -> 0x0020000000
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.043786] mtk-pcie 1a143000.pcie: PCI host bridge to bus 0000:00
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.049990] pci_bus 0000:00: root bus resource [bus 00-ff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.055474] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff]
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.062340] pci_bus 0000:00: scanning bus
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.066390] pci 0000:00:00.0: [14c3:3258] type 01 class 0x060400
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.072416] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x1ffffffff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.081305] pci_bus 0000:00: fixups for bus
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.085505] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.092198] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.100214] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.107046] pci_bus 0000:01: scanning bus
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.111268] pci 0000:01:00.0: [14c3:7915] type 00 class 0x000280
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.117456] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.124776] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.132099] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.140062] pci 0000:01:00.0: supports D1 D2
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.144324] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.150956] pci 0000:01:00.0: PME# disabled
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.155443] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.196760] pci_bus 0000:01: fixups for bus
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.200947] pci_bus 0000:01: bus scan returning with max=01
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.206529] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.213140] pci_bus 0000:00: bus scan returning with max=01
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.218725] pci 0000:00:00.0: BAR 0: no space for [mem size 0x200000000 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.226378] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x200000000 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.234372] pci 0000:00:00.0: BAR 8: assigned [mem 0x20000000-0x201fffff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.241158] pci 0000:01:00.0: BAR 0: assigned [mem 0x20000000-0x200fffff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.248982] pci 0000:01:00.0: BAR 2: assigned [mem 0x20100000-0x20103fff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.256807] pci 0000:01:00.0: BAR 4: assigned [mem 0x20104000-0x20104fff 64bit pref]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.264623] pci 0000:00:00.0: PCI bridge to [bus 01]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.269588] pci 0000:00:00.0:   bridge window [mem 0x20000000-0x201fffff]
Tue Sep  7 17:47:20 2021 kern.err kernel: [    2.276474] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.283078] pcieport 0000:00:00.0: assign IRQ: got 0
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.288048] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.294151] pcieport 0000:00:00.0: enabling bus mastering
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.300084] mtk-pcie 1a145000.pcie: host bridge /pcie@1a145000 ranges:
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.306632] mtk-pcie 1a145000.pcie: Parsing ranges property...
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.312464] mtk-pcie 1a145000.pcie:      MEM 0x0028000000..0x002fffffff -> 0x0028000000
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.420664] mtk-pcie 1a145000.pcie: Port1 link down
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.425679] mtk-pcie 1a145000.pcie: PCI host bridge to bus 0001:00
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.431855] pci_bus 0001:00: root bus resource [bus 00-ff]
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.437348] pci_bus 0001:00: root bus resource [mem 0x28000000-0x2fffffff]
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.444213] pci_bus 0001:00: scanning bus
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.449379] pci_bus 0001:00: fixups for bus
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    2.453555] pci_bus 0001:00: bus scan returning with max=00
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.459463] mtk_hsdma 1b007000.dma-controller: Using 3 as missing dma-requests property
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.467739] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver registered
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.531068] libphy: dsa slave smi: probed
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.536054] mt7530 mdio-bus:00 lan1 (uninitialized): PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.546713] mt7530 mdio-bus:00 lan2 (uninitialized): PHY [dsa-0.0:01] driver [Generic PHY] (irq=POLL)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.557354] mt7530 mdio-bus:00 lan3 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY] (irq=POLL)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.567992] mt7530 mdio-bus:00 lan4 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY] (irq=POLL)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.578815] mt7530 mdio-bus:00 wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY] (irq=POLL)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.589023] mt7530 mdio-bus:00: configuring for fixed/2500base-x link mode
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.596796] mt7530 mdio-bus:00: Link is Up - 2.5Gbps/Full - flow control rx/tx
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.597460] DSA: tree 0 setup
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.607941] xhci-mtk 1a0c0000.usb: xHCI Host Controller
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.613183] xhci-mtk 1a0c0000.usb: new USB bus registered, assigned bus number 1
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.622256] xhci-mtk 1a0c0000.usb: hcc params 0x01403198 hci version 0x96 quirks 0x0000000000210010
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.631349] xhci-mtk 1a0c0000.usb: irq 31, io mem 0x1a0c0000
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.637467] hub 1-0:1.0: USB hub found
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.641241] hub 1-0:1.0: 2 ports detected
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.645541] xhci-mtk 1a0c0000.usb: xHCI Host Controller
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.650771] xhci-mtk 1a0c0000.usb: new USB bus registered, assigned bus number 2
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.658190] xhci-mtk 1a0c0000.usb: Host supports USB 3.0 SuperSpeed
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.664502] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.672908] hub 2-0:1.0: USB hub found
Tue Sep  7 17:47:20 2021 kern.info kernel: [    2.676705] hub 2-0:1.0: 1 port detected
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    2.681709] UBI: auto-attach mtd3
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    2.685037] ubi0: attaching mtd3
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.072835] ubi0: scanning is finished
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.080887] ubi0: attached mtd3 (name "ubi", size 125 MiB)
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.086397] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.093262] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.100052] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.107009] ubi0: good PEBs: 1000, bad PEBs: 0, corrupted PEBs: 0
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.113093] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 128
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.120310] ubi0: max/mean erase counter: 4/1, WL threshold: 4096, image sequence number: 958180171
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.129352] ubi0: available PEBs: 0, total reserved PEBs: 1000, PEBs reserved for bad PEB handling: 20
Tue Sep  7 17:47:20 2021 kern.notice kernel: [    3.138726] ubi0: background thread "ubi_bgt0d" started, PID 803
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.145656] FIT: Default configuration: "config-1" (OpenWrt linksys_e8450-ubi)
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.152892] FIT:           kernel sub-image 0x00001000..0x0050b710 "kernel-1" (ARM64 OpenWrt Linux-5.10.61)
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.162731] FIT:          flat_dt sub-image 0x0050c000..0x00513328 "fdt-1" (ARM64 OpenWrt linksys_e8450-ubi device tree blob)
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.174126] FIT:       filesystem sub-image 0x00514000..0x00ab4fff "rootfs-1" (ARM64 OpenWrt linksys_e8450-ubi rootfs)
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.184903] FIT: selecting configured loadable "rootfs-1" to be root filesystem
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.192207]  ubiblock0_4: p1(rootfs-1)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.192505] block ubiblock0_4: created from ubi0:4(fit)
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.202392] Freeing unused kernel memory: 448K
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.245449] Run /init as init process
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.249103]   with arguments:
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.252060]     /init
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.254323]   with environment:
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.257462]     HOME=/
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    3.259811]     TERM=linux
Tue Sep  7 17:47:20 2021 user.info kernel: [    3.419556] init: Console is alive
Tue Sep  7 17:47:20 2021 user.info kernel: [    3.423050] init: - watchdog -
Tue Sep  7 17:47:20 2021 user.info kernel: [    3.429626] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Tue Sep  7 17:47:20 2021 user.info kernel: [    3.439247] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Tue Sep  7 17:47:20 2021 user.info kernel: [    3.456768] init: - preinit -
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.504249] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.512649] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.527983] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
Tue Sep  7 17:47:20 2021 kern.info kernel: [    3.535116] 8021q: adding VLAN 0 to HW filter on device lan1
Tue Sep  7 17:47:20 2021 kern.info kernel: [    6.688782] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Sep  7 17:47:20 2021 kern.info kernel: [    6.696301] IPv6: ADDRCONF(NETDEV_CHANGE): lan1: link becomes ready
Tue Sep  7 17:47:20 2021 kern.info kernel: [    7.590063] mt7530 mdio-bus:00 lan1: Link is Down
Tue Sep  7 17:47:20 2021 user.info kernel: [    7.598884] procd: - early -
Tue Sep  7 17:47:20 2021 user.info kernel: [    7.601804] procd: - watchdog -
Tue Sep  7 17:47:20 2021 user.info kernel: [    8.126985] procd: - watchdog -
Tue Sep  7 17:47:20 2021 user.info kernel: [    8.130308] procd: - ubus -
Tue Sep  7 17:47:20 2021 user.info kernel: [    8.183635] procd: - init -
Tue Sep  7 17:47:20 2021 user.info kernel: [    8.286914] urngd: v1.0.2 started.
Tue Sep  7 17:47:20 2021 kern.err kernel: [    8.330758] pstore: crypto_comp_decompress failed, ret = -22!
Tue Sep  7 17:47:20 2021 user.info kernel: [    8.340241] kmodloader: loading kernel modules from /etc/modules.d/*
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.353745] Loading modules backported from Linux version v5.10.42-0-g65859eca4dff
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.361338] Backport generated by backports.git v5.10.42-1-0-gbee5c545
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.380080] xt_time: kernel timezone is -0000
Tue Sep  7 17:47:20 2021 kern.debug kernel: [    8.422030] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.438838] PPP generic driver version 2.4.2
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.445633] NET: Registered protocol family 24
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.445797] mt7622-wmac 18000000.wmac: HW/SW Version: 0x8a108a10, Build Time: 20190801210006a
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.445797]
Tue Sep  7 17:47:20 2021 user.info kernel: [    8.467021] kmodloader: done loading kernel modules from /etc/modules.d/*
Tue Sep  7 17:47:20 2021 kern.info kernel: [    8.473259] mt7622-wmac 18000000.wmac: N9 Firmware Version: 2.0, Build Time: 20200131180931
Tue Sep  7 17:47:21 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Tue Sep  7 17:47:21 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: Connected to system UBus
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: started, version 2.85 cachesize 150
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: DNS service limited to local subnets
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: UBus support enabled: connected to system bus
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain test
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain onion
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain localhost
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain local
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain invalid
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain bind
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: using only locally-known addresses for domain lan
Tue Sep  7 17:47:21 2021 daemon.warn dnsmasq[1676]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: read /etc/hosts - 4 addresses
Tue Sep  7 17:47:21 2021 daemon.info dnsmasq[1676]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Tue Sep  7 17:47:27 2021 authpriv.info dropbear[1742]: Not backgrounding
Tue Sep  7 17:47:27 2021 daemon.notice wpa_supplicant[1841]: Successfully initialized wpa_supplicant
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: 8021ad
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: 8021q
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: macvlan
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: veth
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: bridge
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: Network device
Tue Sep  7 17:47:27 2021 user.notice : Added device handler type: tunnel
Tue Sep  7 17:47:27 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Tue Sep  7 17:47:27 2021 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Tue Sep  7 17:47:27 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Tue Sep  7 17:47:27 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Tue Sep  7 17:47:27 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Tue Sep  7 17:47:27 2021 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.229668] mtk_soc_eth 1b100000.ethernet eth0: Link is Down
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.238801] mtk_soc_eth 1b100000.ethernet eth0: configuring for fixed/2500base-x link mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.247371] mtk_soc_eth 1b100000.ethernet eth0: Link is Up - 2.5Gbps/Full - flow control rx/tx
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.256293] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.264378] mt7530 mdio-bus:00 lan1: configuring for phy/gmii link mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.272747] 8021q: adding VLAN 0 to HW filter on device lan1
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.284952] br-lan: port 1(lan1) entered blocking state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.290352] br-lan: port 1(lan1) entered disabled state
Tue Sep  7 17:47:28 2021 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.296219] device lan1 entered promiscuous mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.300858] device eth0 entered promiscuous mode
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'lan' is enabled
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'lan' is setting up now
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'lan' is now up
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.313668] mt7530 mdio-bus:00 lan2: configuring for phy/gmii link mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.321138] 8021q: adding VLAN 0 to HW filter on device lan2
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.329802] br-lan: port 2(lan2) entered blocking state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.335036] br-lan: port 2(lan2) entered disabled state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.341616] device lan2 entered promiscuous mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.351819] mt7530 mdio-bus:00 lan3: configuring for phy/gmii link mode
Tue Sep  7 17:47:28 2021 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.359760] 8021q: adding VLAN 0 to HW filter on device lan3
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.370324] mt7530 mdio-bus:00 lan3: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.380364] br-lan: port 3(lan3) entered blocking state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.385648] br-lan: port 3(lan3) entered disabled state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.392210] device lan3 entered promiscuous mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.400797] br-lan: port 3(lan3) entered blocking state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.406089] br-lan: port 3(lan3) entered forwarding state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.411607] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Tue Sep  7 17:47:28 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Tue Sep  7 17:47:28 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.421300] mt7530 mdio-bus:00 lan4: configuring for phy/gmii link mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.428716] 8021q: adding VLAN 0 to HW filter on device lan4
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.436859] br-lan: port 4(lan4) entered blocking state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.442091] br-lan: port 4(lan4) entered disabled state
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.454215] device lan4 entered promiscuous mode
Tue Sep  7 17:47:28 2021 daemon.notice netifd: bridge 'br-lan' link is up
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'loopback' is enabled
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'loopback' is setting up now
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'loopback' is now up
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.467371] mt7530 mdio-bus:00 wan: configuring for phy/gmii link mode
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.474937] 8021q: adding VLAN 0 to HW filter on device wan
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.479268] mt7530 mdio-bus:00 wan: Link is Up - 1Gbps/Full - flow control off
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'wan' is enabled
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'wan6' is enabled
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Network device 'eth0' link is up
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Network device 'lan3' link is up
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Network device 'lo' link is up
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'loopback' has link connectivity
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Network device 'wan' link is up
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'wan' has link connectivity
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Sep  7 17:47:28 2021 daemon.notice netifd: Interface 'wan6' is setting up now
Tue Sep  7 17:47:28 2021 kern.info kernel: [   17.488114] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
Tue Sep  7 17:47:28 2021 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Tue Sep  7 17:47:28 2021 daemon.notice netifd: wan (2350): udhcpc: started, v1.34.0
Tue Sep  7 17:47:28 2021 daemon.err odhcp6c[2360]: Failed to send RS (Address not available)
Tue Sep  7 17:47:28 2021 daemon.notice netifd: wan (2350): udhcpc: broadcasting discover
Tue Sep  7 17:47:28 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN

Thanks!

add AES supports

As we know the A53 core supports AES, Normally, the AES test should be about 550K, but the score was only around 55K. It is sure that AES is work abnormally. I'm sure I've found the solution, but I don't know where to add these two options in build_installer.sh

CONFIG_PACKAGE_libmbedtls=y
CONFIG_LIBMBEDTLS_HAVE_ARMV8CE_AES=y

AES test score==================================================
root@E8450:~# openssl speed -evp aes-128-gcm
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
aes-128-gcm 37646.77k 49596.20k 54220.89k 56560.84k 55971.36k 55974.10k

How to get back to the official firmware from OPENWRT?

I have searched a lot of tutorials on the Internet, but there is no way to flash back to the official firmware, because the speed and stability of OPENWRT do not feel as stable and fast as the official, so I want to flash back to the official firmware version, is there any way? ?

Unable to install UBI version on stock RT3200 (AX)

I've followed the instructions here to install on a stock router. Using the precompiled (v0.5) files here

The first flash is successful, and I'm met with an OpenWRT login, I'm not convinced the second is successful though as it doesn't preserve settings on a reboot. Running df over SSH shows a bunch of tmpfs entries.

Any suggestions for how to proceed? Can I safely flash it using the 0.4 version of the sysupgrade file?

Many thanks,

LuCi mtdblock download fails

Hi,

I'm at the backup step of the readme. Downloading each of the mtdblock files from LuCi is failing for me. The download doesn't complete successfully, resulting in files which are too small. I now have this:

-rw-rw-rw-@ 1 512K Dec 30 13:11 OpenWrt.mtd0.bin
-rw-rw-rw-@ 1 784K Dec 30 13:11 OpenWrt.mtd1.bin
-rw-rw-rw-@ 1   0B Dec 30 13:11 OpenWrt.mtd2.bin
-rw-rw-rw-@ 1 128K Dec 30 13:11 OpenWrt.mtd3.bin
-rw-r--r--  1 512K Dec 30 13:23 mtd0
-rw-r--r--  1 1.3M Dec 30 13:23 mtd1
-rw-r--r--  1 1.0M Dec 30 13:23 mtd2
-rw-r--r--  1 125M Dec 30 13:24 mtd3

Screenshot 2021-12-30 at 13 40 35

I tried Chrome, Firefox and Safari with same results unfortunately.

How should I proceed? Is there another way to download each of the mtdblock files from LuCi? Or is it safe for me to continue without these files?

My device is a Belkin and it came with stock firmware 1.0.01.101415 (I didn't downgrade). I did do a factory reset before flashing openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb from Release v0.6.1 and I'm connecting with an ethernet cable on LAN port 1.

diffconfig availability

I'd like to to roll my own firmware. Is the diffconfig for your image available some where? ./scripts/diffconfig.sh > rt3200.diffconfig

how to specify additional packages

hi, i know this is not the place to look for support, but i haven't seen that there is a specific thread in the openwrt forum, so i try to ask here ...

I'm trying to prepare the environment to generate an image with your script ... But I have a couple of doubts with the "build_installer.sh" file:

To add new packages, should I include them in "OPENWRT_ADD_PACKAGES"? And should I include the package and its dependencies? for example, if I want to include adblock, just add "luci-app-adblock"? or should I also include "adblock" ?:

OPENWRT_ADD_PACKAGES = "luci-app-adblock" or
OPENWRT_ADD_PACKAGES = "luci-app-adblock adblock" ?

And... What's the point of "OPENWRT_REMOVE_PACKAGES"? I see that it deletes packages installed by "OPENWRT_UPG_PACKAGES" ...

Random crashes on r18125-b764cb9e5b (cross-post)

Hey,

I got the recommendation after I summarized all information I could also report here as you are a target expert - so I hope you are OK with this cross-post ✌🏻 (Forum: https://forum.openwrt.org/t/belkin-rt3200-aka-linksys-e8450-random-crashes/117547)

I'm facing random hangs/crashes of the device, I can reproduce manually when restarting br-lan device from luci. Changing settings of the device does not cause any problems:

Mon Jan 17 02:21:35 2022 kern.warn kernel: [20523.545686] print_req_error: 34353 callbacks suppressed
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.545693] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.563301] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.575053] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.585826] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.596576] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.608276] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.619036] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.630770] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.641523] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.653218] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:35 2022 kern.warn kernel: [20523.665648] buffer_io_error: 34347 callbacks suppressed
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.666240] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.679089] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.687680] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.695278] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.703946] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.711575] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.720229] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.727848] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.735385] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:35 2022 kern.err kernel: [20523.744056] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.warn kernel: [20528.555613] print_req_error: 34401 callbacks suppressed
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.555621] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.572530] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.583283] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.595062] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.605814] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.616988] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.627737] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.639519] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.650263] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.662034] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:40 2022 kern.warn kernel: [20528.675710] buffer_io_error: 34410 callbacks suppressed
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.675716] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.689535] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.697154] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.704693] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.713321] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.720942] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.729537] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.737155] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.744690] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:40 2022 kern.err kernel: [20528.753279] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.warn kernel: [20533.565684] print_req_error: 34421 callbacks suppressed
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.565692] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.582670] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.593415] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.605165] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.615899] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.627631] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.638372] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.650111] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.660844] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.672607] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:45 2022 kern.warn kernel: [20533.685572] buffer_io_error: 34416 callbacks suppressed
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.685579] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.699364] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.706976] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.714561] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.723126] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.730754] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.739384] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.747005] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.754565] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:45 2022 kern.err kernel: [20533.763169] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.warn kernel: [20538.575628] print_req_error: 34440 callbacks suppressed
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.575636] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.592517] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.603332] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.615067] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.625817] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.637595] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.648341] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.660075] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.670818] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.682544] blk_update_request: I/O error, dev mtdblock2, sector 256 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
Mon Jan 17 02:21:50 2022 kern.warn kernel: [20538.695525] buffer_io_error: 34440 callbacks suppressed
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.696051] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.708891] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.717513] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.725110] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.733701] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.741352] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.749995] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.757622] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.765158] Buffer I/O error on dev mtdblock2, logical block 32, async page read
Mon Jan 17 02:21:50 2022 kern.err kernel: [20538.773797] Buffer I/O error on dev mtdblock2, logical block 32, async page read

There is also a full logread-output available here when triggering the issue: https://pastebin.com/g7TTBY7u

The mtd-layout looks like:

root@router:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00080000 00020000 "bl2"
mtd1: 00140000 00020000 "fip"
mtd2: 00100000 00020000 "factory"
mtd3: 07d00000 00020000 "ubi"

Do you have any idea? Would it be recommended to use "Attended Sysupgrade" to get latest snapshot and test if it still occurs or can it be that I did something wrong after using the installer e.g. sysupgrades/resets that cause it? Is running the installer again another option/safe?

Thanks for the awesome work! 🥳

Booting installer.itb - bad crc, boots into recovery

I have a Belkin RT3200, that was running 1.0.01.101415. I flashed the 0.6.2 recovery.itb image. I saved the mtd[0-3] backups. I forgot to press the reset button, but I eventually made it back to stock firmware. I flashed the installer.itb. It boots, is unreachable for 5 or 10 secs & reboots into recovery.itb. I manually copy mtd[0-3], IWantABrick & have stock firmware. I flashed 0.6.0 with the same result. I can't figure out how to get the installer.itb to boot.

So I connected my usb-to-serial RX-TX-GND and I get gobbldy-gook. I swap Rx<>Tx to --T-RG and I have meaningful output.

Below are console outputs of 3 boot attempts:

  1. Unplugged, boot into installer with the above described light pattern. I did not press the reset button despite the 'button pushed' line.
  2. Booting into recovery while pressing reset
  3. Booting into recovery

Any ideas of how to get a working OpenWrt image to stick?


Boot into installer

F0: 102B 0000
F6: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 0400 0041 [0000]
G0: 1190 0000
T0: 0000 02AF [000F]
Jump to BL

NOTICE:  BL2: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL2: Built : 22:51:20, Nov 19 2021
NOTICE:  SPI-NAND: FM35Q1GA (128MB)
NOTICE:  BL2: Booting BL31
NOTICE:  BL31: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL31: Built : 22:51:20, Nov 19 2021
serial_mtk serial@11002000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19


U-Boot 2021.10 (Nov 19 2021 - 22:51:20 +0000)

CPU:   MediaTek MT7622
Model: mt7622-linksys-e8450-ubi
DRAM:  512 MiB
WDT:   Started with servicing (60s timeout)
MMC:   
Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
Read 126976 bytes from volume ubootenv to 000000005f7bf3c0
Read 126976 bytes from volume ubootenv2 to 000000005f7de400
OK
In:    serial@11002000
Out:   serial@11002000
Err:   serial@11002000
reset button found
button pushed, resetting environment
*** Warning - bad CRC, using default environment

Net:   eth0: ethernet@1b100000
Reading 131072 byte(s) (64 page(s)) at offset 0x00220000
## Error: Can't overwrite "ethaddr"
## Error inserting "ethaddr" variable, errno=1
Saving Environment to UBI... Writing to UBI... done
OK
Saving Environment to UBI... Writing to UBI... done
OK
on
Using ethernet@1b100000 device
TFTP from server 192.168.1.254; our IP address is 192.168.1.1
Filename 'openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb'.
Load address: 0x48000000
Loading: *�
F0: 102B 0000
F6: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 0400 0041 [0000]
G0: 1190 0000
T0: 0000 02AF [000F]
Jump to BL

NOTICE:  BL2: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL2: Built : 22:51:20, Nov 19 2021
NOTICE:  SPI-NAND: FM35Q1GA (128MB)
NOTICE:  BL2: Booting BL31
NOTICE:  BL31: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL31: Built : 22:51:20, Nov 19 2021
serial_mtk serial@11002000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19


U-Boot 2021.10 (Nov 19 2021 - 22:51:20 +0000)

CPU:   MediaTek MT7622
Model: mt7622-linksys-e8450-ubi
DRAM:  512 MiB
WDT:   Started with servicing (60s timeout)
MMC:   
Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
Read 126976 bytes from volume ubootenv to 000000005f7bf3c0
Read 126976 bytes from volume ubootenv2 to 000000005f7de400
OK
In:    serial@11002000
Out:   serial@11002000
Err:   serial@11002000
reset button found
Loading Environment from UBI... Read 126976 bytes from volume ubootenv to 000000005f7bf3c0
Read 126976 bytes from volume ubootenv2 to 000000005f7de400
OK
Net:   eth0: ethernet@1b100000
      ( ( ( OpenWrt ) ) )       U-Boot 2021.10 (Nov 19 2021 - 22:51:20 +0000)  Press UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit     1. Run default boot command.     2. Boot system via TFTP.     3. Boot production system from flash.     4. Boot recovery system from flash.     5. Load production system via TFTP then write to flash.     6. Load recovery system via TFTP then write to flash.     7. Load BL31+U-Boot FIP via TFTP then write to flash.     8. Load BL2 preloader via TFTP then write to flash.     9. Reboot.     a. Reset all settings to factory defaults.     0. U-Boot console  Hit any key to stop autoboot:  3 ��� 2 ��� 1 ��� 0 Volume fit not found!
No size specified -> Using max size (9142272)
Read 9142272 bytes from volume recovery to 0000000048000000
## Loading kernel from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM64 OpenWrt Linux-5.10.80
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x480000fc
     Data Size:    3905139 Bytes = 3.7 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x44000000
     Entry Point:  0x44000000
     Hash algo:    crc32
     Hash value:   d28ef0c0
     Hash algo:    sha1
     Hash value:   1919d617153fd5bb4dc6d5da563608fe6bd01063
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading ramdisk from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'initrd-1' ramdisk subimage
     Description:  ARM64 OpenWrt linksys_e8450-ubi initrd
     Type:         RAMDisk Image
     Compression:  Unknown Compression
     Data Start:   0x483b98ac
     Data Size:    5052292 Bytes = 4.8 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    crc32
     Hash value:   07fd4c55
     Hash algo:    sha1
     Hash value:   978bea2e5e03826d9b926776538f7582a9bef802
   Verifying Hash Integrity ... crc32+ sha1+ OK
WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file!
## Loading fdt from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'fdt-1' fdt subimage
     Description:  ARM64 OpenWrt linksys_e8450-ubi device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x4888b140
     Data Size:    29481 Bytes = 28.8 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   d090dd70
     Hash algo:    sha1
     Hash value:   5a6a6edd97ebfd758f4e57902d4662cb015eaf39
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x4888b140
   Uncompressing Kernel Image
   Loading Ramdisk to 5f329000, end 5f7fa784 ... OK
   Loading Device Tree to 000000005f31e000, end 000000005f328328 ... OK
Add 'reserved-memory' node failed: FDT_ERR_EXISTS

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.10.80 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r18125-b764cb9e5b) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Nov 19 22:51:20 2021
[    0.000000] Machine model: Linksys E8450 (UBI)
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
SNIP

Boot into recovery+reset

F0: 102B 0000
F6: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 0400 0041 [0000]
G0: 1190 0000
T0: 0000 02AF [000F]
Jump to BL

NOTICE:  BL2: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL2: Built : 22:51:20, Nov 19 2021
NOTICE:  SPI-NAND: FM35Q1GA (128MB)
NOTICE:  BL2: Booting BL31
NOTICE:  BL31: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL31: Built : 22:51:20, Nov 19 2021
serial_mtk serial@11002000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19


U-Boot 2021.10 (Nov 19 2021 - 22:51:20 +0000)

CPU:   MediaTek MT7622
Model: mt7622-linksys-e8450-ubi
DRAM:  512 MiB
WDT:   Started with servicing (60s timeout)
MMC:   
Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
Read 126976 bytes from volume ubootenv to 000000005f7bf3c0
Read 126976 bytes from volume ubootenv2 to 000000005f7de400
OK
In:    serial@11002000
Out:   serial@11002000
Err:   serial@11002000
reset button found
button pushed, resetting environment
*** Warning - bad CRC, using default environment

Net:   eth0: ethernet@1b100000
Reading 131072 byte(s) (64 page(s)) at offset 0x00220000
## Error: Can't overwrite "ethaddr"
## Error inserting "ethaddr" variable, errno=1
Saving Environment to UBI... Writing to UBI... done
OK
Saving Environment to UBI... Writing to UBI... done
OK
on
Using ethernet@1b100000 device
TFTP from server 192.168.1.254; our IP address is 192.168.1.1
Filename 'openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb'.
Load address: 0x48000000
Loading: *�
ARP Retry count exceeded; starting again
Wrong Image Format for bootm command
ERROR: can't get kernel image!
No size specified -> Using max size (9142272)
Read 9142272 bytes from volume recovery to 0000000048000000
## Loading kernel from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM64 OpenWrt Linux-5.10.80
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x480000fc
     Data Size:    3905139 Bytes = 3.7 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x44000000
     Entry Point:  0x44000000
     Hash algo:    crc32
     Hash value:   d28ef0c0
     Hash algo:    sha1
     Hash value:   1919d617153fd5bb4dc6d5da563608fe6bd01063
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading ramdisk from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'initrd-1' ramdisk subimage
     Description:  ARM64 OpenWrt linksys_e8450-ubi initrd
     Type:         RAMDisk Image
     Compression:  Unknown Compression
     Data Start:   0x483b98ac
     Data Size:    5052292 Bytes = 4.8 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    crc32
     Hash value:   07fd4c55
     Hash algo:    sha1
     Hash value:   978bea2e5e03826d9b926776538f7582a9bef802
   Verifying Hash Integrity ... crc32+ sha1+ OK
WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file!
## Loading fdt from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'fdt-1' fdt subimage
     Description:  ARM64 OpenWrt linksys_e8450-ubi device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x4888b140
     Data Size:    29481 Bytes = 28.8 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   d090dd70
     Hash algo:    sha1
     Hash value:   5a6a6edd97ebfd758f4e57902d4662cb015eaf39
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x4888b140
   Uncompressing Kernel Image
   Loading Ramdisk to 5f329000, end 5f7fa784 ... OK
   Loading Device Tree to 000000005f31e000, end 000000005f328328 ... OK
Add 'reserved-memory' node failed: FDT_ERR_EXISTS

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.10.80 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r18125-b764cb9e5b) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Nov 19 22:51:20 2021
[    0.000000] Machine model: Linksys E8450 (UBI)
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
SNIP

Boot into recovery

F0: 102B 0000
F6: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 0400 0041 [0000]
G0: 1190 0000
T0: 0000 02AF [000F]
Jump to BL

NOTICE:  BL2: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL2: Built : 22:51:20, Nov 19 2021
NOTICE:  SPI-NAND: FM35Q1GA (128MB)
NOTICE:  BL2: Booting BL31
NOTICE:  BL31: v2.4(release):OpenWrt v2021-05-08-d2c75b21-1 (mt7622-snand-1ddr)
NOTICE:  BL31: Built : 22:51:20, Nov 19 2021
serial_mtk serial@11002000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19


U-Boot 2021.10 (Nov 19 2021 - 22:51:20 +0000)

CPU:   MediaTek MT7622
Model: mt7622-linksys-e8450-ubi
DRAM:  512 MiB
WDT:   Started with servicing (60s timeout)
MMC:   
Loading Environment from UBI... SPI-NAND: FM35Q1GA (128MB)
Read 126976 bytes from volume ubootenv to 000000005f7bf3c0
Read 126976 bytes from volume ubootenv2 to 000000005f7de400
OK
In:    serial@11002000
Out:   serial@11002000
Err:   serial@11002000
reset button found
Loading Environment from UBI... Read 126976 bytes from volume ubootenv to 000000005f7bf3c0
Read 126976 bytes from volume ubootenv2 to 000000005f7de400
OK
Net:   eth0: ethernet@1b100000
      ( ( ( OpenWrt ) ) )       U-Boot 2021.10 (Nov 19 2021 - 22:51:20 +0000)  Press UP/DOWN to move, ENTER to select, ESC/CTRL+C to quit     1. Run default boot command.     2. Boot system via TFTP.     3. Boot production system from flash.     4. Boot recovery system from flash.     5. Load production system via TFTP then write to flash.     6. Load recovery system via TFTP then write to flash.     7. Load BL31+U-Boot FIP via TFTP then write to flash.     8. Load BL2 preloader via TFTP then write to flash.     9. Reboot.     a. Reset all settings to factory defaults.     0. U-Boot console  Hit any key to stop autoboot:  3 ��� 2 ��� 1 ��� 0 Volume fit not found!
No size specified -> Using max size (9142272)
Read 9142272 bytes from volume recovery to 0000000048000000
## Loading kernel from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  ARM64 OpenWrt Linux-5.10.80
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x480000fc
     Data Size:    3905139 Bytes = 3.7 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x44000000
     Entry Point:  0x44000000
     Hash algo:    crc32
     Hash value:   d28ef0c0
     Hash algo:    sha1
     Hash value:   1919d617153fd5bb4dc6d5da563608fe6bd01063
   Verifying Hash Integrity ... crc32+ sha1+ OK
## Loading ramdisk from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'initrd-1' ramdisk subimage
     Description:  ARM64 OpenWrt linksys_e8450-ubi initrd
     Type:         RAMDisk Image
     Compression:  Unknown Compression
     Data Start:   0x483b98ac
     Data Size:    5052292 Bytes = 4.8 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    crc32
     Hash value:   07fd4c55
     Hash algo:    sha1
     Hash value:   978bea2e5e03826d9b926776538f7582a9bef802
   Verifying Hash Integrity ... crc32+ sha1+ OK
WARNING: 'compression' nodes for ramdisks are deprecated, please fix your .its file!
## Loading fdt from FIT Image at 48000000 ...
   Using 'config-1' configuration
   Trying 'fdt-1' fdt subimage
     Description:  ARM64 OpenWrt linksys_e8450-ubi device tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x4888b140
     Data Size:    29481 Bytes = 28.8 KiB
     Architecture: AArch64
     Hash algo:    crc32
     Hash value:   d090dd70
     Hash algo:    sha1
     Hash value:   5a6a6edd97ebfd758f4e57902d4662cb015eaf39
   Verifying Hash Integrity ... crc32+ sha1+ OK
   Booting using the fdt blob at 0x4888b140
   Uncompressing Kernel Image
   Loading Ramdisk to 5f329000, end 5f7fa784 ... OK
   Loading Device Tree to 000000005f31e000, end 000000005f328328 ... OK
Add 'reserved-memory' node failed: FDT_ERR_EXISTS

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.10.80 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r18125-b764cb9e5b) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Fri Nov 19 22:51:20 2021
[    0.000000] Machine model: Linksys E8450 (UBI)
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
SNIP

Provide non-snapshot releases?

Thanks for this useful script!

I see it's hardcoded to download a snapshot build. This leads to compatibility problems down the road, such as the one here where a kernel mod from the packages cannot be installed.

Would it be possible to provide the last OpenWRT release as well?

Kernel Panic

Not sure if this should go here or on OpenWRT itself...

2021-10-05 00:37:49 | [468836.976100] Internal error: Oops: 96000006 [#1] SMP
2021-10-05 00:37:49 | [468836.965348] [0000000000000053] pgd=0000000042a2b003, p4d=0000000042a2b003, pud=0000000042a2b003, pmd=0000000000000000
2021-10-05 00:37:49 | [468836.958819] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000042a43000
2021-10-05 00:37:49 | [468836.955772] CM = 0, WnR = 0
2021-10-05 00:37:49 | [468836.951805] ISV = 0, ISS = 0x00000006
2021-10-05 00:37:49 | [468836.948815] Data abort info:
2021-10-05 00:37:49 | [468836.945598] EA = 0, S1PTW = 0
2021-10-05 00:37:49 | [468836.942467] SET = 0, FnV = 0
2021-10-05 00:37:49 | [468836.937065] EC = 0x25: DABT (current EL), IL = 32 bits
2021-10-05 00:37:49 | [468836.933934] ESR = 0x96000006
2021-10-05 00:37:49 | [468836.931063] Mem abort info:
2021-10-05 00:37:49 | [468836.922173] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000053

5GHz radio not available

Hi,

I have the same issue as #27 , however it seems that my comment didn't reopen the issue. I am opening a new one because of this, apologies if not appropriate. I am pasting my previous comment here:

After updating I also ran into the issue of the 5GHz radio not being found, but at least it was listed as not active. I tried the step above, however it isn't displayed at all afterwards. I suspect this is because I didn't retain any settings.

Is there a way to do a full start-over with the installation that would bring back the radio?

Please let me know if I need to provide any logs, and ideally where to find them.

Thank you!

Wireguard issue

kmod-wireguard refuses to install on 0.5.3.

Collected errors:

  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.64-1-6c1889bac5024893a9a66c4b6f7b4252) for kmod-crypto-lib-chacha20
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.64-1-6c1889bac5024893a9a66c4b6f7b4252) for kmod-crypto-kpp
  • pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.64-1-6c1889bac5024893a9a66c4b6f7b4252) for kmod-wireguard
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-wireguard:
  •  kernel (= 5.10.64-1-6c1889bac5024893a9a66c4b6f7b4252)
    
  • opkg_install_cmd: Cannot install package kmod-wireguard.

WiFi 6 (AX) support

Hey there - thanks for taking the time to put this together!

Edit: Initial post was misleading, see this comment for issue summary.

Initial post

I just followed the tutorial and managed to flash 0.4 on my RT3200. After a few hours of using it however, I've noticed that things are very unstable - notably:

  • Network speed maxes out at 20mbit/s (wired and WiFi)
  • LuCI becomes unresponsive after ~30 minutes - requires reset (30s unplugged, reboot alone won't do it)
  • DHCP sometimes just stops working
  • SSH sometimes doesn't accept connections/times out

So yeah - I'm wondering whether others are finding this to be unusable also or whether I'm doing something wrong.

Thank you!

Just wanted to say BIG FAT THANKS for keeping this repo updated and documenting the process of transition to OpenWRT in a such detailed manner. Much obliged 👍

21.02 release

Hello,

Current builds are using snapshot. Is the E8450 router a candidate to be available in next 21.02 release?

OpenWRT trunk image - fails to flash

okay, enlighten me, i built an image from openwrt master for the E8450

ls -al bin/targets/mediatek/mt7622
total 21916
drwxr-xr-x. 1 dingo dingo 462 May 28 13:33 .
drwxr-xr-x. 1 dingo dingo 12 May 28 13:13 ..
-rw-r--r--. 1 dingo dingo 3275 May 31 20:51 config.buildinfo
-rw-r--r--. 1 dingo dingo 412 May 31 20:51 feeds.buildinfo
-rw-r--r--. 1 dingo dingo 10879140 May 31 20:59 openwrt-mediatek-mt7622-linksys_e8450-initramfs-kernel.bin
-rw-r--r--. 1 dingo dingo 5567 May 31 20:59 openwrt-mediatek-mt7622-linksys_e8450.manifest
-rw-r--r--. 1 dingo dingo 11535138 May 31 20:59 openwrt-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin
drwxr-xr-x. 1 dingo dingo 7230 May 31 20:58 packages
-rw-r--r--. 1 dingo dingo 615 May 31 20:59 sha256sums
-rw-r--r--. 1 dingo dingo 18 May 31 20:51 version.buildinfo

If i upload it to the gui and flash it tells me

image

if i force flash, it doesnt appear to flash my image, as ive added custom packages and config, and they dont exist on login ? feels like the previous firmware. So can we build a custom image with our own packages and sysupgrade? or thats a fail ?

Available free space size 240MB or 82MB?

after execute sysupgrade -F openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb, there is about 240MB free space. and about 82MB after upload openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb.
there is no kmod-mt7915e included in openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb.

Script fails when run on Debain 10

I am attempting to use this script on my standard Debian 10 OpenWrt build env. I have made sure the Openwrt and Openwrt build pre-reqs are all installed as well as the additional 2 x packages called out in the readme. I am cloning the repo into a folder, CDing into that folder and attempting to run the script.

I noticed out of the gate I had to create a folder in the root of the build dir called "unfit", that allowed the script to continue much further. However now I am stuck at the build process looking for "./kernel-1", and I am not sure where that is coming from?

image

wireless mt7915e not appear. failed with error -22

It's problem of driver or hardware broken?

I refresh recovery , flash firmware openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb, and then upgrade to r17747-9d994f35b4 via Attended Sysupgrade yesterday.

There is no mt7915e in wireless, only MT7622.

System Log:
mt7915e: probe of 0000:02:00.0 failed with error -22

Similar to this openwrt/mt76#462

Difference between official build system and this script

I have a quick question regarding the difference between your installer script and the official build tooling of OpenWRT.

I didn't use the build system of OpenWRT for a very long time (4+ years) but in the past I remember that when I choose the target in the "make menuconfig" it also will generate a release image. Is my understanding correct that your image has some advantages (using UBI) compared to the official build tooling or is the difference somewhere else?

Either way thanks a lot for your work here, I actually notice the E8450 router due to your work and I already ordered one and waiting now for delivery (-:

How To Setup As Access Point / Dumb AP?

Hello, recently I've been trying to set up the router as an access point for my OPNsense firewall, but to no avail. I have been trying to make it work through configuration via the web interfacing, but I think I may be doing something wrong. The source I've been following is https://openwrt.org/docs/guide-user/network/wifi/dumbap, & I've been following everything to the letter except step 6 under “Configuration via OpenWrt Web Interface LUCI” because I don't know where that is located (it appears that the web UI of this particular firmware is quite different from the standard ones). Either way, it seemed optional due to its description.

As for the problem, I honestly don't know what is wrong. When I save & apply the changes (before I'm supposed to connect the cable into my OPNsense firewall), it just doesn't want to apply. It “rolls back” to original settings & leaves my changes pending. To be more specific, although I am able to disable & stop firewall, dnsmasq and odhcpd in the list of startup scripts, the LAN configurations just won't go through regardless of whether I disable & stop firewall, dnsmasq and odhcpd in the list of startup scripts before or after. If there are logs I can provide let me know how since I'm quite new in the OpenWrt domain & have only been messing around with it for a day or two. Thanks.

Belkin RT3200 bricked

Hello, Somehow while trying to install openwrt I have managed to get the router so it will not boot. I have managed to connect a serial console and I am getting the appended output. Thanks much for any help.

F0: 102B 0000
F6: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 0000 0041 [0000]
G0: 0190 0000
T0: 0000 0270 [000F]
Jump to BL

UNIVPLL_CON0 = 0xFE000000!!!
mt_pll_init: Set pll frequency for 25M crystal
[PMIC_WRAP]wrap_init pass,the return value=0.
[pmic_init] Preloader Start..................
[pmic_init] MT6380 CHIP Code, reg_val = 0, 1:E2  0:E3
[pmic_init] Done...................
Chip part number:7622B
MT7622 Version: 1.2.8, (iPA)
SSC OFF
mt_pll_post_init: mt_get_cpu_freq = 1350000Khz
mt_pll_post_init: mt_get_mem_freq = 1600000Khz
mt_pll_post_init: mt_get_bus_freq = 1119920Khz
[PLFM] Init I2C: OK(0)



[BLDR] Build Time: 20200522-165358
==== Dump RGU Reg ========
RGU MODE:     4D
RGU LENGTH:   FFE0
RGU STA:      0
RGU INTERVAL: FFF
RGU SWSYSRST: 8000
==== Dump RGU Reg End ====
RGU: g_rgu_satus:0
 mtk_wdt_mode_config  mode value=10, tmp:22000010
PL P ON
WDT does not trigger reboot
WDT NONRST=0x20000000
WDT IRQ_EN=0x340003
RGU mtk_wdt_init:MTK_WDT_DEBUG_CTL(590200F3)
[EMI] MDL number = 2
[EMI] DRAMC calibration start

[EMI] DRAMC calibration end

[EMI]rank size auto detect
[EMI]start_addr[0x40000000]=0x12345678, test_addr[0x48000000]= 0xEDCBA987
[EMI]start_addr[0x40000000]=0x12345678, test_addr[0x50000000]= 0xEDCBA987
[EMI]start_addr[0x40000000]=0xEDCBA987, test_addr[0x60000000]= 0xEDCBA987
[EMI]rank0 size: 0x20000000
[MEM] complex R/W mem test pass
RAM_CONSOLE wdt status (0x0)=0x0
[BBT] BMT.v2 is found at 0x3FF
[PLFM] Init Boot Device: OK(0)

[PART] blksz: 2048B
[PART] [0x0000000000000000-0x000000000007FFFF] "PRELOADER" (256 blocks)
[PART] [0x0000000000080000-0x00000000000BFFFF] "tee1" (128 blocks)
[PART] [0x00000000000C0000-0x000000000013FFFF] "lk" (256 blocks)



Device APC domain init setup:

Domain Setup (0x0)
Domain Setup (0x0)
Device APC domain after setup:
Domain Setup (0x0)
Domain Setup (0x0)
[PART] Image with part header
[PART] name : U-Boot
[PART] addr : 41E00000h mode : -1
[PART] size : 342676
[PART] magic: 58881688h

[PART] load "lk" from 0x00000000000C0200 (dev) to 0x41E00000 (mem) [SUCCESS]
[PART] load speed: 15934KB/s, 342676 bytes, 21ms
load lk (ret=0)

NAND read: device 0 offset 0x2300000, size 0x2000
 8192 bytes read: OK
[do_read_image_blks] Image format error,neither FIT image nor old image.
Bad Magic Number.

NAND read: device 0 offset 0x2300000, size 0x0
 0 bytes read: OK
bootm flag=0, states=70f
Wrong Image Format for bootm command
ERROR: can't get kernel image!
MT7622>
MT7622>
MT7622>
MT7622> U-Boot 2014.04-rc1 Version: 3>>>> U-Boot 2014.04-rc1 Version: 3>>>> U-Boot 2014.04-rc1 Version: 3>>>> U-Boot 2014.04-rc1 Version: 3>>>> U-

Installing kmod-tun

I would like to add kmod-tun to the packages built by this repo, so that we can use Tailscale (i.e. Wireguard) directly from the device.

Will it be enough to add it here?

https://github.com/dangowrt/linksys-e8450-openwrt-installer/blob/bcfe1d7e2f30cf13cfd06505675a27eda0543182/build_installer.sh#L239-L244

Is that something you would consider adding to the official build?

On a side note, I am not quite sure what the difference is between the recovery and the sysupgrade firmware files. I have never worked with OpenWRT, but I have a client who I am guiding in flashing the router, and he says that he can run OpenWRT with the recovery image, but once he flashes the sysupgrade image, the device no longer responds. Is that even supposed to work, I mean, running from the recovery image alone? (I realize this is very tangential to this issue.)

Generaled file uploaded - maybe brick now...

Hi,
I've uploaded the generated openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb file and now I have device with blinking led...
What do you recommend?
Thank you,
Peter

Question:

What would be the difficulty of reformatting the NAND for UBI, with OpenWRTs bootloader (uboot?) to load a stock OS payload?

The intention is to prevent future OEM updates blocking installation of OpenWRT via bootloader or signed firmware, and to get the performance of the stock OS while OpenWRT's 802.11ax support matures.

Additionally TRIM(via UBI) also extends the life of the underlaying flash.

A similar concept exists for the Nintendo 3DS called EmuNAND where you flash a custom bootloader to the NAND which chainloads the OEM bootloader which itself loads the default OS.

Priority problem of kmod-* packages.

I have installed v0.6.1 on my E8450 recently.
Kernel version is 5.10.80-1.
A dependency warning appeared while I install strongswan-full.

strongswan-01

It's my OPKG configuration.

strongswan-02

kmod-crypto-authenc_5.10.96-1_aarch64_cortex-a53.ipk can be found at
https://downloads.openwrt.org/snapshots/targets/mediatek/mt7622/packages/

kmod-crypto-authenc_5.10.80-1_aarch64_cortex-a53.ipk can be found at
https://downloads.openwrt.org/snapshots/targets/mediatek/mt7622/kmods/5.10.80-1-a3398c593d3440164c247a13bc67d164/

The priority of 5.10.96 is higher than 5.10.80.

So I move openwrt_kmods to first line and update list again, then depencency tree is okay.

src/gz openwrt_kmods https://downloads.openwrt.org/snapshots/targets/mediatek/mt7622/kmods/5.10.80-1-a3398c593d3440164c247a13bc67d164
src/gz openwrt_core https://downloads.openwrt.org/snapshots/targets/mediatek/mt7622/packages
src/gz openwrt_base https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base
src/gz openwrt_luci https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci
src/gz openwrt_packages https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages
src/gz openwrt_routing https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing
src/gz openwrt_telephony https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony

strongswan-03

After install strongswan-full, exit code 256 returned.
Kernel 5.10.96 is still required.

strongswan-04

How may I solve this problem?

UCI reports missing library file

V0.6.1- Release not build script.
lua: error loading module 'uci' from file '/usr/lib/lua/uci.so':
Error loading shared library libubox.so.20211120: No such file or directory (needed by /usr/lib/lua/uci.so)
I am not sure how to resolve this. Is it an issue with the build release or my own issue?

Upgrade to new release?

If we’re already on your 0.3 can we just flash 0.4 or so we also need to upgrade the installer file

conversion failed

I'm converting from stock firmware using your binary 0.61. I've already downgraded to 1.0.01 version of stock firmware before conversion. I got "192.168.1.1 says The image file is incorrect."

Is it possible to boot into recovery WITHOUT losing customization?

Some Gl.inet routers have two copies of firmware. One in NOR flash, another in NAND.
(GL-AR300M, for example)
Normally, the larger NAND flash is the rootfs, but it is possible to boot with the NOR flash as rootfs, mount the NAND flash from there and correct whatever configuration screw-ups might have broken the NAND flash copy.

This is a godsend for folks running complex setups with many extra OpenWRT packages.
Resetting to factory defaults means hours of reconfiguration and test.

It seems that this router could accomplish the same trick, if it were possible to reboot into recovery mode (root on the initramfs) WITHOUT clearing the UBI partitions.
One would boot into recovery, shell into the router, mount the UBIFS, and correct it before attempting to reboot.

Is this already possible?

If not, do you see reason it would be especially difficult to implement?

By the way, thanks for making all this. It's been rock solid for me (despite being on the bleeding edge :-)

Updated firmware

Hi All,

I'm wondering when we can get access to an updated version of openwrt for this (like 21.0). I'm looking at the VLAN setup and the DSA method in the newer versions seems to have much much better support for wireless VLANs.

Cannot install `...-ubi-squashfs-sysupgrade.itb`

These steps all worked perfectly, and my router now always boots into the recovery firmware.

1. Connect any of the LAN ports of the device directly to the Ethernet port of your computer.
2. Set the IP address of your computer as `192.168.1.254` with netmask `255.255.255.0`, no gateway, no DNS.
3. Power on the device, wait about a minute for it to be ready.
4. Open a web browser, navigate to http://192.168.1.1 and wait for the wizard to come up.
5. Click *exactly* inside the radio button to confirm the terms and conditions, then abort the wizard.
6. You should then be greeted by the login screen, the stock password is "admin".
7. Navigate to __Administration__ -> __Firmware Upgrade__.
8. Upload `openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb`.
9. Wait for a minute, the OpenWrt recovery image should come up.

But every time I try to run the by following the steps below, I'm still in the recovery firmware after reboot!

9. Navigate to __System__ -> __Backup / Flash Firmware__.
10. Upload `openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb`.
12. The device will reboot, you may proceed to setup OpenWrt.

I've tried debugging this from what I could piece together from briefly look at the code, and I made the assumption (which could be wrong) that install.sh is what runs when I upload the sysupgrade.itb. When I uploaded it via SSH and tried to run it manually, every thing worked except for this one line:

https://github.com/dangowrt/linksys-e8450-openwrt-installer/blob/a96977bc22ad8f0dbc69f769b60ece8b88719de3/files/installer/install.sh#L153

Which gives me

root@OpenWrt:~# mtd write $FIP /dev/mtd1
Could not open mtd device: /dev/mtd1
Can't open device for writing!

It looks like there's enough space on /proc/mtd, so I'm not sure what the issue is!

root@OpenWrt:~# cat /proc/mtd 
dev:    size   erasesize  name
mtd0: 00080000 00020000 "bl2"
mtd1: 00140000 00020000 "fip"
mtd2: 00100000 00020000 "factory"
mtd3: 07d00000 00020000 "ubi"
root@OpenWrt:~# ls -l $FIP
-rw-r--r--    1 root     root        946853 Nov 20 12:46 /installer/openwrt-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip

Please send help 😆

UBI vs NO-UBI

From OpenWRT-Wiki:

Due to the not exactly advantageous layout and management of the SPI Flash, the best way to use the device is to replace everything rather than trying to stay compatible with the vendor firmware. If you just want to try OpenWrt and still plan to go back to the vendor firmware, use the non-UBI version of the firmware which can be flashed using the vendor's web interface. In this case, download the non-UBI variant of the device firmware openwrt-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin and upload it in the vendor firmware Web UI upgrade page.

If you do want to use OpenWrt permanently, the easiest is to create an installation image using github.com/dangowrt/linksys-e8450-openwrt-installer and use that once to convert the device to UBI layout.

Could you explain to me what the disadvantages are if I use openwrt-mediatek-mt7622-linksys_e8450-squashfs-sysupgrade.bin instead of this method that creates UBI?

The image file is incorrect

On a brand new Belkin RT3200 with the latest 1.1.00.180912 firmware, and following these instructions, and uploading release v0.6.1 using Firefox 95.0 on Windows 10:

md5:    7abb0c728ab6dddb13d6d5085ce8364b *openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb
sha1:   5bd8e5920ede218253c286a262b7a269015c1643 *openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb
sha256: 3ca00588e01c6fb41084ded41929384a8a8717e830dfd2a1ba77c645f808cdb3 *openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb

I get a popup that says "The image file is incorrect". Here's the screenshot:

Any ideas what I'm doing wrong?

After flashing OpenWRT Snapshot doesn't response no more.

Hi,
When I try to flash Openwrt Snapsot it doen't connect to network and doesn't ping no more I can see wifi but can't connect to it.
With FW from here everything is ok but packager in Software are not compatible with current kernel.
Is there any posibility fo flash Openwrt snaphsot ? I'm trying to flash it from openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb file openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb

Thanks.

[Solved] I only see two problems.

  1. The script does not autodetect if we already have UBI to only update the UBOOT or bootloader when the installer is re-run, without the need for re-formatted and loose system and rootfs_data content and if it is necessary to re-formatted, then temporarily move the content of system, rootfs_data and boot_backup to another place and after update the bootloader put their content back there.

  2. You need another script or firmware that will automatically do the steps you mentioned to go back to stock firmware, for people who want to go back to stock firmware for X reason and then the stock firmware can be installed without problems or the same script installs the stock firmware.

Call it: openwrt-mediatek-mt7622-linksys_e8450-stock-recovery-firmware-installer.itb

A script or firmware that does this automatically:
The installer stores a copy of the previous bootchain in a dedicated UBI volume boot_backup. If you want to go back to the vendor firmware, you will have to boot into recovery mode (ie. initramfs), copy those files into /tmp, umount the UBI volume, detach the UBI device and then write the files to the corresponding MTD partitions (mtd write $file /dev/mtdX).

I hope you solve these serious problems and thank you for your work.

sysupgrade

Hi.

I installed v0.6.1 over stock firmware following your instructions. Works fine.

I used to perform command line "sysupgrade openwrt-***-sysupgrade.bin" for other routers for native builds when I want to upgrade. It handles configs transfer.

You will have new release sooner or later.
Is it safe to perform "sysupgrade openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb" from "production" environment (not recovery)?

Thanks.

Looks like build script is failing because public keys have expired

*sysupgrade.itb file has not been created

hello, after launching the script (build_installer.sh) two files are created:

openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery-installer.itb
openwrt-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb

But sysupgrade file is missing:
openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb
imagen

the script output:
https://pastebin.com/U2r1Bt8Y

is there anything i can do to find out what happened?

Coming from Non-UBI OpenWRT, cannot boot into factory firmware

I have previously been on Non-UBI. That works just fine - but I would like to completely convert.

I am following the instructions, and have tried to boot into factory firmware, by:

  • power-cycles (30-50s unplug)
  • reboot (ssh into openwrt, reboot)
  • reset-hold (holding reset for 10-20s as guided by linksys instructions)
  • reset-cycle (poweroff 30s, boot with reset down, never gets amber light)

But all I achieve is resetting OperWRT to factory defaults, not the linksys E8450 firmware.

What am I doing wrong? I have of course not tried flashing the original FW or any of the .itb files directly from OpenWRT :)

image

Fresh install of 0.5.2 - auc fails with Bad Message (74)

Hello, I have successfully installed the 0.5.2 release, and am very happy with the performance of it!

I am looking to eventually upgrade to the snapshot releases, and tried running auc. Unfortunately, I can't get it to work, as the confirmation dialogue fails with "Bad Message (74)":

root@Linksys00135:~# auc auc (0.1.8-1) Running: SNAPSHOT r17114-349e2b7e65 on mediatek/mt7622 (linksys,e8450-ubi) Available: SNAPSHOT r17417-38cb500516 Requesting package lists... kmod-usb-storage: 5.10.46-1 -> 5.10.60-1 iwinfo: 2021-06-28-c9b1672f-2 -> 2021-07-11-a0a0e02d-1 kmod-crypto-gf128: 5.10.46-1 -> 5.10.60-1 kmod-usb-core: 5.10.46-1 -> 5.10.60-1 kmod-usb-storage-uas: 5.10.46-1 -> 5.10.60-1 iw: 5.9-8fab0c9e-2 -> 5.9-8fab0c9e-3 kmod-crypto-manager: 5.10.46-1 -> 5.10.60-1 rpcd: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 busybox: 1.33.1-11 -> 1.33.1-12 kmod-crypto-ctr: 5.10.46-1 -> 5.10.60-1 kmod-crypto-hash: 5.10.46-1 -> 5.10.60-1 kmod-nf-reject6: 5.10.46-1 -> 5.10.60-1 kmod-crypto-aead: 5.10.46-1 -> 5.10.60-1 libiwinfo-lua: 2021-06-28-c9b1672f-2 -> 2021-07-11-a0a0e02d-1 luci-mod-system: git-21.105.64372-8c6a29a -> git-21.230.38677-82035ee kmod-nf-flow: 5.10.46-1 -> 5.10.60-1 kmod-lib-crc-ccitt: 5.10.46-1 -> 5.10.60-1 getrandom: 2020-10-25-9ef88681-2 -> 2021-08-03-205defb5-2 blockdev: 2.36.1-2 -> 2.37-1 luci-theme-bootstrap: git-21.164.71389-e6a2cdb -> git-21.217.49862-be028dc kmod-pppoe: 5.10.46-1 -> 5.10.60-1 kmod-pppox: 5.10.46-1 -> 5.10.60-1 kmod-ipt-conntrack: 5.10.46-1 -> 5.10.60-1 kmod-nf-reject: 5.10.46-1 -> 5.10.60-1 procd-ujail: 2021-05-05-021ece84-2 -> 2021-08-15-104b49d6-2 kmod-lib-crc16: 5.10.46-1 -> 5.10.60-1 base-files: 1445-r17114-349e2b7e65 -> 1451-r17417-38cb500516 kmod-nf-nat: 5.10.46-1 -> 5.10.60-1 kmod-crypto-crc32c: 5.10.46-1 -> 5.10.60-1 kmod-mt7615e: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 netifd: 2021-06-04-50381d0a-1 -> 2021-07-26-440eb064-1 uboot-envtools: 2021.01-35 -> 2021.01-38 kmod-usb-xhci-hcd: 5.10.46-1 -> 5.10.60-1 dnsmasq: 2.85-3 -> 2.85-7 procd: 2021-05-05-021ece84-2 -> 2021-08-15-104b49d6-2 kmod-crypto-hmac: 5.10.46-1 -> 5.10.60-1 kmod-crypto-sha256: 5.10.46-1 -> 5.10.60-1 kmod-mt7615-common: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 luci-mod-status: git-21.188.54937-a6d957d -> git-21.223.26748-6142579 kmod-mt76-connac: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 block-mount: 2021-05-16-3d40a1b5-2 -> 2021-08-14-2e3aca29-1 kmod-crypto-seqiv: 5.10.46-1 -> 5.10.60-1 kmod-fs-vfat: 5.10.46-1 -> 5.10.60-1 kmod-usb3: 5.10.46-1 -> 5.10.60-1 firewall: 2021-03-29-a4355a6f-1 -> 2021-08-14-40e5f6a2-1 luci-app-firewall: git-21.154.29028-dc0cfc6 -> git-21.223.26742-406e6c8 kmod-thermal: 5.10.46-1 -> 5.10.60-1 kmod-nf-ipt: 5.10.46-1 -> 5.10.60-1 wpad-openssl: 2021-05-22-b102f19b-20 -> 2021-05-22-b102f19b-31 kmod-ip6tables: 5.10.46-1 -> 5.10.60-1 odhcp6c: 2021-01-09-53f07e90-18 -> 2021-07-14-94adc8bb-18 fstools: 2021-05-16-3d40a1b5-2 -> 2021-08-14-2e3aca29-1 kmod-crypto-ghash: 5.10.46-1 -> 5.10.60-1 kmod-fs-ext4: 5.10.46-1 -> 5.10.60-1 kmod-hwmon-core: 5.10.46-1 -> 5.10.60-1 kmod-nls-utf8: 5.10.46-1 -> 5.10.60-1 luci-theme-openwrt-2020: git-21.168.43899-e8a6f0b -> git-21.223.72656-e0d385e kmod-nls-cp437: 5.10.46-1 -> 5.10.60-1 rpcd-mod-file: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 odhcpd-ipv6only: 2021-06-19-564d25e5-2 -> 2021-08-11-01b4e604-1 kmod-mt7915e: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 kmod-crypto-ccm: 5.10.46-1 -> 5.10.60-1 blockd: 2021-05-16-3d40a1b5-2 -> 2021-08-14-2e3aca29-1 luci-base: git-21.187.21474-0e4b4c5 -> git-21.226.86205-376af36 kmod-leds-gpio: 5.10.46-1 -> 5.10.60-1 kmod-gpio-button-hotplug: 5.10.46-3 -> 5.10.60-3 logd: 2020-10-25-9ef88681-2 -> 2021-08-03-205defb5-2 kmod-mac80211: 5.10.46+5.10.42-1-1 -> 5.10.60+5.10.42-1-1 luci-app-attendedsysupgrade: git-21.186.73763-cef330a -> git-21.234.36440-2a29911 kmod-ipt-core: 5.10.46-1 -> 5.10.60-1 attendedsysupgrade-common: 5 -> 6 kmod-ppp: 5.10.46-1 -> 5.10.60-1 kmod-fs-f2fs: 5.10.46-1 -> 5.10.60-1 kmod-crypto-null: 5.10.46-1 -> 5.10.60-1 libiwinfo: 2021-06-28-c9b1672f-2 -> 2021-07-11-a0a0e02d-1 kmod-mt7615-firmware: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 auc: 0.1.8-1 -> 0.2.2-2 kmod-nf-conntrack: 5.10.46-1 -> 5.10.60-1 kmod-nf-ipt6: 5.10.46-1 -> 5.10.60-1 kmod-crypto-gcm: 5.10.46-1 -> 5.10.60-1 kmod-fs-autofs4: 5.10.46-1 -> 5.10.60-1 rpcd-mod-rpcsys: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 kmod-nls-iso8859-1: 5.10.46-1 -> 5.10.60-1 kmod-crypto-cmac: 5.10.46-1 -> 5.10.60-1 kmod-crypto-rng: 5.10.46-1 -> 5.10.60-1 kmod-nf-conntrack6: 5.10.46-1 -> 5.10.60-1 libgcc: 8.4.0-3 -> 10.3.0-3 kmod-mt76-core: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 ubox: 2020-10-25-9ef88681-2 -> 2021-08-03-205defb5-2 kmod-crypto-crc32: 5.10.46-1 -> 5.10.60-1 rpcd-mod-iwinfo: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 luci-mod-network: git-21.190.70785-e5626ec -> git-21.223.26751-2393289 kmod-nls-base: 5.10.46-1 -> 5.10.60-1 hostapd-common: 2021-05-22-b102f19b-20 -> 2021-05-22-b102f19b-31 kmod-ipt-offload: 5.10.46-1 -> 5.10.60-1 kmod-scsi-core: 5.10.46-1 -> 5.10.60-1 kmod-slhc: 5.10.46-1 -> 5.10.60-1 kmod-cfg80211: 5.10.46+5.10.42-1-1 -> 5.10.60+5.10.42-1-1 kmod-ipt-nat: 5.10.46-1 -> 5.10.60-1 Are you sure you want to continue the upgrade process? [N/y] y Bad message (74) root@Linksys00135:~#

I have also tried upgrading auc and related packages via opkg first, but that does not work either:

root@Linksys01338:~# auc -f auc (0.2.2-2) Server: https://chef.libremesh.org Running: SNAPSHOT r17114-349e2b7e65 on mediatek/mt7622 (linksys,e8450-ubi) Available: SNAPSHOT r17417-38cb500516 Requesting package lists... kmod-usb-storage: 5.10.46-1 -> 5.10.60-1 iwinfo: 2021-06-28-c9b1672f-2 -> 2021-07-11-a0a0e02d-1 kmod-crypto-gf128: 5.10.46-1 -> 5.10.60-1 kmod-usb-core: 5.10.46-1 -> 5.10.60-1 kmod-usb-storage-uas: 5.10.46-1 -> 5.10.60-1 iw: 5.9-8fab0c9e-2 -> 5.9-8fab0c9e-3 kmod-crypto-manager: 5.10.46-1 -> 5.10.60-1 rpcd: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 busybox: 1.33.1-11 -> 1.33.1-12 kmod-crypto-ctr: 5.10.46-1 -> 5.10.60-1 kmod-crypto-hash: 5.10.46-1 -> 5.10.60-1 kmod-nf-reject6: 5.10.46-1 -> 5.10.60-1 kmod-crypto-aead: 5.10.46-1 -> 5.10.60-1 libiwinfo-lua: 2021-06-28-c9b1672f-2 -> 2021-07-11-a0a0e02d-1 luci-mod-system: git-21.105.64372-8c6a29a -> git-21.230.38677-82035ee kmod-nf-flow: 5.10.46-1 -> 5.10.60-1 kmod-lib-crc-ccitt: 5.10.46-1 -> 5.10.60-1 getrandom: 2020-10-25-9ef88681-2 -> 2021-08-03-205defb5-2 blockdev: 2.36.1-2 -> 2.37-1 luci-theme-bootstrap: git-21.164.71389-e6a2cdb -> git-21.217.49862-be028dc kmod-pppoe: 5.10.46-1 -> 5.10.60-1 kmod-pppox: 5.10.46-1 -> 5.10.60-1 kmod-ipt-conntrack: 5.10.46-1 -> 5.10.60-1 kmod-nf-reject: 5.10.46-1 -> 5.10.60-1 procd-ujail: 2021-05-05-021ece84-2 -> 2021-08-15-104b49d6-2 kmod-lib-crc16: 5.10.46-1 -> 5.10.60-1 base-files: 1445-r17114-349e2b7e65 -> 1451-r17417-38cb500516 kmod-nf-nat: 5.10.46-1 -> 5.10.60-1 kmod-crypto-crc32c: 5.10.46-1 -> 5.10.60-1 kmod-mt7615e: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 netifd: 2021-06-04-50381d0a-1 -> 2021-07-26-440eb064-1 uboot-envtools: 2021.01-35 -> 2021.01-38 kmod-usb-xhci-hcd: 5.10.46-1 -> 5.10.60-1 dnsmasq: 2.85-3 -> 2.85-7 procd: 2021-05-05-021ece84-2 -> 2021-08-15-104b49d6-2 kmod-crypto-hmac: 5.10.46-1 -> 5.10.60-1 kmod-crypto-sha256: 5.10.46-1 -> 5.10.60-1 kmod-mt7615-common: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 luci-mod-status: git-21.188.54937-a6d957d -> git-21.223.26748-6142579 kmod-mt76-connac: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 block-mount: 2021-05-16-3d40a1b5-2 -> 2021-08-14-2e3aca29-1 kmod-crypto-seqiv: 5.10.46-1 -> 5.10.60-1 kmod-fs-vfat: 5.10.46-1 -> 5.10.60-1 kmod-usb3: 5.10.46-1 -> 5.10.60-1 firewall: 2021-03-29-a4355a6f-1 -> 2021-08-14-40e5f6a2-1 luci-app-firewall: git-21.154.29028-dc0cfc6 -> git-21.223.26742-406e6c8 kmod-thermal: 5.10.46-1 -> 5.10.60-1 kmod-nf-ipt: 5.10.46-1 -> 5.10.60-1 kmod-ip6tables: 5.10.46-1 -> 5.10.60-1 odhcp6c: 2021-01-09-53f07e90-18 -> 2021-07-14-94adc8bb-18 fstools: 2021-05-16-3d40a1b5-2 -> 2021-08-14-2e3aca29-1 kmod-crypto-ghash: 5.10.46-1 -> 5.10.60-1 kmod-fs-ext4: 5.10.46-1 -> 5.10.60-1 kmod-hwmon-core: 5.10.46-1 -> 5.10.60-1 kmod-nls-utf8: 5.10.46-1 -> 5.10.60-1 luci-theme-openwrt-2020: git-21.168.43899-e8a6f0b -> git-21.223.72656-e0d385e kmod-nls-cp437: 5.10.46-1 -> 5.10.60-1 rpcd-mod-file: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 odhcpd-ipv6only: 2021-06-19-564d25e5-2 -> 2021-08-11-01b4e604-1 kmod-mt7915e: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 kmod-crypto-ccm: 5.10.46-1 -> 5.10.60-1 blockd: 2021-05-16-3d40a1b5-2 -> 2021-08-14-2e3aca29-1 luci-base: git-21.187.21474-0e4b4c5 -> git-21.226.86205-376af36 kmod-leds-gpio: 5.10.46-1 -> 5.10.60-1 kmod-gpio-button-hotplug: 5.10.46-3 -> 5.10.60-3 logd: 2020-10-25-9ef88681-2 -> 2021-08-03-205defb5-2 kmod-mac80211: 5.10.46+5.10.42-1-1 -> 5.10.60+5.10.42-1-1 libblobmsg-json: 2021-08-19-d716ac4b-2 -> 2021-05-16-b14c4688-2 kmod-ipt-core: 5.10.46-1 -> 5.10.60-1 kmod-ppp: 5.10.46-1 -> 5.10.60-1 kmod-fs-f2fs: 5.10.46-1 -> 5.10.60-1 kmod-crypto-null: 5.10.46-1 -> 5.10.60-1 libiwinfo: 2021-06-28-c9b1672f-2 -> 2021-07-11-a0a0e02d-1 kmod-mt7615-firmware: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 kmod-nf-conntrack: 5.10.46-1 -> 5.10.60-1 kmod-nf-ipt6: 5.10.46-1 -> 5.10.60-1 kmod-crypto-gcm: 5.10.46-1 -> 5.10.60-1 kmod-fs-autofs4: 5.10.46-1 -> 5.10.60-1 rpcd-mod-rpcsys: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 kmod-nls-iso8859-1: 5.10.46-1 -> 5.10.60-1 kmod-crypto-cmac: 5.10.46-1 -> 5.10.60-1 kmod-crypto-rng: 5.10.46-1 -> 5.10.60-1 kmod-nf-conntrack6: 5.10.46-1 -> 5.10.60-1 libgcc: 8.4.0-3 -> 10.3.0-3 libubox: 2021-08-19-d716ac4b-2 -> 2021-05-16-b14c4688-2 kmod-mt76-core: 5.10.46+2021-06-06-22b69033-4 -> 5.10.60+2021-07-15-bbebea7d-4 ubox: 2020-10-25-9ef88681-2 -> 2021-08-03-205defb5-2 kmod-crypto-crc32: 5.10.46-1 -> 5.10.60-1 rpcd-mod-iwinfo: 2021-05-05-7a560a1a-1 -> 2021-07-13-1fa35765-1 luci-mod-network: git-21.190.70785-e5626ec -> git-21.223.26751-2393289 kmod-nls-base: 5.10.46-1 -> 5.10.60-1 hostapd-common: 2021-05-22-b102f19b-20 -> 2021-05-22-b102f19b-31 kmod-ipt-offload: 5.10.46-1 -> 5.10.60-1 kmod-scsi-core: 5.10.46-1 -> 5.10.60-1 kmod-slhc: 5.10.46-1 -> 5.10.60-1 kmod-cfg80211: 5.10.46+5.10.42-1-1 -> 5.10.60+5.10.42-1-1 kmod-ipt-nat: 5.10.46-1 -> 5.10.60-1 Are you sure you want to continue the upgrade process? [N/y] y Bad message (74) root@Linksys01338:~#

What am I missing?

Router does not reboot back to vendor firmware after backup

Hello!
Thanks for this very cool contribution. I was attempting to to the first steps in:
Device flash complete backup procedure
Everything went smoothly until step 5. In my instance the powecycle does not kick the router back into the Belkin vendor firmware.
The reboot enters into OpenWrt SNAPSHOT r18125-b764cb9e5b / LuCl Master git-21.322.38385-6507b1f
no password set and system running in recovery (initramfs) mode.

Any idea how to continue? The guide suggests that the powercycle should return the router to the Belkin firmware.

Any help and suggestions would be greatly appreciated! I can confirm that the original firmware was 1.0

Thanks,
Jason

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.