OpenWrt Support for D-Link DAP-X1860

Wanted to give a thank you for the good documentation how to flash and the (till now) perfectly working RolandoMagic firmware I'm using. Bought the device some days ago at media markt germany for 18 euros. The device is just a "backhaul" for my Hackintosh to achieve wifi 6 speeds.

It is connected to my TP-Link EAP660HD where I'm using WPA2-EAP encryption. Would be nice to have to full wpad-wolfssl from the beginning since there is lots of space but was no problem to download wpad-wolfssl and wpa-cli into the /tmp folder, remove wpad-basic and set up the WPA2-EPA connection. Just a small hint from my side for people who want to connect to enterprise networks: The crt upload for the connection didn't work, i added it manually over ssh inside the /etc/luci-uploaded folder. Before uploading any certificate it makes sence to activate "use system certificates", log into ssh, check the log with "logread -f" and get the subject of the server certificate. Add subject and server cert to the connection settings and here we go.

Topology is like this:
Client (1000mbit) via Ethernet to DAP x1860 which is in Client mode to EAP660HD on 5ghz which is connected via 1000mbit ethernet to switch via 1000mbit to ESXI server with an debian instance and iperf3 server
This is what I got after let's say 1 1/2 walls (client is a hackintosh, connected via 1000mbit to the ethernet port):

Bidirectional TCP test
iperf3 -c 10.20.10.212 -p 5201 -t 60 -i 10 --bidir

Connecting to host 10.20.10.212, port 5201
[  5] local 10.20.10.29 port 63480 connected to 10.20.10.212 port 5201
[  7] local 10.20.10.29 port 63481 connected to 10.20.10.212 port 5201
[ ID][Role] Interval           Transfer     Bitrate
[  5][TX-C]   0.00-10.00  sec   231 MBytes   194 Mbits/sec                  
[  7][RX-C]   0.00-10.00  sec   194 MBytes   163 Mbits/sec                  
[  5][TX-C]  10.00-20.00  sec   170 MBytes   142 Mbits/sec                  
[  7][RX-C]  10.00-20.00  sec   293 MBytes   246 Mbits/sec                  
[  5][TX-C]  20.00-30.00  sec   104 MBytes  86.9 Mbits/sec                  
[  7][RX-C]  20.00-30.00  sec   374 MBytes   314 Mbits/sec                  
[  5][TX-C]  30.00-40.00  sec   111 MBytes  93.5 Mbits/sec                  
[  7][RX-C]  30.00-40.00  sec   359 MBytes   301 Mbits/sec                  
[  5][TX-C]  40.00-50.00  sec   147 MBytes   123 Mbits/sec                  
[  7][RX-C]  40.00-50.00  sec   341 MBytes   286 Mbits/sec                  
[  5][TX-C]  50.00-60.00  sec   149 MBytes   125 Mbits/sec                  
[  7][RX-C]  50.00-60.00  sec   316 MBytes   265 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID][Role] Interval           Transfer     Bitrate         Retr
[  5][TX-C]   0.00-60.00  sec   912 MBytes   128 Mbits/sec                  sender
[  5][TX-C]   0.00-60.01  sec   911 MBytes   127 Mbits/sec                  receiver
[  7][RX-C]   0.00-60.00  sec  1.84 GBytes   263 Mbits/sec    2             sender
[  7][RX-C]   0.00-60.01  sec  1.83 GBytes   262 Mbits/sec                  receiver

iperf Done.

Bidirectional TCP test with 4 Client Streams
iperf3 -c 10.20.10.212 -p 5201 -P 4 -t 60 -i 10 --bidir

