Results VR200 latest snapshosts and Release candite versions

I have been testing the latest snapshots and rc versions for VR200 few days.

First I'm glad to all your effort for new release.

I have to tell you my test results about VR200 because there are critical issues over there

Testing result of the latest snapshot's of 3,4,5 June
First Good news

  • Ethernet ports works well and fast
  • Wifi 5 ghz works YES and detect as below
    Type: MediaTek MT7610E 802.11nac
    Channel: 36 (5.180 GHz)
  • Wifi far connection good (two wall and more)

Bad news

  • wifi not stable
  • wifi speed so low even next to router 5mbit (approx)
  • connection dropping randomly
  • wifi speed limit so limited in multiple connection

Testing result of the OpenWrt 21.02.0-rc2

First Good news

  • Wifi 5 ghz works

Bad news

  • Ethernet ports doesn't work(any)
  • Wifi 5 ghz works but dropping randomly
  • The interfaces menu in luci gives error and don't load
RPC call to uci/get failed with ubus code 9: Unspecified error
  at handleCallReply (http://192.168.1.1/luci-static/resources/rpc.js?v=git-21.148.49484-14511e5:15:3)

All of this are just observation I can test with some Linux tools which you deserve, but I don't know which, please tell me

this is not ideal... I take it this is after the luci migration? (or factory?~no-migration(maybe))

please post the output from;

cat /etc/config/network
ifconfig -a
logread | grep -E '(wpad|hostapd|wpa)'

changing any mac addresses(public ip) or username/password

(you may need to read alittle about putty.exe or WinSCP) you are connected over wifi? (serial?)

Result of 6 June snapshot( ssh over wifi )
same setting with all of them - 21.02.0-rc2 - june 3-4-5 snapshots

Good news

  • Wi-Fi so stable
  • Wi-Fi ping values or speed fast as fast my VDSL connection so good
  • Wi-Fi multiple devices connection so good
  • Far distance Wi-Fi connection good and fast
  • Overall best Wi-Fi experience between 21.02.0-rc2 and 3-4-5 june snapshots
  • Wifi Connection drops rare

Bad news

  • i can't update and install luci details errors below
  • Ethernet ports not working(any)
  • Only a Htc M9+ old phone doesn't get ip adress it's shown below

errors log

opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/lantiq/xrx200/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/lantiq/xrx200/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mips_24kc/base/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mips_24kc/base/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/targets/lantiq/xrx200/kmods/5.4.123-1-ce5d5aac0bb6ede4ce4940718c198f23/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/lantiq/xrx200/kmods/5.4.123-1-ce5d5aac0bb6ede4ce4940718c198f23/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/Packages.gz

Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/lantiq/xrx200/packages/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mips_24kc/base/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/lantiq/xrx200/kmods/5.4.123-1-ce5d5aac0bb6ede4ce4940718c198f23/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.
opkg install luci
Unknown package 'luci'.
Collected errors:
 * opkg_install_cmd: Cannot install package luci.

Configurations

network

cat /etc/config/network
nterface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix '***'

config atm-bridge 'atm'
	option encaps 'llc'
	option nameprefix 'dsl'
	option vpi '8'
	option vci '35'
	option payload 'routed'

config dsl 'dsl'
	option xfer_mode 'ptm'
	option line_mode 'vdsl'
	option annex 'a'
	option ds_snr_offset '100'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0.1'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'wan'
	option proto 'pppoe'
	option ifname 'dsl0.35'
	option ipv6 'auto'
	option mtu '1492'
	option password '***'
	option username '***'

config device 'wan_dsl0_dev'
	option name 'dsl0'
	option macaddr '***'

config interface 'wan6'
	option ifname '@wan'
	option proto 'dhcpv6'

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '0 2 4 5 6t'

wireless

cat /etc/config/wireless 

config wifi-device 'radio0'
	option type 'mac80211'
	option path 'pci0000:01/0000:01:00.0/0000:02:00.0'
	option band '5g'
	option htmode 'VHT80'
	option cell_density '0'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option encryption 'sae-mixed'
	option key '***'
	option ieee80211w '1'
	option ssid '*** 5Ghz'

connection result

ifconfig -a
br-lan    Link encap:Ethernet  HWaddr ***  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: *** : Scope:Link
          inet6 addr: *** Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:105223 errors:0 dropped:0 overruns:0 frame:0
          TX packets:251002 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:23117563 (22.0 MiB)  TX bytes:317376211 (302.6 MiB)

dsl0      Link encap:Ethernet  HWaddr ***  
          inet6 addr: *** Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:250295 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106404 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:320209366 (305.3 MiB)  TX bytes:25716654 (24.5 MiB)

dsl0.35   Link encap:Ethernet  HWaddr EC:***42  
          inet6 addr: *** Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:250295 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106397 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:315704056 (301.0 MiB)  TX bytes:25242900 (24.0 MiB)

eth0      Link encap:Ethernet  HWaddr ***
          inet6 addr: *** Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:610 errors:0 dropped:9 overruns:0 frame:0
          TX packets:1643 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:111125 (108.5 KiB)  TX bytes:301876 (294.8 KiB)

eth0.1    Link encap:Ethernet  HWaddr ***
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1622 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:283196 (276.5 KiB)

lo        Link encap:Local Loopback  
          LOOPBACK  MTU:65536  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:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

pppoe-wan Link encap:Point-to-Point Protocol  
          inet addr:***  P-t-P:100.70.92.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1484  Metric:1
          RX packets:248467 errors:0 dropped:0 overruns:0 frame:0
          TX packets:104568 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:313639465 (299.1 MiB)  TX bytes:22887048 (21.8 MiB)

wlan0     Link encap:Ethernet  HWaddr **** 
          inet6 addr: *** Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:108859 errors:0 dropped:0 overruns:0 frame:0
          TX packets:241017 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:24938576 (23.7 MiB)  TX bytes:322864143 (307.9 MiB)

logread

logread | grep -E '(wpad|hostapd|wpa)'
logread | grep -E '(wpad|hostapd|wpa)'
Sat Jun  5 05:16:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:16:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:16:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:16:27 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:16:27 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:16:28 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:16:28 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:17:11 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:17:12 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:17:12 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:17:12 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:17:13 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:17:13 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:17:57 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:17:57 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:17:57 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:17:58 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:17:58 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:17:58 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:17:59 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:17:59 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:18:55 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:18:55 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:18:55 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:18:56 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:18:56 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:18:57 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:18:57 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:39 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:19:40 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:40 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:19:40 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:19:41 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:19:41 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:20:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:20:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:20:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:20:26 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:20:27 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:20:27 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:20:28 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:20:28 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:21:17 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:21:17 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:21:21 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:21:21 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:21:22 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:21:22 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:22:20 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:22:20 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:22:20 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
...
Sat Jun  5 05:22:21 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:22:21 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:22:21 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 3)
Sat Jun  5 05:22:23 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:22:23 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:23:51 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:23:52 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 1)
Sat Jun  5 05:23:53 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:23:53 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:26:51 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:26:51 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 4)
Sat Jun  5 05:26:52 2021 daemon.notice hostapd: wlan0: AP-STA-CONNECTED **:**:**:**:**:**
Sat Jun  5 05:26:52 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:26:52 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:28:18 2021 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED **:**:**:**:**:**
Sat Jun  5 05:28:18 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: disassociated due to inactivity
Sat Jun  5 05:28:19 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
Sat Jun  5 05:36:37 2021 daemon.notice hostapd: wlan0: STA-OPMODE-SMPS-MODE-CHANGED **:**:**:**:**:** off
Sat Jun  5 05:36:38 2021 daemon.notice hostapd: wlan0: AP-STA-DISCONNECTED **:**:**:**:**:**
Sat Jun  5 05:36:58 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:36:58 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 1)
Sat Jun  5 05:37:00 2021 daemon.notice hostapd: wlan0: AP-STA-CONNECTED **:**:**:**:**:**
Sat Jun  5 05:37:00 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:37:00 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**
Sat Jun  5 05:48:34 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: authenticated
Sat Jun  5 05:48:35 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** IEEE 802.11: associated (aid 1)
Sat Jun  5 05:48:36 2021 daemon.info hostapd: wlan0: STA **:**:**:**:**:** WPA: pairwise key handshake completed (RSN)
Sat Jun  5 05:48:36 2021 daemon.notice hostapd: wlan0: EAPOL-4WAY-HS-COMPLETED **:**:**:**:**:**

