Adding OpenWrt support for TPLINK TL-WR841HP v2

Router Info :

  • FCC ID :TE7WR841HPV2
  • SOC: Atheros AR9344 BC2A
  • FLASH: Winbond 2sq54FVSIG 8MB
  • RAM: Zentel A3R12E40DBF-8E DDR2 SDRAM 64 MB

Some necessary information :

# cat /proc/cmdline
console=ttyS0,115200 root=31:2 rootfstype=squashfs init=/sbin/init mtdparts=ath-nor0:128k(u-boot),1024k(kernel),6912k(rootfs),64k(config),64k(art) mem=64M
# cat /proc/cpuinfo
system type		: Atheros AR934x
processor		: 0
c4Kc V4.12
Bogo	: yes
microsecond timers	: yes
tlb_entries		: 32
extra interrupt vector	: yes
hardware watchpoint	: yes, count: 4, address/irw 0x0000, 0x0ff8, 0x0003, 0x0010]
ASEs implemented	: mips16 dsp
shadow register sets	: 1
core			: 0
VCED exceptions		: not available
VCEI exceptions		: not available

# cat /proc/meminfo
MemTotal:          56784 kB
MemFree:           35880 kB
BB
         0 kB
Active:             4604 kB
Inactive:      2le):       2440 kB
Inactive(file):     7216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages
Slab:               4700 kB
SReclaimable:        324 kB
SUnreclaim:         4376 kB
PageTables:          200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:       28392 kB
Committed_AS:       4636 kB
VmallocTotal:    1048404 kB
VmallocUsed:        2804 kB
VmallocChunk:    1035216 kB

# cat /proc/devices
Character devices:
  1 mem
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
 10 misc
 77 ATH_GPIOC
 90 mtd
108 ppp
128 ptm
136 pts
238 ar7240_gpio_chrdev
239 ar7240_flash_chrdev

Block devices:
259 blkext
 31 mtdblock

dev:    size   erasesize  name
mtd0: 00020000 00010000 "u-boot"
mtd1: 00100000 00010000 "kernel"
mtd2: 006c0000 00010000 "rootfs"
mtd3: 00010000 00010000 "config"
mtd4: 00010000 00010000 "art"

# ifconfig -a
ath0      Link encap:Ethernet  HWaddr EC:08:6B:60:51:C2  
          UP BROADCAST RUNNING MULTICAST  MTU:2290  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:2201 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ath7      Link encap:Ethernet  HWaddr EC:08:6B:60:51:C2  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1353 errors:2 dropped:2 overruns:0 frame:0
          TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:89733 (87.6 KiB)  TX bytes:5326 (5.2 KiB)

br0       Link encap:Ethernet  HWaddr EC:08:6B:60:51:C2  
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1732 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1326 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:101102 (98.7 KiB)  TX bytes:286401 (279.6 KiB)

eth0      Link encap:Ethernet  HWaddr EC:08:6B:60:51:C1  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:881 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2676 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:82102 (80.1 KiB)  TX bytes:383073 (374.0 KiB)

eth1      Link encap:Ethernet  HWaddr EC:08:6B:60:51:C3  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4320 (4.2 KiB)  TX bytes:2318 (2.2 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wifi0     Link encap:UNSPEC  HWaddr EC-08-6B-60-51-C2-00-45-00-00-00-00-00-00-00-00  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:24060 errors:0 dropped:0 overruns:0 frame:0
          TX packets:22608 errors:1521 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:2 Memory:b8100000-b811ffff
          
          # brctl show
bridge name	bridge id		STP enabled	interfaces
br0		8000.ec086b6051c2	yes		eth0
							ath0
							ath7

Here is the serial log

U-Boot 1.1.4 (Build from LSDK-9.5.3.16 at Nov 24 2015 - 15:58:51)

U-Boot DB120
Wasp 1.2

DRAM:   64 MB
Top of RAM usable for U-Boot at: 84000000
Reserving 126k for U-Boot at: 83fe0000
Reserving 192k for malloc() at: 83fb0000
Reserving 44 Bytes for Board Info at: 83faffd4
Reserving 36 Bytes for Global Data at: 83faffb0
Reserving 128k for boot params() at: 83f8ffb0
Stack Pointer at: 83f8ff98
Now running in RAM - U-Boot at: 83fe0000
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x17
flash size 8MB, sector count = 128
Flash:  8 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   ag934x_enet_initialize...
No valid address in Flash. Using fixed address
No valid address in Flash. Using fixed address
 wasp  reset mask:c02200
WASP ----> S27 PHY
s27 reg init
: cfg1 0x80000000 cfg2 0x7114
eth0: 00:03:7f:09:0b:ad
athrs27_phy_setup ATHR_PHY_CONTROL 4 :1000
athrs27_phy_setup ATHR_PHY_SPEC_STAUS 4 :10
eth0 up
WASP ----> S27 PHY
s27 reg init lan
ATHRS27: resetting s27
ATHRS27: s27 reset done
: cfg1 0x800c0000 cfg2 0x7214
eth1: 00:03:7f:09:0b:ad
athrs27_phy_setup ATHR_PHY_CONTROL 0 :1000
athrs27_phy_setup ATHR_PHY_SPEC_STAUS 0 :10
athrs27_phy_setup ATHR_PHY_CONTROL 1 :1000
athrs27_phy_setup ATHR_PHY_SPEC_STAUS 1 :10
athrs27_phy_setup ATHR_PHY_CONTROL 2 :1000
athrs27_phy_setup ATHR_PHY_SPEC_STAUS 2 :10
athrs27_phy_setup ATHR_PHY_CONTROL 3 :1000
athrs27_phy_setup ATHR_PHY_SPEC_STAUS 3 :10
eth1 up
eth0, eth1
Setting 0xb8116290 to 0x20402d0f
is_auto_upload_firmware=1
Trying eth1
enet1 port1 up
dup 1 speed 1000
Using eth1 device
TFTP from server 192.168.0.66; our IP address is 192.168.0.86
Filename 'wr841hpv2_tp_recovery.bin'.
Load address: 0x80800000
Loading: T T T
Retry count exceeded; starting again
## Booting image at 9f020000 ...
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80185a00) ...
## Giving linux memsize in bytes, 67108864

Starting kernel ...

Booting Atheros AR934x
Linux version 2.6.31 (tomcat@buildserver) (gcc version 4.3.3 (GCC) ) #30 Tue Nov 24 16:01:22 CST 2015
flash_size passed from bootloader = 8
Ram size passed from bootloader =67108864
CPU revision is: 0001974c (MIPS 74Kc)
ath_sys_frequency: cpu srif ddr srif cpu 560 ddr 450 ahb 225
Determined physical RAM map:
 memory: 04000000 @ 00000000 (usable)
