Open GoogleCodeExporter opened 9 years ago
As its mentions, first try command: 'opkg update'
Original comment by mx3Lm...@gmail.com
on 1 Jan 2015 at 1:38
opkg update .... failed too with the same error.
Original comment by uhrinbra...@gmail.com
on 1 Jan 2015 at 5:36
If you try "opkg install unrar", does it work?
If yes then try again:
opkg install
http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-mediaplayer2_0.56_2
0140905_all.ipk
If no then try:
opkg --no-install-recommends install
http://dl.bintray.com/mx3l/generic/enigma2-plugin-extensions-mediaplayer2_0.56_2
0140905_all.ipk
Original comment by mx3Lm...@gmail.com
on 2 Jan 2015 at 8:36
[deleted comment]
I had the same issue, solved by:
First run update:
$ opkg update
Download 'unrar_4.0.4-r0_mips32el.ipk' to /tmp (with wget or to PC and transfer
via FTP/SSH to sat box)
- extract and install it:
$ cd /tmp
$ ar x unrar_4.0.4-r0_mips32el.ipk
$ tar -C / -xf data.tar.gz
Install subssuport without rar dependency (already installed):
$ opkg install --nodeps subssuport..._all.ipk
Install mediaplayer2:
$ opkg install enigma2-plugin-extensions-mediaplayer2
Next when You start mediaplaer2 and will se error: 'mediaplayer2 no module
named zipfile', install python-compression package:
$ opkg install python-compression
(package python-zlib should be installed as default)
Enjoy :-)
Original comment by cyberbo...@gmail.com
on 23 Feb 2015 at 9:29
Original issue reported on code.google.com by
uhrinbra...@gmail.com
on 27 Dec 2014 at 4:58