Good afternoon,

I spent some days with this cool router and experimented with various firmware versions.

The "mission objective" is to get java working on this router.

I tried OpenWRT Kamikaze(no success with java, problems with USB flash, etc.) and Oleg's firmware. WL500gp-1.9.2.7-9.trx was problematic - usb flash was not working and also the package system seemed to be broken or something. Then I found out that the package repository has moved to http://code.google.com/p/wl500g/downloads/list .

I downloaded WL500gp-1.9.2.7-d-r893.trx and programmed the router with it. I also reformatted the usb flash to ext3 filesystem and mounted it correctly to /opt.

Then I finally managed to install jamvm successfuly:
/ # ipkg.sh update
Downloading http://wl500g.googlecode.com/svn/ipk...are-d/Packages ...
Connecting to wl500g.googlecode.com (74.125.39.82:80)
Packages 100% |*******************************| 1803 --:--:-- ETA
Done.
Updated list of available packages in /opt/lib/ipkg/lists/wl500g-d
Downloading http://ipkg.nslu2-linux.org/feeds/op...table/Packages ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Packages 100% |*******************************| 475k 00:00:00 ETA
Done.
Updated list of available packages in /opt/lib/ipkg/lists/optware
/ # ipkg.sh install jamvm

Downloading http://ipkg.nslu2-linux.org/feeds/op...1-1_mipsel.ipk ...
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Connecting to ipkg.nslu2-linux.org (140.211.169.169:80)
Connecting to nslu2-linux.dyoung-mirror.net (208.113.203.106:80)
jamvm_1.5.1-1_mipsel 100% |*******************************| 201k 00:00:00 ETA
Done.
Unpacking jamvm...Done.
Configuring jamvm...Done.

But, when I try to run jamvm, I get this:
/ # jamvm
/bin/sh: jamvm: not found

Could you please help me? I seem to be lost after about two weeks of fight..

Thank you very much!