-
Notifications
You must be signed in to change notification settings - Fork 325
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
mediatek-mt7622: Add support for D-Link EAGLE PRO AI R32 A1 #3332
base: main
Are you sure you want to change the base?
Conversation
Radio LEDs are not working? |
Not as I would expect. 2.4G is on by default and it's flickering while there is traffic on 2.4GHz. 5G is off by default and there is also no change during traffic on 5GHz wifi. Update: also tried to get a defined behavior in OpenWrt using the LED settings, but also no success there. |
Sorry for the late reply - if the LEDs are not working, please add the broken flag and remove the device from the documentation. Everything else LGTM. |
cc999d0
to
e5077a2
Compare
Done |
This is pretty much ready to be merged. This device is marked as broken so it won't be backported into the last stable release 2023.2.x. and main's next release is going to be based on OpenWrt 24.10 which was merged a few days ago. It's likely that the new OpenWrt release (candidate) broke some stuff so that will need fixing anyways so it's only in your interest for this to be tested. (issues that might affect other mt7622 devices as well) If you don't have the time to do the tests, then please tell us :) |
e5077a2
to
af85c4a
Compare
@Djfe: I rebased and built the image. What I saw so far:
I'm not an expert in gluon. Do you know if is related to my build setup or it is a general issue? My build environment: Command I used: |
there were one or two issues fixed very recently I had the same issue you experienced with the netgear wax206. Thanks for confirming that more device than one are affected. I'll check on my WAX206 soon (with the fix above) |
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
factory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
(https://gluon.readthedocs.io/en/latest/features/configmode.html)
is_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
is_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
setup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
docs/user/supported_devices.rst