GL.iNet Beryl (GL MT1300) - Not working wifi built in

Hello.
I have installed the official OpenWRT build on this device.
After starting in Luci the WIFI to "enable" wifi works only from a distance of 2 cm and the signal strength is 90dBm.
How could I fix this?

On the software from the manufacturer, wifi works from a distance of 100 meters.

1 Like

After further analysis, I noticed that when I put the phone centrally on the router, then the signal strength from the router is -63dBm. A meter from the router is already completely losing range. It seems to me that the problem is something that limits the range. Does anyone know where and how I can analyze this problem to solve it?

That sounds like a calibration data issue. I believe the MT1300 is MT7621 based. Is yours using NAND? Bad blocks can shift addresses and break wireless because of that. See this topic e.g.:

I have read the entire thread you posted. I wonder what I could do to improve the performance of this wifi. Will doing a dump of a device and then sharing it anyway help?

I am not very intelligent, but I am very happy to help in the development of this device

You'd need to run hexdump on the factory partition like shown in that topic. There you can see if the location of your calibration data matches what's defined in the DTS. It looks like you have a single radio that does both 2,4 and 5 GHz.

&pcie0 {
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
                mediatek,mtd-eeprom = <&factory 0x0>;
        };
};

The data should start at 0x0 (the beginning).

ssh root@192.168.1.36 "cat /dev/mtd5" > mtd5
Download output file:
https://www39.zippyshare.com/v/G0yi6AFn/file.html

[kamil@fedora ~]$ hexdump -C mtd5 |grep 0008000
00008000 47 34 b3 f2 52 03 4b a4 f3 76 f5 ac a3 4c be aa |G4..R.K..v...L..|
00080000 cd 71 f6 fb 5b 9b 3a 40 7c ef 1d ad ad e4 ac 1f |.q..[.:@|.......|
[kamil@fedora ~]$

Is there anything else I can do?

You're looking at 0x8000 but you should look at the very start of the data (0x0 like the DTS says).

1 Like
[kamil@fedora ~]$ hexdump -C mtd5 |grep 0000000
00000000  68 73 71 73 bc 04 00 00  c1 04 7c 60 00 00 04 00  |hsqs......|`....|
00000000  68 73 71 73 bc 04 00 00  c1 04 7c 60 00 00 04 00  |hsqs......|`....|
00000010  19 00 00 00 04 00 12 00  c0 04 01 00 04 00 00 00  |................|
00000020  63 1c 10 19 00 00 00 00  58 b6 39 00 00 00 00 00  |c.......X.9.....|
00000030  50 b6 39 00 00 00 00 00  ff ff ff ff ff ff ff ff  |P.9.............|
00000040  ee 60 39 00 00 00 00 00  a0 80 39 00 00 00 00 00  |.`9.......9.....|
00000050  26 b0 39 00 00 00 00 00  3a b6 39 00 00 00 00 00  |&.9.....:.9.....|
00000060  0c 80 00 00 04 00 14 00  09 00 90 00 40 00 fd 37  |............@..7|
00000070  7a 58 5a 00 00 01 69 22  de 36 03 c0 81 d7 09 80  |zXZ...i".6......|
00000080  80 10 21 01 0c 00 c3 e9  b3 88 e1 92 b4 ef fe 6c  |..!............l|
00000090  00 3f 91 45 84 60 0e fc  48 ff 68 c7 f1 dc 46 57  |.?.E.`..H.h...FW|
000000a0  22 cb 88 5a 92 10 7b 81  49 63 e2 b7 fc 73 47 1a  |"..Z..{.Ic...sG.|
000000b0  08 72 d9 cf 50 53 46 1a  44 f1 76 77 8a db 8b d0  |.r..PSF.D.vw....|
000000c0  b2 3d 02 17 41 a6 23 52  a3 3b 56 96 a6 23 7f fe  |.=..A.#R.;V..#..|
000000d0  fc 18 90 34 a3 1f 0d 97  be 66 b7 d5 e5 cd bd 60  |...4.....f.....`|
000000e0  0e 10 8b e1 de 18 f3 c5  c1 a5 9e 99 d0 a3 7b cd  |..............{.|
000000f0  bf a4 b4 59 15 7e df fb  75 f4 65 a2 51 7c b4 bf  |...Y.~..u.e.Q|..|
00000100  d9 aa d4 2d bf 0d 2b ed  9b e5 4a f9 b3 d2 99 45  |...-..+...J....E|
00000110  3f 00 ce 57 31 46 07 56  dd 44 c7 9c aa 56 7d 86  |?..W1F.V.D...V}.|
00000120  f8 16 74 e4 ba 97 1f 3f  9b de 2d 73 e5 79 0f ee  |..t....?..-s.y..|
00000130  71 0d 1c 57 85 98 46 8f  43 a7 9b aa 46 c9 28 32  |q..W..F.C...F.(2|
00000140  a6 50 d9 f3 35 1e 81 ff  5a 4d cf a1 b8 6c d8 c5  |.P..5...ZM...l..|
00000150  37 4b 4b 87 70 45 e7 ce  12 2c d1 f1 ad 54 ce 40  |7KK.pE...,...T.@|
00000160  f2 a0 76 9a 91 ad d8 69  25 53 6f a2 16 9d ea 6b  |..v....i%So....k|
00000170  e2 f6 da 8a 71 39 c9 38  1a ba 83 e0 2a f4 c8 19  |....q9.8....*...|
00000180  1c 98 b4 5c 92 30 83 10  bc 9b aa ea 9d 81 d0 3e  |...\.0.........>|
00000190  54 b4 c7 2d d0 e2 a2 dd  00 84 7b de 2c cc 21 31  |T..-......{.,.!1|
000001a0  a2 c4 c1 36 82 34 71 98  ab 7c d9 8f a8 40 c2 c3  |...6.4q..|...@..|
000001b0  43 88 9e ac 8d 23 22 00  3f 05 e8 39 f6 51 a2 bb  |C....#".?..9.Q..|
000001c0  54 ea e1 5b 4a 90 61 74  2d a8 2e 40 92 94 60 b3  |T..[J.at-..@..`.|
000001d0  b8 21 d4 bf 66 a0 92 95  f0 5c 68 86 0b 6a b6 f0  |.!..f....\h..j..|
000001e0  37 2f aa ab 3f d5 bb 97  55 6b 1c d2 c6 79 73 a2  |7/..?...Uk...ys.|
000001f0  e3 c8 f7 d8 cb 98 4d 17  16 aa ae 4d 2d 97 c9 ee  |......M....M-...|
00000200  ba f6 3e d5 8f f8 36 ee  7c 92 8c e3 87 fa ae 6f  |..>...6.|......o|
00000210  fb 62 60 61 60 a0 53 96  a9 c1 25 ed 65 69 7f 28  |.b`a`.S...%.ei.(|
00000220  b3 bf 79 1e 38 ce fe d2  80 8b 62 ba 2e 4e 1d 5e  |..y.8.....b..N.^|
00000230  42 37 54 8f ce f3 6e 86  ed e0 1f da 5b a5 8c 1b  |B7T...n.....[...|
00000240  5c 35 91 39 7e 7c e0 07  13 b6 42 df 82 49 5f 19  |\5.9~|....B..I_.|
00000250  96 51 60 a0 9d 7b a7 6f  2b dc e7 75 e4 1c 1e 3d  |.Q`..{.o+..u...=|
00000260  62 53 9c 0c db b4 cd 84  42 5a 3a 1b 3e e6 2c a3  |bS......BZ:.>.,.|
00000270  e2 2c 54 f6 c8 7c 18 24  5a 49 1f 1e c3 5f 90 9b  |.,T..|.$ZI..._..|
00000280  2a c7 2b e2 1b d7 40 b2  c0 ca 23 d9 d6 89 61 87  |*.+...@...#...a.|
00000290  38 0b 98 26 0f 73 5d a4  21 a9 e7 16 63 33 aa ce  |8..&.s].!...c3..|
000002a0  ed 69 4a 82 98 fc ae 04  27 ed 11 fd 21 f1 74 cd  |.iJ.....'...!.t.|
000002b0  4a bb 81 7e c3 a7 cf c5  b1 ac 00 2a 4d 03 87 3c  |J..~.......*M..<|
000002c0  5b f7 78 a0 5f 29 4b e2  d8 b3 80 6c 58 c7 61 56  |[.x._)K....lX.aV|
000002d0  73 a1 18 73 b2 b5 68 34  a7 3a af 8e dc b8 6a 06  |s..s..h4.:....j.|
000002e0  43 50 3d 05 03 f3 4b c4  7e c3 6c f8 76 07 1e 34  |CP=...K.~.l.v..4|
000002f0  f6 b6 78 1a 72 d6 2b 9b  52 24 f3 8c 2c 9b 12 09  |..x.r.+.R$..,...|
00000300  96 e2 c7 af e6 72 87 d2  11 e0 c2 fc a4 c5 61 85  |.....r........a.|
00000310  6a 43 ca 27 1c f9 ea 09  80 cd 12 fb 1e a6 41 d4  |jC.'..........A.|
00000320  ad 7b 1e c3 55 2a 70 19  85 b3 7f d9 cf ec d4 bd  |.{..U*p.........|

Link to the entire TXT file:
https://www45.zippyshare.com/v/LrSKR76r/file.html

Have I done right now?

At first glance I'm not seeing the point where the data's supposed to start (first characters on that line are normally 15 76 for that radio, 7615 inverted).

You're sure mtd5 is mapped to the factory partition? What's the contents of /proc/mtd?

root@OpenWrt:~# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 01fb0000 00010000 "firmware"
mtd4: 002410ce 00010000 "kernel"
mtd5: 01d6ef32 00010000 "rootfs"
mtd6: 019d0000 00010000 "rootfs_data"
root@OpenWrt:~#

root@OpenWrt:~# hexdump -C /dev/mtd2 |grep 0000000
00000000  15 76 a0 00 94 83 c4 08  8c 76 15 76 c3 14 00 80  |.v.......v.v....|
root@OpenWrt:~#

OK, so that looks okay... Are you seeing any errors in dmesg? Have you tried a master image?

GL.iNet sticks pretty closely to official OpenWrt, so you might need to revert to their image if nine of the official OpenWrt images give you functional wireless.

1 Like

I have one on the way, I'll give it a try when available and let you know.

It should arrive in a few days.

1 Like

Cały log dmesg

[    0.000000] Linux version 5.4.111 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16046-59980f7aaf)) #0 SMP Sun Apr 18 10:06:57 2021
[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[    0.000000] MIPS: machine is GL.iNet GL-MT1300
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] VPE topology {2,2} total 4
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] On node 0 totalpages: 65536
[    0.000000]   Normal zone: 576 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 65536 pages, LIFO batch:15
[    0.000000] percpu: Embedded 14 pages/cpu s26768 r8192 d22384 u57344
[    0.000000] pcpu-alloc: s26768 r8192 d22384 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Writing ErrCtl register=000006ce
[    0.000000] Readback ErrCtl register=000006ce
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 250856K/262144K available (6047K kernel code, 207K rwdata, 744K rodata, 1244K init, 238K bss, 11288K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] NR_IRQS: 256
[    0.000000] random: get_random_bytes called from 0x806d9998 with crng_init=0
[    0.000000] CPU Clock: 880MHz
[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
[    0.000010] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
[    0.007841] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360)
[    0.042029] pid_max: default: 32768 minimum: 301
[    0.046836] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.054065] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.064953] rcu: Hierarchical SRCU implementation.
[    0.070535] smp: Bringing up secondary CPUs ...
[    0.076795] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.076806] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.076821] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.076944] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.103342] Synchronize counters for CPU 1: done.
[    0.144577] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.144585] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.144593] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.144663] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.172273] Synchronize counters for CPU 2: done.
[    0.203750] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.203758] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.203767] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.203836] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.230143] Synchronize counters for CPU 3: done.
[    0.260035] smp: Brought up 1 node, 4 CPUs
[    0.268851] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.278571] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.285668] pinctrl core: initialized pinctrl subsystem
[    0.292965] NET: Registered protocol family 16
[    0.306993] FPU Affinity set after 4688 emulations
[    0.327657] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    0.339479] clocksource: Switched to clocksource GIC
[    0.345031] random: fast init done
[    0.345741] NET: Registered protocol family 2
[    0.353921] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.362328] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.369936] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.377021] TCP: Hash tables configured (established 2048 bind 2048)
[    0.383507] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.389991] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.397259] NET: Registered protocol family 1
[    0.401583] PCI: CLS 0 bytes, default 32
[    0.495413] 4 CPUs re-calibrate udelay(lpj = 1167360)
[    0.502264] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    0.521264] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.527037] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.538447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.548032] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.553908] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.559774] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.566186] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.576336] printk: console [ttyS0] disabled
[    0.580660] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
[    0.589658] printk: console [ttyS0] enabled
[    0.597923] printk: bootconsole [early0] disabled
[    0.608272] 1e000e00.uartlite3: ttyS1 at MMIO 0x1e000e00 (irq = 20, base_baud = 3125000) is a 16550A
[    0.620966] spi-mt7621 1e000b00.spi: sys_freq: 220000000
[    0.637278] spi-nor spi0.0: w25q256 (32768 Kbytes)
[    0.642182] 4 fixed-partitions partitions found on MTD device spi0.0
[    0.648533] Creating 4 MTD partitions on "spi0.0":
[    0.653342] 0x000000000000-0x000000030000 : "u-boot"
[    0.660121] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.666938] 0x000000040000-0x000000050000 : "factory"
[    0.673577] 0x000000050000-0x000002000000 : "firmware"
[    0.680538] 2 uimage-fw partitions found on MTD device firmware
[    0.686502] Creating 2 MTD partitions on "firmware":
[    0.691481] 0x000000000000-0x0000002410ce : "kernel"
[    0.697941] 0x0000002410ce-0x000001fb0000 : "rootfs"
[    0.704465] mtd: device 5 (rootfs) set to be root filesystem
[    0.710283] 1 squashfs-split partitions found on MTD device rootfs
[    0.716477] 0x0000005e0000-0x000001fb0000 : "rootfs_data"
[    0.724514] libphy: Fixed MDIO Bus: probed
[    0.753995] libphy: mdio: probed
[    0.757518] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
[    0.768378] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 23
[    0.778024] i2c-mt7621 1e000900.i2c: clock 100 kHz
[    0.784549] mt7621-pci 1e140000.pcie: Parsing DT failed
[    0.792840] NET: Registered protocol family 10
[    0.798938] Segment Routing with IPv6
[    0.802822] NET: Registered protocol family 17
[    0.807427] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    0.820655] 8021q: 802.1Q VLAN Support v1.8
[    0.827061] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
[    0.842004] libphy: dsa slave smi: probed
[    0.846893] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [dsa-0.0:02] driver [Generic PHY]
[    0.856996] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [dsa-0.0:03] driver [Generic PHY]
[    0.867106] mt7530 mdio-bus:1f wan (uninitialized): PHY [dsa-0.0:04] driver [Generic PHY]
[    0.877108] mt7530 mdio-bus:1f: configuring for fixed/rgmii link mode
[    0.888407] DSA: tree 0 setup
[    0.891792] rt2880-pinmux pinctrl: pcie is already enabled
[    0.897298] mt7621-pci 1e140000.pcie: Error applying setting, reverse things back
[    0.904966] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
[    0.912570] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
[    1.020227] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
[    1.025813] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
[    1.131581] mt7621-pci 1e140000.pcie: pcie1 no card, disable it (RST & CLK)
[    1.138532] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
[    1.145491] mt7621-pci 1e140000.pcie: PCIE0 enabled
[    1.150377] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[    1.159868] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[    1.166240] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
[    1.173112] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[    1.179986] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.185526] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[    1.191570] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    1.197838] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    1.204183] pci 0000:00:00.0: supports D1
[    1.208201] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    1.215381] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.223662] pci 0000:01:00.0: [14c3:7615] type 00 class 0x000280
[    1.229736] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
[    1.236695] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[    1.251897] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.257137] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    1.263237] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
[    1.270025] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff pref]
[    1.277249] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.283910] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    1.290520] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    1.297482] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff]
[    1.304272] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref]
[    1.311493] pci 0000:00:00.0: BAR 1: assigned [mem 0x60200000-0x6020ffff]
[    1.318285] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff]
[    1.325078] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit]
[    1.332395] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.337365] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff]
[    1.344151] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x600fffff]
[    1.350936] pci 0000:00:00.0:   bridge window [mem 0x60100000-0x601fffff pref]
[    1.358748] mt7530 mdio-bus:1f: Link is Up - 1Gbps/Full - flow control off
[    1.359133] hctosys: unable to open rtc device (rtc0)
[    1.375974] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[    1.389171] Freeing unused kernel memory: 1244K
[    1.393740] This architecture does not have kernel memory protection.
[    1.400169] Run /sbin/init as init process
[    1.911979] init: Console is alive
[    1.915697] init: - watchdog -
[    2.659640] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    2.751076] usbcore: registered new interface driver usbfs
[    2.756737] usbcore: registered new interface driver hub
[    2.762189] usbcore: registered new device driver usb
[    2.778694] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator
[    2.787506] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator
[    2.796515] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    2.801858] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
[    2.815621] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010
[    2.824844] xhci-mtk 1e1c0000.xhci: irq 22, io mem 0x1e1c0000
[    2.832164] hub 1-0:1.0: USB hub found
[    2.836091] hub 1-0:1.0: 2 ports detected
[    2.840918] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    2.846280] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
[    2.853770] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
[    2.860353] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.869482] hub 2-0:1.0: USB hub found
[    2.873380] hub 2-0:1.0: 1 port detected
[    2.883740] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    2.903872] init: - preinit -
[    3.500506] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[    3.508961] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    3.517488] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    3.660902] random: jshn: uninitialized urandom read (4 bytes read)
[    3.727285] random: jshn: uninitialized urandom read (4 bytes read)
[    3.763099] random: jshn: uninitialized urandom read (4 bytes read)
[    3.980364] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
[    3.987504] 8021q: adding VLAN 0 to HW filter on device lan1
[    8.239874] jffs2: notice: (603) jffs2_build_xattr_subsystem: complete building xattr subsystem, 22 of xdatum (18 unchecked, 4 orphan) and 30 of xref (4 dead, 0 orphan) found.
[    8.259038] mount_root: switching to jffs2 overlay
[    8.268089] overlayfs: upper fs does not support tmpfile.
[    8.278349] urandom-seed: Seeding with /etc/urandom.seed
[    8.389014] procd: - early -
[    8.392066] procd: - watchdog -
[    8.991691] procd: - watchdog -
[    8.995693] procd: - ubus -
[    9.161662] procd: - init -
[    9.801452] kmodloader: loading kernel modules from /etc/modules.d/*
[    9.823110] Loading modules backported from Linux version v5.10.16-0-gde53befa79cf
[    9.830702] Backport generated by backports.git v5.10.16-1-0-g21d2a1d2
[    9.897005] r8712u: module is from the staging directory, the quality is unknown, you have been warned.
[    9.910141] usbcore: registered new interface driver r8712u
[    9.925653] xt_time: kernel timezone is -0000
[    9.930549] urngd: v1.0.2 started.
[    9.990751] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=25
[    9.996207] pci 0000:00:00.0: enabling device (0004 -> 0007)
[   10.001868] mt7615e 0000:01:00.0: enabling device (0000 -> 0002)
[   10.019262] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.037087] mt7615e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20180518100604a
[   10.037087] 
[   10.047115] PPP generic driver version 2.4.2
[   10.053357] NET: Registered protocol family 24
[   10.137820] random: crng init done
[   10.141370] random: 7 urandom warning(s) missed due to ratelimiting
[   10.193593] usbcore: registered new interface driver rtl8192cu
[   10.201148] kmodloader: done loading kernel modules from /etc/modules.d/*
[   10.340823] mt7615e 0000:01:00.0: N9 Firmware Version: _reserved_, Build Time: 20200814163649
[   10.398735] mt7615e 0000:01:00.0: CR4 Firmware Version: _reserved_, Build Time: 20190121161307
[   16.418743] mtk_soc_eth 1e100000.ethernet eth0: Link is Down
[   16.434768] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[   16.443545] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   16.446702] mt7530 mdio-bus:1f lan1: configuring for phy/gmii link mode
[   16.459880] 8021q: adding VLAN 0 to HW filter on device lan1
[   16.469047] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   16.476974] br-lan: port 1(lan1) entered blocking state
[   16.482343] br-lan: port 1(lan1) entered disabled state
[   16.488735] device lan1 entered promiscuous mode
[   16.493578] device eth0 entered promiscuous mode
[   16.529794] mt7530 mdio-bus:1f lan2: configuring for phy/gmii link mode
[   16.537310] 8021q: adding VLAN 0 to HW filter on device lan2
[   16.547097] br-lan: port 2(lan2) entered blocking state
[   16.552431] br-lan: port 2(lan2) entered disabled state
[   16.559311] device lan2 entered promiscuous mode
[   16.589360] mt7530 mdio-bus:1f wan: configuring for phy/gmii link mode
[   16.597937] 8021q: adding VLAN 0 to HW filter on device wan
[   18.039960] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   20.687961] mt7530 mdio-bus:1f wan: Link is Up - 1Gbps/Full - flow control rx/tx
[   20.695459] IPv6: ADDRCONF(NETDEV_CHANGE): wan: link becomes ready
[   22.153647] br-lan: port 3(wlan0) entered blocking state
[   22.159002] br-lan: port 3(wlan0) entered disabled state
[   22.165040] device wlan0 entered promiscuous mode
[   22.170214] br-lan: port 3(wlan0) entered blocking state
[   22.175619] br-lan: port 3(wlan0) entered forwarding state
[   22.181687] br-lan: port 3(wlan0) entered disabled state
[   83.939171] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   83.945995] br-lan: port 3(wlan0) entered blocking state
[   83.951366] br-lan: port 3(wlan0) entered forwarding state
[   83.958128] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[36384.884090] kmodloader: loading kernel modules from /etc/modules.d/*
[36384.892276] i2c /dev entries driver
[36384.898352] kmodloader: done loading kernel modules from /etc/modules.d/*
[36526.072491] kmodloader: loading kernel modules from /etc/modules.d/*
[36526.084764] kmodloader: done loading kernel modules from /etc/modules.d/*
[36526.166294] kmodloader: loading kernel modules from /etc/modules.d/*
[36526.174697] kmodloader: done loading kernel modules from /etc/modules.d/*

Has the router got to you yet?
Did you find out how to fix this error?

Yep, i've got the router. Works fine on the default firmware. Nothing like your findings.

But on OpenWrt snapshot the wifi drivers are not ok, the drivers from gl.inet are not open source.

The wifi is slow and losing connection every now and then. So I'm back to the default firmware for now.

I have also got one today, I am using official OpenWrt firmware version 21.02.0-rc3 now, everything looks right except its Wi-Fi. If I enable both Wi-Fi devices, the whole system won't start after reboot, the only solution is recovering the system. Hope this serious problem can be fixed quickly in the future.

While GL.inet heavily makes use of OpenWrt, their firmware often is a conglomeration of OpenWrt and proprietary components, with quite an impact on the configuration syntax. That means you must discard the existing configuration when installing OpenWrt, if you miss that step, https://openwrt.org/docs/guide-user/troubleshooting/failsafe_and_factory_reset should help.

Yes, I have discarded all the config by using -F -n flag when upgrading from cli because sysupgrade warned me about image version mismatch and suggested me to do so. I have also tried to flash image from u-boot recovery webpage, this problem still exists. I have another GL.iNet AR750 router also runs OpenWrt 21.02.0-rc3, it doesn't have this problem and works well. So I think it is because this router is too new that it lacks compatible open-source Wi-Fi driver.

They are using there own wifi drivers, that are not available in the normal OpenWrt, I did quit trying and added there own version to my needs.

so.. turns out the Gl.iNet-MT1300-GO2021-11-25-AB21 version of ROOter Autobuilds is the only firmware I have been able to successfully use Travelmate and have the wifi connection to another wifi...

I've been through at least 10 different firmware since last night, the best working is above, and it uses MediaTek MT7615E drivers.