-
Notifications
You must be signed in to change notification settings - Fork 43
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
Build and test image for TP-Link WDR842ND router #141
Comments
I am currently testing image on 842ND V.1; Unfortunately V.2 the new version is supported only in Barrier Breaker . |
@radurambet - excellent. We have only been able to get version 2 routers, which won't work with the current version of Commotion (until it is ported to Barrier Breaker). Were you able to get a working build? |
I'm patching AA to support the TL-ML3420v2, which is similar to the WR842ND On Mon, Oct 20, 2014 at 9:03 AM, Andy Gunn [email protected] wrote:
Ben West |
i was so busy lately , but what i managed to do is to get 842ND v1 and V1.1 working In fact the router works flawless . There is a BUT: I was using it as a test mesh node without gateway (internet) access . Yesterday i looked into it a little bit more and realized that there is this mistake in the config file. I don't know if the config file is automatically generated or not but if you make this small change it will work flawless. And there is more. If you change /etc/config/wireless and add =>option noscan '1' and replace htmode 20HT with htmode '40HT+' or minus it will mesh wit 300 mbps . For 20 EUR i guess this router is great. I bought a bunch of them from local classifieds website as I also needed v1 & v1.1 since these are out of stock and you cannot buy them as new. |
Thanks for testing, @radurambet! No, the /etc/config/network file is not generated automatically; we just package a different one for different devices. Can you post the /etc/config/network file you're using now just to make sure we get it exactly right? Then I can add it in to future builds. As far as the htmode in /etc/config/wireless (which is automatically generated), we don't turn on noscan or HT40+ by default just because due to interference issues it isn't always desirable to try and use the full 40MHz wide band, as in a dense network the interference might outweigh the potential increased bandwidth. We leave setting that as an exercise for the advanced user so that they can pick what is best for their particular setup. |
Related to HT mode I know the drawbacks , but what I wanted to mention is that in a clean environment the radio operates at full 40Mhz speed. Below my working config file /etc/config/network
If you look in kernel log file you will find that eth0 is the switch. [ 0.850000] eth0: Atheros AG71xx at 0xba000000, irq 5 [ 1.410000] eth0: Found an AR7240/AR9330 built-in switch [ 2.440000] eth1: Atheros AG71xx at 0xb9000000, irq 4 [ 2.990000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY] I hope this is useful to everyone having V1 or V1.1 tplink 842ND |
Cool, good point about the HT mode. And thanks, that configuration information is extremely useful. I'll make sure that gets added to our build configurations. |
This router is a prime candidate for Commotion support. Build and test images, triage switch configuration issues as they come up (possibly dependent on build script fixes)
The text was updated successfully, but these errors were encountered: