Search found 250 matches

Return

by taree
01 Feb 2019, 7:16 pm
Jump to forum
Jump to topic

Re: How To Use Kodi In Blackhole

yaar shahid are u joking?
its so simple dear.
open kodi..go to videos..
u will see 2 catogories(media sources=usb or hdd)
m3u file must be in usb or hdd.
click on specific folder and u will see all m3u list.
by taree
02 Feb 2019, 9:06 am
Jump to forum
Jump to topic

Re: VU+Zero4K urgent sale

btw who buy this kona mona?
by taree
02 Feb 2019, 2:02 pm
Jump to forum
Jump to topic

Re: VU+Zero4K urgent sale

wazn ko na dekho jani kam ko dekho k kitna kam krta hai 😘😘 tell me its booting time? .....yeh box videocon peh light freezing kerta hay :shock: booting time 20 seconds without multiboot installed. 0 % freezing on videocon .never experience single glitch on 88 east and nor on 13 east all packages. bt ...
by taree
05 Feb 2019, 11:09 am
Jump to forum
Jump to topic

List of Telnet commands for Enigma 2 Boxes

The most common Linux commands used in telnet to get the most from your enigma2 receiver. Learn how to update, upgrade, download and install packages remotely. Installing a tar.gz file to the box FTP the tar.gz file to folder /tmp Execute the command below replacing filename with the actual filename ...
by taree
05 Feb 2019, 11:11 am
Jump to forum
Jump to topic

Re: List of Telnet commands for Enigma 2 Boxes

Installing IPK file to the box FTP the .ipk file to /tmp Execute the command below replacing filename with the actual filename Code opkg install /tmp/filename.ipk above command will install specific filename.ipk file from /tmp Code opkg install /tmp/*.ipk above command will install all and any .ipk ...
by taree
05 Feb 2019, 11:52 am
Jump to forum
Jump to topic

Re: List of Telnet commands for Enigma 2 Boxes

same proccess for arm which u used for mips or sh4
place ipk in tmp and install via telenet or via remote(install local extention).
by taree
05 Feb 2019, 2:14 pm
Jump to forum
Jump to topic

Re: List of Telnet commands for Enigma 2 Boxes

Listing & Uninstalling IPK files on the box
NOTE: Always perform a full image backup before uninstalling IPK through telnet
List ipkg
Code

ipkg list

Remove packages (Replace package with package name)
Code

ipkg remove package
by taree
05 Feb 2019, 2:16 pm
Jump to forum
Jump to topic

Re: List of Telnet commands for Enigma 2 Boxes

Update Box Image & plugins
Using Open PacKaGe Management
Update Image
Code

opkg update


Update Plugins
Code

opkg upgrade
by taree
05 Feb 2019, 4:26 pm
Jump to forum
Jump to topic

Re: List of Telnet commands for Enigma 2 Boxes

to restart enigma2

killall -9 enigma2
by taree
06 Feb 2019, 9:49 am
Jump to forum
Jump to topic

Re: List of Telnet commands for Enigma 2 Boxes

Wake up from Standby: wget -O /dev/null -q http://root:password@localhost/web/remotecontrol?command=116 Standby: wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=0 DeepStandby: wget -O /dev/null -q http://root:password@localhost/web/powerstate?newstate=1 Reboot: wget -O ...