Both sides previous revisionPrevious revisionNext revision | Previous revision |
devices:network:netgear_r6260_openwrt [2024/09/12 04:29] – external edit 127.0.0.1 | devices:network:netgear_r6260_openwrt [2025/04/26 18:29] (current) – [LuCI] Sean Rhone |
---|
* 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 |
| |
====== Quick Reboot ====== | ====== Stable ====== |
| |
* Expects OpenWRT | * 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]] |
| |
ssh "root@192.168.2.1" -t "echo b > /proc/sysrq-trigger" | * 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 ====== |
| |
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 ===== |
| |
* [[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 |