Hello,
I'm new to openwrt. Up until now I've been running asus-wrt merlin. That router is not longer supported, so I got a dynalink DL-WRX36. I tried to following the instruction in the openwrt wiki to flash openwrt but I got stuck in the first step; I'd be most appreciative for your help.
Following part 1 of the wiki https://openwrt.org/toh/dynalink/dl-wrx36 I was able to enable ssh into the router, installed the initramfs image, and then rebooted the router. But the next step fails: The router still runs but I was not able to ping 192.168.1.1. I tried both the 24.10.2 firmware (the lastest stable release available from openwrt) as well as the 24.10.0 version (which is the version listed as "supported current release" on the wiki). I did make sure to use the correct version number in the
fw_setenv bootcmd ...
command in (Part 1, step 8(a)) of wiki.
Additional note: When I first got the router and before I tried to flash openwrt, I updated the router to the latest firmware. Was that the source of the problem? Is there a way to "go back" to the original firmware?
After step 1 and after a reboot can you still SSH into the router ?
If not then reboot your PC and see what address your PC has got, assumming you have Windows then from a Command prompt: ipconfig /all.
If OpenWRT is running it should be 192.168.1.X if the stock firmware is running it should be 192.168.216.X
Thanks for all the replies! I've sent along the output of my ssh sessions below. Here's the answers to questions raised in these replies:
@d687r02j8g: I can still ssh into the router, using askey1234 as password
@egc: The IP address of my desktop is 192.168.216.167, and I can log into the web interface of the router from 192.168.216.1, so presumably I am still running the stock firmware.
@d687r02j8g: I used a 10+ years old Kingston_DataTravler 4G flashdrive. I did reformat it to fat32 before I load the openwrt files.
I logged into the router and confirm that it does see the usb stick. I also notice that the router offers the option of running (1) FTP server, (2) Samba, (3) DLAN. By default they were off. Just for testing, I endabled ftp, created account + access, and was able to ftp into the usb drive from my desktop, so I assume that this flashdrive does work. I also enable (1), (2), (3) first and then run
fw_setenv bootcmd 'usb start && fatload usb 0:1 0x44000000 openwrt-
24.10.0-ipq807x-generic-dynalink_dl-wrx36-initramfs-uImage.itb && bootm 0x44000000; b
ootipq'
and then reboot, but I still cannot ping 192.168.1.1.