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

ath79-generic: switch Wave2 firmware to -ct #2848

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

herbetom
Copy link
Contributor

This partially reverts commit 22c47df.

Devices in ath79-generic like the TP-Link EAP225-Outdoor v1 are really unstable with the non -ct Wave2 firmware and regulary crash with 100% memory consumption when only a handful devices are connected via 5 GHz.

closes #2827

Both Variants aren't without issues, but i feel like this could be a bit less interruptive. The best approach would be probably to just disable the 5 GHz Radios as a fix seems unlikely.

This partially reverts commit 22c47df.

Devices in ath79-generic like the TP-Link EAP225-Outdoor v1 are really
unstable with the non -ct Wave2 firmware and regulary crash with 100% memory
consumption when only a handful devices are connected via 5 GHz.

closes freifunk-gluon#2827
@github-actions github-actions bot added the 3. topic: hardware Topic: Hardware Support label Apr 12, 2023
@rotanid rotanid merged commit e40ed58 into freifunk-gluon:master Apr 13, 2023
@rotanid
Copy link
Member

rotanid commented Apr 13, 2023

@herbetom reverting to the old state seems sane, as the commit was only meant for ipq40xx anyway.

regarding your comment about disabling 5ghz radios: this would mean adding the BROKEN flag in gluon, as other similar devices already have, e.g. Archer C25

@herbetom herbetom deleted the fix_ath79-generic_wave2 branch April 14, 2023 08:13
@AiyionPrime AiyionPrime mentioned this pull request Apr 18, 2023
21 tasks
@AiyionPrime AiyionPrime added the backport v2022.1.x Backport this pull request to v2022.1.x label Apr 24, 2023
@github-actions
Copy link

Backport failed for v2022.1.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin v2022.1.x
git worktree add -d .worktree/backport-2848-to-v2022.1.x origin/v2022.1.x
cd .worktree/backport-2848-to-v2022.1.x
git checkout -b backport-2848-to-v2022.1.x
ancref=$(git merge-base 157a74c5ab1355ce2d62b53683262fe8e0d11c70 4badb2702edd396109038da129227413795f7a49)
git cherry-pick -x $ancref..4badb2702edd396109038da129227413795f7a49

@herbetom
Copy link
Contributor Author

@AiyionPrime herbetom@6fea910 that was my manual cherry picked commit for v2022.1.x

@AiyionPrime
Copy link
Member

Weird. Only received the notification for this after opening the PR.
#2879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: hardware Topic: Hardware Support backport v2022.1.x Backport this pull request to v2022.1.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ath79-generic: out of memory on EAP225 outdoor v1
3 participants