ok... so this is

  • a non-dsa target?
  • has not undergone migration due to lack of luci ( or user choice )? (technically ok)

br-lan = traffic
eth0.1 (underlying interface shows none in one direction)

which point towards switch maybe...

I deleted rc version then installed june 6 release and have to do some things.
Due to error installing luci (told above) I can't sent immediately those errors and logs

But I'll send later. (max in 2 day)
I have to a way installing firmware over ssh I don't know whether like such a way
or have to connect serial it takes much more time.

Sorry

so if ethernet works on master... then hopefully that will be/has been fixed / backported to the next 21.02

just some wifi issues... which I don't see much about in the log but i'm sure someone else knows a bit more about that device...

ssh over wifi should be ok... WinSCP is a good program for this...

yeah,You're right
I didn't test over cable ethernet connection just Wi-Fi
Only checked Ethernet whether connect or not sorry.

Thanks I'll be try
Is there any program runs on Linux native?
just asking, curious you know..

paru -Ss winscp
aur/winscp 5.17.10-1 [+25 ~0.06] [Installed]
    Free SFTP, SCP and FTP client for Wine
aur/termscp 0.5.0-1 [+3 ~1.86]

sure... the testing is great but honestly if I were you at this point i'd look at going back to 19.x

wget https://downloads.openwrt.org/releases/19.07.7/targets/lantiq/xrx200/openwrt-19.07.7-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin
scp openwrt-19.07.7-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/
ssh root@192.168.1.1 'sysupgrade /tmp/openwrt-19.07.7-lantiq-xrx200-tplink_vr200-squashfs-sysupgrade.bin'

