Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
How do I unrar rar-files on my dsmg600?
I tried to install rar for linux (http://www.cyberciti.biz/faq/open-rar-f … x-or-unix/)
$ cd /tmp
$ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz
$ tar -zxvf rarlinux-3.6.0.tar.gz
$ cd rar
$ ./unrar
When I run "./unrar" I get: "./unrar: 1: Syntax error: "(" unexpected"
Is there any other way to unpack rar files?
Offline
You can't just run random binary files on DSM-G600! They must be compiled with ppc gcc and against uclibc 0.9.26
You might be able to chroot into debian or gentoo and then install rar package.
Offline