Can I install mipsel.ipk on Enigma 2 or DGS ?

carrpet

Registered
Messages
183
Can I install this plugin on Enigma 2 or DGS images

enigma2-plugin-extensions-autotimer_0.3.0-20080704-r2_mipsel.ipk
 

xxxAxxx

Super VIP
Messages
1,172
on your signature i can see you have ubuntu server ...so you know same linux arch....

so what have to do SH4 arch to mipsel...
 

carrpet

Registered
Messages
183
Thanks xxxAxxx

I followed a set of instructions to build my Ubuntu server and am not a Linux expert.

Is it possible you can guide me through it ?
 

carrpet

Registered
Messages
183
@Arken

ftp'd the file to /tmp and ran the script

tar -zxvf autotimer_0.3.0

rebooted box but no-show under plugins

I am running PKT7.5 on USB with NLB DGS in Flash

What should I try next ?

Manual install ?
 

arken

Registered
Messages
293
If u have copied the file to root (/):
Code:
tar -zxvf autotimer_0.3.0.tar.gz
if the file is in /tmp:
Code:
cd /tmp
tar -zxvf autotimer_0.3.0.tar.gz -C /
mind the caps and spaces.

I forgot to include full file name. Don't get all so literally. Good luck.
 
Last edited:
Top