Hello, I'm new to OpenWRT and I'm having a lot of trouble setting it up on a Dlink DAP-1610 (rev A2) AcessPoint. I've checked the forums and finally found a good "solution", although it was directed for another pretty much identical device (DAP-1325). the post in question is this "this post"
Anyway I've been through all the steps listed in the OpenWRT webpages all day with no success on installing it. That post was the only thing that got me somewhat closer to installing it since the user who provided a "solution" for that post managed to install OpenWRT in his device, but didn't provide a proper guide/docs on how to do it.
EDIT1: i also tried many steps i found on the forum about the subject and nothing worked, not even flashing the DAP-1325 image to my DAP-1610
Any help/directions would be appreciated.
edit2: the current firmware in my dap-1610 is the most current one: "v1.08b01" downloaded form the official dlink website in 2022.
Your model is not officially supported. The referenced post seems to indicate that the person who got it working on a DAP-1610 had built the image themselves by creating a dts file specifically for that device and then compiling from source. You may have to do the same.
With any luck, that poster (@theman) can provide specific guidance and/or the DTS files necessary to build the firmware for that model.
I think it was already posted but this what I have:
Someone should merge it with the DAP-1325-1 dts and make a new base dts for both routers and submit a PR (Sorry, I can't be bothered to read up on this atm) This patch also has a fix for same mac address for 2.4ghz/ethernet for the DAP-1325 and subsequently DAP-1610. (+ mac-address-increment = <(1)>;)
This patch should work for for both 23.05 and 24.10.
Anyways, I didn't find DAP-1610 to be quite stable enough. Kept rebooting on heavy load. Never had that problem with TP-Link RE-450v2 which also has 64MB ram but YMMV.
Just put the patch in the root openwrt directory and apply it with (git apply whatever_you_name_the_patch, or patch -p1 < whatever_you_name_the_patch ). It will create the needed files. Then do the usual (./scripts/feeds update -a && ./scripts/feeds install -a) and "make menuconfig" and it should show up there.
Thanks will try it and build an image for 23.05.5. Have you tried the latest 24.10.0 builds on these devices, since 8/64 devices are not recommended on that version now.
No I haven't. I lost/left my DAP-1610 at an Airbnb last summer. It was not stable at all in my case as mentioned before, so it won't be missed lol.
I think I tried some pre 24.10 builds, and I think you should have enough room for a full (but basic) build with 24.10, espescially if you build it yourself.
Hi @theMan , thanks for your reply.
(I'm having a lot of connectivity problems with my ISP right now so I'm sorry for not being able to engage as much as i wanted)
Compared to most users in this place, I'm pretty dumb as on how to use this information. I'm trying to learn more as I go through the process. I know the basics of computers and coding but I'm no developer or software/electronics engineer.
But...could you answer these questions please?:
What exactly are the steps to go through with this installation?
I ask because i can't seem to understand how to properly do this. even after downloading the files for the DAP1325 from the firmware selector.
What does this ".dts" file do and how do I build/upload the files necessary for install?
And what exactly is this code you provided? how do i use it?
You have to build it from source yourself. Until someone makes a PR to the Openwrt source, and it gets accepted, it won't appear in the firmware selector.
yes, i got that part, but what files do i need? do i have to decompile something?
do i have to use the text/code you provided in the "Code box"? is there a tutorial on how to do this? ( I couldnt find instructions in the github repo)
Welp.. i couldnt get through it, everytime i try to install a Debian VM according to the guide but i get the same error.
Same error goes for installing the OS with the ISO and not the VDI.
I uploaded the build. now... what do i do? i cant even access the device bc it doesn't show up.
I'm trying to connect to 192.168.0.1 (and 192.168.0.50) and nothing happens. It's inaccessible.
If you installed OpenWrt, the default IP address of the router will be 192.168.1.1.
Be sure that your computer gets a new DHCP lease... you might need to force a lease renewal, or simply unplug and then reconnect the ethernet cable from your computer. Of course, double check that you have the computer set to get an address via DHCP.
I made an image based on the latest 23.05.5 for you.
block_size 512
block_size 1024 (64kb smaller)
You probably need to check for force upgrade because of slightly different model name (a1 vs a2).
Pretty basic build but with all things I consider necessary for a travel router like travelmate and relayd.
I also added sqm for qos and support for batman mesh so it has the full version of wpad + batman-adv, usteer, sqm and their associated libraries/files. Also the WPS button toggles wifi on/off, which is great to have on a travel router, espescially if you need to reset it and you don't have ethernet on your laptop/phone and/or ethernet cable.