Connecting to host 10.20.10.212, port 5201
[  5] local 10.20.10.29 port 63500 connected to 10.20.10.212 port 5201
[  7] local 10.20.10.29 port 63501 connected to 10.20.10.212 port 5201
[  9] local 10.20.10.29 port 63502 connected to 10.20.10.212 port 5201
[ 11] local 10.20.10.29 port 63503 connected to 10.20.10.212 port 5201
[ 13] local 10.20.10.29 port 63504 connected to 10.20.10.212 port 5201
[ 15] local 10.20.10.29 port 63505 connected to 10.20.10.212 port 5201
[ 17] local 10.20.10.29 port 63506 connected to 10.20.10.212 port 5201
[ 19] local 10.20.10.29 port 63507 connected to 10.20.10.212 port 5201
[ ID][Role] Interval           Transfer     Bitrate
[  5][TX-C]   0.00-10.00  sec  10.6 MBytes  8.88 Mbits/sec                  
[  7][TX-C]   0.00-10.00  sec  13.6 MBytes  11.4 Mbits/sec                  
[  9][TX-C]   0.00-10.00  sec  72.0 MBytes  60.4 Mbits/sec                  
[ 11][TX-C]   0.00-10.00  sec  53.6 MBytes  45.0 Mbits/sec                  
[SUM][TX-C]   0.00-10.00  sec   150 MBytes   126 Mbits/sec                  
[ 13][RX-C]   0.00-10.00  sec   105 MBytes  87.8 Mbits/sec                  
[ 15][RX-C]   0.00-10.00  sec   113 MBytes  95.2 Mbits/sec                  
[ 17][RX-C]   0.00-10.00  sec  12.4 MBytes  10.4 Mbits/sec                  
[ 19][RX-C]   0.00-10.00  sec  70.0 MBytes  58.7 Mbits/sec                  
[SUM][RX-C]   0.00-10.00  sec   301 MBytes   252 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5][TX-C]  10.00-20.00  sec  21.0 MBytes  17.7 Mbits/sec                  
[  7][TX-C]  10.00-20.00  sec  22.5 MBytes  18.9 Mbits/sec                  
[  9][TX-C]  10.00-20.00  sec  18.5 MBytes  15.5 Mbits/sec                  
[ 11][TX-C]  10.00-20.00  sec  18.3 MBytes  15.4 Mbits/sec                  
[SUM][TX-C]  10.00-20.00  sec  80.4 MBytes  67.4 Mbits/sec                  
[ 13][RX-C]  10.00-20.00  sec   125 MBytes   105 Mbits/sec                  
[ 15][RX-C]  10.00-20.00  sec   124 MBytes   104 Mbits/sec                  
[ 17][RX-C]  10.00-20.00  sec  29.1 MBytes  24.4 Mbits/sec                  
[ 19][RX-C]  10.00-20.00  sec   124 MBytes   104 Mbits/sec                  
[SUM][RX-C]  10.00-20.00  sec   403 MBytes   338 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5][TX-C]  20.00-30.00  sec  14.3 MBytes  12.0 Mbits/sec                  
[  7][TX-C]  20.00-30.00  sec  12.7 MBytes  10.7 Mbits/sec                  
[  9][TX-C]  20.00-30.00  sec  11.9 MBytes  10.0 Mbits/sec                  
[ 11][TX-C]  20.00-30.00  sec  6.92 MBytes  5.80 Mbits/sec                  
[SUM][TX-C]  20.00-30.00  sec  46.0 MBytes  38.6 Mbits/sec                  
[ 13][RX-C]  20.00-30.00  sec   123 MBytes   103 Mbits/sec                  
[ 15][RX-C]  20.00-30.00  sec   117 MBytes  98.6 Mbits/sec                  
[ 17][RX-C]  20.00-30.00  sec  50.4 MBytes  42.3 Mbits/sec                  
[ 19][RX-C]  20.00-30.00  sec   116 MBytes  97.6 Mbits/sec                  
[SUM][RX-C]  20.00-30.00  sec   407 MBytes   342 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5][TX-C]  30.00-40.00  sec  19.3 MBytes  16.2 Mbits/sec                  
[  7][TX-C]  30.00-40.00  sec  21.9 MBytes  18.4 Mbits/sec                  
[  9][TX-C]  30.00-40.00  sec  16.0 MBytes  13.4 Mbits/sec                  
[ 11][TX-C]  30.00-40.00  sec  16.7 MBytes  14.0 Mbits/sec                  
[SUM][TX-C]  30.00-40.00  sec  74.0 MBytes  62.1 Mbits/sec                  
[ 13][RX-C]  30.00-40.00  sec   123 MBytes   104 Mbits/sec                  
[ 15][RX-C]  30.00-40.00  sec   107 MBytes  89.4 Mbits/sec                  
[ 17][RX-C]  30.00-40.00  sec  60.1 MBytes  50.4 Mbits/sec                  
[ 19][RX-C]  30.00-40.00  sec   108 MBytes  90.7 Mbits/sec                  
[SUM][RX-C]  30.00-40.00  sec   398 MBytes   334 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5][TX-C]  40.00-50.00  sec  23.6 MBytes  19.8 Mbits/sec                  
[  7][TX-C]  40.00-50.00  sec  33.6 MBytes  28.2 Mbits/sec                  
[  9][TX-C]  40.00-50.00  sec  27.9 MBytes  23.4 Mbits/sec                  
[ 11][TX-C]  40.00-50.00  sec  35.0 MBytes  29.4 Mbits/sec                  
[SUM][TX-C]  40.00-50.00  sec   120 MBytes   101 Mbits/sec                  
[ 13][RX-C]  40.00-50.00  sec   120 MBytes   100 Mbits/sec                  
[ 15][RX-C]  40.00-50.00  sec  90.3 MBytes  75.8 Mbits/sec                  
[ 17][RX-C]  40.00-50.00  sec  71.7 MBytes  60.2 Mbits/sec                  
[ 19][RX-C]  40.00-50.00  sec  90.1 MBytes  75.6 Mbits/sec                  
[SUM][RX-C]  40.00-50.00  sec   372 MBytes   312 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5][TX-C]  50.00-60.00  sec  20.6 MBytes  17.3 Mbits/sec                  
[  7][TX-C]  50.00-60.00  sec  25.5 MBytes  21.4 Mbits/sec                  
[  9][TX-C]  50.00-60.00  sec  23.9 MBytes  20.0 Mbits/sec                  
[ 11][TX-C]  50.00-60.00  sec  29.9 MBytes  25.1 Mbits/sec                  
[SUM][TX-C]  50.00-60.00  sec  99.9 MBytes  83.8 Mbits/sec                  
[ 13][RX-C]  50.00-60.00  sec   108 MBytes  90.2 Mbits/sec                  
[ 15][RX-C]  50.00-60.00  sec  90.8 MBytes  76.2 Mbits/sec                  
[ 17][RX-C]  50.00-60.00  sec  84.1 MBytes  70.5 Mbits/sec                  
[ 19][RX-C]  50.00-60.00  sec  91.5 MBytes  76.7 Mbits/sec                  
[SUM][RX-C]  50.00-60.00  sec   374 MBytes   314 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID][Role] Interval           Transfer     Bitrate         Retr
[  5][TX-C]   0.00-60.00  sec   110 MBytes  15.3 Mbits/sec                  sender
[  5][TX-C]   0.00-60.06  sec   109 MBytes  15.2 Mbits/sec                  receiver
[  7][TX-C]   0.00-60.00  sec   130 MBytes  18.2 Mbits/sec                  sender
[  7][TX-C]   0.00-60.06  sec   129 MBytes  18.1 Mbits/sec                  receiver
[  9][TX-C]   0.00-60.00  sec   170 MBytes  23.8 Mbits/sec                  sender
[  9][TX-C]   0.00-60.06  sec   170 MBytes  23.7 Mbits/sec                  receiver
[ 11][TX-C]   0.00-60.00  sec   160 MBytes  22.4 Mbits/sec                  sender
[ 11][TX-C]   0.00-60.06  sec   160 MBytes  22.3 Mbits/sec                  receiver
[SUM][TX-C]   0.00-60.00  sec   570 MBytes  79.7 Mbits/sec                  sender
[SUM][TX-C]   0.00-60.06  sec   568 MBytes  79.3 Mbits/sec                  receiver
[ 13][RX-C]   0.00-60.00  sec   706 MBytes  98.8 Mbits/sec   10             sender
[ 13][RX-C]   0.00-60.06  sec   704 MBytes  98.3 Mbits/sec                  receiver
[ 15][RX-C]   0.00-60.00  sec   647 MBytes  90.4 Mbits/sec  274             sender
[ 15][RX-C]   0.00-60.06  sec   643 MBytes  89.8 Mbits/sec                  receiver
[ 17][RX-C]   0.00-60.00  sec   310 MBytes  43.4 Mbits/sec  120             sender
[ 17][RX-C]   0.00-60.06  sec   308 MBytes  43.0 Mbits/sec                  receiver
[ 19][RX-C]   0.00-60.00  sec   603 MBytes  84.4 Mbits/sec  359             sender
[ 19][RX-C]   0.00-60.06  sec   600 MBytes  83.9 Mbits/sec                  receiver
[SUM][RX-C]   0.00-60.00  sec  2.21 GBytes   317 Mbits/sec  763             sender
[SUM][RX-C]   0.00-60.06  sec  2.20 GBytes   315 Mbits/sec                  receiver

