User Tools

Site Tools


devices:network:netgear_r6260_openwrt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:network:netgear_r6260_openwrt [2024/08/14 20:59] Sean Rhonedevices:network:netgear_r6260_openwrt [2025/04/26 18:29] (current) – [LuCI] Sean Rhone
Line 12: Line 12:
   * 2021/06/29: Enabling ''802.11w Management Frame Protection'' on 2.4GHz caused a NC200 to not be able to connect   * 2021/06/29: Enabling ''802.11w Management Frame Protection'' on 2.4GHz caused a NC200 to not be able to connect
   * Stock firmware reports ''d(149)+p(153)+d(157)+d(161)'' for 5GHz channels with ''153'' selected and ''11(P)+7(S)'' for 2.4GHz with ''11'' selected   * Stock firmware reports ''d(149)+p(153)+d(157)+d(161)'' for 5GHz channels with ''153'' selected and ''11(P)+7(S)'' for 2.4GHz with ''11'' selected
 +
 +====== Stable ======
 +
 +  * https://downloads.openwrt.org/
 +  * ''targets/ramips/mt7621''
 +  * ''ramips-mt7621-netgear_r6260''
 +  * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
 +
 +  * Last tested: ''openwrt-24.10.1-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin''
 +
 +  ssh root@192.168.1.1
 +
 +  rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://downloads.openwrt.org/releases/24.10.1/targets/ramips/mt7621/openwrt-24.10.1-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
 +
 +  DEL /Q "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"
  
 ====== Snapshot ====== ====== Snapshot ======
Line 29: Line 44:
  
   rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'   rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
- 
-  del %UserProfile%"\.ssh\known_hosts" && ping -t "192.168.1.1" 
  
   rm -Rf ~/'.ssh' && ping '192.168.1.1'   rm -Rf ~/'.ssh' && ping '192.168.1.1'
 +
 +=== Windows ===
 +
 +****
 +
 +  del %UserProfile%"\.ssh\known_hosts" && ping -t "192.168.1.1"
  
 ===== Packages ===== ===== Packages =====
Line 39: Line 58:
  
   * [[https://openwrt.org/docs/guide-user/luci/luci.essentials|LuCI]] ((snapshot images don't include LuCI, so it needs installed on **every** clean snapshot install))   * [[https://openwrt.org/docs/guide-user/luci/luci.essentials|LuCI]] ((snapshot images don't include LuCI, so it needs installed on **every** clean snapshot install))
 +  * TODO: ''opkg'' is ''apk'' now
 +  * :!: 2025/04/26: ''luci'' fails to install on ''snapshot'' with ''apk add''
  
   ssh root@192.168.1.1   ssh root@192.168.1.1
Line 82: Line 103:
  
   sudo ~/'Downloads/nmrpflash-0.9.16-linux/nmrpflash' -i 'enp6s0' -f ~/'Downloads/R6260-V1.1.0.84_1.0.1/R6260-V1.1.0.84_1.0.1.img'   sudo ~/'Downloads/nmrpflash-0.9.16-linux/nmrpflash' -i 'enp6s0' -f ~/'Downloads/R6260-V1.1.0.84_1.0.1/R6260-V1.1.0.84_1.0.1.img'
 +
 +==== Windows ====
 +
 +  * https://npcap.com/#download
 +  * Last tested: 2024/09/12: ''npcap-1.79.exe''
 +
 +  * https://github.com/jclehner/nmrpflash/releases
 +  * Last tested: 2024/09/12: ''nmrpflash-0.9.22-win32.zip''
 +
 +  * https://kb.netgear.com/000064951/R6260-Firmware-Version-1-1-0-88
 +  * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img
 +  * Last tested: 2024/09/12: ''R6260-V1.1.0.88.zip'' and ''openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img''
 +
 +  "%UserProfile%\Downloads\nmrpflash-0.9.22-win32\nmrpflash.exe" -L
 +
 +  "%UserProfile%\Downloads\nmrpflash-0.9.22-win32\nmrpflash.exe" -v -R "NA" -i "net13" -f "%UserProfile%\Downloads\R6260-V1.1.0.88\R6260-V1.1.0.88_1.0.1.img"
 +
 +  "%UserProfile%\Downloads\nmrpflash-0.9.22-win32\nmrpflash.exe" -v -R "WW" -i "net13" -f "%UserProfile%\Downloads\openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img"
  
/srv/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1723683585.txt.gz · Last modified: (external edit)