-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
ar71xx: Add separate device for Archer C7 v2 IL #391
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
Conversation
TP-Link has started providing US- and EU-specific stock firmwares that only allow upgrading to firmwares with the same region code. Provide factory images for both these regions. To avoid confusing users outside these regions, we still provide a "universal" factory.bin without a region code, although flashing either of the US and EU images would work as well. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
You probably only need to delete the Also, you changed the wrong ID: The IL version uses |
Alright! With your comment, I managed to successfully flash my Archer C7 v2 (twice), install LuCI and set up WiFi on 2.4Ghz. Thanks you so much for the help! My problem now is that the ac / 5Ghz interface is not detected - not on startup and not when I do
Any pointers on what to try? |
You're missing the package ath10k-firmware-qca988x. The tp-link.mk change looks good. Please switch the TPLINK_HWID and TPLINK_HWREV lines though, as the hardware ID is the top-level ID, and the hardware revision is the sub-ID. Please also squash your commits into one and add a Signed-off-by line, so we can merge your commit. |
b203189
to
8c4f566
Compare
@NeoRaider does this look okay? |
It seems you accidentially rebased unrelated patches (there are still 3 commits in this PR, 2 of them are unrelated). Just rebasing onto the LEDE master again should fix that (or use The commit message is missing the "ar71xx: " prefix, and I'd recommend changing it to "ar71xx: build image for Archer C7 v2 IL". Apart from that, the commit is fine like this. |
8c4f566
to
993ca3b
Compare
5e5d4ba
to
1082e41
Compare
TP-Link uses a different region coding mechanism for IL firmware for the Archer C7 v2. Instead of of setting the region, they set a different TPLINK_HWREV. Signed-off-by: Amir Rachum <amir@rachum.com>
1082e41
to
daf1b89
Compare
@NeoRaider Sorry for all the close / reopen / push noise - had some trouble rebasing. |
Thanks, merged! |
Awesome! Thanks for all the help! |
In discussion in commit fa0096f, @NeoRaider said:
I am attempting to add the device myself, but this is my first time working with this code base, so help and review are appreciated. Currently, when I run
make menuconfig
, I don't see the new device as an option. Can someone guide me on what else should be done?