iperf Done.
1 Like

Just curious. What's the result of:

iperf3 -c 10.20.10.212 -p 5201 -P 4 -t 60 -i 10
iperf3 -c 10.20.10.212 -p 5201 -P 4 -t 60 -i 10 -R

?

Hi everyone,
I'm currently using the snapshot from Friday and see the following issue:
When scanning the wireless networks, independent which "Scan" button in Luci I use, I only see the 2.4GHz networks.
Manually joining a 5GHz network works as expected.
Can anybody confirm this issue.

Update: looks like it is still working in https://github.com/RolandoMagico/openwrt/releases/tag/Build_2023-01-16

Thanks

Sorry, I am still on 2023-01-07 but was thinking of switching to a snapshot. There have been a lot of commits this weekend . There also have been some updates to the mt76 driver, which I assume will be merged to master snapshot soon, so I was waiting for that.

Btw. if I may ask Rolando, what packages did you select in the firmware selector to end up with LuCI and default config? I would not need lot's of fancy packages, just the usual stuff that would be comparable to the images you provide in your fork.

On a side note: To find the regression window, using the 50/50 rule of debugging is advised, as it's the fastest way:

  1. Cut commits in half between last friday and 2023-01-16 and try the commit in the middle.
    a) If bug is encountered, cut older half of that into another half and try middle commit....
    b) If no bug is encoutnered, cut newer half of that into another half and try middle commit ...

  2. Repeat until you can say for sure you found the commit that introduced the regression.

