
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fridav-data.ljudmila.net/wiki/skins/common/feed.css?195"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fridav-data.ljudmila.net/wiki/index.php?feed=atom&amp;target=193.2.132.102&amp;title=Special%3AContributions</id>
		<title>FridaV - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fridav-data.ljudmila.net/wiki/index.php?feed=atom&amp;target=193.2.132.102&amp;title=Special%3AContributions"/>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Special:Contributions"/>
		<updated>2026-06-15T16:37:00Z</updated>
		<subtitle>From FridaV</subtitle>
		<generator>MediaWiki 1.14.0</generator>

	<entry>
		<id>http://fridav-data.ljudmila.net/wiki/Router_Install</id>
		<title>Router Install</title>
		<link rel="alternate" type="text/html" href="http://fridav-data.ljudmila.net/wiki/Router_Install"/>
				<updated>2009-04-22T00:20:24Z</updated>
		
		<summary type="html">&lt;p&gt;193.2.132.102: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Pick a firmware===&lt;br /&gt;
&lt;br /&gt;
* vehicle/openwrt/kamikaze_8.09/openwrt-brcm47xx-squashfs.trx - linux 2.6, open source wifi driver&lt;br /&gt;
* vehicle/openwrt/kamikaze_8.09/openwrt-brcm-2.4-squashfs.trx - linux 2.4, proprietary wifi driver&lt;br /&gt;
&lt;br /&gt;
===Install using TFTP===&lt;br /&gt;
&lt;br /&gt;
To install OpenWrt using TFTP or the ASUS firmware restoration tool you have to put the router in diag mode. To put the router in the diag mode, do this:&lt;br /&gt;
&lt;br /&gt;
* Unplug the router's power cord.&lt;br /&gt;
* Confirm your PC is configured to an address like 192.168.1.100&lt;br /&gt;
* Connect the router's LAN1 port directly to your PC.&lt;br /&gt;
* Push the black RESTORE button using a pen or such, and keep the button pushed down.&lt;br /&gt;
* Plug the power on while keeping the RESTORE button pushed for few seconds.&lt;br /&gt;
* When you see a slowly blinking power light, you are in diag mode.&lt;br /&gt;
* Now the router should accept an image via TFTP or via the ASUS firmware restoration tool. &lt;br /&gt;
&lt;br /&gt;
Make sure you have atftp installed.&lt;br /&gt;
&lt;br /&gt;
In diag mode, the router takes address 192.168.1.1. It responds to ping, so you can confirm that it is in diag mode and ready for the tftp by using &amp;quot;ping 192.168.1.1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Execute the TFTP commands below:&lt;br /&gt;
 atftp 192.168.1.1&lt;br /&gt;
 tftp&amp;gt; mode octet&lt;br /&gt;
 tftp&amp;gt; trace&lt;br /&gt;
 tftp&amp;gt; put openwrt-brcm47xx-squashfs.trx&lt;br /&gt;
&lt;br /&gt;
* After the TFTP upload is complete, wait at least six minutes. The firmware is first loaded into the RAM, and then flashed. This process takes a little time, and to ensure that the router is not bricked you should wait six minutes.&lt;br /&gt;
* The router will reboot itself automatically after the upgrade is complete. Rebooting may take a while. It might be the case that the router does not reboot by itself; if this happens it should be safe to wait for the period mentioned and then to do a manual reboot (pull the power-cord).&lt;br /&gt;
* You are done! You should be able to telnet to your router (IP address: 192.168.1.1) and start configuring. First set a password for root so you can use ssh instead of telnet from now on.&lt;br /&gt;
&lt;br /&gt;
 telnet 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
 passwd &lt;br /&gt;
&lt;br /&gt;
NOTES:&lt;br /&gt;
&lt;br /&gt;
* Netkit's tftp doesn't work quite often; use atftp.&lt;br /&gt;
* After TFTP upload is complete, DON'T reboot (replug) too early! It might brick your router.&lt;br /&gt;
* The ASUS WL-500g Premium does not revert to the 192.168.1.1 address when starting the CFE bootloader, but uses the LAN IP address set in NVRAM. Try this address if you have difficulties. &lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
&lt;br /&gt;
 opkg update&lt;br /&gt;
 opkg install kmod-usb-ehci kmod-usb-uhci kmod-usb-storage kmod-usb2 kmod-usb-serial-ftdi kmod-usb-serial-pl2303 kmod-fs-ext2 kmod-fs-ext3&lt;br /&gt;
&lt;br /&gt;
IP: 10.11.12.1 &lt;br /&gt;
&lt;br /&gt;
Add autoinet.sh&lt;br /&gt;
&lt;br /&gt;
Prepare USB flash drive with ext3&lt;br /&gt;
&lt;br /&gt;
Make chroot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Misc notes ===&lt;br /&gt;
wlan0 - wifi&lt;br /&gt;
eth0.1 - wan&lt;br /&gt;
br-lan - lan 4 port switch&lt;br /&gt;
eth0 - ?&lt;br /&gt;
eth1 - ?&lt;br /&gt;
eth0.0 - ?&lt;br /&gt;
wmaster0 - ?&lt;br /&gt;
&lt;br /&gt;
ifconfig wlan0 up&lt;br /&gt;
&lt;br /&gt;
dhcp klient na wan&lt;br /&gt;
dhcp server na lan&lt;br /&gt;
&lt;br /&gt;
nastavit lan ip stevilke&lt;br /&gt;
br-lan 10.11.12.1&lt;br /&gt;
dhcp 10.11.12.100-199&lt;br /&gt;
&lt;br /&gt;
dodat backports ipkg source - kje je za naso verzijo kamikaze?&lt;br /&gt;
ne instalirat gpsd&lt;br /&gt;
&lt;br /&gt;
iwconfig wlan0 power on    &lt;br /&gt;
iwlist wlan0 scanning&lt;br /&gt;
&lt;br /&gt;
ntpclient -h time.arnes.si&lt;br /&gt;
&lt;br /&gt;
#manual connect:&lt;br /&gt;
iwconfig wlan0 mode managed&lt;br /&gt;
iwconfig wlan0 essid PIKSEL&lt;br /&gt;
udhcpc -qn -i wlan0&lt;br /&gt;
&lt;br /&gt;
chroot /mnt/usbdrive&lt;br /&gt;
swapon /swap/16Mb&lt;br /&gt;
mount -t proc none /proc&lt;br /&gt;
mount -t devfs devfs /dev&lt;br /&gt;
&lt;br /&gt;
#clock&lt;br /&gt;
/usr/sbin/ntpclient -l -h fr.pool.ntp.org -c 1 -s&lt;/div&gt;</summary>
		<author><name>193.2.132.102</name></author>	</entry>

	</feed>