Llink:dlink dns323: Difference between revisions

From Lundman Wiki
mNo edit summary
mNo edit summary
Line 14: Line 14:


1. Download llink 1.9.9 for DNS-323 somewhere reachable to your NAS
1. Download llink 1.9.9 for DNS-323 somewhere reachable to your NAS
2. telnet/ssh in to your DNS-323
2. telnet/ssh in to your DNS-323
3. cd [whatever path you saved the file in]
3. cd [whatever path you saved the file in]
4. <code>funpkg.sh llink-1.9.9.tgz</code>
4. <code>funpkg.sh llink-1.9.9.tgz</code>
5. <code>sh /mnt/HD_a2/fun_plug.d/start/llink.sh start</code><br>
5. <code>sh /mnt/HD_a2/fun_plug.d/start/llink.sh start</code><br>
<br>
<br>
If you want llink to start at boot, set the executable bit on <code>/mnt/HD_a2/fun_plug.d/start/llink.sh</code>
If you want llink to start at boot, set the executable bit on <code>/mnt/HD_a2/fun_plug.d/start/llink.sh</code>


And do:
Type:
<code>chmod a+x /mnt/HD_a2/fun_plug.d/start/llink.sh</code>
<code>chmod a+x /mnt/HD_a2/fun_plug.d/start/llink.sh</code>
If you want to compile it yourself, the "source" is available too.

Revision as of 20:09, 13 March 2008

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
Note: at this moment the url is broken


Prerequisites

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


Installation instructions

1. Download llink 1.9.9 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

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