dirtbag wrote:hey, im new to the openwrt.. and would like to run it on my Dlink dir-615 C1
It appears I need to download something (one of the .bin images) from the
http://downloads.openwrt.org/kamikaze/8.09.2/atheros/ directory,
but I cannot figure out which image to use. Or is it not as simple as that?
-db
db,
The link above is correct but since you're new to OpenWrt you may find it difficult to get going. If your router has f/w version 3.10NA or 3.11NA, you may need to edit the hex-id to get to install from within the existing f/w bin upgrade. The recovery mode might work but last time I tried it, the router NA f/w locks the router of third party f/w thanks to D-Link-see warning at their f/w d/l site. It's easy to bypass it if you use an editor to place two zeroes in front of the hex-id so it appears as "00AP81-AR9130-RT-070614-02"
Here's a good editor (do not use a text editor): http://dw.com.com/redir?edId=3&site … b4e77bc0f6
Just scroll to bottom/right of opened file and add the zeroes and save. It should flash either method after that. I've found that I don't have to edit the new trunks any longer so either a fix was added to trunk hex-id or someone got smart and edited the recovery flash at some point.
After flash, the next obstacle you may run into is the trunks lack all the Luci files needed to access the IP 192.168.1.1 GUI. I telnet 192.168.1.1 via the Windows Command Prompt and then:
opkg update (this requires INTERNET connection to load update packages)
opkg install Luci-admin-full
opkg install Luci-app-firewall
if needed opkg install Luci-fastindex (sometimes I need it, sometimes I don't (?)), otherwise the GUI will not be found and won't launch
from there you should be able to log-in, set password and configure...if you prefer to SSH and configure, you won't need Luci just set password in telnet
BTY, a lot of newcomers don't know what the recovery flash is. It's used to recover a bricked router, that is if the bricking didn't overwrite the revovery mode. To get to it, cycle power to router and hold the reset button until the power LED flashes. Your PC should be connected directly to LAN of router and you may need to remove all other LAN connections. Then set your PC to manually obtain an IP address from gateway 192.168.0.1, you'll have to manually assign the address for PC in that range, for example, 192.168.0.2, subnet mask 255.255.255.0
After flashing, you'll find it a good habit to cycle power to router (wait until 100% loaded) after cycling power to modem (only if router is primary DHCP router) and waiting for modem ready light. THat way your INTERNET connection is ready for the Opkg Update.
You'll find a lot useful information and support in this thread: https://forum.openwrt.org/viewtopic.php … 14&p=1