PDA

Bekijk de volledige versie : WL-500gP Tomato cannot install Twonkymedia



weixing
29-08-2009, 17:04
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?

DrChair
30-08-2009, 21:11
You are trying to use the wrong version.

You need the version for Asus WL-HDD2.5 (http://www.twonkyforum.com/unsupported/4.4.18/twonkymedia-asus-4.4.18.zip)

wpte
31-08-2009, 15:16
You are trying to use the wrong version.

You need the version for Asus WL-HDD2.5 (http://www.twonkyforum.com/unsupported/4.4.18/twonkymedia-asus-4.4.18.zip)

yeah, that's the version I use, and it works fantastic on oleg :)
the automatic installer creates a mountpoint on /tmp/harddisk I believe, if it's not there already I guess:p
basicly it was mounted to /opt and installed in /opt/twonkymedia

weixing
02-09-2009, 17:12
I've installed tomato ND 1.25 mod, but when installing the twonkymedia it says libpthread.so.0 is missing, anyone know where to find that file for Tomato?

DrChair
02-09-2009, 20:08
Is /lib writable on Tomato?
Otherwise libpthread wouldn't be that useful.

Cause the twonky binaries search their libraries in /lib

If /lib is readonly, the only way to get twonky to work, might be a chrooted environment.

weixing
03-09-2009, 13:25
the lib dir is NOT writtable. can I ln the file to lib dir? I've tried to copy the libpthread file from oleg but the twonkymedia reported errors. due to different lib versions with others or different kernel versions?

Where can I find the correct version of the libpthread file?

weixing
05-09-2009, 19:40
have found the the libpthread.so.0 file. however, when I installed wlhdd2.5 twonky and run. the message "*** unresolved: on_exit"

anyone knows why?