Zone PFN ranges:
  Normal   0x00000000 -> 0x00004000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00000000 -> 0x00004000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Kernel command line: console=ttyS0,115200 root=31:2 rootfstype=squashfs init=/sbin/init mtdparts=ath-nor0:128k(u-boot),1024k(kernel),6912k(rootfs),64k(config),64k(art) mem=64M
PID hash table entries: 256 (order: 8, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Writing ErrCtl register=00000000
Readback ErrCtl register=00000000
Memory: 56604k/65536k available (1564k kernel code, 8860k reserved, 380k data, 108k init, 0k highmem)
NR_IRQS:128
plat_time_init: plat time init done
Calibrating delay loop... 279.55 BogoMIPS (lpj=559104)
Mount-cache hash table entries: 512

****************ALLOC***********************
 Packet mem: 80213240 (0x600000 bytes)
********************************************

NET: Registered protocol family 16
bio: create slab <bio-0> at 0
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
NET: Registered protocol family 1
ATH GPIOC major 0
squashfs: version 4.0 (2009/01/31) Phillip Lougher
msgmni has been set to 110
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xb8020000 (irq = 19) is a 16550A
console [ttyS0] enabled
PPP generic driver version 2.4.2
NET: Registered protocol family 24
5 cmdlinepart partitions found on MTD device ath-nor0
Creating 5 MTD partitions on "ath-nor0":
0x000000000000-0x000000020000 : "u-boot"
0x000000020000-0x000000120000 : "kernel"
0x000000120000-0x0000007e0000 : "rootfs"
0x0000007e0000-0x0000007f0000 : "config"
0x0000007f0000-0x000000800000 : "art"
->Oops: flash id 0xef4017 .
Ooops, why the devices couldn't been initialed?
TCP cubic registered
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
++++++++++++++gpio_xlna_enable@543:xlna_chain0=18,enable=1:
++++++++++++++gpio_xlna_enable@554:xlna_chain1=19,enable=1:
athwdt_init: Registering WDT success
athwdt_timer_init:429: here jiffies:2149493076
ath_otp_init: Registering OTP success
ath_clksw_init: Registering Clock Switch Interface success
VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Freeing unused kernel memory: 108k freed
.
.
init started:  BusyBox v1.01 (2015.11.24-08:04+0000) multi-call binary
.
.
This Board use 2.6.31
xt_time: kernel timezone is -0000
nf_conntrack version 0.5.0 (1024 buckets, 5120 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
insmod: cannot open module `/lib/modules/2.6.31/kernel/iptable_raw.ko': No such file or directory
insmod: cannot open module `/lib/modules/2.6.31/kernel/flashid.ko': No such file or directory
PPPoL2TP kernel driver, V1.0
PPTP driver version 0.8.3
insmod: cannot open module `/lib/modules/2.6.31/kernel/harmony.ko': No such file or directory
insmod: cannot open module `/lib/modules/2.6.31/kernel/af_key.ko': No such file or directory
insmod: cannot open module `/lib/modules/2.6.31/kernel/xfrm_user.ko': No such file or directory


 (none) mips #30Now flash open!
 Tue Nov 24 16:01:22 CST 2015 (none)
(none) login: Now flash open!
ATHR_GMAC: Length per segment 1536
ATHR_GMAC: fifo cfg 3 01f00140
mac:1 Registering S27....
ATHR_GMAC: RX TASKLET - Pkts per Intr:32
ATHR_GMAC: Max segments per packet :   1
ATHR_GMAC: Max tx descriptor count :   128
ATHR_GMAC: Max rx descriptor count :   128
ATHR_GMAC: Mac capability flags    :   2D82
mac:0 Registering S27....
ATHR_GMAC: RX TASKLET - Pkts per Intr:32
ATHR_GMAC: Max segments per packet :   1
ATHR_GMAC: Max tx descriptor count :   128
ATHR_GMAC: Max rx descriptor count :   128
ATHR_GMAC: Mac capability flags    :   2582
athr_gmac_ring_alloc Allocated 2048 at 0x838ad000
athr_gmac_ring_alloc Allocated 2048 at 0x83b6d800
WASP ----> S27 PHY MDIO
ATHRS27: resetting s27
ATHRS27: s27 reset done
++++ athrs27_igmp_setup once
port0 vid is 0xb000b
port1 vid is 0x30003
port2 vid is 0x50005
port3 vid is 0x70007
port4 vid is 0x90009
++ PVID: 0x0000000b, bitmap: 0x0000001f
++ PVID: 0x00000003, bitmap: 0x0000001f
++ PVID: 0x00000005, bitmap: 0x0000001f
++ PVID: 0x00000007, bitmap: 0x0000001f
++ PVID: 0x00000009, bitmap: 0x0000001f
vtable vid: 0x00000002, bitmap 0x00000003
vtable vid: 0x00000004, bitmap 0x00000005
vtable vid: 0x00000006, bitmap 0x00000007
vtable vid: 0x00000008, bitmap 0x00000009
vtable vid: 0x0000000a, bitmap 0x0000000b
vtable vid: 0x0000000c, bitmap 0x0000000d
vtable vid: 0x0000000e, bitmap 0x0000000f
vtable vid: 0x00000010, bitmap 0x00000011
vtable vid: 0x00000012, bitmap 0x00000013
vtable vid: 0x00000014, bitmap 0x00000015
vtable vid: 0x00000016, bitmap 0x00000017
vtable vid: 0x00000018, bitmap 0x00000019
vtable vid: 0x0000001a, bitmap 0x0000001b
.
vtable vid: 0x0000001c, bitmap 0x0000001d
vtable vid: 0x0000001e, bitmap 0x0000001f
.
.
vtable vid: 0x00000020, bitmap 0x00000021
.
Setting Drop CRC Errors, Pause Frames and Length Error frames
Setting PHY...
.
athr_gmac_ring_alloc Allocated 2048 at 0x83af0800
athr_gmac_ring_alloc Allocated 2048 at 0x83af0000
WASP ----> S27 PHY MDIO
Setting Drop CRC Errors, Pause Frames and Length Error frames
Setting PHY...
enet1 port1 up 100Mbps Full duplex
ATHR_GMAC: Enet Unit:1 PHY:1 is UP RGMii 1000Mbps full duplex
ATHR_GMAC: done cfg2 0x7215 ifctl 0x0 miictrl
Setting Drop CRC Errors, Pause Frames and Length Error frames

Some modifications that do :
i have to replace the uboot because both stock uboot and stock firmware prevent custom firmware

***************************************
*     U-Boot 1.1.4-7a540a78-clean     *
*          Build: 2018-02-23          *
***************************************

  BOARD: TP-Link TL-WDR3500 v1
    SOC: AR9344 rev. 2
    CPU: MIPS 74Kc
    RAM: 64 MB DDR2 16-bit CL3-4-4-10
  FLASH: 8 MB Winbond W25Q64
   PCIe: no device
    MAC: EC:08:6B:60:51:C2
 CLOCKS: CPU/RAM/AHB/SPI/REF
         550/400/200/ 25/ 40 MHz

1 Like

Hi, did you ever manage to make it work?

I think that the WR841HP-V2 is basically a 5ghz-less version of the WDR3320.

support for the 3320 was dropped due to 4MB flash, but since 841hpV2 has 8MB, it should be possible to compile for it

no. i have some builds for this router. but i can not flash them, because uboot of wr841hp v2 dosn't allow custom firmwares. i do not have any tool to repleace this uboot partition

flashed via webflash using openwrt wr842nd v2 image


How to install?
follow this guide


**All function working fine, but cpu clock only 350mhz **

[    0.000000] Linux version 5.4.124 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16172-2aba3e9784)) #0 Sun Jun 13 22:02:19 2021
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001974c (MIPS 74Kc)
[    0.000000] MIPS: machine is TP-Link TL-WR842N/ND v2
[    0.000000] SoC: Atheros AR9344 rev 2
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] On node 0 totalpages: 16384
[    0.000000]   Normal zone: 144 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 16384 pages, LIFO batch:3
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
[    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 57336K/65536K available (5227K kernel code, 187K rwdata, 684K rodata, 1188K init, 205K bss, 8200K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 51
[    0.000000] random: get_random_bytes called from 0x80657a28 with crng_init=0
[    0.000000] CPU clock: 350.000 MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 10921488265 ns
[    0.000016] sched_clock: 32 bits at 175MHz, resolution 5ns, wraps every 12271335421ns
[    0.013489] Calibrating delay loop... 174.08 BogoMIPS (lpj=348160)
[    0.055964] pid_max: default: 32768 minimum: 301
[    0.064124] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.076601] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.098342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.115010] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.126827] pinctrl core: initialized pinctrl subsystem
[    0.140679] NET: Registered protocol family 16
[    0.193477] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    0.217107] clocksource: Switched to clocksource MIPS
[    0.227994] NET: Registered protocol family 2
[    0.235822] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.249659] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.264027] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.277141] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.289175] TCP: Hash tables configured (established 1024 bind 1024)
[    0.300260] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.311506] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.323961] NET: Registered protocol family 1
[    0.331540] PCI: CLS 0 bytes, default 32
[    0.345848] workingset: timestamp_bits=14 max_order=14 bucket_order=0
[    0.369981] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.380005] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.423126] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.443166] pinctrl-single 1804002c.pinmux: 544 pins, size 68
[    0.455030] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.470461] printk: console [ttyS0] disabled
[    0.477935] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A
[    0.492664] printk: console [ttyS0] enabled
[    0.501754] printk: bootconsole [early0] disabled
[    0.532276] spi-nor spi0.0: en25q64 (8192 Kbytes)
[    0.537350] 3 fixed-partitions partitions found on MTD device spi0.0
[    0.543943] Creating 3 MTD partitions on "spi0.0":
[    0.548960] 0x000000000000-0x000000020000 : "u-boot"
[    0.555970] 0x000000020000-0x0000007f0000 : "firmware"
[    0.567028] 2 tplink-fw partitions found on MTD device firmware
[    0.573268] Creating 2 MTD partitions on "firmware":
[    0.578454] 0x000000000000-0x0000001f1ad8 : "kernel"
[    0.585501] 0x0000001f1ad8-0x0000007d0000 : "rootfs"
[    0.592333] mtd: device 3 (rootfs) set to be root filesystem
[    0.601829] 1 squashfs-split partitions found on MTD device rootfs
[    0.608359] 0x000000510000-0x0000007d0000 : "rootfs_data"
[    0.615752] 0x0000007f0000-0x000000800000 : "art"
[    0.626163] libphy: Fixed MDIO Bus: probed
[    0.982269] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe.
[    1.269094] random: fast init done
[    1.621666] libphy: ag71xx_mdio: probed
[    1.627747] libphy: ar8xxx-mdio: probed
[    1.644746] switch0: Atheros AR8229 rev. 1 switch registered on mdio.0
[    1.695703] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[    1.706245] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
[    1.713356] i2c /dev entries driver
[    1.720525] NET: Registered protocol family 10
[    1.734866] Segment Routing with IPv6
[    1.739011] NET: Registered protocol family 17
[    1.743806] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.757245] 8021q: 802.1Q VLAN Support v1.8
[    1.765006] gpio-export gpio-export: 1 gpio(s) exported
[    2.091566] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:00 [uid=004dd042, driver=Generic PHY]
[    2.102747] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[    2.116124] hctosys: unable to open rtc device (rtc0)
[    2.130734] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[    2.149369] Freeing unused kernel memory: 1188K
[    2.154103] This architecture does not have kernel memory protection.
[    2.160775] Run /sbin/init as init process
[    3.224335] init: Console is alive
[    3.228444] init: - watchdog -
[    4.965945] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    5.257771] usbcore: registered new interface driver usbfs
[    5.263667] usbcore: registered new interface driver hub
[    5.269386] usbcore: registered new device driver usb
[    5.287608] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.297184] ehci-fsl: Freescale EHCI Host controller driver
[    5.306235] ehci-platform: EHCI generic platform driver
[    5.312204] ehci-platform 1b000000.usb: EHCI Host Controller
[    5.318215] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1
[    5.326566] ehci-platform 1b000000.usb: irq 3, io mem 0x1b000000
[    5.345142] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
[    5.353258] hub 1-0:1.0: USB hub found
[    5.358004] hub 1-0:1.0: 1 port detected
[    5.368054] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    5.378375] init: - preinit -
[    7.292915] random: jshn: uninitialized urandom read (4 bytes read)
[    7.551986] random: jshn: uninitialized urandom read (4 bytes read)
[    7.904936] random: jshn: uninitialized urandom read (4 bytes read)
[    8.316825] urandom_read: 2 callbacks suppressed
[    8.316840] random: jshn: uninitialized urandom read (4 bytes read)
[    8.546503] random: jshn: uninitialized urandom read (4 bytes read)
[    8.734642] random: procd: uninitialized urandom read (4 bytes read)
[   12.138792] jffs2: notice: (556) jffs2_build_xattr_subsystem: complete building xattr subsystem, 49 of xdatum (47 unchecked, 2 orphan) and 79 of xref (3 dead, 0 orphan) found.
[   12.160139] mount_root: switching to jffs2 overlay
[   12.171413] overlayfs: upper fs does not support tmpfile.
[   12.191369] urandom-seed: Seeding with /etc/urandom.seed
[   12.403960] procd: - early -
[   12.407285] procd: - watchdog -
[   13.172423] procd: - watchdog -
[   13.178470] procd: - ubus -
[   13.433033] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.444215] random: ubusd: uninitialized urandom read (4 bytes read)
[   13.468795] procd: - init -
[   16.108692] kmodloader: loading kernel modules from /etc/modules.d/*
[   16.376554] urngd: v1.0.2 started.
[   16.556697] Mirror/redirect action on
[   16.639214] u32 classifier
[   16.642113]     input device check on
[   16.645914]     Actions configured
[   16.739263] random: crng init done
[   16.787051] Loading modules backported from Linux version v5.10.42-0-g65859eca4dff
[   16.794997] Backport generated by backports.git v5.10.42-1-0-gbee5c545
[   17.007856] xt_time: kernel timezone is -0000
[   17.426365] PPP generic driver version 2.4.2
[   17.442870] NET: Registered protocol family 24
[   17.680097] ath: EEPROM regdomain sanitized
[   17.680119] ath: EEPROM regdomain: 0x64
[   17.680126] ath: EEPROM indicates we should expect a direct regpair map
[   17.680166] ath: Country alpha2 being used: 00
[   17.680172] ath: Regpair used: 0x64
[   17.698702] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   17.702676] ieee80211 phy0: Atheros AR9340 Rev:2 mem=0xb8100000, irq=2
[   17.861926] kmodloader: done loading kernel modules from /etc/modules.d/*
[   48.062950] eth0: link up (1000Mbps/Full duplex)
[   48.076730] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   48.105958] br-lan: port 1(eth0.1) entered blocking state
[   48.111660] br-lan: port 1(eth0.1) entered disabled state
[   48.117891] device eth0.1 entered promiscuous mode
[   48.122946] device eth0 entered promiscuous mode
[   48.193343] br-lan: port 1(eth0.1) entered blocking state
[   48.199013] br-lan: port 1(eth0.1) entered forwarding state
[   49.077836] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   51.415855] eth1: link up (100Mbps/Full duplex)
[   51.447335] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   54.354920] ath: EEPROM regdomain: 0x8348
[   54.354936] ath: EEPROM indicates we should expect a country code
[   54.354951] ath: doing EEPROM country->regdmn map search
[   54.354963] ath: country maps to regdmn code: 0x3a
[   54.354973] ath: Country alpha2 being used: US
[   54.354980] ath: Regpair used: 0x3a
[   54.354993] ath: regdomain 0x8348 dynamically updated by user
[   58.703125] br-lan: port 2(wlan0) entered blocking state
[   58.708755] br-lan: port 2(wlan0) entered disabled state
[   58.714955] device wlan0 entered promiscuous mode
[   58.807889] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   58.814949] br-lan: port 2(wlan0) entered blocking state
[   58.820542] br-lan: port 2(wlan0) entered forwarding state
[11706.726853] device wlan0 left promiscuous mode
[11706.731855] br-lan: port 2(wlan0) entered disabled state
[11709.135457] br-lan: port 2(wlan0) entered blocking state
[11709.141075] br-lan: port 2(wlan0) entered disabled state
[11709.147242] device wlan0 entered promiscuous mode
[11709.181524] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[11709.188593] br-lan: port 2(wlan0) entered blocking state
[11709.194192] br-lan: port 2(wlan0) entered forwarding state
[11709.234271] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
[11710.882377] br-lan: port 3(wlan0-1) entered blocking state
[11710.888239] br-lan: port 3(wlan0-1) entered disabled state
[11710.894621] device wlan0-1 entered promiscuous mode
[11710.900120] br-lan: port 3(wlan0-1) entered blocking state
[11710.905890] br-lan: port 3(wlan0-1) entered forwarding state
[36406.916115] kmodloader: loading kernel modules from /etc/modules.d/*
[36406.946568] kmodloader: done loading kernel modules from /etc/modules.d/*
[36407.272304] kmodloader: loading kernel modules from /etc/modules.d/*
[36407.283902] kmodloader: done loading kernel modules from /etc/modules.d/*
[46216.332291] device wlan0 left promiscuous mode
[46216.337262] br-lan: port 2(wlan0) entered disabled state
[46216.347696] device wlan0-1 left promiscuous mode
[46216.352911] br-lan: port 3(wlan0-1) entered disabled state
[46220.423143] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[46221.795073] br-lan: port 2(wlan0) entered blocking state
[46221.800884] br-lan: port 2(wlan0) entered disabled state
[46221.807200] device wlan0 entered promiscuous mode
[46221.812561] br-lan: port 2(wlan0) entered blocking state
[46221.818188] br-lan: port 2(wlan0) entered forwarding state
[52994.167185] device wlan0 left promiscuous mode
[52994.172164] br-lan: port 2(wlan0) entered disabled state
[52998.630210] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[52998.659510] br-lan: port 2(wlan0-1) entered blocking state
[52998.665361] br-lan: port 2(wlan0-1) entered disabled state
[52998.671686] device wlan0-1 entered promiscuous mode
[52998.697532] br-lan: port 2(wlan0-1) entered blocking state
[52998.703315] br-lan: port 2(wlan0-1) entered forwarding state
[52998.738466] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
[53000.346918] br-lan: port 3(wlan0) entered blocking state
[53000.352814] br-lan: port 3(wlan0) entered disabled state
[53000.359029] device wlan0 entered promiscuous mode
[53000.364213] br-lan: port 3(wlan0) entered blocking state
[53000.369806] br-lan: port 3(wlan0) entered forwarding state
[81137.846162] eth1: link down
[81492.152567] eth1: link up (100Mbps/Full duplex)
[301635.516825] br-lan: port 2(wlan0-1) entered disabled state
[301635.529925] device wlan0-1 left promiscuous mode
[301635.534922] br-lan: port 2(wlan0-1) entered disabled state
[301635.787564] br-lan: port 3(wlan0) entered disabled state
[301635.885814] device wlan0 left promiscuous mode
[301635.890641] br-lan: port 3(wlan0) entered disabled state
[301639.461325] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[301639.493396] br-lan: port 2(wlan0-1) entered blocking state
[301639.499350] br-lan: port 2(wlan0-1) entered disabled state
[301639.505786] device wlan0-1 entered promiscuous mode
[301639.527431] br-lan: port 2(wlan0-1) entered blocking state
[301639.533299] br-lan: port 2(wlan0-1) entered forwarding state
[301639.564038] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
[301641.152137] br-lan: port 3(wlan0) entered blocking state
[301641.157887] br-lan: port 3(wlan0) entered disabled state
[301641.164150] device wlan0 entered promiscuous mode
[301641.169421] br-lan: port 3(wlan0) entered blocking state
[301641.175101] br-lan: port 3(wlan0) entered forwarding state
[301907.808125] br-lan: port 2(wlan0-1) entered disabled state
[301907.820738] device wlan0-1 left promiscuous mode
[301907.825732] br-lan: port 2(wlan0-1) entered disabled state
[301908.074595] br-lan: port 3(wlan0) entered disabled state
[301908.178019] device wlan0 left promiscuous mode
[301908.182860] br-lan: port 3(wlan0) entered disabled state
[301911.742116] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[301911.769465] br-lan: port 2(wlan0-1) entered blocking state
[301911.775483] br-lan: port 2(wlan0-1) entered disabled state
[301911.781914] device wlan0-1 entered promiscuous mode
[301911.811452] br-lan: port 2(wlan0-1) entered blocking state
[301911.817348] br-lan: port 2(wlan0-1) entered forwarding state
[301911.848664] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
[301913.437790] br-lan: port 3(wlan0) entered blocking state
[301913.443595] br-lan: port 3(wlan0) entered disabled state
[301913.449874] device wlan0 entered promiscuous mode
[301913.455210] br-lan: port 3(wlan0) entered blocking state
[301913.460880] br-lan: port 3(wlan0) entered forwarding state

2 Likes

Thanks for the progress. Can you share your customize build configs?

At last i able to manage build include all gpios properly. Target set to ar9344 so now cpu power is unlocked properly. Leds, buttons, lan, wan & wifi.. everything is working without any problem.

Openwrt System Logs

Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.000000] Linux version 5.4.140 (human@HP-Notebook) (gcc version 10.3.0 (OpenWrt GCC 10.3.0 r17355-cc0112d9d7)) #0 Fri Aug 20 00:48:13 2021
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] printk: bootconsole [early0] enabled
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] CPU0 revision is: 0001974c (MIPS 74Kc)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] MIPS: machine is TP-Link TL-WR841HP v2
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] SoC: Atheros AR9344 rev 2
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Initrd not found or empty - disabling initrd
Fri Aug 20 01:01:51 2021 kern.warn kernel: [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Fri Aug 20 01:01:51 2021 kern.warn kernel: [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Zone ranges:
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Movable zone start for each node
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Early memory node ranges
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
Fri Aug 20 01:01:51 2021 kern.debug kernel: [    0.000000] On node 0 totalpages: 16384
Fri Aug 20 01:01:51 2021 kern.debug kernel: [    0.000000]   Normal zone: 144 pages used for memmap
Fri Aug 20 01:01:51 2021 kern.debug kernel: [    0.000000]   Normal zone: 0 pages reserved
Fri Aug 20 01:01:51 2021 kern.debug kernel: [    0.000000]   Normal zone: 16384 pages, LIFO batch:3
Fri Aug 20 01:01:51 2021 kern.debug kernel: [    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
Fri Aug 20 01:01:51 2021 kern.debug kernel: [    0.000000] pcpu-alloc: [0] 0
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Writing ErrCtl register=00000000
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Readback ErrCtl register=00000000
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] Memory: 57152K/65536K available (4990K kernel code, 188K rwdata, 1108K rodata, 1192K init, 196K bss, 8384K reserved, 0K cma-reserved)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] NR_IRQS: 51
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.000000] random: get_random_bytes called from start_kernel+0x358/0x54c with crng_init=0
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] CPU clock: 560.000 MHz
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6825930166 ns
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.000010] sched_clock: 32 bits at 280MHz, resolution 3ns, wraps every 7669584382ns
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.008324] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.084934] pid_max: default: 32768 minimum: 301
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.090008] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.097809] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.111158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.121676] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.129045] pinctrl core: initialized pinctrl subsystem
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.135778] NET: Registered protocol family 16
Fri Aug 20 01:01:51 2021 kern.warn kernel: [    0.172747] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.187251] clocksource: Switched to clocksource MIPS
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.194012] NET: Registered protocol family 2
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.198894] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.207309] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.216240] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.224413] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.231933] TCP: Hash tables configured (established 1024 bind 1024)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.238854] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.245828] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.253670] NET: Registered protocol family 1
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.258397] PCI: CLS 0 bytes, default 32
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.266907] workingset: timestamp_bits=14 max_order=14 bucket_order=0
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.281615] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.287884] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.316756] pinctrl-single 1804002c.pinmux: 544 pins, size 68
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.324013] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.331646] printk: console [ttyS0] disabled
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.336245] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 2500000) is a 16550A
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.345485] printk: console [ttyS0] enabled
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.354392] printk: bootconsole [early0] disabled
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.383993] spi-nor spi0.0: s25fl064k (8192 Kbytes)
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.389033] 3 fixed-partitions partitions found on MTD device spi0.0
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.395474] Creating 3 MTD partitions on "spi0.0":
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.400362] 0x000000000000-0x000000020000 : "u-boot"
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.406548] 0x000000020000-0x0000007f0000 : "firmware"
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.415168] 2 tplink-fw partitions found on MTD device firmware
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.421234] Creating 2 MTD partitions on "firmware":
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.426279] 0x000000000000-0x0000001f8138 : "kernel"
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.432392] 0x0000001f8138-0x0000007d0000 : "rootfs"
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.438462] mtd: device 3 (rootfs) set to be root filesystem
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.446238] 1 squashfs-split partitions found on MTD device rootfs
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.452590] 0x000000510000-0x0000007d0000 : "rootfs_data"
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    0.459149] 0x0000007f0000-0x000000800000 : "art"
Fri Aug 20 01:01:51 2021 kern.info kernel: [    0.467063] libphy: Fixed MDIO Bus: probed
Fri Aug 20 01:01:51 2021 kern.err kernel: [    0.828355] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe.
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.507670] libphy: ag71xx_mdio: probed
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.512831] libphy: ar8xxx-mdio: probed
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.524432] switch0: Atheros AR8229 rev. 1 switch registered on mdio.0
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.576873] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.586705] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.593173] i2c /dev entries driver
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.599750] NET: Registered protocol family 10
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.610859] Segment Routing with IPv6
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.614710] NET: Registered protocol family 17
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.619385] 8021q: 802.1Q VLAN Support v1.8
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.959159] ag71xx 19000000.eth: connected to PHY at mdio.0:1f:00 [uid=004dd042, driver=Generic PHY]
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.969478] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.980791] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
Fri Aug 20 01:01:51 2021 kern.info kernel: [    1.994996] Freeing unused kernel memory: 1192K
Fri Aug 20 01:01:51 2021 kern.warn kernel: [    1.999633] This architecture does not have kernel memory protection.
Fri Aug 20 01:01:51 2021 kern.info kernel: [    2.006164] Run /sbin/init as init process
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    2.547292] random: fast init done
Fri Aug 20 01:01:51 2021 user.info kernel: [    2.648429] init: Console is alive
Fri Aug 20 01:01:51 2021 user.info kernel: [    2.652150] init: - watchdog -
Fri Aug 20 01:01:51 2021 user.info kernel: [    3.670138] kmodloader: loading kernel modules from /etc/modules-boot.d/*
Fri Aug 20 01:01:51 2021 user.info kernel: [    3.748683] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
Fri Aug 20 01:01:51 2021 user.info kernel: [    3.766540] init: - preinit -
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    5.268495] random: jshn: uninitialized urandom read (4 bytes read)
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    5.608041] random: jshn: uninitialized urandom read (4 bytes read)
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    5.823112] random: jshn: uninitialized urandom read (4 bytes read)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    6.766981] eth0: link up (1000Mbps/Full duplex)
Fri Aug 20 01:01:51 2021 kern.info kernel: [    6.777350] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri Aug 20 01:01:51 2021 kern.info kernel: [    6.784158] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.1: link becomes ready
Fri Aug 20 01:01:51 2021 kern.warn kernel: [    6.857648] urandom_read: 4 callbacks suppressed
Fri Aug 20 01:01:51 2021 kern.notice kernel: [    6.857658] random: procd: uninitialized urandom read (4 bytes read)
Fri Aug 20 01:01:51 2021 kern.notice kernel: [   11.060219] jffs2: notice: (522) jffs2_build_xattr_subsystem: complete building xattr subsystem, 7 of xdatum (0 unchecked, 2 orphan) and 8 of xref (2 dead, 0 orphan) found.
Fri Aug 20 01:01:51 2021 user.info kernel: [   11.077510] mount_root: switching to jffs2 overlay
Fri Aug 20 01:01:51 2021 kern.warn kernel: [   11.084412] overlayfs: upper fs does not support tmpfile.
Fri Aug 20 01:01:51 2021 user.warn kernel: [   11.096194] urandom-seed: Seeding with /etc/urandom.seed
Fri Aug 20 01:01:51 2021 kern.info kernel: [   11.207656] eth0: link down
Fri Aug 20 01:01:51 2021 user.info kernel: [   11.233818] procd: - early -
Fri Aug 20 01:01:51 2021 user.info kernel: [   11.236867] procd: - watchdog -
Fri Aug 20 01:01:51 2021 user.info kernel: [   11.800971] procd: - watchdog -
Fri Aug 20 01:01:51 2021 user.info kernel: [   11.826417] procd: - ubus -
Fri Aug 20 01:01:51 2021 kern.notice kernel: [   11.906607] random: ubusd: uninitialized urandom read (4 bytes read)
Fri Aug 20 01:01:51 2021 kern.notice kernel: [   11.915387] random: ubusd: uninitialized urandom read (4 bytes read)
Fri Aug 20 01:01:51 2021 user.info kernel: [   11.929704] procd: - init -
Fri Aug 20 01:01:51 2021 user.info kernel: [   12.973890] kmodloader: loading kernel modules from /etc/modules.d/*
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.262190] zram: Added device: zram0
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.310736] Loading modules backported from Linux version v5.10.42-0-g65859eca4dff
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.318484] Backport generated by backports.git v5.10.42-1-0-gbee5c545
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.396380] xt_time: kernel timezone is -0000
Fri Aug 20 01:01:51 2021 user.info kernel: [   13.634028] urngd: v1.0.2 started.
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.690788] PPP generic driver version 2.4.2
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.708706] NET: Registered protocol family 24
Fri Aug 20 01:01:51 2021 kern.debug kernel: [   13.834000] ath: EEPROM regdomain sanitized
Fri Aug 20 01:01:51 2021 kern.debug kernel: [   13.834012] ath: EEPROM regdomain: 0x64
Fri Aug 20 01:01:51 2021 kern.debug kernel: [   13.834016] ath: EEPROM indicates we should expect a direct regpair map
Fri Aug 20 01:01:51 2021 kern.debug kernel: [   13.834041] ath: Country alpha2 being used: 00
Fri Aug 20 01:01:51 2021 kern.debug kernel: [   13.834045] ath: Regpair used: 0x64
Fri Aug 20 01:01:51 2021 kern.debug kernel: [   13.848210] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Fri Aug 20 01:01:51 2021 kern.info kernel: [   13.850580] ieee80211 phy0: Atheros AR9340 Rev:2 mem=0xb8100000, irq=12
Fri Aug 20 01:01:51 2021 user.info kernel: [   13.947751] kmodloader: done loading kernel modules from /etc/modules.d/*
Fri Aug 20 01:01:51 2021 kern.notice kernel: [   14.117994] random: crng init done
Fri Aug 20 01:01:52 2021 daemon.debug zram_start: activating '/dev/zram0' for swapping (28 MiB)
Fri Aug 20 01:01:52 2021 daemon.notice procd: /etc/rc.d/S15zram: zram_start: activating '/dev/zram0' for swapping (28 MiB)
Fri Aug 20 01:01:52 2021 daemon.debug zram_reset: enforcing defaults via /sys/block/zram0/reset
Fri Aug 20 01:01:52 2021 daemon.notice procd: /etc/rc.d/S15zram: zram_reset: enforcing defaults via /sys/block/zram0/reset
Fri Aug 20 01:01:52 2021 daemon.debug zram_comp_algo: set compression algorithm 'lzo' for zram '/dev/zram0'
Fri Aug 20 01:01:52 2021 daemon.notice procd: /etc/rc.d/S15zram: zram_comp_algo: set compression algorithm 'lzo' for zram '/dev/zram0'
Fri Aug 20 01:01:52 2021 kern.info kernel: [   18.460514] zram0: detected capacity change from 0 to 29360128
Fri Aug 20 01:01:52 2021 daemon.notice procd: /etc/rc.d/S15zram: Setting up swapspace version 1, size = 29356032 bytes
Fri Aug 20 01:01:52 2021 kern.info kernel: [   18.483381] Adding 28668k swap on /dev/zram0.  Priority:100 extents:1 across:28668k SSDsc
Fri Aug 20 01:01:53 2021 user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Fri Aug 20 01:01:53 2021 user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: Connected to system UBus
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: started, version 2.85 cachesize 150
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: DNS service limited to local subnets
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: 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
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: UBus support enabled: connected to system bus
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain test
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain onion
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain localhost
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain local
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain invalid
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain bind
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: using only locally-known addresses for domain lan
Fri Aug 20 01:01:54 2021 daemon.warn dnsmasq[1109]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: read /etc/hosts - 4 addresses
Fri Aug 20 01:01:54 2021 daemon.info dnsmasq[1109]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Fri Aug 20 01:01:54 2021 authpriv.info dropbear[1171]: Not backgrounding
Fri Aug 20 01:01:57 2021 daemon.notice wpa_supplicant[1270]: Successfully initialized wpa_supplicant
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: 8021ad
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: 8021q
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: macvlan
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: veth
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: bridge
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: Network device
Fri Aug 20 01:01:57 2021 user.notice : Added device handler type: tunnel
Fri Aug 20 01:01:59 2021 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records in
Fri Aug 20 01:01:59 2021 daemon.notice procd: /etc/rc.d/S50uhttpd: 4+0 records out
Fri Aug 20 01:02:01 2021 user.notice ucitrack: Setting up /etc/config/network reload dependency on /etc/config/dhcp
Fri Aug 20 01:02:01 2021 user.notice ucitrack: Setting up /etc/config/wireless reload dependency on /etc/config/network
Fri Aug 20 01:02:01 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/luci-splash
Fri Aug 20 01:02:01 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/qos
Fri Aug 20 01:02:01 2021 user.notice ucitrack: Setting up /etc/config/firewall reload dependency on /etc/config/miniupnpd
Fri Aug 20 01:02:02 2021 user.notice ucitrack: Setting up /etc/config/dhcp reload dependency on /etc/config/odhcpd
Fri Aug 20 01:02:02 2021 user.notice ucitrack: Setting up non-init /etc/config/fstab reload handler: /sbin/block mount
Fri Aug 20 01:02:02 2021 user.notice ucitrack: Setting up /etc/config/system reload trigger for non-procd /etc/init.d/led
Fri Aug 20 01:02:03 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/luci_statistics
Fri Aug 20 01:02:03 2021 user.notice ucitrack: Setting up /etc/config/system reload dependency on /etc/config/dhcp
Fri Aug 20 01:02:04 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN
Fri Aug 20 01:02:04 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN1
Fri Aug 20 01:02:04 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN2
Fri Aug 20 01:02:04 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN3
Fri Aug 20 01:02:05 2021 daemon.notice procd: /etc/rc.d/S96led: setting up led LAN4
Fri Aug 20 01:02:05 2021 kern.info kernel: [   31.986301] eth0: link up (1000Mbps/Full duplex)
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.000095] br-lan: port 1(eth0.1) entered blocking state
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.005580] br-lan: port 1(eth0.1) entered disabled state
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.011494] device eth0.1 entered promiscuous mode
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.016365] device eth0 entered promiscuous mode
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.027373] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.057760] br-lan: port 1(eth0.1) entered blocking state
Fri Aug 20 01:02:05 2021 kern.info kernel: [   32.063247] br-lan: port 1(eth0.1) entered forwarding state
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'lan' is enabled
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'lan' is setting up now
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'lan' is now up
Fri Aug 20 01:02:05 2021 daemon.notice netifd: bridge 'br-lan' link is up
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'lan' has link connectivity
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'loopback' is enabled
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'loopback' is setting up now
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'loopback' is now up
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'wan' is enabled
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'wan6' is enabled
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Network device 'eth0' link is up
Fri Aug 20 01:02:05 2021 daemon.notice netifd: VLAN 'eth0.1' link is up
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Network device 'lo' link is up
Fri Aug 20 01:02:05 2021 daemon.notice netifd: Interface 'loopback' has link connectivity
Fri Aug 20 01:02:06 2021 kern.info kernel: [   32.989127] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Fri Aug 20 01:02:06 2021 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Fri Aug 20 01:02:06 2021 daemon.err odhcpd[1386]: Failed to send to ff02::1%lan@br-lan (Address not available)
Fri Aug 20 01:02:08 2021 kern.info kernel: [   34.269342] eth1: link up (100Mbps/Full duplex)
Fri Aug 20 01:02:08 2021 kern.info kernel: [   34.273989] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Fri Aug 20 01:02:08 2021 daemon.notice netifd: Network device 'eth1' link is up
Fri Aug 20 01:02:08 2021 daemon.notice netifd: Interface 'wan' has link connectivity
Fri Aug 20 01:02:08 2021 daemon.notice netifd: Interface 'wan' is setting up now
Fri Aug 20 01:02:08 2021 daemon.notice netifd: Interface 'wan6' has link connectivity
Fri Aug 20 01:02:08 2021 daemon.notice netifd: Interface 'wan6' is setting up now
Fri Aug 20 01:02:08 2021 daemon.info procd: - init complete -
Fri Aug 20 01:02:09 2021 daemon.notice netifd: wan (2114): udhcpc: started, v1.33.1
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400276] ath: EEPROM regdomain: 0x809e
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400285] ath: EEPROM indicates we should expect a country code
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400294] ath: doing EEPROM country->regdmn map search
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400302] ath: country maps to regdmn code: 0x50
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400310] ath: Country alpha2 being used: TW
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400314] ath: Regpair used: 0x50
Fri Aug 20 01:02:09 2021 kern.debug kernel: [   35.400321] ath: regdomain 0x809e dynamically updated by user
Fri Aug 20 01:02:09 2021 daemon.info dnsmasq[1109]: read /etc/hosts - 4 addresses
Fri Aug 20 01:02:09 2021 daemon.info dnsmasq[1109]: read /tmp/hosts/dhcp.cfg01411c.1919 - 0 addresses
Fri Aug 20 01:02:09 2021 daemon.info dnsmasq[1109]: read /tmp/hosts/odhcpd - 1 addresses
Fri Aug 20 01:02:09 2021 daemon.info dnsmasq[1109]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Fri Aug 20 01:02:09 2021 daemon.err odhcp6c[2119]: Failed to send RS (Address not available)
Fri Aug 20 01:02:09 2021 daemon.notice netifd: wan (2114): udhcpc: sending discover
Fri Aug 20 01:02:10 2021 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy0.conf (phy wlan0) --> new PHY
Fri Aug 20 01:02:10 2021 kern.info kernel: [   37.136810] br-lan: port 2(wlan0) entered blocking state
Fri Aug 20 01:02:10 2021 kern.info kernel: [   37.142277] br-lan: port 2(wlan0) entered disabled state
Fri Aug 20 01:02:10 2021 kern.info kernel: [   37.148084] device wlan0 entered promiscuous mode
Fri Aug 20 01:02:10 2021 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Fri Aug 20 01:02:10 2021 kern.info kernel: [   37.180055] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Fri Aug 20 01:02:10 2021 kern.info kernel: [   37.186746] br-lan: port 2(wlan0) entered blocking state
Fri Aug 20 01:02:10 2021 kern.info kernel: [   37.192226] br-lan: port 2(wlan0) entered forwarding state
Fri Aug 20 01:02:10 2021 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->ENABLED
Fri Aug 20 01:02:10 2021 daemon.notice hostapd: wlan0: AP-ENABLED
Fri Aug 20 01:02:12 2021 daemon.notice netifd: Network device 'wlan0' link is up
Fri Aug 20 01:02:12 2021 daemon.notice netifd: wan (2114): udhcpc: sending discover
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[1109]: exiting on receipt of SIGTERM
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: Connected to system UBus
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: started, version 2.85 cachesize 150
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: DNS service limited to local subnets
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: 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
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: UBus support enabled: connected to system bus
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq-dhcp[2298]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain test
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain onion
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain localhost
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain local
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain invalid
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain bind
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: using only locally-known addresses for domain lan
Fri Aug 20 01:02:13 2021 daemon.warn dnsmasq[2298]: no servers found in /tmp/resolv.conf.d/resolv.conf.auto, will retry
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: read /etc/hosts - 4 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: read /tmp/hosts/odhcpd - 1 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq-dhcp[2298]: read /etc/ethers - 0 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: read /etc/hosts - 4 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: read /tmp/hosts/odhcpd - 1 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq[2298]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Fri Aug 20 01:02:13 2021 daemon.info dnsmasq-dhcp[2298]: read /etc/ethers - 0 addresses
Fri Aug 20 01:02:15 2021 daemon.notice netifd: wan (2114): udhcpc: sending discover
Fri Aug 20 01:02:17 2021 daemon.info dnsmasq-dhcp[2298]: DHCPREQUEST(br-lan) 192.168.1.112 00:e0:4c:68:01:8d
Fri Aug 20 01:02:17 2021 daemon.info dnsmasq-dhcp[2298]: DHCPACK(br-lan) 192.168.1.112 00:e0:4c:68:01:8d HP-Notebook
Fri Aug 20 01:02:25 2021 daemon.info dnsmasq-dhcp[2298]: DHCPREQUEST(br-lan) 192.168.1.112 00:e0:4c:68:01:8d
Fri Aug 20 01:02:25 2021 daemon.info dnsmasq-dhcp[2298]: DHCPACK(br-lan) 192.168.1.112 00:e0:4c:68:01:8d HP-Notebook
Fri Aug 20 01:02:29 2021 user.info : luci: accepted login on /admin/network/wireless for root from 192.168.1.112
Fri Aug 20 01:03:18 2021 daemon.info dnsmasq-dhcp[2298]: DHCPREQUEST(br-lan) 192.168.1.112 00:e0:4c:68:01:8d
Fri Aug 20 01:03:18 2021 daemon.info dnsmasq-dhcp[2298]: DHCPACK(br-lan) 192.168.1.112 00:e0:4c:68:01:8d HP-Notebook

Latest Build is uploaded here. It is compiled with Ubuntu 21.10 & Openwrt Snapshot

https://drive.google.com/drive/folders/1W6rPqg9GVvTkf_23yiOkJqkYt9D94Mbq?usp=sharing

Installing Proccess
A workaround for the locked firmware has been found, based on Keyboardgnome's solution
for the WR841hp v2. The key is that a command can be injected by including it as part of the
SSID. Several SSIDs are set which compile a script in the router's ram, and then a final
command executes that script. After about 60 seconds, the web interface will be available
again, and should accept an Openwrt image.
To use the workaround, set the device's SSID to each of the following lines, making sure to
include the backticks. Set the ssid and click save between each line.

`echo "httpd -k"> /tmp/s`
`echo "sleep 10">> /tmp/s`
`echo "httpd -r&">> /tmp/s`
`echo "sleep 10">> /tmp/s`
`echo "httpd -k">> /tmp/s`
`echo "sleep 10">> /tmp/s`
`echo "httpd -f">> /tmp/s`
`sh /tmp/s`

After the reboot sequence, the router may have fallen back to its default IP () address :
192.168.0.1, with the default credentials (admin:admin)
Rename the downloaded firmware to firmware.bin
Log in to the web interface and go the the firmware upload page
Select the correct firmware file, and you're done : the system now accepts the openwrt

2 Likes

A PR applied for official openwrt supports, is waiting for review.

2 Likes

hi, i have tried the snapshot version and everything is ok, but i can't install my favorite package,

"unsupported kernel"

can you build to an earlier kernel version?

I can't test it for a long time,I had to roll back to 842nd-v2 image version

1 Like

Which packages do you need? Mention them, i can recompile with those packages.

1 Like

thank you sir, I need some of these packages
-vpnbypass
-wifidog
-sqm
-mwan3
-luci-app-sqm
-luci-app-mwan

if you want please also make a 16mb image version for me, i want to try it by upgrading 8mb flash to 16mb.

yesterday i tried it with breed u-boot web recovery using 8mb image version, the flash is 25Q128.
image successfully flashed via breed web recovery,
but the storage still only reads 8mb.

También nesecit os paquetes que dijo el otro amigo cuando los recopilas

Yes, since the whole thread is in English, it's probably a brilliant idea to post in Spanish (Portuguese?)....

Try Google translate

1 Like

for use larger flash memory, some work need to done in art partition.. can you do art backup & restore?.. also need art-cal-data address modification.

the build has updated.

Check the link

Which one installed I think I already have it installed but it tells me that it fails to update the list to update packages

Yes, I have previously backed up the art partition, and restored it via web recovery.

I have also tried this way,

openwrt is installed and running fine
the problem is the storage still reads 8m.

thank you very much for your hard work,
all my favorite packages are included and they work very well,

for the next few days I will use this snapshot version while waiting for the official version.

compared to the previous installed version
in this version I found a little lack of wireless sensitivity level
this is the ss of both

WR-842ND-v2 21.02.0-rc4 r16256-2d5ee43dc6

WR841HP-v2 Sanapshot

I hope that in the next build there will be changes for the better

try to flash without keep settings. if you are already in openwrt then flash ...sysupgrade.bin file.

1 Like

I already installed them but it is true when scanning Wi-Fi networks you do not have much reach