I nearly bricked again a device.
root@AX53U-S1:~# ubus call system board
{
"kernel": "5.10.176",
"hostname": "AX53U-S1",
"system": "MediaTek MT7621 ver:1 eco:3",
"model": "ASUS RT-AX53U",
"board_name": "asus,rt-ax53u",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "22.03.5",
"revision": "r20134-5f15225c1e",
"target": "ramips/mt7621",
"description": "OpenWrt 22.03.5 r20134-5f15225c1e"
}
}
Newer OpenWrt is not recommended at the moment because of WAN-problems.
root@AX53U-S1:~# opkg install wpad-openssl
Installing wpad-openssl (2022-01-16-cff80b4f-18.3) to root...
Collected errors:
* check_conflicts_for: The following packages conflict with wpad-openssl:
* check_conflicts_for: wpad-basic-wolfssl *
* opkg_install_cmd: Cannot install package wpad-openssl.
Ok, tried it to avoid to loose internet.
root@AX53U-S1:~# opkg remove wpad-basic-wolfssl
Removing package wpad-basic-wolfssl from root...
Removed
root@AX53U-S1:~# opkg install wpad-openssl
Installing wpad-openssl (2022-01-16-cff80b4f-18.3) to root...
Downloading https://downloads.openwrt.org/releases/22.03.5/packages/mipsel_24kc/base/wpad-openssl_2022-01-16-cff80b4f-18.3_mipsel_24kc.ipk
Upgrading hostapd-common on root from 2022-01-16-cff80b4f-16.2 to 2022-01-16-cff80b4f-18.3...
Downloading https://downloads.openwrt.org/releases/22.03.5/packages/mipsel_24kc/base/hostapd-common_2022-01-16-cff80b4f-18.3_mipsel_24kc.ipk
This never ends. Had to do a "sysupgrade -n".
So what can I do, if I have no wired connection to the internet.
The same way as described at Flashing an original Asus RT-AX53U using scp? - #5 by linuxuser did not work. I mean connecting the pc to the AX53U lan-port and the wan-port of the AX53U to an Archer C7-wireless-wds-client.
I tried this after the above non working-installation. No chance to ping something in the internet, even the Fritzbox, which has the same net as the C7.
Maybe there is a connection with WAN-bug?
A solution could be to use https://firmware-selector.openwrt.org/ but I don't want to try this, because I bricked a Zyxel doing it this way. Debricking is not so easy with the AX53U for me, after I read https://openwrt.org/docs/guide-user/troubleshooting/generic.debrick
Can I download wpad-openssl locally and install it then locally? How can I do this? Which dependencies exist, so I have to download these too?