-
Notifications
You must be signed in to change notification settings - Fork 324
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
Add Support for TP-Link TL-WR841N (v13) #1392
Comments
We should do so after the v2018.1 release. We are already backporting too many devices when it would be much easier to wait for the switch to the OpenWrt master. While a backport may be justified for the most promising devices, adding a known BROKEN device (AFAIK, there is no sane way to flash the 841v13 yet) only adds to the maintenance burden. |
in Gluon master (future v2018.1.x) it would be rather broken, as we gave up on backporting the mt76 wifi driver updates. regarding flashing, it has to be done via TFTP which is not worse than the SSH-way for the already supported devices like UAP AC Lite, Pro, Mesh, ... - i don't think this would need to be marked as broken. |
@rotanid I agree that just for the flashing method the broken flag is not justified. The suggestion for BROKEN stems from the fact that we don't know yet how these devices work in typical freifunk situations yet. In any case, this is a minor detail. |
if flashing would require RS232 console access (and making contact on the main PCB) prior to TFTP download the image: In this case i would agree as well to status "broken". But as long as it can be done from the outside and proven working (even with some known glitches): Not BROKEN for me. |
Well, technically it is possible to flash the device via the stock web interface. The only problem is, that the stock firmware overwrites part of the image. This could theoretically be mitigated by adding 128k of padding to the image before the kernel. I have no idea if that would be possible...
|
Is it perhaps possible to make it a "2-step" flash
(Yes, i myself i have no problem with tftp, or rs232, or even with an SPI clamp or unsoldering the SPI... but we want to make things as convenient for users as possible) |
It is, that's how I'm doing it: Admittedly, that's not quite as easy as flashing via webgui, but for example flashing the newer UBNT devices is in no way easier... |
FYI, there's also a v14 of this device which will have only 32MB RAM again - really bad, so bad, very bad. |
Does anybody have this device running on Gluon Next? I'm currently testing a Archer C50 v3, which uses the similar MT7628A SoC and my experience so far is far from great. I'm not judging mesh performance for now, as i only own this device for a few day now. As soon as i start a fastd connection, the load of the device jumps so a steadily >1 and the WiFi in fact becomes unusable. However, if no fastd connection is established, the device runs in an acceptable range. So i'm wondering if this is a phenomenon with the 841v13 too. All devices i have seen around had no active fastd connection. Load is graphed here: https://stats.darmstadt.freifunk.net/d/000000021/router-meshviewer-export?var-node=b04e2678adda |
there's a PR now for the device: #1470 |
merged, closing. |
841 v13 have 8MB flash and 64 MB RAM and are sporting an mt76x8 chip. nbd just mentioned that support is in recent openwrt and mesh + AP should be working however testing is required. Let's add it as broken until we know what works and what doesn't.
The text was updated successfully, but these errors were encountered: