D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320 => Topic started by: Martin78 on April 18, 2013, 01:30:06 PM

Title: Help with installing MiniDLNA on my DNS-320
Post by: Martin78 on April 18, 2013, 01:30:06 PM
Hi,

I tried to install MiniDLNA and went through a lot "googling" because of it. I got stuck and need help. Any help is appreciated. I have fonz fun plug 0.7 installed.

MiniDLNA installation
I made following steps:

#1 installed packages:

s: libjpeg-8c-arm-1
s: libev-4.04-arm-1
s: libexif-0.6.20-arm-1
s: sqlite-3.7.9-arm-1
kylek: libid3tag-0.15.1b-arm-1
kylek: "minidlna-1.1.0-cvs-arm-1

There were no errors.

#2 Edited file minidlna.sh

changed line
command="/ffp/sbin/minidlnad"
to
command="/ffp/bin/minidlnad"

#3 Copied conf file
cp /ffp/etc/examples/minidlna.conf /ffp/etc/minidlna.conf

#4 Tried to start minidlna but ended up with following error:
/ffp/start/minidlna.sh: line 33: /ffp/bin/minidlnad: No such file or directory

Can anyone help me? Am I missing some step?

Screenshots of my steps:
http://ge.tt/7UHeqDe

Thanks for any help
Title: Re: Help with installing MiniDLNA on my DNS-320
Post by: ivan on April 18, 2013, 04:07:02 PM
The obvious question is, do you in fact have minidlnad in /ffp/bin/ (as you changed minidlna.sh to point to it there) or is it still in /ffp/sbin/  where it presumably started.

If it is in fact still in /ffp/sbin/ why change minidlna.sh?
Title: Re: Help with installing MiniDLNA on my DNS-320
Post by: albert on April 18, 2013, 11:51:38 PM
As pointed out by ivan, the program file is located in /ffp/sbin so there is no need to edit the script file.
Title: Re: Help with installing MiniDLNA on my DNS-320
Post by: Martin78 on April 19, 2013, 01:12:01 AM
Hi,

thanks for your help. Problem is SOLVED - reverted path to /sbin and minidlna succesfully started. I got stuck because I followed one internet site/guide for MiniDLNA with installation steps I described (without any thinking ...).  I believe I tried this fix before but I obviously must have done something wrong because when I tried it today it worked. Thanks once more for your help. Really appreciated!!