NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
mertician
Mar 19, 2013Aspirant
forked-daapd on ReadyNAS ARM
The default daap server (mt-daapd) doesn't support iOS, airplay etc. so I looked into some alternatives. I installed and configured forked-daapd (from apt) on my NV+ v2. It scanned my files fine and i...
mdgm-ntgr
Mar 24, 2013NETGEAR Employee Retired
Tarkeen while this should show up in the GPL for ReadyNAS OS once released you should note that there are sources available for packages found in the ReadyNAS OS apt-get repository.
First on a ReadyNAS OS system you need to enable SSH if you haven't already and SSH in as 'root'
Then edit your /etc/apt/sources.list (e.g. using 'vi' i.e. # vi /etc/apt/sources.list) to look something like this:
Then do
Then
The source will be downloaded to the current working directory.
You should see three files:
Note that installing dpkg-dev requires installing a lot of stuff so you might not wish to do this on a production system
First on a ReadyNAS OS system you need to enable SSH if you haven't already and SSH in as 'root'
Then edit your /etc/apt/sources.list (e.g. using 'vi' i.e. # vi /etc/apt/sources.list) to look something like this:
deb http://apt.readynas.com/packages/readynasos 6.0.1 updates apps main
deb-src http://apt.readynas.com/packages/readynasos 6.0.1 updates apps main
deb http://mirrors.kernel.org/debian wheezy main
Then do
# apt-get update && apt-get install dpkg-dev
Then
# apt-get source forked-daapd --download-only
The source will be downloaded to the current working directory.
You should see three files:
forked-daapd_0.19ntgr-1.debian.tar.gz
forked-daapd_0.19ntgr-1.dsc
forked-daapd_0.19ntgr.orig.tar.xz
Note that installing dpkg-dev requires installing a lot of stuff so you might not wish to do this on a production system
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!