It's like cutting a cake into ever smaller pieces. 1/2 --> 1/4 --> 1/8 --> 1/16 --> 1/32 --> 1/64 --> ...

Scanning on 5 GHz might not work:

  • if currently tuned into a DFS channel
  • at all (depending on your regulatory domain and its requirements)

that isn't necessarily a bug.

For the images I provided, I created a default configuration and selected LuCI as an additional package. It was not done by the firmware selector, I built them manually.

For the problem I reported above, I used the firmware selector with additional packages LuCI, relayd and the LuCI relayd plugin.
I’ll try to reduce the problem to a specific commit.

I understand, but my expectation was that there would be either a message indicating the problem or that scanning the 5Ghz network won’t show any results at all. Showing the 2,4 GHz networks when scanning 5GHz was confusing for me.

Somebody is having problems too. Not sure if actually related: Belkin RT1800 snapshot r21950 - mt7915e fail to load
I was neither able to find r21599, nor the r21950 commit. Would be nice, if people would actually provide links to the commit.

Wait, maybe it is this issue: ubus call iwinfo scan '{"device": "radio1"}' get wrong output?

ubus call iwinfo scan '{"device": "radio1"}' get all 2.4G wifi resaults
but iwinfo phy1-ap0 scan get the correct 5.8G wifi resaults.

tested on mt7915
device: wax202

also tested on RT-ACRH17 no issue

After some rounds of git bisect, builds and flashing:

f3d8de73988a79440d183050dc9711bb29d2a5e1 is the first bad commit
commit f3d8de73988a79440d183050dc9711bb29d2a5e1
Author: Christian Marangi <ansuelsmth@gmail.com>
Date:   Sat Jan 21 01:23:22 2023 +0100

    iwinfo: update to latest Git HEAD

If somebody wants to reproduce the issue:

Log of git bisect:

