- These instructions is for My Book Live for Firmware Release 2.10.09 - 124 (11/17/2011)
- Right after upgrading to apnc-021009-124-20111113.deb
- uname -a
- Linux MyBookLive 2.6.32.11-svn48181 #1 Thu Sep 15 18:22:06 PDT 2011 ppc GNU/Linux
1. *Must Disable Twonky Service from Media section
#Disable iTunes Server from Media section (if you don't want)#
#Disable Remote Access from Configure section (if you don't want)#
#My Book Live Static IP is: 192.168.1.10
#Login first 192.168.1.10/ and then change the URL to and enable root:
192.168.1.10/UI/ssh
#use putty or any i am doing on mac so:
ssh -l root 192.168.1.10
### Compiling & Installing miniDLNA ###
- Make sure you are connected with the internet and My Book Live can access the internet
2. apt-get update
3. apt-get install libsqlite3-dev libjpeg62-dev libexif-dev libogg-dev libid3tag0-dev libvorbis-dev libavutil-dev libflac-dev libavformat-dev libavcodec-dev make
#both time say yes/press y from your keyboard
4. apt-get -f install
- Download minidlna 1.0.22 Source at: sourceforge.net/projects/minidlna/files/minidlna/1.0.22/minidlna_1.0.22_src.tar.gz/download
- After download extract/uncompress minidlna_1.0.22_src.tar.gz & copy minidlna-1.0.22 folder to Public folder via Network Browser or FTP Client
5. cp -r /DataVolume/shares/Public/minidlna-1.0.22 ~/
6. cd ~/minidlna-1.0.22/
7. sh genconfig.sh
8. make
9. cp minidlna /usr/sbin
10. cp minidlna.conf /etc/
### Configure miniDLNA ###
11. nano /etc/minidlna.conf
#uncomment
network_interface = eth0
#replace media_dir=/opt with#
media_dir=A,/DataVolume/shares/Public/Shared Music/
media_dir=V,/DataVolume/shares/Public/Shared Videos/
media_dir=P,/DataVolume/shares/Public/Shared Pictures/
#uncomment & change the server name if you want#
friendly_name = dlnaserver
#uncomment
db_dir=/var/cache/minidlna
#uncomment
log_dir=/var/log
- now save and close the nano editor
### Configuration is Done ###
12. cp linux/minidlna.init.d.script /etc/init.d/minidlna
13. nano /etc/init.d/minidlna
#Add -R so change this line ARGS='-f /etc/minidlna.conf' to ARGS='-R -f /etc/minidlna.conf' then save and close the nano editor
14. chmod 755 /etc/init.d/minidlna
15. update-rc.d minidlna defaults
#start miniDLNA if don't want to reboot the drive yet!
minidlna
That's It Enjoy!