Fon Jasager Install v2 1
From Hak5
Follow Steps 1-13.5 in Unlocking the Fon 2100 and Installing Jasager Guide But instead use the zip file located below with an updated list of all files needed.
This is how i installed this and is just a rough draft.
Contents |
[edit] Step 14
root@OpenWrt:/# cd /tmp
root@OpenWrt:~# ipkg install haserl_0.8.0-2_mips.ipk
root@OpenWrt:~# ipkg install webif_0.3-10_mips.ipk
root@OpenWrt:~# ipkg install libruby_1.8.6-p36-1_mips.ipk
root@OpenWrt:~# ipkg install ruby_1.8.6-p36-1_mips.ipk
root@OpenWrt:~# ipkg install ruby-core_1.8.6-p36-1_mips.ipk
root@OpenWrt:~# ipkg install ruby-rexml_1.8.6-p36-1_mips.ipk
root@OpenWrt:~# ipkg install jasager-madwifi_1.ipk
root@OpenWrt:~# ipkg install kmod-gpio_2.6.21.5-atheros-1_mips.ipk
root@OpenWrt:~# ipkg install jasager_2.1.ipk
Installing jasager (2) to root...
Configuring jasager
Install finished, testing that it worked ok
SUCCESS! Jasager installation appears OK. Welcome to Jasager!
To view the web interface please visit http://<fon>:1471/
[edit] Step 15
Same as step 15 in [[1]] "Browse to http://192.168.1.1/ login as root with password pineapplesareyummy (if you've been following along literally) and enjoy the beautiful new web interface. Take a moment to click through to the Graphs tab and appreciate the beauty that is the dynamically updating CPU meter. Ahhh "
[edit] Step 16
Move the webif interface html page like step 19 in [[2]]
Copy (or move) the contents of /karma/www/ to /www/ (if you installed from package version 1.2). Also note I renamed the original index.html in /www/ to webif.html for easy access
mv /www/index.html /www/webif.html cp -R /karma/www/* /www/ reboot
Robin - This step is optional. If you don't do it you need to access Jasager through port 1471, i.e. visit http://jasager.mynet:1471/ . This is the way I do it so that webif says accessible and it is a bit of security through obscurity.
[edit] Step 17
Copy the httpd.conf from the karma/etc folder to the root/etc folder and overwrite the existing one it will now prompt with UN/PWD for both jasager and webif.
[edit] Step 18
Note about symlinks and fresh installs:
For the upgrade, you will be able to just untar the 2.1 tarball in the root then reboot, should work fine. Something I have just thought of though, the post install script in the package creates the symlink which is needed to autostart Jasager, the tarball doesn't. If you are using the tarball to upgrade then the link is in place and you'll be ok, if you are going for a new install you'll need to put the link in yourself, just run:
ln -s /etc/init.d/jasager /etc/rc.d/S91jasager
[edit] Step 19
Reboot, then log into the web interface and your on your way.
[edit] Download
Here is a zip file with what i believe to be all files needed.
http://iyeman.net/oldshit/jasager/jasager2-1.zip