git bisect start
# status: waiting for both good and bad commits
# bad: [d02d4556789f59f472c3134569a341a48f18c1ec] kernel: make it possible for packages to select page pool support
git bisect bad d02d4556789f59f472c3134569a341a48f18c1ec
# status: waiting for good commit(s), bad commit known
# good: [26c095cb4d27428acedf1b738507a585f1585fe4] ipq807x: add Dynalink DL-WRX36
git bisect good 26c095cb4d27428acedf1b738507a585f1585fe4
# bad: [183bad664167f73a6798980faab5d9b5bba06b5a] CI: tools: add gnu-getopt to macOS CI
git bisect bad 183bad664167f73a6798980faab5d9b5bba06b5a
# good: [00f1463df7e690862403208082f71fb4741baf02] mbedtls: move source modification to patch
git bisect good 00f1463df7e690862403208082f71fb4741baf02
# bad: [f183ce35b8ea2fd991ac489fb223b09a1ecb4db0] kernel: mtk-bmt: fix usage of _oob_read
git bisect bad f183ce35b8ea2fd991ac489fb223b09a1ecb4db0
# good: [84ee3436a44dac3809b05a1c900e34dbebf030c1] ipq806x: Point to externally compiled dtbs in recipes
git bisect good 84ee3436a44dac3809b05a1c900e34dbebf030c1
# good: [bd0f9d8ffcd1dc169fb66f9d7ddb335abbe49d37] fstools: bump to latest Git HEAD
git bisect good bd0f9d8ffcd1dc169fb66f9d7ddb335abbe49d37
# bad: [f3d8de73988a79440d183050dc9711bb29d2a5e1] iwinfo: update to latest Git HEAD
git bisect bad f3d8de73988a79440d183050dc9711bb29d2a5e1
# good: [ef649b0b14814a84a480e9b7805e4a401e9e06b6] ipq806x: Initial TP-Link and ASUS OnHub support
git bisect good ef649b0b14814a84a480e9b7805e4a401e9e06b6
# first bad commit: [f3d8de73988a79440d183050dc9711bb29d2a5e1] iwinfo: update to latest Git HEAD

So in the archive, there are

  • good: 02, 04, 05,
  • bad: 01, 03, 06, 07

While looking at older commits, two commits later there was:

commit b61404a6ad100b1e8305a84dbeacc2cae9d66ccf
Author: Christian Marangi <ansuelsmth@gmail.com>
Date:   Sun Jan 22 19:51:39 2023 +0100

    rssileds: bump PKG_RELEASE due to libiwinfo ABI change

Has anyone recently built an image and checked whether rssileds is now working?

// edit: ok this does probably not affect the naming of the interfaces, just resolves an issue introduced i the commit mentioned earlier (ABI change with new iinfo version).

iperf3 -c 10.20.10.212 -p 5201 -P 4 -t 60 -i 10:

Connecting to host 10.20.10.212, port 5201
[  5] local 10.20.10.29 port 51043 connected to 10.20.10.212 port 5201
[  7] local 10.20.10.29 port 51044 connected to 10.20.10.212 port 5201
[  9] local 10.20.10.29 port 51045 connected to 10.20.10.212 port 5201
[ 11] local 10.20.10.29 port 51046 connected to 10.20.10.212 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.00  sec  74.6 MBytes  62.6 Mbits/sec                  
[  7]   0.00-10.00  sec  83.1 MBytes  69.7 Mbits/sec                  
[  9]   0.00-10.00  sec  55.9 MBytes  46.9 Mbits/sec                  
[ 11]   0.00-10.00  sec  37.3 MBytes  31.3 Mbits/sec                  
[SUM]   0.00-10.00  sec   251 MBytes   211 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  10.00-20.00  sec  67.4 MBytes  56.5 Mbits/sec                  
[  7]  10.00-20.00  sec  67.8 MBytes  56.9 Mbits/sec                  
[  9]  10.00-20.00  sec  46.4 MBytes  38.9 Mbits/sec                  
[ 11]  10.00-20.00  sec  71.9 MBytes  60.3 Mbits/sec                  
[SUM]  10.00-20.00  sec   253 MBytes   213 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  20.00-30.00  sec  62.2 MBytes  52.2 Mbits/sec                  
[  7]  20.00-30.00  sec  78.3 MBytes  65.7 Mbits/sec                  
[  9]  20.00-30.00  sec  47.7 MBytes  40.0 Mbits/sec                  
[ 11]  20.00-30.00  sec  65.1 MBytes  54.6 Mbits/sec                  
[SUM]  20.00-30.00  sec   253 MBytes   212 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  30.00-40.00  sec  57.8 MBytes  48.5 Mbits/sec                  
[  7]  30.00-40.00  sec  61.5 MBytes  51.6 Mbits/sec                  
[  9]  30.00-40.00  sec  67.5 MBytes  56.7 Mbits/sec                  
[ 11]  30.00-40.00  sec  61.8 MBytes  51.8 Mbits/sec                  
[SUM]  30.00-40.00  sec   249 MBytes   209 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  40.00-50.00  sec  50.6 MBytes  42.5 Mbits/sec                  
[  7]  40.00-50.00  sec  71.7 MBytes  60.1 Mbits/sec                  
[  9]  40.00-50.00  sec  54.1 MBytes  45.4 Mbits/sec                  
[ 11]  40.00-50.00  sec  89.5 MBytes  75.1 Mbits/sec                  
[SUM]  40.00-50.00  sec   266 MBytes   223 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  50.00-60.00  sec  54.4 MBytes  45.6 Mbits/sec                  
[  7]  50.00-60.00  sec  59.3 MBytes  49.8 Mbits/sec                  
[  9]  50.00-60.00  sec  56.8 MBytes  47.7 Mbits/sec                  
[ 11]  50.00-60.00  sec  81.8 MBytes  68.6 Mbits/sec                  
[SUM]  50.00-60.00  sec   252 MBytes   212 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-60.00  sec   367 MBytes  51.3 Mbits/sec                  sender
[  5]   0.00-60.05  sec   367 MBytes  51.2 Mbits/sec                  receiver
[  7]   0.00-60.00  sec   422 MBytes  59.0 Mbits/sec                  sender
[  7]   0.00-60.05  sec   421 MBytes  58.9 Mbits/sec                  receiver
[  9]   0.00-60.00  sec   328 MBytes  45.9 Mbits/sec                  sender
[  9]   0.00-60.05  sec   328 MBytes  45.8 Mbits/sec                  receiver
[ 11]   0.00-60.00  sec   407 MBytes  57.0 Mbits/sec                  sender
[ 11]   0.00-60.05  sec   407 MBytes  56.8 Mbits/sec                  receiver
[SUM]   0.00-60.00  sec  1.49 GBytes   213 Mbits/sec                  sender
[SUM]   0.00-60.05  sec  1.49 GBytes   213 Mbits/sec                  receiver

