meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dreambox:dm800 [2015/06/24 08:21] niziakdreambox:dm800 [2020/10/01 13:17] (current) niziak
Line 1: Line 1:
 +====== DM800... ======
 +Versions:
 +  * **DM800 HD PVR** - label: MODEL: DM800 HD
 +  * **DM800 SE**
 +  * **DM800 SEv2**
 +
 ====== DM800 PVR ====== ====== DM800 PVR ======
 +
 +===== Commands ====
 +  * restart <code>init 6</code>
 +  * disable enigma2 (e.g. to update lamedb)<code>init 4</code> 
 +  * enable enigma2 <code>init 3</code>
 +
  
  
Line 10: Line 22:
 How to flash: How to flash:
 https://www.dream-multimedia-tv.de/en/dm800-flashing-firmware-browser https://www.dream-multimedia-tv.de/en/dm800-flashing-firmware-browser
 +
 +===== OpenPLi =====
 +
 +NOT TESTED
 +[https://openpli.org/download/dreambox/DM800+SE+HD]
 +
 +[https://www.sat-universe.com/showthread.php?t=306896]
 +[https://www.linuxsat-support.com/thread/133576-openpli-6-2-ssl84-dm800hd-original-sim-ssl84/]
 +
  
 ===== Tunisia Dreambox ===== ===== Tunisia Dreambox =====
Line 15: Line 36:
  
 http://www.sat-universe.com/showthread.php?t=243395&page=4 http://www.sat-universe.com/showthread.php?t=243395&page=4
 +
 +There is Blue Panel (BP3) available. You can use it to install additional software wchich is not available using normal opkg manager.
 +File /usr/lib/enigma2/python/Plugins/TSimage/CamsManager/plugin.pyo contains some software feeds:
 +  * http://www.tunisia-dreambox.info/TSimage-addons-2/TSimageaddons2.xml
 +<code xml>
 +<plugin name="Oscam-8777_all"><url>http://www.tunisia-dreambox.info/TSimage-addons-2/Cams2/enigma2-cams-oscam-8777_all.ipk</url></plugin>
 +</code>
 +
 +Inisde ipk package:
 +<code>
 +drwxr-xr-x root/root         0 2013-11-05 11:45 usr/
 +drwxr-xr-x root/root         0 2013-11-05 11:45 usr/script/
 +drwxr-xr-x root/root         0 2013-11-05 11:45 usr/script/cam/
 +-rwxr-xr-x root/root       644 2013-11-05 11:48 usr/script/cam/oscam.sh
 +drwxr-xr-x root/root         0 2013-11-05 11:45 usr/bin/
 +drwxr-xr-x root/root         0 2013-11-05 11:48 usr/bin/cam/
 +-rwxr-xr-x root/root   1242816 2013-11-05 11:47 usr/bin/cam/oscam
 +</code>
 +
 +===== Preparation =====
 +Copy SSH key: <code>ssh-copy-id root@dm800</code>
 +
 +<code bash>
 +opkg install kernel-module-tun
 +opkg install tinc_1.0.25-r2_mips32el-nf.ipk
 +opkg install oscam_1.10\+9164-r0_mips32el-nf.ipk
 +</code>
 +
 +<code>
 +echo tun >/etc/modules-load.d/tinc.conf
 +update-modules
 +</code>
 +
 +<code>opkg install ntpdate_4.2.6p3-r5_mips32el-nf.ipk</code>
 +will install ntpdate, and add cron job to synchronise time every 30 minutes (/usr/bin/ntpdate -b -s -u pool.ntp.org)
 +
 +Config files:
 +  * /etc/oscam.*
 +  * **/etc/oscam.server**
 +  * /etc/tinc/...
 +
 +Install from Blue Panel:
 +  * oscam (alternative)
 +  * picon (http://www.tunisia-dreambox.info/TSimage-addons-2/). Smallest for NF: http://www.tunisia-dreambox.info/TSimage-addons-2/Picon-OLED-by-Zombi/picon-oled-cf-astra-hotbird-by-zombi-132x46_04.12.2014_all.ipk
 +
 +
 +
 +
 +
 +