View unanswered posts | View active topics It is currently Wed May 22, 2013 7:45 am



Reply to topic  [ 267 posts ]  Go to page 1, 2, 3, 4, 5 ... 27  Next
 [HOW TO] install optware and get transmission, twonky 
Author Message

Joined: Mon Nov 02, 2009 9:22 pm
Posts: 100
Post [HOW TO] install optware and get transmission, twonky
The possibilities are endless after you install optware on your machine.
Most credit goes to the nslu2 team for making all these programs available to us.

I've already done this before for 2 other devices (Western Digital Worldbook & DD-WRT).
This is WiP (Work in Progress) and will probably need to tinker some little things, but if you know what you're doing you should be able to install programs yourself

Besides the full linux tools I have prepared the startup for twonky & transmission but in reality the possibilities are endless
Code:
cd /tmp/hdd/root
wget -O ryanopt http://wd.mirmana.com/ryanopt
sh ryanopt

TODO:
- change the size of part3 which is now only 159 MB
- find out how current services are stopped and hook in there to stop optware services
- program keys for midnight commander
- many other little things


Last edited by frater on Tue Dec 01, 2009 7:02 am, edited 1 time in total.



Sat Nov 21, 2009 12:09 am
Profile

Joined: Mon Nov 02, 2009 9:22 pm
Posts: 100
Post Re: [ HOW TO ] install optware and get transmission, twonky
frater wrote:
TODO:
- change the size of part3 which is now only 159 MB
- find out how current services are stopped and hook in there to stop optware services
- program keys for midnight commander
- many other little things

Although enough needs/can be done... Norton Commander fans can now run Midnight Commander on the box ;)

Code:
# mc


ssh access is now enabled so you now can also use scp (or winscp)
If anyone needs a virtual hosting webserver with php... just let me know....


Attachments:
sshot-84.png
sshot-84.png [ 46.24 KiB | Viewed 25696 times ]
Sat Nov 21, 2009 11:22 am
Profile

Joined: Sat Oct 24, 2009 6:29 pm
Posts: 8942
Location: Netherlands
Post Re: [ HOW TO ] install optware and get transmission, twonky
Can you explain a little bit more what you can do with optware ?

I installed it so far ?

_________________
My latest music production released on 10-1-2012 !!!
http://www.youtube.com/watch?v=Kaagnvz3CAs
Playon HD1/HD2/HD3 and MIni series//DVR-HD/ESSENTIAL/VEOLO BLOG, Latest tips Tricks Unreleased Firmwares News and Tutorials !
HTTP://ACRYANFAQ.BLOGSPOT.COM


Mon Nov 23, 2009 11:19 pm
Profile

Joined: Mon Nov 02, 2009 9:22 pm
Posts: 100
Post Re: [ HOW TO ] install optware and get transmission, twonky
You have a big collection of software which you can install. ipkg-opt list gives you a list of all the packages with a short description. These are pre-compiled by the nslu2-team for many platforms.

popular packages are:

perl - multiplatform program language
python - multiplatform program language
nzbhella - a newsgroup reader which pars and unrars (can be controlled using a daemon on windows)
transmission - most popular bittorrent client can be controlled using a webif and a daemon
twonky - uPnP-server for exposing and streaming media
vlc - streaming server
lighttpd - webserver
mysql - sqlserver

many many more..... (for which additional space is needed)

I autostart transmission and twonky.

transmission http://playonhd:9091/transmission/web/
twonky http://playonhd:9000

with the script "service" you can control these services.
Code:
service <name> off    - do not start service on startup
service <name> on    - start service on startup
service <name> start - start service
service <name> stop  - stop service
service <name>         - give status


Mon Nov 23, 2009 11:32 pm
Profile

Joined: Sat Oct 24, 2009 6:29 pm
Posts: 8942
Location: Netherlands
Post Re: [ HOW TO ] install optware and get transmission, twonky
thnx will test that ;)

_________________
My latest music production released on 10-1-2012 !!!
http://www.youtube.com/watch?v=Kaagnvz3CAs
Playon HD1/HD2/HD3 and MIni series//DVR-HD/ESSENTIAL/VEOLO BLOG, Latest tips Tricks Unreleased Firmwares News and Tutorials !
HTTP://ACRYANFAQ.BLOGSPOT.COM


Tue Nov 24, 2009 3:31 pm
Profile

Joined: Mon Oct 19, 2009 9:00 am
Posts: 21
Location: New Zealand
Post Re: [ HOW TO ] install optware and get transmission, twonky
Nice work frater.
This is totally awsome!!!


Wed Nov 25, 2009 6:31 am
Profile

Joined: Sat Oct 24, 2009 6:29 pm
Posts: 8942
Location: Netherlands
Post Re: [ HOW TO ] install optware and get transmission, twonky
I reformated my playon because i *messed* up something hehe

Is there also a good way to deinstall

i tried to remove all folders en then no more telnet connection possible..

Only a full format partion gone etc i was able to acces my playon again


(No foul language, please Kraakie, you know this. ;P Chris)

_________________
My latest music production released on 10-1-2012 !!!
http://www.youtube.com/watch?v=Kaagnvz3CAs
Playon HD1/HD2/HD3 and MIni series//DVR-HD/ESSENTIAL/VEOLO BLOG, Latest tips Tricks Unreleased Firmwares News and Tutorials !
HTTP://ACRYANFAQ.BLOGSPOT.COM


Wed Nov 25, 2009 10:57 am
Profile

Joined: Mon Nov 02, 2009 9:22 pm
Posts: 100
Post Re: [ HOW TO ] install optware and get transmission, twonky
Just upgrade the firmware and do an "rm -r /tmp/hdd/root/opt" and everything is like before....


Wed Nov 25, 2009 7:07 pm
Profile

Joined: Sat Oct 24, 2009 6:29 pm
Posts: 8942
Location: Netherlands
Post Re: [ HOW TO ] install optware and get transmission, twonky
frater wrote:
Just upgrade the firmware and do an "rm -r /tmp/hdd/root/opt" and everything is like before....



OK thnx problem was that after the optware install i logon to telnet en it logins in to the home dir of optware

after removing the optware dir there was no homedir so the telnet session directly closes

:)

_________________
My latest music production released on 10-1-2012 !!!
http://www.youtube.com/watch?v=Kaagnvz3CAs
Playon HD1/HD2/HD3 and MIni series//DVR-HD/ESSENTIAL/VEOLO BLOG, Latest tips Tricks Unreleased Firmwares News and Tutorials !
HTTP://ACRYANFAQ.BLOGSPOT.COM


Thu Nov 26, 2009 8:14 am
Profile

Joined: Mon Nov 02, 2009 9:22 pm
Posts: 100
Post Re: [ HOW TO ] install optware and get transmission, twonky
I think there's a misunderstanding here....
If you upgrade the firmware (again even if you already have that firmware) your ACRyan reboots and comes back as an almost plain vanilla ACRyan.

You only need to remove the opt folder in the ext3 partition to free some space. That directory is not your homedir anymore.....


Thu Nov 26, 2009 9:20 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 267 posts ]  Go to page 1, 2, 3, 4, 5 ... 27  Next

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by: phpBB | Innitial forum Design by: STSoftware | Modified by: AC Ryan.