TL-WR841N v11 latest working Build

Post new topic   Reply to topic    DD-WRT Forum Index -> Qualcomm Atheros based Hardware
Author Message
warriorjahid
DD-WRT Novice


Joined: 05 Jun 2016
Posts: 2

PostPosted: Sun Jun 05, 2016 20:30    Post subject: TL-WR841N v11 latest working Build Reply with quote
Hi there looking for latest working build of my router.

Found so many beta builds are they stable enough?

Don't want to break my router!

Thanks!
Sponsor
jwoods
DD-WRT User


Joined: 13 Mar 2016
Posts: 379

PostPosted: Sun Jun 05, 2016 20:37    Post subject: Re: TL-WR841N v11 latest working Build Reply with quote
warriorjahid wrote:
Hi there looking for latest working build of my router.

Found so many beta builds are they stable enough?

Don't want to break my router!

Thanks!


Stable is often in the experience of the user.

If the functions you use work, then it is "stable".

That said, I have used the following builds with no issues...

03-07-2016-r29218
04-25-2016-r29519
05-19-2016-r29739
06-02-2016-r29816
warriorjahid
DD-WRT Novice


Joined: 05 Jun 2016
Posts: 2

PostPosted: Mon Jun 06, 2016 10:51    Post subject: Re: TL-WR841N v11 latest working Build Reply with quote
jwoods wrote:

Stable is often in the experience of the user.

If the functions you use work, then it is "stable".

That said, I have used the following builds with no issues...

03-07-2016-r29218
04-25-2016-r29519
05-19-2016-r29739
06-02-2016-r29816


Thank you very much!
XrtX
DD-WRT Novice


Joined: 12 Jun 2016
Posts: 1

PostPosted: Sun Jun 12, 2016 12:06    Post subject: TL-WR841N v11 build okay for v11.1? Reply with quote
Are the v11 builds for TP-Link TL-WR841N also okay for TL-WR841N v11.1, please? And does a later version number in the beta builds a good indication of the most developed/best version to use? Thanks.
zabila
DD-WRT Novice


Joined: 21 May 2013
Posts: 1

PostPosted: Wed Jun 15, 2016 22:54    Post subject: Reply with quote
Install r29837 (not US) in tp-link 841N v11
It works perfectly
ftp://ftp.dd-wrt.com/betas/2016/06-06-2016-r29837/tplink_tl-wr841ndv11/
Bagheera
DD-WRT Novice


Joined: 01 Apr 2016
Posts: 1

PostPosted: Thu Jun 23, 2016 7:49    Post subject: DHCP Blocked? Reply with quote
Hi,

I've successfully upgraded my TP-Link TL-WR841N Rev.11.1 to 05-19-2016-r29739 and today to 06-02-2016-r29816. Thanks for that!

Unfortunately it did not fix one issue. I've got 2 Routers. One (Vodafone Easybox 904) is configured as DHCP the other (TP-Link with DDWRT) no DHCP.

I've got both connected via LAN Cable. My Laptop is connected to the DDWRT Router.

If the DDWRT Router is OFF, the Laptop gets its IP Address from the DHCP, if I power ON the DDWRT Router the IP-Address is gone. It feels like the DDRWRT Router is blocking the DHCP broadcast..

Any ideas? Smile

Regards,
The Bagheera
plazma
DD-WRT User


Joined: 22 Feb 2012
Posts: 68

PostPosted: Sun Jul 03, 2016 22:00    Post subject: Reply with quote
Second that, ive just flashed a v11.1 with build: 07-01-2016-r30082 and everything went fine that i can see.

Also worth also pointing out like the v7's and v9's ive flashed in the past, you also need the following (below) startup script to enable communication between the lan ports.

Code:

# Fix lan port communication 841 v7, v9, v11
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply


Finally, not sure if its just mine, but the audible high pitched noise from the 9v psu is awful as the unit boots, it gets a little better once its booted... just a warning to others if your hearing a high pitched noise its probably the psu.

Hopefully its just this unit, as ive configured a boat load of previous tp-link 841's of various revisions and this is the first one that's a screamer.

*Update
Just configured two more v11's and they are silent, so i guess i just got a bad PSU last time.

*Update 2
It appears in later builds (i think anything from later 2018) going forward the old startup script no longer works and will cause the router to go dark when it applies, however the lan port bug does still exist. For Current Builds 2019 (and possibly older builds, ive not tested) use the updated script below:

Code:

# Startup Script Fix lan port communication 841 v7, v9, v11 - Version 2
# Ensure WAN port is assigned to switch before applying
swconfig dev eth0 set reset 1
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 vlan 0 set ports '0 1 2 3 4'
swconfig dev eth0 set apply 1


-


Last edited by plazma on Tue Nov 19, 2019 11:28; edited 3 times in total
atomsk33
DD-WRT Novice


Joined: 15 Jul 2016
Posts: 3

PostPosted: Fri Jul 15, 2016 17:29    Post subject: Reply with quote
Hello! Novice here. I installed firmware 06-02-2016-r29816 on my WR841N.v11 with no problems then spent hours trying to ping the two pcs I connected to the ethernet ports and get file sharing to work to no avail. After much googling I found this thread. The code you mention below to fix port communication, how do you use it? Are they telnet commands? I'm not familiar with telnet... is there another post that explains were to put these codes or how to make a startup script? Also should I not have used the US version of the firmware?

Thanks in advance!

plazma wrote:

Code:

# Fix lan port communication 841 v7, v9, v11
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply

plazma
DD-WRT User


Joined: 22 Feb 2012
Posts: 68

PostPosted: Fri Jul 15, 2016 18:05    Post subject: Reply with quote
Stick it in as a startup script (under admin/commands), then reboot Smile

Also unless you are in the US and have the US version, the answer is no, stick with the non US version of the firmware, flash the US firmware to a non US version of the router will result in a brick.
atomsk33
DD-WRT Novice


Joined: 15 Jul 2016
Posts: 3

PostPosted: Sun Jul 17, 2016 13:17    Post subject: Reply with quote
Thank you for the quick reply! Added the code and everything is working great!

There should really be a readme.txt with this information in firmware downloads until its built into the firmware itself.
plazma
DD-WRT User


Joined: 22 Feb 2012
Posts: 68

PostPosted: Mon Oct 10, 2016 17:59    Post subject: Reply with quote
It appears the latest V11 841n routers with firmware 160325 wont flash to dd-wrt by the web interface.

It gives you the error:
Error code: 18005
Upgrade unsuccessfully because the version of the upgraded file was incorrect. Please check the file name.

However its still possible to load dd-wrt using tftp, ive made a small write up here: http://www.dd-wrt.com/phpBB2/viewtopic.php?p=1050131
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Qualcomm Atheros based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum