OpenWrt Forum Archive

Topic: which image to use for Dlink dir-615 C1?

The content of this topic has been archived on 24 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

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

Dirtbag, the dir-615 isn't supported by the 8.09s, you have to use the trunk version instead, which also means it's more or less a bleeding edge platform for openwrt, so it might not work exactly how you want it.

I have a trendnet tew-632brp (more or less identical to dir-615 c1) which i flashed with a version from a snapshot some time ago, which worked OK.
But it isn't my "primary" router platform.

Also no guarantee can be given that it will actually work and you wont brick your router.
The best reccomendation i can give you is to search the forum, there's a few threads about this platform.

so please hit me with a cluestick..  what is the "trunk" version? Where can I download it?

-db

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

The discussion might have continued from here.