LLINIK media Server + Yamj Working

5 posts / 0 new
Last post
patmtp35
patmtp35's picture
LLINIK media Server + Yamj Working

HI!

Im working on DD-wrt mega.

i just finish installing optaware and all work
fine i install ipkg llink too.

has i'm a newbee and as it seems no one try llink
i have to found solution by my self

so to launch manually llink you have to go /opt/share/llink and strike
./llink

if you want to kill the process struke killall llink 

you have to modify llink.conf with vi to have it to work.

so if you want llink work,

via dd-wrt web
interface go to administration active cif and connect a share on your
nas media or others ; since you hqve donne that just onpen your
llink.conf qnd in root path enter : /tmp/smbshare. 

if you want more info tell me i could do an how to !

Now i have  to found how to launch llink at wnr3500l start up if some one could help me he's wellcome !

 

 

Brandon C
Brandon C's picture
Couldn't you just create a

Couldn't you just create a startup script for it?
http://www.dd-wrt.com/wiki/index.php/Startup_Scripts

patmtp35
patmtp35's picture
thanks for reply i ll try

thanks for reply i ll try tonight !

patmtp35
patmtp35's picture
hi

hi

i try to use sell command via web interface with this script:
#!/bin/sh

# Make sure we have a clean start
if [ "$1" = "stop" ]; then
killall llink
exit 0
fi

#Make sure this is the correct path to llink:
llink="/opt/share/llink"

#Check if llink exist; if so then run it, else say that it didn't work:
cd `dirname $llink` && ./llink || echo "$llink or its directory doesn't exist, and check permissions!"

# End of script

i save it at start up but when i reboot , llink doesn't start...

patmtp35
patmtp35's picture
no one ha s any idea ? ?????

no one ha s any idea ? ?????