Hi there. I've searched over the forum to see if anyone have had the same problem I'm having, but I haven't found anything, so apologies if this is a repeated question.
As stated, I have a TP-Link TL-WR902AC v3, with firmware version 0.9.1 0.3 v0089.0 Build 191018 Rel.34369n(4555), and I'm trying to install OpenWRT.
I've followed the tutorial: download binary and change name to tp_recovery.bin (and putting it in a folder), installing tftp64, change ethernet interface IP to static 192.168.0.66, turn off the router (disconnecting the power in this case), run tftpd, select the folder where the binary is, select the ethernet interface with 192.168.0.66, and finally reset and power on the router and see the connection and the transmission of the file.
The 'problem' is, the router is not receiving and flashing the OpenWrt binary, and the tftp program doesn't show any connection or transmission whatsoever (nothing in the tftp server tab or the pop-up window with the progress bar, neither in the log viewer, even just to see the name of the file the router is looking for, just in case the file is supposed to be named differently). I'm seeing that the program defaults to the 127.0.0.1 loopback interface when I click on a different tab and return back, although I'm guessing this isn't the problem.
Also, I've tried to force the 192.168.0.66 IP checking the option 'Bind TFTP to this address' in settings, but after clicking OK (and telling me that the program needs to restart to apply the change), if I go back to confirm that the change applied , it seems to don't apply (the box is unchecked).
I've tried the SolarWinds TFTP server too, but it doesn't detect anything either.
The question, then, is if anyone have had this problem and how has it been solved, or if I'm doing something wrong. At least the router hasn't bricked yet (it resets the stock firmware to the same version that I stated before since I haven't upgraded it since I got it).
I will keep trying anyway while I'm waiting for a message. Thanks in advance!
Well, I don't have any right now with me, just the ISP router with connection to the internet
I will keep that in mind for when I have access to one though. Meanwhile I will keep trying with only the laptop and the TP-Link router.
I didn't think about that, thanks for the suggestion!
I've captured the traffic as you suggested, and indeed the IP the router is looking for is 192.168.0.66 (as you can see attached here), so the tutorial is correct in that regard.
After that I established the static IP for the ethernet port to see the TFTP packets with the file request to see the name, and it shows it was correct.
So finally I started the TFTP program to see what packet transactions were both the PC and the router trying to do, and I don't know why but it worked this time. Only one thing I've done differently from other times: I've set the static IP from the Network Connections section (by clicking in Change adapter settings) instead from the Network and Sharing Centre:
Now that seems that the firmware is installed, the problem I'm having is that I can't access the router through 192.168.1.1 neither 192.168.0.1 (Power and Internet lights are on and static, but nothing else, so the router is not bricked), so this is the next thing I need to solve, but I think for that I should create another different post.
first, your PC adapter need to be in 192.168.1.x/24 range
or, best is to set to DHCP
then you will see that OpenWRT will assign 192.168.1.x address to PC
it is first sign that router is working as expected
when you got address, then you need to try http, and if this does not work, then with ssh root@192.168.1.1
one of this two will work, so you could proceed from there
Oh my god yes, that was the problem, I forgot to revert the IP to automatic in the PC. I've changed the static IP of the TP-Link to 192.168.0.1 to not create conflict with the ISP router.
Thank you very much for the help! Now it's time for me to start investigating all the options OpenWRT has