-
Hi Nick, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
Hi Frank,
We likely can get it up to top performance. Do you know what iperf3 is? The reason I ask is that we first need to get something set up so that can reliably see what we are getting for throughput. Another thing we need to look at is the details of the setup on the Pi4B. What OS are you running? Are you running hostapd? If running hostapd, post the contents of your hostapd.conf file? |
Beta Was this translation helpful? Give feedback.
-
Frank, I just hooked my ACHM up to my main amd64 dev box. It is two walls away from the WiFi router that it is connecting to so this test result is not from a
So we are seeing an average of about 187 Mb/s. Is that good, bad or something else? With a USB2, AC600 adapter, we can see up to link rates of 434 Mb/s. Given that this technology is half duplex, we should see maximum throughput of about half of that number which should be around 217. That is a perfect world number. If we throw in congestion from other wifi devices on the same channel and a few walls plus some distance, thoughput will fall off. Actually, with the ACHM. the falloff from distance and walls is fall less than many other adapters. In fact, I can set up a test situation where this adapter can smoke AC1200 adapters. The reason is the superior range of this adapter. Now, let's look closer at the iperf3 results above. A solid 187 Mb/s from an AC600 adapter working through two walls in really good. Basically you can think of it like this: Unless you have internet access that has a speed in excess of 200 Mb/s then this adapter is not going to slow things down. Regards |
Beta Was this translation helpful? Give feedback.
-
Let's work on the
|
Beta Was this translation helpful? Give feedback.
-
I am not familiar with how Ubuntu does the Hotspot. I have used it but have not explored how it works. I am pretty sure that they are using very generic settings that will not provide maximum performance. You might get faster answers over at: ... in the |
Beta Was this translation helpful? Give feedback.
-
What's up Frank?
That is exactly what it could be.
I don't know what that is.
I certainly can add the required lines for a 2.4 GHz connection but first you need another wifi adapter and another hostapd.conf file. USB WiFi adapters contain only one radio. To have dual band, you need two radios. WiFi routers that support 5 GHz and 2.4 GHz have two radios inside.. Here is a link to a guide that I have available: https://github.com/morrownr/7612u/blob/main/Bridged_Wireless_Access_Point.md |
Beta Was this translation helpful? Give feedback.
Let's work on the
hostapd.conf
first. I took your hostapd.conf and added a few things and changed the order to group like things in the order I am used to. It should be a drop in replacement. The old hostapd.conf was probably only alllowing a link speed of 87 Mb/s and there were probably security issues. Hopefully this will get you up a max link speed of 434. Let me know.