-
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 Ubiquiti UniFi 6 LR v2 #2985
base: main
Are you sure you want to change the base?
Conversation
What should be done about the UniFi 6 LR v2? Apart from the LED color (v1 rgb, v2 dual static color) it's the exact same device and lots of people will have installed the existing image on v1 as well as v2 without knowing about this kind of revision. (ubiquiti didn't communicate it) Do you require this checklist to be filled? I don't have access to a v2 revision. |
Yes, this checklist is required. All in all, there is no point in adding this device to Gluon when nobody owns the device with intention to do so. If someone owns the device, he or she can verify support works as intended. |
ok ok, maybe we can find someone, draft until then |
I'm closing this then. Feel free to re-open once the device has been verified working. Discussion can happen in the closed state in case somebody is interested in performing the necessary testing. |
EDIT:
Vielen Dank @heini66 , dass du das Gerät für uns getestet hast😊
https://forum.freifunk.net/t/unifi-6-long-range-hergestellt-1-haelfte-2022-besitzer-in-gesucht/23864/4
https://openwrt.org/toh/ubiquiti/unifi_6_lr#installation_steps
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)ubiquiti-unifi-6-lr-v2
WPS/...button must return device into config mode(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
70:a7:41:9c:e8:15
When re-adding a device that was supported by an earlier version of Gluon, afactory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
LAN)otherwise the first port should be declared as WAN, all other ports LAN(https://gluon.readthedocs.io/en/latest/features/configmode.html)
Radio LEDsShould map to their respective radioShould show activitySwitch port LEDsShould map to their respective port (or switch, if only one led present)Should show link state and activityAdded board name tois_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name tois_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name with modem setup functionsetup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
docs/user/supported_devices.rst