I tried to install Twonky 4.4.11 Linux MIPS little endian glibc 2.2.3 on WL-500GP and failed.
The following steps done:
Firware: Tomato Teddy Bear 8643 build
1) unpack the gzip to /jffs/twonky
2) chmod 700 twonkym* cgi-bin/* plugins/*
3) change the path in ./twonkymedia.sh to /jffs/twonky/twonkymedia
4) created init.sh shell
#!/bin/sh
route add -net 224.0.0.0 netmask 240.0.0.0 dev br0
cd /jffs/twonky/
tmp/jffs/twonky/twonkymedia &
5) added the init.sh in init script and reboot.
the system returns "sh: /jffs/twonky/twonkymedia: not found", what's the reason that twonkymedia cannot be executed? the execution bit has been set.
does it mean that I need to install optware? If yes, where can I dl it?