Llink:dlink dns323: Difference between revisions

From Lundman Wiki
mNo edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
''These binaries could also work on Conceptronic CH3SNAS.''
==== Binaries ====
User ''drak0'' has compiled llink 2.2.0 for funplug v0.5 here: [http://drak0.com/files/dns323/llink-2.2.0-1.ffp0.5.tgz llink-2.2.0-1.ffp0.5.tgz]<br>
Further instructions here: http://drak0.com/2008/10/25/llink-220-available-for-the-dns323/#more-12
Older 2.0.6 for ffp 0.5: [http://drak0.com/files/dns323/llink-2.0.6-1-ffp0.5.tgz llink-2.0.6-1-ffp0.5.tgz]<br>
With instructions here: http://drak0.com/2008/06/12/dns323-llink-is-almost-perfect/
User '''Azardu''' has contributed with a compile of version 2.0.5:<br>
Download: [[Media:Dns323-llink-2.0.5.tgz|dns323-llink-2.0.5]]
<br>
<br>
User '''hps''' on the NMT forum has compiled llink-1.9.9 for ARM and packaged it into a fun_plug package for D-link's DNS-323 NAS.
User '''hps''' on the NMT forum has compiled llink-1.9.9 for ARM and packaged it into a fun_plug package for D-link's DNS-323 NAS.


You find his repository here: http://81.170.249.146/~hps/dns323/llink
You find his original 1.9.9 repository here: http://81.170.249.146/~hps/dns323/llink
 
 
==== Prerequisites ====
Fonz fun-plug for DNS-323 firmware version 0.3 or later:<br>
http://www.inreto.de/dns323/fun-plug/0.3/ <br>
http://www.inreto.de/dns323/fun-plug/0.4/ <br>
http://www.inreto.de/dns323/fun-plug/0.5/
 
 
==== Installation instructions ====
 
1. Download llink compilation for DNS-323 somewhere reachable to your NAS
 
2. telnet/ssh in to your DNS-323
 
3. cd [whatever path you saved the file in]
 
4. <code>funpkg.sh llink-1.9.9.tgz</code> (making sure your file name is the correct version depending on download)
 
5. <code>sh /mnt/HD_a2/fun_plug.d/start/llink.sh start</code><br>
<br>
<br>
'''Note: ''at this moment the url is broken'''''
If you want llink to start at boot, set the executable bit on <code>/mnt/HD_a2/fun_plug.d/start/llink.sh</code>
 
Type:
<code>chmod a+x /mnt/HD_a2/fun_plug.d/start/llink.sh</code>

Latest revision as of 00:25, 25 July 2009

These binaries could also work on Conceptronic CH3SNAS.

Binaries

User drak0 has compiled llink 2.2.0 for funplug v0.5 here: llink-2.2.0-1.ffp0.5.tgz
Further instructions here: http://drak0.com/2008/10/25/llink-220-available-for-the-dns323/#more-12


Older 2.0.6 for ffp 0.5: llink-2.0.6-1-ffp0.5.tgz
With instructions here: http://drak0.com/2008/06/12/dns323-llink-is-almost-perfect/


User Azardu has contributed with a compile of version 2.0.5:
Download: dns323-llink-2.0.5

User hps on the NMT forum has compiled llink-1.9.9 for ARM and packaged it into a fun_plug package for D-link's DNS-323 NAS.

You find his original 1.9.9 repository here: http://81.170.249.146/~hps/dns323/llink


Prerequisites

Fonz fun-plug for DNS-323 firmware version 0.3 or later:
http://www.inreto.de/dns323/fun-plug/0.3/
http://www.inreto.de/dns323/fun-plug/0.4/
http://www.inreto.de/dns323/fun-plug/0.5/


Installation instructions

1. Download llink compilation for DNS-323 somewhere reachable to your NAS

2. telnet/ssh in to your DNS-323

3. cd [whatever path you saved the file in]

4. funpkg.sh llink-1.9.9.tgz (making sure your file name is the correct version depending on download)

5. sh /mnt/HD_a2/fun_plug.d/start/llink.sh start

If you want llink to start at boot, set the executable bit on /mnt/HD_a2/fun_plug.d/start/llink.sh

Type: chmod a+x /mnt/HD_a2/fun_plug.d/start/llink.sh