[FS#306] 2.4 GHz WiFi does not work on wndr3700v5

LEDE Bugs lede-bugs at lists.infradead.org
Fri Nov 25 05:04:13 PST 2016


A new Flyspray task has been opened.  Details are below. 

User who did this - Andrius Štikonas (stikonas) 

Attached to Project - LEDE Project
Summary - 2.4 GHz WiFi does not work on wndr3700v5
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Medium
Priority - Very Low
Reported Version - All
Due in Version - Undecided
Due Date - Undecided
Details - 2.4 GHz WiFi does not work on Netgear WNDR3700v5 on any LEDE version up to today.

There is something wrong in the DTS file though. If you look at target/linux/ramips/dts/WNDR3700v5.dts

		factory: partition at f30000 {
			label = "factory";
			reg = ;
			read-only;
		};

		partition at 50000 {
			label = "firmware";
			reg = ;
		};

So firmware partition starts at 0x50000, it's length is 0xfb0000, so it ends at 0x50000 + 0xfb0000 = 0x1000000 > 0xf30000. So it looks like factory partition containing eeprom is completely overwritten (and would probably need to be restored from known good copy even when partition sizes are fixed).


More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=306



More information about the lede-bugs mailing list