This particular unit powers up, LEDs behave normally, but broadcasts no SSID, will not mesh with any other routers. Plugging in an ethernet cable from a Windows laptop results in "unidentified network" with an autoconfigured IP address and no response to pinging 192.168.1.1.
I was able to log into serial/UART by connecting the 6-pin header to the GPIO on a Raspberry Pi Zero W (GND to GND, TxD to RxD, RxD to TxD, no connection between +3.3V as it is supplied on both sides) using Minicom, command:
Upon powering the device it looks normal to begin with. But it looks like it is mid-upgrade:
But then fails:
Then proceeds to whine about how it can't find wlan0, wlan1 or eth2, and lists off the only installed devices - these being eth0, eth1, gbr0, lbr0 and lo.
I am guessing I just need to clear the upgrade flag and/or reinstall it from UART by providing the SRM and BIOS files on a USB stick. The problem is it then leads me to a prompt with
And then prompts for a password after this is typed in. I cannot for the gd life of me figure out what this is. The router has been reset at the back. I've tried:
admin / password
admin / synology
admin / <blank>
And various other permutations, I cannot find anything that works. SRM definitely has a default account called "admin" as I can see it on my RT2600ac but cannot see what the password might be.
Any idea what it might be or whether I can somehow bypass it to do the upgrade?
I was able to log into serial/UART by connecting the 6-pin header to the GPIO on a Raspberry Pi Zero W (GND to GND, TxD to RxD, RxD to TxD, no connection between +3.3V as it is supplied on both sides) using Minicom, command:
Code:
sudo minicom --baudrate 115200 --device /dev/ttyS0
Code:
Found an upgrade file on data volume. Begin upgrade create upgrading flag to keep upgrading status.
Code:
End upgrade procedure ============upgrade Exit on error [7] Version number not match...
I am guessing I just need to clear the upgrade flag and/or reinstall it from UART by providing the SRM and BIOS files on a USB stick. The problem is it then leads me to a prompt with
Code:
SynologyRouter login:
admin / password
admin / synology
admin / <blank>
And various other permutations, I cannot find anything that works. SRM definitely has a default account called "admin" as I can see it on my RT2600ac but cannot see what the password might be.
Any idea what it might be or whether I can somehow bypass it to do the upgrade?
Comment