( if dsl or wifi is still funny reflash and don't keep settings 'sysupgrade -n' or should be a box in luci )

I installed 21.02.0-rc2 again then all Ethernet ports looks so good.
I'm gonna test a while this release which looks wireless bit stabler than snapshots.
Sorry for wrong declaration.

I test a while but external Wi-Fi router limits something like keeping some device in local network.

I installed again it with below config, but it doesn't detect MT7610E
This upcoming release looks good, I'll wait it

config wifi-device 'radio0'
	option type 'mac80211'
	option path 'pci0000:01/0000:01:00.0/0000:02:00.0'
	option band '5g'
	option htmode 'VHT80'
	option cell_density '0'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option mode 'ap'
	option encryption 'sae-mixed'
	option key '***'
	option ieee80211w '1'
	option ssid 'Openwrt 5Ghz'

sc84647 and wulfy23 Thanks for any help

1 Like

OpenWrt SNAPSHOT r16934-18430a34e6 / LuCI Master git-21.163.60157-1bcb125
Seems to be working well here. (Wireless/ethernet/usb port works.)

All good except LEDs. When device is operating LEDs are not illuminated as expected.
USB port light is active when in use.
(Would like to get power/wifi/ethernet leds working.)

Tip for Android devices....
Under wireless security
802.11w Management Frame Protection -> Set to optional.

Also some device don't support WPA3.

VR200's look to be well made devices.

2 Likes

Thanks to great news. Its is already have small problems.:clap:‍‍
I just want to bend over for best result with this great community :+1:‍‍
Do u mention this date snapshot? Mon Jun 14 06:47:39 2021

Yeah WPA3 just came out, I'm using WPA2/WPA3 option

I'll be try again till JULY 20 because of out of town

1 Like