Reply To: Build firefly nightly on WL-500g

#8902
Anonymous
Inactive

@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
Michael

Just 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 -f

I’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.