Jump to content


nobody9

Member Since 29 Sep 2011
Offline Last Active 08 Jan 2012 18:33
*****

Topics I've Started

Patch Openpli internel streamserver

29 December 2011 - 07:46

@Pli Team,

attached a patch for internal streamserver to check if the Serviceref is empty,
it´s send back 400 Bad Request.

nobody9

et9x00: switch and tune on second tuner for recording

22 December 2011 - 01:16

@pli team,

after the changes in git
commit: e29d25cb56ca3cf3738ce4cfb347f9aea7719d5b
filepush: Refactor into recording and playback classes
They do different things, so should be different classes.
The playback is unchanged for now, the recorder is much, much
simpler now.

when you watch on one channel and a timer recording starts the stb can´t tune the second tuner.
In timer.log you see only "record state 3" continuously.

nobody9

et9x00: Patch Kernel 3.1 add Terratec Cinergy S2 USB HD Rev.2

16 December 2011 - 22:59

@Pli Team,
yesterday i get a Terratec Cinergy S2 USB HD Rev.2 adapter.
In the 3.1 Kernel is only support for Terratec Cinergy S2 USB HD, so i apply the patch from terratec to the 3.1 kernel.
attached patch for kernel 3.1 to add Terratec Cinergy S2 USB HD Rev.2 support.

regards,
nobody9
dvb-usb: found a 'Terratec Cinergy S2 USB HD Rev.2' in warm state.
dw2102: su3000_power_ctrl: 1, initialized 0
 
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (Terratec Cinergy S2 USB HD Rev.2)
dvb-usb: MAC address: ff:ff:ff:ff:ff:ff
DS3000 chip version: 0.192 attached.
dw2102: Attached DS3000!
 
DVB: registering adapter 1 frontend 0 (Montage Technology DS3000/TS2020)...
input: IR-receiver inside an USB DVB receiver as /devices/platform/ehci-brcm.0/usb1/1-2/input/input3
dvb-usb: schedule remote query interval to 150 msecs.
dw2102: su3000_power_ctrl: 0, initialized 1
 
dvb-usb: Terratec Cinergy S2 USB HD Rev.2 successfully initialized and connected.
usbcore: registered new interface driver dw2102
DVB: registering adapter 0 frontend 2 (vtuner)...
dw2102: su3000_power_ctrl: 1, initialized 1
 
ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3000.fw)...

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

25 November 2011 - 21:37

Hi,

attached a script and a Patch to compile enigma2 Openpli on Ubuntu 10.4 32 Bit.

To compile:

Extrackt the enigma2-i386.tar.bz2
cd enigma2-i386
./build-enigma2.sh

You will found enigma2 under $HOME/enigma2 their you can start enigma2 with bin/enigma2.
The configs are stored under $HOME/enigma2/etc/enigma2.

I have mapped some Buttons to Keyboard;

RED - F1
GREEN - F2
YELLOW - F3
BLUE - F4

MENU - SPACE

So you can Test Plugins or Skins without a STB.

Regards,

nobody9

E2 Patch to remove Internal Webserver

13 November 2011 - 06:54

Hi,

attached a small patch that remove the internal Webserver from e2.

Regards,

nobody9