Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
hi,
i have a working fun_plug but
in the tutorial i have the step to transfer kiss.sh in the fun_plug.d/start folder
but every time the permission ist denied.
thank you very much and tell me pls how i could change the permission to upload the kiss.sh file
Firmware 1.3xxx and fonz fun_plug 3.0 running
Offline
thankz a lot to fonz here is the solution for the problem
some info for the beginning to test a script (with telnet for example here the kiss.sh-script)
cd /mnt/HD_a2
sh kiss.sh
Assuming that you copied your kiss.sh file to the first Volume, the
place where you copied the funplug files before, and then
opened a telnet connection, it's as simple as:
cd /mnt/HD_a2
chown root.root kiss.sh
chmod 0755 kiss.sh
mv kiss.sh fun_plug.d/start/
this works fine until one thing you have to start the kiss.sh script manually to start it automaticly by systemboot
continue with this
cd /mnt/HD_a2/fun_plug.d/start/
chown root.root kiss.sh
chmod 0777 kiss.sh
have phun ;-)
Offline
Pages: 1