WS-WN530HP3-A: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
in Bearbeitung | in Bearbeitung | ||
uboot (router einschalten und sofort reset drücken für ca. 10 sec. web interface erreichbar unter 192.168.10.1 | 1. uboot (router einschalten und sofort reset drücken für ca. 10 sec. web interface erreichbar unter 192.168.10.1 flaschen openwrt-image | ||
ssh (192.168.1.1) | 2. ssh (192.168.1.1) ssh root@192.168.1.1 | ||
mount_root | 3. mount_root -> | ||
firstboot | |||
Fail Safe (Router einschalten LED leuchtet auf, warten bis LED schnell blinkt und ein mal reset drücken ssh 192.168.1. | 4. mount_root -> | ||
firstboot | |||
5. Fail Safe (Router einschalten LED leuchtet auf, warten bis LED schnell blinkt und ein mal reset drücken ssh 192.168.1.1) -> | |||
6. Image auf router kopieren scp /Downloads/freifunk-image root@192.168.1.1:/tmp/ | |||
7. mount_root | |||
cd /tmp | |||
sysupgrade -n freifunk-image | |||
Version vom 15. April 2023, 18:10 Uhr
in Bearbeitung
1. uboot (router einschalten und sofort reset drücken für ca. 10 sec. web interface erreichbar unter 192.168.10.1 flaschen openwrt-image 2. ssh (192.168.1.1) ssh root@192.168.1.1 3. mount_root -> firstboot 4. mount_root -> firstboot 5. Fail Safe (Router einschalten LED leuchtet auf, warten bis LED schnell blinkt und ein mal reset drücken ssh 192.168.1.1) -> 6. Image auf router kopieren scp /Downloads/freifunk-image root@192.168.1.1:/tmp/ 7. mount_root cd /tmp sysupgrade -n freifunk-image