FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Installation on AMS 150 (Fujitsu Siemens)
- This topic has 20 replies, 3 voices, and was last updated 15 years, 7 months ago by
rpedde.
-
AuthorPosts
-
12/10/2007 at 5:40 PM #1811
qwertzy0815
ParticipantHi,
First of all thank you for this really nice suitable software!!!
I bought the Activity Media Server AMS 150 from Fujitsu Siemens. It’s a NAS with the following values
processor : 0
cpu : 82xx
revision : 16.20 (pvr 8081 1014)
bogomips : 176.94
vendor : Motorola
machine : MPC8241
processor : PVID: 0x80811014, vendor: MotorolaLinux version 2.4.32 (a[email protected]) (gcc version 3.2.3) #1 Mon Aug 28 20:13:32 CST 2006
The NAS comes originally without telnet, but the gents from the FS AMS 150 forum found a way to install some tools like telnet, ssh a.s.o. with some help from the DSM-G600 friends.
I unpacked their for the DSM compiled version (http://download.dsmg600.info/mt-daapd-0.2.4.tar.bz2) and copied it into the recommended directories, hopefully.drwxrwxrwx 3 501 501 4096 Jun 30 08:59 mt-daapd
Amongst others I did
mkdir -p /mnt/HD_a2/mt-daapd/cache
ln -s /mnt/HD_a2/mt-daapd/libz.so.1 /lib/
ln -s /mnt/HD_a2/mt-daapd/libgdbm.so.3 /lib/
ln -s /mnt/HD_a2/mt-daapd/libid3tag.so.0 /lib/ /mnt/HD_a2/mt-daapd
mt-daapd -c /mnt/HD_a2/mt-daapd/mt-daapd.confwith the mt-daapd.conf
web_root /mnt/HD_a2/mt-daapd/admin-root
port 3689
admin_pw mt-daapd
db_dir /mnt/HD_a2/mt-daapd/cache
mp3_dir /mnt/Music
servername mt-daapd
runas nobody
extensions .mp3,.m4a,.m4pAfter manual starting
/mnt/HD_a2/mt-daapd/mt-daapd -c /mnt/HD_a2/mt-daapd/mt-daapd.conf
I receive the following error message
/mnt/HD_a2/mt-daapd/mt-daapd: can't resolve symbol '__ctype_b'
I googled a bit and found out that this is supposed to be a compiling error caused by a wrong lib.
Here it ends for me so far.
Any idea? Do I have to cross compile (Oh god, how?) mt-daapd for the AMS 150 or is there any other solution? Thank you.12/10/2007 at 6:22 PM #12886fizze
ParticipantCare to try a newer version?
http://nightlies.mt-daapd.org holds quite a few flavours 😉12/10/2007 at 8:11 PM #12887qwertzy0815
ParticipantThank you for the Link, but i don’t know which one?
How do i compile the .tar.gz for the Linux version on my AMS 150?
12/10/2007 at 8:26 PM #12888fizze
ParticipantNot without a complete toolchain. Which is tough.
Whats the
uname -a
output of your machine?
Depending on your model being RevA or RevB, and according to http://dsmg600.info/ its a PPC, so you could always give it a try with one of the PPC binaries or ipkgs from that site.
If there is no ipkg available, the ipk is just a tar-gz’d file that has a data and config archive within. You can extract them manually and try to run the binary to see wether its compatible.
12/10/2007 at 8:30 PM #12889qwertzy0815
ParticipantHi fizze,
uname -a gives a failure. The program is not installed …
And it is_not_ a DSM-G600! I read in the Siemens Forum that the AMS 150 is more or less similar to the DSM.
Ahhh. Ok. I see. I clicked your link.
Ok. How do i manually extract the ipk file?
Mmmh. Google says tar xvzf blabla.ipk.
Let me try …
12/10/2007 at 8:44 PM #12890qwertzy0815
ParticipantSo. I could manually extract mt-daapd_svn-1673-1ds101g_powerpc.ipk and received 3 different files.
Oct 4 05:14 control.tar.gz
791162 Oct 4 05:14 data.tar.gz
4 Oct 4 05:14 debian-binaryI extracted data.tar.gz and get a directory named /opt.
What am I do with this?
12/10/2007 at 9:04 PM #12891fizze
ParticipantWell browse into that directory, somewhere within resides the binary 😉
usually in /opt/bin or /opt/usr/bin.
12/10/2007 at 9:12 PM #12892qwertzy0815
ParticipantDo i just have to replace the old binary on the AMS 150 or do i need the whole directory structure?
12/10/2007 at 9:34 PM #12893fizze
ParticipantAs the binary is newer and requires generally new libs, you probably have to replace a lot more.
As there is no guarantee this will work, just a tryout, just +x the new binary and try to fire it up and see what happens 🙂
if it works, go ahead and replace the existing one, if not, tough luck.
12/10/2007 at 9:46 PM #12894qwertzy0815
Participantfizze, i replaced just the binary and reboot. It seems to run.
Whats about the libraries? Any need for that?
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.