FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › Build firefly nightly on WL-500g
- This topic has 79 replies, 9 voices, and was last updated 17 years, 3 months ago by rpedde.
-
AuthorPosts
-
01/05/2007 at 5:59 PM #8897rpeddeParticipant
@gusdesigns wrote:
@rpedde wrote:
I did see that I think I’m using the wrong build chain, though, so I’m going to try a different chain and see what that does.
I think the build chain is ok (FF did work in foreground); prolly more an authorization/root account/ … issue when running in background, no? β
Actually, I think it’s probably a path issue. Like it’s picking up a wrong library or something.
Anyway, I did get it installed, got unslung installed, and when I left off last night, I got most of the dev libraries loaded. I want to load a full dev chain on it and compile natively so I can run gdb, though.
Getting there… I’ve not forgotten, just moving slowly. π
— Ron
04/05/2007 at 9:41 AM #8898gusdesignsParticipantwl500g is still broken in 1571?
04/05/2007 at 5:28 PM #8899rpeddeParticipant@gusdesigns wrote:
wl500g is still broken in 1571?
afaik. Got UPnP disco done today, so will look at it tonight, now that I have a test machine for it.
— Ron
26/05/2007 at 5:10 PM #8900mhomeijerParticipantDid anyone succeed in running firefly on the asus 500g? I’d like to give it a try and test a working setup, but I am not sure if the current versions worth testing.
TIA
Michael26/05/2007 at 8:02 PM #8901rpeddeParticipant@mhomeijer wrote:
Did anyone succeed in running firefly on the asus 500g? I’d like to give it a try and test a working setup, but I am not sure if the current versions worth testing.
TIA
MichaelI really have no idea why it won’t work. That is, why it will work in the foreground but not background. Inexplicable.
I’m going to try building with the oleg toolchain rather than the wl500g toolchain, though, and see where that gets me.
— Ron
27/05/2007 at 8:18 AM #8902AnonymousInactive@mhomeijer wrote:
Did anyone succeed in running firefly on the asus 500g? I’d like to give it a try and test a working setup, but I am not sure if the current versions worth testing.
TIA
MichaelJust wanted to point out that Firefly does seem to work perfectly well as long as you include the -f option in /opt/etc/init.d/S60mt-daapd, i.e.
#!/bin/sh
# make sure our shared libraries are in the path.
# if we get /etc/ld.so.conf working, this export
# can be removed
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib
if [ -n "`pidof mt-daapd`" ] ; then
killall mt-daapd 2>/dev/null
fi
sleep 2
/opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf -fI’ve been running it for several weeks now on my 500g deluxe with no problems. So I’d say it’s well worth a try.
Ron, I am using Oleg’s firmware, in case this makes a difference.
28/05/2007 at 11:59 AM #8903mhomeijerParticipantOk, that succeeded.
In another thread I read that support for upnp is planned, will it be enabled for the asus package? With the current nightly (1586), the Noxon Audio will not discover the firefly server.
TIA
Michael29/05/2007 at 3:45 AM #8904rpeddeParticipant@mhomeijer wrote:
Ok, that succeeded.
In another thread I read that support for upnp is planned, will it be enabled for the asus package? With the current nightly (1586), the Noxon Audio will not discover the firefly server.
TIA
MichaelYeah, once I get it at least sort-of working, I’ll turn it on for all platforms. I’m just finishing re-doing the cross-platform socket stuff, hopefully I’ll merge it back into head in the next couple days, and then I can get it working on Windows and unix as well.
22/09/2007 at 12:01 PM #8905stuckishGuestHi!
I get the error that it seems that some other people also get.
Firefly Version svn-1545: Starting with debuglevel 9
Attempting to load plugin /opt/share/mt-daapd/plugins/rsp.so
Segmentation faultCan i get some old package and get my roku soundbridge work with firefly on my wl500g .. it would be sooooo nice π Then i can wake up in the morning to some nice music .. *mmm* .. π
23/09/2007 at 9:43 AM #8906rpeddeParticipant@stuckish wrote:
Hi!
I get the error that it seems that some other people also get.
Firefly Version svn-1545: Starting with debuglevel 9
Attempting to load plugin /opt/share/mt-daapd/plugins/rsp.so
Segmentation faultCan i get some old package and get my roku soundbridge work with firefly on my wl500g .. it would be sooooo nice π Then i can wake up in the morning to some nice music .. *mmm* .. π
old packages are at ipkg.fireflymediaserver.org, or at nightlies.mt-daapd.org.
— Ron
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.