adamp
New Member
Posts: 7
|
Post by adamp on Apr 16, 2010 6:11:10 GMT 7
Disclaimer: Don't try it at home unless you know what you are doing. I've tried to update (in place) the twonky media server to 5.1.3, and noticed that the licstdc++ dependency was not met by the generic packages from the twonky's site (http://twonkyforum.com/downloads/5.1.3/index.html). Turns out that the package for Raidsonic NAS works pretty well (http://twonkyforum.com/downloads/5.1.3/twonkymedia-raidsonic-icy-box-5.1.3.tgz). I've used scp to transfer the .tgz file to the /raid/modules/TWONKYMEDIA and uncompressed there. After that, it's enough to rename the folders ( twonkymedia-armel-glibc-2.2.5 to old and Twonky to twonkymedia-armel-glibc-2.2.5). Then restart and enjoy. Enjoy 5.1.3
|
|
|
Post by coffeyman11 on May 29, 2010 13:04:54 GMT 7
I tried this with 5.1.4, but it didn't work
|
|
|
Post by capitanguex on Jun 1, 2010 21:31:02 GMT 7
Hi, it work with 5.1.4 (and 5.1.3) after i've set the permissions of the new copied files and folders to 755 . I've done this with filezilla running with ubuntu 10.04 . I've also altered the startscript to move the .ini out of the /var/twonkymedia folder so settings not deleted after reboot / shutdown. It works but one problem i can't resolve. See here: www.twonkyforum.com/viewtopic.php?f=2&t=8127capitanguex
|
|
adamp
New Member
Posts: 7
|
Post by adamp on Nov 22, 2010 12:14:21 GMT 7
in /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5 there is twonkymedia-server-default.ini from there the runnning config is created as far as I recall. Hi, it work with 5.1.4 (and 5.1.3) after i've set the permissions of the new copied files and folders to 755 . I've done this with filezilla running with ubuntu 10.04 . I've also altered the startscript to move the .ini out of the /var/twonkymedia folder so settings not deleted after reboot / shutdown. It works but one problem i can't resolve. See here: www.twonkyforum.com/viewtopic.php?f=2&t=8127capitanguex
|
|
adamp
New Member
Posts: 7
|
Post by adamp on Nov 22, 2010 12:53:23 GMT 7
Just did the same thing with twonkymedia-armel-glibc-2.2.5-6.0.23.zip on 2.01.11.4 :-)
scp twonkymedia-armel-glibc-2.2.5-6.0.23.zip root@n2100:/raid/tmp/
turn off the twonkymedia module through the web interface
then ssh to your N2100 and:
mkdir /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5_6023
cp /raid/tmp/twonkymedia-armel-glibc-2.2.5-6.0.23.zip /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5_6023
mv /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5 /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5_old
# mv /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5_6023 /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5
#copy your customized settings (that include your key): cp /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5_old/twonkymedia-server-default.ini /raid/module/TWONKYMEDIA/twonkymedia-armel-glibc-2.2.5/
Now you can start up the twonkymedia module in the web gui!
|
|