Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I succesfully installed minidlna on my ZyXel NSA-221. The only problem is that it is not detecting new content. It appears that inotify is not working. The call to inotify_init() is returning ENODEV. I tried installing sirmax's inotify package (http://sites.google.com/site/sirmaxwiki/), but still no luck. Does anyone know if there is support for inotify in the kernel? If not, how to get this working.
Thanks for the help,
raptaop
Offline
i have same trouble as you. my device is nsa-210 fw 4.23.
# ls -l /dev/inotify
crw-rw-rw- 1 root root 10, 63 Sep 7 16:19 /dev/inotify
if I run inotify manually, answer is:
Checking /dev/inotify... inotify_init() error: No such device failed
it must be in kernel, fw doesnt support inotify.. i dont know how to solve it :-(
Last edited by lachtan86 (2011-12-26 11:13:57)
Offline
thats correct, inotify needs to be supported in the kernel.
The version of the kernel used is in principle capable of using it when selected when the kernel was compiled. However with the test you made it seems to benot enabled. The only way to solve it is compile a new(er) kernel. But that's not so easy, also installing it on the zyxels is tricky as they are in flash. (if you do it wrong the box won't boot anymore).
I know this post isn't very helpful
Last edited by fvdw (2011-12-26 12:35:41)
Offline