iperf Done.

iperf3 -c 10.20.10.212 -p 5201 -P 4 -t 60 -i 10 -R:

Connecting to host 10.20.10.212, port 5201
Reverse mode, remote host 10.20.10.212 is sending
[  5] local 10.20.10.29 port 51071 connected to 10.20.10.212 port 5201
[  7] local 10.20.10.29 port 51072 connected to 10.20.10.212 port 5201
[  9] local 10.20.10.29 port 51073 connected to 10.20.10.212 port 5201
[ 11] local 10.20.10.29 port 51074 connected to 10.20.10.212 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.00  sec   167 MBytes   140 Mbits/sec                  
[  7]   0.00-10.00  sec  89.8 MBytes  75.3 Mbits/sec                  
[  9]   0.00-10.00  sec   171 MBytes   144 Mbits/sec                  
[ 11]   0.00-10.00  sec   182 MBytes   153 Mbits/sec                  
[SUM]   0.00-10.00  sec   610 MBytes   512 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  10.00-20.00  sec   145 MBytes   122 Mbits/sec                  
[  7]  10.00-20.00  sec   117 MBytes  98.5 Mbits/sec                  
[  9]  10.00-20.00  sec   189 MBytes   158 Mbits/sec                  
[ 11]  10.00-20.00  sec   165 MBytes   139 Mbits/sec                  
[SUM]  10.00-20.00  sec   617 MBytes   517 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  20.00-30.00  sec  85.3 MBytes  71.6 Mbits/sec                  
[  7]  20.00-30.00  sec  8.41 MBytes  7.06 Mbits/sec                  
[  9]  20.00-30.00  sec  15.4 MBytes  12.9 Mbits/sec                  
[ 11]  20.00-30.00  sec  92.2 MBytes  77.4 Mbits/sec                  
[SUM]  20.00-30.00  sec   201 MBytes   169 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  30.00-40.00  sec   216 MBytes   181 Mbits/sec                  
[  7]  30.00-40.00  sec   135 MBytes   113 Mbits/sec                  
[  9]  30.00-40.00  sec  21.9 MBytes  18.4 Mbits/sec                  
[ 11]  30.00-40.00  sec   214 MBytes   179 Mbits/sec                  
[SUM]  30.00-40.00  sec   587 MBytes   493 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  40.00-50.00  sec   167 MBytes   140 Mbits/sec                  
[  7]  40.00-50.00  sec   234 MBytes   196 Mbits/sec                  
[  9]  40.00-50.00  sec  30.7 MBytes  25.7 Mbits/sec                  
[ 11]  40.00-50.00  sec   166 MBytes   139 Mbits/sec                  
[SUM]  40.00-50.00  sec   597 MBytes   501 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  5]  50.00-60.00  sec  11.2 MBytes  9.42 Mbits/sec                  
[  7]  50.00-60.00  sec  15.9 MBytes  13.4 Mbits/sec                  
[  9]  50.00-60.00  sec  2.66 MBytes  2.23 Mbits/sec                  
[ 11]  50.00-60.00  sec  11.4 MBytes  9.54 Mbits/sec                  
[SUM]  50.00-60.00  sec  41.2 MBytes  34.5 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-60.00  sec   794 MBytes   111 Mbits/sec  2290             sender
[  5]   0.00-60.00  sec   791 MBytes   111 Mbits/sec                  receiver
[  7]   0.00-60.00  sec   605 MBytes  84.5 Mbits/sec  1885             sender
[  7]   0.00-60.00  sec   601 MBytes  84.0 Mbits/sec                  receiver
[  9]   0.00-60.00  sec   434 MBytes  60.7 Mbits/sec  2464             sender
[  9]   0.00-60.00  sec   431 MBytes  60.2 Mbits/sec                  receiver
[ 11]   0.00-60.00  sec   835 MBytes   117 Mbits/sec  3116             sender
[ 11]   0.00-60.00  sec   831 MBytes   116 Mbits/sec                  receiver
[SUM]   0.00-60.00  sec  2.61 GBytes   373 Mbits/sec  9755             sender
[SUM]   0.00-60.00  sec  2.59 GBytes   371 Mbits/sec                  receiver

