Benutzer:Melle/Fonera: Unterschied zwischen den Versionen

Aus Freifunk Potsdam | Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:


* iwtool, compat wireless
* iwtool, compat wireless
<pre>
sudo ip a add dev eth0 169.254.255.2/16
ping 169.254.255.1
chmod +x ap51-flash-1.0-42
sven-ola@pcnet:~/Desktop/luci$ sudo ./ap51-flash-1.0-42 eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma
Reading rootfs file openwrt-atheros-root.squashfs with 1703936 bytes...
Reading kernel file openwrt-atheros-vmlinux.lzma with 720896 bytes...
rootfs(0x006f0000) + kernel(0x000b0000) + nvram(0x00000000) sums up to 0x007a0000 bytes
Non arp received. Make sure, the device is connected directly!
Non arp received. Make sure, the device is connected directly!
Peer MAC: 00:18:84:81:56:dc
Peer IP : 192.168.1.1
Your MAC: 00:ba:be:ca:ff:ee
Your IP : 192.168.1.0
Setting IP address...
Loading rootfs...
Sending rootfs, 3328 blocks...
Initializing partitions...
Rootfs partition size now 0x00700000
Flashing rootfs...
Loading kernel...
Sending kernel, 1408 blocks...
Flashing kernel...
Setting boot_script_data...
Done. Restarting device...
sudo ip addr add dev eth0 192.168.1.100/24
melle@bln-thme1lapxp:~/projects/luci$
</pre>

Version vom 29. Dezember 2008, 16:29 Uhr

Download:

Flash tool:


  • iwtool, compat wireless
sudo ip a add dev eth0 169.254.255.2/16
ping 169.254.255.1
chmod +x ap51-flash-1.0-42

sven-ola@pcnet:~/Desktop/luci$ sudo ./ap51-flash-1.0-42 eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma
Reading rootfs file openwrt-atheros-root.squashfs with 1703936 bytes...
Reading kernel file openwrt-atheros-vmlinux.lzma with 720896 bytes...
rootfs(0x006f0000) + kernel(0x000b0000) + nvram(0x00000000) sums up to 0x007a0000 bytes
Non arp received. Make sure, the device is connected directly!
Non arp received. Make sure, the device is connected directly!
Peer MAC: 00:18:84:81:56:dc
Peer IP : 192.168.1.1
Your MAC: 00:ba:be:ca:ff:ee
Your IP : 192.168.1.0
Setting IP address...
Loading rootfs...
Sending rootfs, 3328 blocks...
Initializing partitions...
Rootfs partition size now 0x00700000
Flashing rootfs...
Loading kernel...
Sending kernel, 1408 blocks...
Flashing kernel...
Setting boot_script_data...
Done. Restarting device...
sudo ip addr add dev eth0 192.168.1.100/24
melle@bln-thme1lapxp:~/projects/luci$