unifiopenwrtmeshing

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
unifiopenwrtmeshing [2021/11/30 13:07] Fabian Horstunifiopenwrtmeshing [2021/11/30 17:17] Fabian Horst
Zeile 8: Zeile 8:
  
 Non-invasive method using mtd Non-invasive method using mtd
-Kopieren des alten Originalen Firmware Files was downgrades kann:+Kopieren des alten Originalen Firmware Files was downgrades kann: (geht auch via cmd unter win10!)
 <code>scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null BZ.qca956x.v3.7.58.6385.170508.0957.bin ubnt@192.168.1.20:/tmp/fwupdate.bin</code> <code>scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null BZ.qca956x.v3.7.58.6385.170508.0957.bin ubnt@192.168.1.20:/tmp/fwupdate.bin</code>
 Verbinden via SSH für Kommando ausführung Verbinden via SSH für Kommando ausführung
 <code>ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubnt@192.168.1.20</code> <code>ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubnt@192.168.1.20</code>
 +Ausführen des Downgrade:
 <code>fwupdate.real -m /tmp/fwupdate.bin</code> <code>fwupdate.real -m /tmp/fwupdate.bin</code>
-<code>mtd write /tmp/openwrt-xxxxx-squashfs-sysupgrade.bin kernel0</code>+Kopieren der OpenWRT Firmware: 
 +<code>scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null openwrt-21.02.1-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin ubnt@192.168.1.20:/tmp/openwrt-21.02.1-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin</code> 
 +<code>mtd write /tmp/openwrt-21.02.1-ath79-generic-ubnt_unifiac-lite-squashfs-sysupgrade.bin kernel0</code>
 <code>mtd erase kernel1</code> <code>mtd erase kernel1</code>
 <code>dd if=/dev/zero bs=1 count=1 of=/dev/mtd4</code> <code>dd if=/dev/zero bs=1 count=1 of=/dev/mtd4</code>
 +Jetzt rebooten
  
 +Running Config
 <code> <code>
 root@OpenWrt:~# cat /etc/config/wireless root@OpenWrt:~# cat /etc/config/wireless
Zeile 58: Zeile 63:
  option ifname 'OpenWrtTest'  option ifname 'OpenWrtTest'
 </code> </code>
 +
 +
 +
 +
 +X5000R
 +<code>
 +root@OpenWrt:~# cat /etc/config/wireless
 +
 +config wifi-device 'radio0'
 +        option type 'mac80211'
 +        option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
 +        option channel '1'
 +        option band '2g'
 +        option cell_density '0'
 +        option htmode 'HE40'
 +        option noscan '1'
 +        option disabled '1'
 +
 +config wifi-iface 'default_radio0'
 +        option device 'radio0'
 +        option network 'lan'
 +        option encryption 'none'
 +        option mode 'mesh'
 +        option mesh_id '1'
 +        option mesh_fwding '1'
 +        option mesh_rssi_threshold '0'
 +        option disabled '1'
 +
 +config wifi-device 'radio1'
 +        option type 'mac80211'
 +        option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
 +        option band '5g'
 +        option cell_density '0'
 +        option country 'DE'
 +        option htmode 'HE80'
 +        option channel '52'
 +
 +config wifi-iface 'wifinet1'
 +        option device 'radio1'
 +        option key 'MeshingFerry'
 +        option network 'lan'
 +        option encryption 'none'
 +        option max_inactivity '10'
 +        option mode 'sta'
 +        option ssid '23'
 +
 +config wifi-iface 'wifinet2'
 +        option device 'radio1'
 +        option mode 'mesh'
 +        option encryption 'none'
 +        option mesh_id '2'
 +        option mesh_fwding '1'
 +        option mesh_rssi_threshold '0'
 +        option max_inactivity '10'
 +        option network 'lan'
 +</code>
 +Running Config dazu muss das wpad-wolfssl gegen wpasupplicant mesh ersetzt werden.
  
  
  • unifiopenwrtmeshing.txt
  • Zuletzt geändert: 2021/12/01 07:50
  • von Fabian Horst