Reply To: Newbie/Update mt-daapd on NSLU2

#10090
pender
Participant

@srobin

I didn’t notice you were running a PPC unit. Stole this instruction from Synology thread. Credits to a person with the pseudonym netshare. They say there is a PPC version of the disk station 101 which has a mt-daapd ipk. Some have been able to get it working on the ds-106.

If you have busy-box working you can use the wget command instead of manually downloading and transferring to the device.

A. activate telnet: – http://oinkzwurgl.org/software/ssods/

B. install ipkg:

download http://capcop.free.fr/tele/ds101-bootstrap_0.1-8_powerpc.xsh in public (NAS)

telnet //(IP NAS) activate as root-user:

cd /volume1/public
sh ds101-bootstrap_0.1-8*.xsh //
ipkg update

C. install mt-daapd

1. ipkg install mt-daapd
2. ?ber ftp /opt/etc/mt-daapd/mt-daapd.conf – indicate mp3 path; ex: /volume1/music
3. /opt/etc/init.d/S60mt-daapd
4. Browser : 192.168.xxx.xxx:3689
og : admin_pw
passw : mt-daapd

If this does not work, you can try to install it from source. This was taken from a PPC Buffalo Linkstation (LS1) turtorial. You will need compilation tools for your Synology like gcc. There is an other link in the instructions for the Development tools (gcc etc.) for a Linkstation PPC but they are precompiled and probably wont work on the DS106.

http://linkstationwiki.net/index.php?title=Firefly_Openlink

pender