Firefly on DS-207+?

All discussions/development regarding the Marvell mv5281 Chip can be placed here.
Forum rules
Please note the disclaimer before modifying your Synology Product.

Firefly on DS-207+?

Postby pbutterworth » Sun Oct 21, 2007 10:22 pm

Hi,

Has anyone tried to get firefly running on a Marvell based device?

I have a DS-207+ and think that the MT-DAAPD version pre-installed is a bit out of date.

Thanks for any help

Cheers
Paul
pbutterworth
Novice
Novice
 
Posts: 57
Joined: Fri Sep 21, 2007 4:17 pm

Postby pbutterworth » Fri Oct 26, 2007 4:28 pm

No one tried this yet?
pbutterworth
Novice
Novice
 
Posts: 57
Joined: Fri Sep 21, 2007 4:17 pm

Postby ptyfeng » Sat Oct 27, 2007 7:47 am

What is firefly......

PF
Synology Model: CS-407 | Firmware Version: 510 | HD Model: Seagate ST3750640AS
User avatar
ptyfeng
Novice
Novice
 
Posts: 45
Joined: Mon Sep 17, 2007 11:04 am

Postby HarryPotter » Sat Oct 27, 2007 11:35 am

ptyfeng wrote:What is firefly......

http://www.fireflymediaserver.org/
*Please do not Private Message me for support questions; leave it on the forum so all members can learn. Thanks!*

DS712+ / DSM 4.2 3211 / 2 x HD204UI (RAID0) / LMS 7.7.2-007
DS110+ / DSM 4.2 3211 / HD154UI
DS408 / DSM 4.0 2228 / 3 x ST31000340AS (RAID0) + 1 x HDS721010KLA330
DS207+ / DSM 3.1.1637 / ST31000340AS + WD5000KS
DS-106x / DSM 4.0 2228 (from DS108j) /

2 Squeezebox 3 + Boom
Rapsody N35

APC Smart UPS SUA750i
User avatar
HarryPotter
Honorary Moderator
Honorary Moderator
 
Posts: 12453
Joined: Mon Oct 23, 2006 12:48 pm
Location: Switzerland

Postby ptyfeng » Sat Oct 27, 2007 2:15 pm

HarryPotter wrote:
ptyfeng wrote:What is firefly......

http://www.fireflymediaserver.org/


O? Hmm...It's nice. I'll try to compile it. :wink:

BTW, HarryPotter, you have a marvell-base box now. :D

PF
Synology Model: CS-407 | Firmware Version: 510 | HD Model: Seagate ST3750640AS
User avatar
ptyfeng
Novice
Novice
 
Posts: 45
Joined: Mon Sep 17, 2007 11:04 am

Postby pbutterworth » Sat Oct 27, 2007 7:46 pm

PF,

Great, love to hear how it goes!

Cheers

Paul
pbutterworth
Novice
Novice
 
Posts: 57
Joined: Fri Sep 21, 2007 4:17 pm

Postby Mike » Sun Oct 28, 2007 1:24 am

Hi all

Just got mt-daapd up and running on my CS-407.
I'll try to compile all the files, libraries and pack them up somewhere tomorrow.

But basically it was just to compile gdbm 1.8.3 & libid3tag-0.15 into /opt/local and then build mt-daapd, copy the config file from the distro, edit some paths in the config file and of you go.

//Mike
Mike
Student
Student
 
Posts: 65
Joined: Thu Aug 02, 2007 10:11 am

Postby Mike » Sun Oct 28, 2007 2:19 am

Mike
Student
Student
 
Posts: 65
Joined: Thu Aug 02, 2007 10:11 am

Postby ptyfeng » Sun Oct 28, 2007 5:27 am

Ok, someone did it, Paul.
Synology Model: CS-407 | Firmware Version: 510 | HD Model: Seagate ST3750640AS
User avatar
ptyfeng
Novice
Novice
 
Posts: 45
Joined: Mon Sep 17, 2007 11:04 am

Postby pbutterworth » Mon Oct 29, 2007 2:30 pm

Great, when I get a few minutes I'll have a go. Sure i'll have some questions!

Cheers

Paul
pbutterworth
Novice
Novice
 
Posts: 57
Joined: Fri Sep 21, 2007 4:17 pm

Postby pbutterworth » Wed Oct 31, 2007 5:55 pm

Hi Guys,

Sorry for the probably simple question, not a linux expert here!

I installed the files, un tar'ed them and edited the root/.profile, but when I start the application I get:

Marvin> /opt/local/mt-daapd/etc/init.d/firefly start
Starting DAAP daemon: mt-daapd
/opt/local/mt-daapd/sbin/mt-daapd: error while loading shared libraries: libgdbm
.so.3: cannot open shared object file: No such file or directory

Is there somthing else I need to do to install the libraries, i just copied them into the root and typed tar -xf libfilename.

Thanks
Paul
pbutterworth
Novice
Novice
 
Posts: 57
Joined: Fri Sep 21, 2007 4:17 pm

Postby ptyfeng » Thu Nov 01, 2007 2:29 am

pbutterworth wrote:I installed the files, un tar'ed them and edited the root/.profile, but when I start the application I get:

Marvin> /opt/local/mt-daapd/etc/init.d/firefly start
Starting DAAP daemon: mt-daapd
/opt/local/mt-daapd/sbin/mt-daapd: error while loading shared libraries: libgdbm.so.3: cannot open shared object file: No such file or directory

Is there somthing else I need to do to install the libraries, i just copied them into the root and typed tar -xf libfilename.


You should download gdbm and libid3tag too. They're at the bottom of that wiki page. And they should be in the path /opt/local/lib(for example, /opt/local/lib/libgdbm.so.*).

PF
Synology Model: CS-407 | Firmware Version: 510 | HD Model: Seagate ST3750640AS
User avatar
ptyfeng
Novice
Novice
 
Posts: 45
Joined: Mon Sep 17, 2007 11:04 am

Postby Mike » Thu Nov 01, 2007 8:22 am

To ensure they ended up in the correct folder you can do
Code: Select all
find /opt -name libgdbm


//Micke
Mike
Student
Student
 
Posts: 65
Joined: Thu Aug 02, 2007 10:11 am

Postby ptyfeng » Thu Nov 01, 2007 8:59 am

Mike wrote:To ensure they ended up in the correct folder you can do
Code: Select all
find /opt -name libgdbm


I think it should be:

Code: Select all
find /opt -name libgdbm*


:D

PF
Synology Model: CS-407 | Firmware Version: 510 | HD Model: Seagate ST3750640AS
User avatar
ptyfeng
Novice
Novice
 
Posts: 45
Joined: Mon Sep 17, 2007 11:04 am

Postby pbutterworth » Thu Nov 01, 2007 1:49 pm

Many thanks, that was the issue. I copied all the files from the lib subdirectories as directed and it starts.

So now i'm working on getting it to autostart.

I thought if I added '/opt/local/mt-daapd/etc/init.d/firefly start &' to /etc/rc.local it would start automatically too, but that doesnt seem to work. Any advice?

cheers

Paul
pbutterworth
Novice
Novice
 
Posts: 57
Joined: Fri Sep 21, 2007 4:17 pm

Next

Return to Marvell mv5281 Development Room

Who is online

Users browsing this forum: No registered users and 1 guest