iperf Done.
1 Like

Was thinking about upgrading to newest master snapshot, as the buildbot has recently finished its build for the ramips/mt7621 target. @RolandoMagico, do you still experience scanning issues? - iwinfo: bump to latest git HEAD (2023-02-06) has been merged, which was supposed to fix

but dhewg still experienced issues with mt76: https://github.com/openwrt/openwrt/issues/11902#issuecomment-1416870934, so not sure, if it is actually advised to upgrade :smiley: If we can still reproduce issues with newest snapshot, we probably should report them over there...

Wifi scanning is working with 2.4GHz and 5GHz in the latest snapshot

3 Likes

Can confirm. Retained my configuration and all is working fine so far. Gotta do some iperf tests tomorrow :slight_smile:

2 Likes

Today I got two slightly used DAP-X1860 from amazon for 30€ a piece. Flashed the latest snapshot, used Win11 edge, everything went smoothly. Using 802.11s meshes with both radios without hickups. Thank you all. Nice small router.

2 Likes

Just saw this post

D-Link DAP-X1860
--------------------------------------------------------
OpenWrt SNAPSHOT, r22071-3c66ac7e22
--------------------------------------------------------
root@AP_Varasto:~# iperf3 -s -D && iperf3 -c 127.0.0.1
Connecting to host 127.0.0.1, port 5201
[ 5] local 127.0.0.1 port 47342 connected to 127.0.0.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.01 sec 76.1 MBytes 635 Mbits/sec 0 1023 KBytes
[ 5] 1.01-2.01 sec 76.1 MBytes 633 Mbits/sec 0 1023 KBytes
[ 5] 2.01-3.00 sec 75.0 MBytes 637 Mbits/sec 0 1023 KBytes
[ 5] 3.00-4.00 sec 65.0 MBytes 544 Mbits/sec 0 1023 KBytes
[ 5] 4.00-5.01 sec 68.8 MBytes 572 Mbits/sec 0 1023 KBytes
[ 5] 5.01-6.01 sec 76.0 MBytes 639 Mbits/sec 0 1023 KBytes
[ 5] 6.01-7.01 sec 78.8 MBytes 658 Mbits/sec 0 1023 KBytes
[ 5] 7.01-8.01 sec 72.4 MBytes 611 Mbits/sec 0 1023 KBytes
[ 5] 8.01-9.01 sec 67.5 MBytes 562 Mbits/sec 0 1023 KBytes
[ 5] 9.01-10.01 sec 67.5 MBytes 572 Mbits/sec 0 1023 KBytes


[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.01 sec 723 MBytes 606 Mbits/sec 0 sender
[ 5] 0.00-10.01 sec 723 MBytes 606 Mbits/sec receiver

Does this mean that the dap x1860 is bottlenecked by RAM?

This looks like the same result that other devices with MT7621 have achieved, not sure if iperf3 is indeed running single-threaded as some suggested, but it's a lot faster than qca9563 for example.