Hi,
I'm new to OpenPLI and Enigma. I have a fresh install of OpenPLI 4 on a brand new VU+ Solo2 and tried to install a DLNA browser. However, it complains about an unsatisfyable dependency to kernel-module-fuse:
root@vusolo2:~# opkg install enigma2-plugin-extensions-dlnabrowser
Installing enigma2-plugin-extensions-dlnabrowser (experimental-git8427+8d6204f-r0) to root...
Downloading http://downloads.pli...r0_vusolo2.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-dlnabrowser:
* kernel-module-fuse *
* opkg_install_cmd: Cannot install package enigma2-plugin-extensions-dlnabrowser.
Using opkg list | grep fuse I cannot locate such a package. Which is probably correct, as
root@vusolo2:~# cat /proc/filesystems
nodev sysfs
...
nodev autofs
fuseblk
nodev fuse
nodev fusectl
udf
...
shows that it is compiled into the kernel.
How to proceed from here?
TIA,
Chris.