This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.
I'm running DD-WRT with DIR-615 D1 without any problem. I'm not sure which firmware version of DD-WRT you are using (I'm using the one meant for DIR-600) but you could try to re-flash the router using web interface as told in: http://www.dd-wrt.com/wiki/index.php/DIR-600Not sure if using web interface instead of ER helps...
PROBLEM SOLVED!This may sounds like a joke, but it isn't... I had to use Internet Explorer browser to correctly upload firmware. Nor Safari nor Opera was able to to this. I had to run my Mac in Windows and flash DIR-615 under Internet Explorer. Thank you for your help!
url --form filename=@FIRMWARE.bin --form post=Upload\ firmware\ NOW 192.168.0.101
If you have access to curl, a simpler solution than booting windows is:Code: [Select]url --form filename=@FIRMWARE.bin --form post=Upload\ firmware\ NOW 192.168.0.101Where "FIRMWARE.bin" is the name of your local firmware binary. The "@" is required.
curl --form filename=@DIR600B6_FW217WWb01.bin --form post=Upload\ firmware\ NOW 192.168.0.1
I just registered to tell you DLINK didn't fix the issue described here. I tried to upload a new version in emergency mode and it never finished. Thanks to charleshaynes for posting his curl-solution (although there is a "c" missing in the command). This command worked immediately for me:Code: [Select]curl --form filename=@DIR600B6_FW217WWb01.bin --form post=Upload\ firmware\ NOW 192.168.0.1Now wait for 90 seconds and try to load the 192.168.0.1 in your browser afterwards --> success