Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:netgear:wndr4700 [2019/01/02 22:54] – [Serial] dead picture link removed tmomastoh:netgear:wndr4700 [2020/12/18 21:00] – [Tags] danitool
Line 2: Line 2:
  
 **Note:** This router has a slot for a 3,5" SATA HDD, but only **WNDR4720** package contents HDD SATA 2TB. **WNDR4700** does not include a HDD. **Note:** This router has a slot for a 3,5" SATA HDD, but only **WNDR4720** package contents HDD SATA 2TB. **WNDR4700** does not include a HDD.
- 
- 
 ===== Supported Versions ===== ===== Supported Versions =====
 ---- datatable ---- ---- datatable ----
Line 15: Line 13:
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
 ---- datatable ---- ---- datatable ----
-cols    : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_ +cols    : Model, Versions, CPU, CPU MHz, CPU Cores_numcores_, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, SATA ports_, USB ports_, Serial 
-header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB+header  : Model, Version,SoC,CPU MHz, CPU Cores,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem, SATA ports,USB, Serial port
 align   : c,c,c,c,c,c,c,c,c,c,c,c,c align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 filter  : Model=WNDR4700 filter  : Model=WNDR4700
 ---- ----
  
-^ CPU ^ Flash ^ RAM ^ Network ^ WAN ^ USB ^ SD Card Reader ^ SATA ^ Serial ^ JTag ^ VLANs ^ +<color blue>SD Card Reader</color>: Yes
-| Applied Micro APM82181@1000MHz  | 128MiB NAND | 256MB | 4x1 GigE | 1x1 GigE WAN| x2 v3.0|  Yes  | Yes | Yes | Yes | Yes |+
  
  
Line 37: Line 34:
 FIXME Please add the installation procedure here. FIXME Please add the installation procedure here.
  
 +The filename for Firmware OpenWrt Upgrade shows http://downloads.openwrt.org/releases/19.07.2/targets/apm821xx/nand/openwrt-19.07.2-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.tar
 +
 +it should be http://downloads.openwrt.org/releases/19.07.2/targets/apm821xx/nand/openwrt-19.07.2-apm821xx-nand-netgear_wndr4700-squashfs-sysupgrade.bin
 +
 +Thanks.
  
 ==== Flash Layout ==== ==== Flash Layout ====
Line 1403: Line 1405:
 ==== Opening the case ==== ==== Opening the case ====
 **Note:** This will void your warranty! **Note:** This will void your warranty!
 +**Note2:** complete disassembly description
 +
 +  *The stand of the router can be removed with two screws from the bottom. Just slide off the stand
 +  *You can now see two more screws, remove also
 +  *With a bit of force (or use a spatula/flat screwdriver) you can start at the lower edges and unclip the front piece
 +  *remove three screws close to the antennas to remove the circuit board - carefully lift it sideways, USB port side stays, other side moves up
 +  *unclip the fan and SATA connector
 +  *remove the circuit board
 +  *remove the connector
 +  *remove the fan
 +  *carefully unclip the buttons from the backside of the chassis
 +  *remove the radio insulation (or whatever the metal foil is supposed to be
  
-  *Description in brief ...+==== Fan problems ==== 
 +There are frequent reports that this model has a very noisy fan. It is less a constant wirr and more of a hickupy wromm. Not easy to listen to, especially if you plan to put this machine in a living areaYou can exchange the stock fan (radial fan, small size, no air movement whatsoever) for probably a different model with the same dimensions and same fixture pointsOr you can remove the back of the router and put in a 12cm chassis fan and run it on 5V. Unfortunately the PWM does not provide enough voltage/power so any fan will spin up. If you are not using the SATA bay you can highjack GND,+5,+12 from the SATA power. After installation carefully monitor the temperature from ssh/telnet with 
 +<WRAP center round tip 60%><code> 
 +while true; 
 +do a=`cat /sys/class/hwmon/hwmon0/temp1_input`; 
 +b=`cat /sys/class/hwmon/hwmon0/temp2_input`; 
 +d=`date +"%H:%M:%S"`; 
 +echo $d cputemp=$(($a/1000))" "ddrtemp=$(($b/1000)); 
 +sleep 2; 
 +done</code> 
 +</WRAP> 
 +This will show you a continuous stream of live temperature in °C updating every other second.
  
  
Line 1804: Line 1829:
 ===== Tags ===== ===== Tags =====
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>128flash gt32flash 256ram 802.11abgn_simultan 802.11abgn APM82181 powerpc 3x3}}+{{tag>apm821xx APM82181 128flash 256ram 802.11abgn_simultan 802.11abgn powerpc 3x3 NAS}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1