View Single Post
Old 02-08-2013, 09:46 AM   #1
sberd
Junior Member
sberd began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2013
Device: Kindle 3 WiFi
[HOW TO] Install Calibre on D-link DNS-325

My way for D-link dns-325:

1. Upgrade firmware up to 1.04:
http://dlink.ua/sites/default/files/...226.2012)(BETA)

2. Install Add-on "Server Secure SHell":
http://dlink.ua/sites/default/files/..._01282013(BETA)

3. Install Debian Squeeze (without ffp, because we install Add-on "Server ssh"):
Manual:
http://www.nasdestruction.com/tutori...s-320-dns-325/

Debian Squeeze files:
ftp://ftp.dlink.hu/dns/dns-320/drive...n_20110111.zip

4. Manual "How to install Calibre on Debian Squeeze" (Russian lang.):
http://tdkare.ru/sysadmin/index.php/Calibre

5. How to solve problems during Calibre installation (but, please, use newest version of packages, not version that specified in the article):
http://forum.doozan.com/read.php?2,3260,5419

But on this step I had some problem:
cd /opt
wget -O- http://status.calibre-ebook.com/dist/src | tar xvz
cd calibre*
python setup.py install

But I have solution:
change xvz to xvf

6. Install Calibre on Windows 7.
7. During the first starting I create library on the NAS: Volume_1/MyBooks
8. Upload some books & convert to mobi.
9. On the dns-325 throw PuTTY start calibre-server as a demon:
calibre-server --with-library="<mnt/HD/HD-a2/MyBooks>" --daemonize

10. Url for Calibre content-server: http;//192.168.0.103:8080/mobile
sberd is offline   Reply With Quote