Reply To: Installation of FireFly on MSS

#11313
rajt
Participant

I have a Linkstation with Firefly and love the speed of it, so I am trying to install it on a MSS+ whose Media server is very slow in comparison.

I have firmware 2.6.2 OpenMSS1 installed.

I am following steps from here:

http://wiki.fireflymediaserver.org/MSS_Installation

So going through these steps this is what I get:

# echo “src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/mss/cross/unstable” > /opt/etc/ipkg.conf
# echo “src firefly http://ipkg.fireflymediaserver.org/mipsel” >> /opt/etc/ipkg.conf

– these steps seem to work

# ipkg update

– this fails because it cannot find host http://ipkg.fireflymediaserver.org/mipsel/Packages
– if I try this in a browser I get the same.

#ipkg install mt-daapd

– this fails with a wget error, so I download and install all the packages files one by one from
http://ipkg.nslu2-linux.org/feeds/optware/mss/cross/unstable/ using ‘ipkg install ‘

# ipkg install mss-libhelper
# ipkg install mss-ld-so

– these 2 fail unknown commands and it suggests an ipkg update which I cannot do fully!
– ‘mss-libhelper’ and ‘mss-ld-so’ do not seem to be listed in the package description file /opt/lib/ipkg/lists/nslu2.

So I carry on…

# ipkg install ncursesw nano

– fails on wget, so I install it manually

# LD_LIBRARY_PATH=/opt/lib /opt/bin/nano /opt/etc/init.d/S60mt-daapd

– fails as /opt/etc/init.d/S60mt-daapd file does not exist!

So now I stop and need some help !!

(maybe because it cannot find http://ipkg.fireflymediaserver.org/mipsel/Packages, it is failing in other areas?)