Skip to content
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

ramips-mt7620: remove "broken" status for ASUS RT-AC51U #2494

Merged
merged 2 commits into from
May 27, 2022

Conversation

rabbit83ka
Copy link
Contributor

@rabbit83ka rabbit83ka commented Apr 28, 2022

The reasons for "broken" status (no 5 GHz WLAN, LEDs not working) are fixed in OpenWRT. Only 5 GHz-LED isn't working at all.

  • Must be flashable from vendor firmware
    • Web interface
    • TFTP
    • Other: ASUS Firmware Restoration Tool, see OpenWRT-Wiki
  • Must support upgrade mechanism
    • Must have working sysupgrade
      • Must keep/forget configuration (sysupgrade [-n], firstboot)
    • Gluon profile name matches autoupdater image name: is asus-rt-ac51u
      (lua -e 'print(require("platform_info").get_image_name())')
  • Reset/WPS/... button must return device into config mode
  • Primary MAC address should match address on device label (or packaging)
    (https://gluon.readthedocs.io/en/latest/dev/hardware.html#notes)
    • When re-adding a device that was supported by an earlier version of Gluon, a
      factory reset must be performed before checking the primary MAC address, as
      the setting from the old version is not reset otherwise.
  • Wired network
    • should support all network ports on the device
    • must have correct port assignment (WAN/LAN)
      • On devices supplied via PoE, there is usually no explicit WAN/LAN labeling on the hardware.
        The PoE input should be the WAN port in this case.
  • Wireless network (if applicable)
    • Association with AP must be possible on all radios
    • Association with 802.11s mesh must work on all radios
    • AP+mesh mode must work in parallel on all radios
  • LED mapping
    • Power/system LED
    • Radio LEDs --> Only 2,4. GHz LED is working, 5 GHz doen't work
      • Should map to their respective radio
      • Should show activity
    • Switch port LEDs
      • Should map to their respective port (or switch, if only one led present)
      • Should show link state and activity
  • Outdoor devices only: (not applicable, indoor device)

@github-actions github-actions bot added 3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support 3. topic: package Topic: Gluon Packages labels Apr 28, 2022
@rabbit83ka rabbit83ka changed the title Remove "broken" status for ASUS RT-AC51U ramips-mt7620: remove "broken" status for ASUS RT-AC51U May 4, 2022
@rotanid
Copy link
Member

rotanid commented May 11, 2022

@rabbit83ka please rebase your pull request so there are only one or at most two commits. the commit message could say the same as your PR title

maybe someone has an idea on how to fix the 5ghz LED?

 Remove "Broken" status for ASUS RT-AC51U

 Remove "Broken" status for ASUS RT-AC51U

Fix Primary MAC for ASUS RT-AC51U

RT-AC51U corrected

Was in MT7621, moved to MT7620
@rabbit83ka
Copy link
Contributor Author

@rotanid I rebased the the pull request, now it's one commit. I hope i did it right, was the first time..

@rabbit83ka rabbit83ka requested a review from rotanid May 23, 2022 20:32
@neocturne neocturne merged commit b690939 into freifunk-gluon:master May 27, 2022
JayBraker pushed a commit to JayBraker/gluon that referenced this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support 3. topic: package Topic: Gluon Packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants