Hello, I am a foreigner, so I am using translation to ask this question. I ask for your understanding.
Here’s the situation:
I pressed the reset button to initialize OpenWRT, but now the router and my PC are not being recognized. In Windows 11 advanced network settings, it is displayed as an "unidentified network."
I read the information at the following URL:
I followed Part I as it seemed to describe the process for recovering my router from the downgrade. I successfully restored the router to the Xiaomi firmware.
However, when I tried to install OpenWRT again and followed "Step 4" from the URL, once again, in advanced network settings, it shows "unidentified network" and the router is not recognized.
Although I can use the Xiaomi firmware, I really want to use OpenWRT. Do you know what the cause might be? Please help me.
Openwrt uses different ip address and does not provide pnp igd by default to get tailored device icon. Either way in windows understanding it is new different network.
verify that you acquired 192.168.1.x address and if no internet connectivity is available set it up.
Thank you for your response.
I am unable to confirm if I have obtained the 192.168.1.x address.
I tried changing the static IP address to 192.168.1.100, but it is still not being detected.
It will not be detected by windows as same network.
Defaults must provide IP in the 192.168.1. range and you be able to go to http:///openwrt.lan/ and configure your access point.
The default firmware for the AX3000T installs successfully, but when I try flashing OpenWRT again with the following commands, I cannot access 192.168.1.1:
ubiformat /dev/mtd9 -y -f /tmp/openwrt-mediatek-filogic-xiaomi_mi-router-ax3000t-initramfs-factory.ubi
nvram set boot_wait=on
nvram set uart_en=1
nvram set flag_boot_rootfs=1
nvram set flag_last_success=1
nvram set flag_boot_success=1
nvram set flag_try_sys1_failed=0
nvram set flag_try_sys2_failed=0
nvram commit