-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help]: mt7921au (EDUP AX3000) dual-band/tri-band AP mode on OpenWRT #548
Comments
Hi @paewie Welcome.
There is the problem. USB WiFi adapters do not do "simultaneously". USB WiFi adapters have one radio inside. That radio may be capable of 2 or more bands but not more than one at a time. For you to run dual band, you need two radios. You can use your Edup adapter for 5 Ghz and the internal for 2.4. If you do not like the internal radio, I always turn if off as soon as I burn a new sd, then you need 2 usb wifi adapters and if you want tri-band, you guessed it, you need 3 usb wifi adapters. Commercial wifi router have multiple radios inside.
AX3000(M) = class of the adapter Yes, there is a lot of inconsistency in how adapters are shown in ads. One of the big reasons that I established this site several years ago. My opinion: The Edup adapter that you have should be about as good as it gets. I certainly enjoy using mine with a RasPi4B. It is somewhat future proof in that it will provide fast service for many years even if you upgrade your internet service and move to a RasPi5B. |
Thanks for your quick response!
I was afraid this was where this would be going. I do appreciate the clarification, I sure misunderstood some of the terminology around this.
That was the original plan. I have only rarely used the WiFi on any Pis and always preferred wired ethernet. Hopefully the internal radio holds up to the few 2.4 GHz-only devices I have. I might need to reconsider getting a cheap dedicated AP otherwise.
I see. It did just occur to me while typing this that this might be a different model, which is why I pointed it out. Also, I fully agree on your opinion regarding the Pi 4 or 5 with faster service. That actually was one of the reasons why I chose this particular stick. I'll give this situation another thought. Well, thanks again for the detailled response. I appreciate it. |
OpenWRT One is available these days. I posted about it the other day here in Issues. It might not be as cheap as you are looking for though.
Sure. Good luck. |
Checklist
uname
Linux OpenWrt 5.15.167 #0 SMP Mon Sep 23 12:34:46 2024 aarch64 GNU/Linux
lsusb
Bus 001 Device 005: ID 0e8d:7961 MediaTek Inc. Wireless_Device Bus 001 Device 003: ID 0424:ec00 Bus 001 Device 004: ID 2357:0601 TP-Link USB 10/100/1000 LAN Bus 001 Device 002: ID 0424:9514 Bus 001 Device 001: ID 1d6b:0002 Linux 5.15.167 dwc_otg_hcd DWC OTG Controller
rfkill
Not applicable to OpenWRT(?)
dkms
iw
What happened?
Hello @morrownr and contributors,
I ran into an issue and hope you guys can help point me in the right direction.
I'm trying to replace the ISP-provided (rented) router with a Raspberry Pi 3B running OpenWRT. The limited I/O (e.g. 100 MBit/s) does not pose a problem as the internet speed does not surpass these values. So far, almost everything runs fine.
To enable WiFi I consulted your plug and play list, read about some other caveats you pointed out around this repo, and finally chose the relatively newly added EDUP AX3000(*) for its WiFi 6e support (mt7921au chipset). Now I ran into a problem setting up the Tri-Band configuration however. Currently I am not sure where exactly the problem lies and I only have limited knowledge about Linux's (and therefore OpenWRT's) hardware interactions. It might be an OpenWRT issue but I could not find any mentioning of this online or in their guides except a pointer at the chipset's capabilities.
To go into more detail, every Frequency band for itself works perfectly fine (2.4 / 5 / 6 GHz), however as soon as I try to enable - say - the 2.4 and 5 GHz simultaneously, none of both can accept any client connections with only one broadcasting its SSID (or sending anything at all). In the OpenWRT interface, only the first configured SSID shows to have a BSSID, any subsequent ones report "Wireless is not associated" In addition I noticed that I can only set up one "Operating Frequency" for all SSIDs that would use the same radio.
Investigating a bit, I found the hint towards checking VAPs support, which it reportedly does not
Before I dig deeper into this with e.g. a firmware update, I wanted to ask you guys (since you likely are more knowledgable than me) if the Stick/Chipset even supports running Tri-Band operation. I assumed it would from this entry on the plug and play list ("* AP/VLAN")
On a side note, I found something that sounds related in #107 (Bug no. 8), even though I am not sure if this is related. For now, I let the EDUP only provide the 5 GHz range and the builtin Antenna a 2.4 GHz radio, but I would like to be able to return the Stick and buy another one if it actually ends up not supporting my use-case.
(*) I noticed you refered to it as "EDUP EP-AX1672", however your provided links point to the AX3000(M) with the same chipset
Please let me know any ideas you have, thanks in advance!
The text was updated successfully, but these errors were encountered: