Quantcast
Channel: [EN] OpenPLi Third-Party Development
Viewing all 2507 articles
Browse latest View live

RTL2832U chipset support proposal

$
0
0
About one week ago I've bought a DVB-T USB stick based on Realtek RTL2832U chipset.
I've found some driver for Ubuntu but they are old and someone has patched them introducing some wrong typecast in C code so they compile only for x86 64bit arch.

"Restart from scratch !" : I've emailed Realtek and they kindly give me their latest RTL2832 Linux driver rel 2.2.2. This driver is for kernel 2.6.x and V4L

I've started porting the code to kernel 3.x.x and I've made some code cleanup and minor bug correction.
My little project is here https://github.com/a...od_kernel-3.0.0 and you also can find in my GitHub repo the original RTL2832U 2.2.2 driver (two versions: full with 10 tuners and simplified with 3 tuner)

Since yesterday evening driver compile fine without any warning in Ubuntu 11.10 32bit and 64bit and device works fine.

And this morning compile fine also with OpenPLi for CT9x00 (based on 27-11-2011 repo)

These are some USB sticks RTL2832U based:
DIKOM USB-DVBT HD [ID 1b80:d394] (my own)
NILOX DVB-T Stick N15 [ID 1b80:d393]
TRUST 16738 [ID 0bda:2832]
TERRATEC Cinergy T Stick BLACK [ID 0ccd:00a9]
TX Hollywood DVTB [ID 1d19:1101]
DIGIVOX mini II v3.0 [ID 1d19:1101]

The driver "full" support:
Chipset 2832, 2836, 2840
DVB-T, DVB-C, DTMB
Tuners: E4000, FC0012 (most used), FC0013, FC2580, MAX3543, MX2063, MX2266, MXL5007T, TDA18272, TUA9001
All in one package: patch (see below) is about 2.5 MB

I've tested DIKOM USB-DVBT HD (USB2.0, RTL2832, FC0012, DVB-T) in my CT9100 with my driver and compared with Avermedia A867 stick:

Channels found (using Manual Scan, Tuner C, Complete, n, n, n; "Europe DVB-T" freq. set)
DIKOM: 312 (VHF ok), the same more or less than Avermedia A835
A867: 393 (VHF ok)

Zap time:
DIKOM: about 3-4 sec.
A867: about 1.5-2 sec.

Uptime after 10 minutes watching the same DVB-T HD channel:
DIKOM: 0.47
A867: 1.20

Signal quality feedback in E2:
DIKOM: none (no SNR, no AGC, no BER). I hope to fix in future.
A867: AGC, BER (no SNR)

Device temperature:
DIKOM: medium
A867: medium


The driver looks stable.


This is my local linux-etxx00_3.1.0.bb (made this morning) and I attach here my openembedded/recipes/linux/linux-etxx00/dvb-usb-rtl2832u.patch
I hope it can be included in OpenPli

DESCRIPTION = "Linux kernel for ${MACHINE}"
LICENSE = "GPL"
 
MACHINE_KERNEL_PR_append = ".7"
 
DEPENDS = "mtd-minimal-nand-utils"
RDEPENDS_kernel-image = "mtd-minimal-nand-utils"
 
SRC_URI += "http://www.et-view.com/download/linux-${PV}.tar.gz \
	file://${MACHINE}_defconfig \
	file://fix-proc-cputype.patch \
	file://dvb-usb-af9035.patch \
	file://dvb-usb-it9135.patch \
	file://tda18218-7mhz-lopass.patch \
	file://dvb-usb-a867.patch \
	file://PCTV-DVB-S2-stick-460e.patch \
	file://cxd2820r-enable-LNA-for-DVB-T.patch \
	file://cxd2820r-changed-condition-to-break-out-from-wait-lock-loop.patch \
	file://dvb-usb-smsdvb_fix_frontend.patch \
	file://dvb-usb-rtl2832u.patch \
	"
 
SRC_URI_append_et5x00 = " file://disable_early_fb.patch"
 
S = "${WORKDIR}/linux-${PV}"
 
inherit kernel
 
export OS = "Linux"
KERNEL_OBJECT_SUFFIX = "ko"
KERNEL_OUTPUT = "vmlinux"
KERNEL_IMAGETYPE = "vmlinux"
KERNEL_IMAGEDEST = "/tmp"
 
FILES_kernel-image = "/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}.gz"
 
do_configure_prepend() {
	oe_machinstall -m 0644 ${WORKDIR}/${MACHINE}_defconfig ${S}/.config
	oe_runmake oldconfig
}
 
kernel_do_install_append() {
	install -d ${D}/${KERNEL_IMAGEDEST}
	install -m 0755 ${KERNEL_OUTPUT} ${D}/${KERNEL_IMAGEDEST}
	gzip ${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}
}
 
pkg_postinst_kernel-image () {
	if [ "x$D" == "x" ]; then
		if [ -f /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}.gz ] ; then
			flash_eraseall -j /dev/mtd1
			nandwrite -p /dev/mtd1 /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}.gz
			rm -f /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}.gz
		fi
	fi
	true
}
 

Attached Files


Merge master-next

$
0
0

Hello OpenPLi,

 

 

I see the work you are doing with the bitbakes removing PRINC on master-next.

 

When do you plan to merge master-next on master? Or from this master-next OpenPLi 5 will pop up?

 

The reason asking above is because on Satdreamgr forum we are using OpenPLi and we are heavily using PRINC on bbappend to modify it to our needs.

 

Thanks.

Request to add RTL2832U drivers in plugin menu

$
0
0

The following drivers are present in the feed, at least I can install them with telnet like I mentioned here.

 

Could they be added to the plugin menu (Menu > Plugins > Download plugins > drivers) so users can install them easily? 

 

kernel-module-dvb-usb-rtl2832

 

and

 

kernel-module-dvb-usb-rtl28xxu

 

Thanks in advance.

Request to update SABnzbd

$
0
0
Dear DEVs - Following SABnzbd files are present in your OpenPLI4 feed

:~# opkg list |grep sab
sabnzbd - 0.5.6-r1 - sabnzbd version 0.5.6-r1 sabnzbd version 0.5.6-r1.
sabnzbd-src - 0.5.6-r1 - sabnzbd version 0.5.6-r1 sabnzbd version 0.5.6-r1.


Would it be possible to update these to the current, 0.7.17, version please?


Thanks in advance!

EPGSearch mod

Plugin XBMCAddons.v6 - for running xbmc addons with enigma2

$
0
0

Hi Friends,

 

Attached is the new version v6 for plugin XBMCAddons.

 

Changes from v5 :

 

(1) All updates included

(2) Will not (hopefully) any more clash with other plugins using xbmc file names

(3) Online install of addons (converted xbmc plugins)

(4) Adult (18+) addons can be protected with parental protection PIN.

 

####################################

                      PLEASE NOTE

####################################

About 95 xbmc addons have been converted so far. These are now uploaded to the server for online install. Many of these have not been checked recently. So -

 

Please report any addon which is not working - or very slow.

Any xbmc plugin you are interested in - and not in the list - please ask to be included.

 

###################################

            PURPOSE OF THIS PLUGIN:

###################################

Any available and working xbmc plugin can be easily converted for enigma2 images for using with this plugin.  

 

####################################

                       BUG REPORT

####################################

If you get GS - post the crashlog.

If no crashlog -

Step 1. Select Debug 'Yes' in Settings (blue button). Select Save.

Step 2. Telnet command :-

init 4 && killall -9 enigma2 && enigma2>/tmp/e.log 2>&1 &

Step 3. Start plugin again. When you have the error - copy the file /tmp/e.log - zip or rar it - and post here.

 

All posts with error report must include a crashlog or e.log.

####################################
                    TIPS
###############################

 

EXTRA SOFTWARE:

 

Please install all software in Install Software (see screenshot.jpg). Always
install the latest "update" item. After installing "update" item - Restart enigma.

 

OE1.6 and images with python2.6:

 

Please install all software for OE1.6 - then reboot image.

 

ADDON SETTINGS:

 

Addon settings are in addon folder /resources/settings.xml. Many settings are not useful for enigma2. But you may change language, country etc. Put your chosen settings in default=. But for type="labelenum", put your choice as the last in the values list. 

 

###############################

   CURRENTLY AVAILABLE ADDONS

###############################

##### International/English(en)####

plugin.video.1-linkmovies.v2.zip

plugin.video.expattv.zip

plugin.video.filmon.zip

plugin.video.fullmovies.zip

plugin.video.GOmovies.zip

plugin.video.icefilms.v3.zip

plugin.video.itunes_podcasts.zip

plugin.video.iPlayer.v2.zip

plugin.video.iptvworld.zip

plugin.video.itv.zip

plugin.video.jtv.archives.zip

plugin.video.kontor.v2.zip

plugin.video.movie25.v5.zip

plugin.video.muchmovies.hd

plugin.video.musicvideos.zip

plugin.video.musicvideojukebox.zip

plugin.video.MikeysKaraoke.zip

plugin.video.simplymovies.zip

plugin.video.whatthefurk.zip

plugin.video.youtube.v4.zip

plugin.video.youtube.filme.zip

plugin.video.vevo.v2.zip

plugin.video.vidics.zip

plugin.video.iwatchonline.zip

##### Adult(18+) ####

plugin.video.dclip.zip

plugin.video.fantasticc.zip

plugin.video.hstube.zip

plugin.video.iptv18plus.zip

plugin.video.karakus18plus.zip

plugin.video.newvideodevil.zip

plugin.video.xhamster.zip

##### Sports ####

plugin.video.espn.video.zip

plugin.video.football.today.v2.zip

plugin.video.footballreplays.v3.zip

plugin.video.iptvsport.zip

plugin.video.laola1live.zip

plugin.video.offside.v3.zip

plugin.video.s04tv.zip

plugin.video.SportsDevil.v7.zip

##### Albania ####

plugin.video.azfilma.zip

plugin.video.filma24-al.zip

##### Arabic ####

plugin.video.shahid.net.zip

plugin.video.teledunet.v3.zip

##### Balkans ####

plugin.video.cn.ru.tv.zip

plugin.video.uakino.net.zip

plugin.video.unified.search.zip

plugin.video.720hd.ru.zip

##### Belgian(fr/nl) ####

plugin.video.belgium.zip

##### French(fr) ####

plugin.video.allocine.zip

plugin.video.canal.plus.zip

plugin.video.tv5monde.zip

plugin.video.xbmc.tele.fr.zip

##### German(de)####

plugin.video.4players.zip

plugin.video.br.zip

plugin.video.daserste.zip

plugin.video.dmax_de.zip

plugin.video.drdish-tv_de.zip

plugin.video.filmstarts_de.zip

plugin.video.giga_de.zip

plugin.video.kika_de.zip

plugin.video.mdr.zip

plugin.video.mediathek.v3.zip

plugin.video.myspass_de.zip

plugin.video.myvideo_de.zip

plugin.video.ntvnow.zip

plugin.video.rtl2.now.zip

plugin.video.rtlnitronow.zip

plugin.video.rtlnow.zip

plugin.video.southpark_de.zip

plugin.video.superrtl.now.zip

plugin.video.voxnow.zip

plugin.video.zdf_de_lite.zip

##### Greek(gr) ####

plugin.video.hellenic.tv.v2.zip

plugin.video.hellenic.toons.zip

plugin.video.hellenic.player.zip

plugin.video.hellenic.movies.zip

##### Indian/Pakistani ####

plugin.video.desifilm.zip

plugin.video.desitv.zip

plugin.video.desitv-more.zip

##### Italian(it) ####

plugin.video.la7tv.zip

plugin.video.raitv.zip

##### Netherlands(nl) ####

plugin.video.nos.zip

plugin.video.xot.zip

##### Nordic ####

plugin.video.drnu.zip

plugin.video.nrk.zip

plugin.video.tv3play.dk.zip

##### Polish ####

plugin.video.sport.pl.zip

##### Portuguese(pt) ####

plugin.video.ratotv.v2.zip

plugin.video.tvpor.zip

plugin.video.wt(wareztuga).zip

##### Russian ####

plugin.video.archiv.pervyi.zip

plugin.video.cn.ru.tv.zip

plugin.video.cScVOD.zip

plugin.video.kinoprosmotr.net.zip

plugin.video.kaban.tva.zip

plugin.video.russia5.zip

plugin.video.telik.in.ua.zip

plugin.video.uakino.net.zip

##### Spanish(es) ####

plugin.video.pelisalacarta.v2.zip

##### Turkish(tr) ####

plugin.video.dream-clup

plugin.video.fragmantv.zip

plugin.video.izleyince.zip

plugin.video.karakusportal.v2.zip

plugin.video.muzotv.zip

plugin.video.seyirTURK.v3.zip

##### Vietnam and Asia Pacific ####

plugin.video.yeuphim.zip

################################

 

Regards, pcd.

 

Attached Files

Openpli does not build att all anymore since :

$
0
0

Split out vendor specific overlays

 

What to do all recipes are just gone ?

Enigma2 plugins playable with xbmc

$
0
0

Hello friends,

 

Currently around a 100 xbmc addons are converted for enigma2 to use with plugin XBMCAddons.

 

Sometimes addons requested by our users do not exist as xbmc plugins. So - I developed a few new video plugins which can be played directly with xbmc. If you have xbmc - you are welcome to try the examples listed below. If there is interest - I will update them as needed and also upload others.

 

plugin.video.azfilma - films with albanian subtitles
plugin.video.filma24-al - ditto
plugin.video.kontor
plugin.video.mdr - mediathek

 

*****(18+) :-

 

plugin.video.dclip
plugin.video.hstube
plugin.video.xhamster

These can be downloaded from :-

http://www.xtrend-alliance.com/index.php/topic/576-new-xbmcaddons-plugins-also-playable-with-xbmc/

 

Regards, pcd.


No sound with OpenUG and some streams

$
0
0

I have no sound using de plugin OpenUG and some streams like Tele Montecarlo and Rouge FM. Am I missing a certain file?

2832T+R828 chipset supported

$
0
0
I found a DVB-stick with these specifications:
Integrated circuit chipset: 2832T+R828; Supports: DVB-T2, DVB-T,DVB-C, VHF-/UHF; Stereo / Dual channel; Antenna input: IEC connector; PC port: USBV 2.0; TV recording format: MPEG-2 transport stream. MPEG-4 H.264(AVC)

Does anyone know if this chipset is supported in Enigma2?
If so, which driver I have to install?

subtitle version 3.26 problem

$
0
0

Hello,

 

I have a VU+UNO and the Subtitle  version 3.26 in the extensions is not working.

 

Do you know a solution for this problem?

 

USB DVB-T Pinnacle 330E activated but no channels found

$
0
0

Hello
 

I hope that this is the right place to post this problem.

 have  installed OPENPLI 4.0 on my Dreambox 800 se. All works fine except the Usb tuner Pinnacle PCTV Hybrid Pro 330E that Is detected after the installation of the EM28XX driver but the scan find 0 channels.
I have selected Europe and Africa in the setting of the dvb tuner configuration but I am not able to find any channel.

At first, after have checked the output of the command DMESG, I noted the following line:

 

[   58.999000] drxd: firmware load failure [drxd-a2-1.1.fw]

 

Therefore I have copied the missing firmware on the path /lib/firmware but the scan continue to find 0 channels.

 

I tried to follow some suggestions in another post copying the following firmwares in /lib/firmware path:

drxd-a2-1.1.fw

drxd-b1-1.1.fw

xc3028-v27.fw

 

 

Unfortunately the problem is not solved yet but analysing the output of the DMESG command performed during the scan, I noted this error:

xc2028 4-0061: xc2028/3028 firmware name not set!

 

I have attached the output of the DMESG command performed at the startup of the decoder and during the scan.

I hope that someone could give me some suggestions.

 

Thank's a lot !

 

 

 

Attached Files

TARGET_FPU

$
0
0
Hello,

Anyone knows if you don't set TARGET_FPU in OE it defaults to SOFT or HARD?

POPCORN TIME FOR DREAMBOX!

Enigma2 Plugin AcestreamPlayer

$
0
0

Hi Friends,

 

Attached is a plugin to play streams from a Acestream server.

 

Method :-

 

Acestream Player How to

 

1. If you do not have Ace Player HD (vlc) already installed on your pc - first uninstall any installed vlc mediaplayer. Next find and install :-

 

Ace_Stream_Media_2.2.4.1-next.exe

 

2. Start Ace Player HD (vlc). Configure player :

Tools -> Preferences -> All -> Interfaces -> Main Interfaces -> Select Web -> Exit

 

3. Configure host :

Find the path to the folder player by rightclick on the Ace player icon. Mine is (for example) -

"C:\Documents and Settings\username\Application Data\ACEStream\player\ace_player.exe"

Then do - ACEStream\player -> lua -> http - find file HOSTS. Insert the receiver ip (without #)

(Sometimes ACEStream deletes this change after pc reboot. So check.)

 

4. Install plugin AcestreamPlayer (attached). Start plugin. Config - insert server ip and

location of your user acestream url list. Default location /media/usb. Example list attached.

 

Check with BT Sport 2 (working in uk).

 

Regards, pcd.

 

 

 

Attached Files


EPG Translation

$
0
0
Hi,

I just got one Idea, but I do not know if it is realizeable. Would it be possible to add e.g. Google Translate to the EPG to translate the EPG of the current TV show in another language (so that e.g. a german can read the russian epg).

regards

Zack

Oscam build in pli4 now also ok without using cmake.

$
0
0

This is ter info for all persons who build their own pli4 image or perhaps ussefull for those who are developping image based on pli.

 

Those who build are I guess all aware that oscam can be compiled with using make or cmake. In the very beginning it was only possible using cmake. Then some persons added make... configure possibility. Later on some persons improved it all but at the end wanted to remove cmake (while it was only documented for and with cmake).

It's a whole saga on this story.

 

The way how to configure when not using cmake has been documented now since about 2 years , but divers from the general standard using  ./configure(not avbl by oscam) followed by make . That's why in a bb enviroment it did not worked out.

 

I now found the way how to compile oscam binary whitout using cmake in a project like pli4.

 

Here an example for the bitbake file binary only build ...

 

DESCRIPTION = "Oscam binary, freshly compiled"
LICENSE = "GPLv3"
SRCREV ?= "${AUTOREV}"
MODULE = "trunk"
PV = "svn${SRCPV}"
PR = "r3"

DEPENDS = "libusb1 openssl"
RDEPENDS_${PN} = "openssl"
RPROVIDES_${PN} = "oscamcvr"

EXTRA_OEMAKE = "CROSS=${TMPDIR}/sysroots/${BUILD_ARCH}-linux/usr/bin/mips32el-oe-linux/mipsel-oe-linux- \
OSCAM_BIN=Distribution/oscampli4 USE_SSL=1 USE_LIBUSB=1 LIBUSB_LIB=${TMPDIR}/sysroots/${MACHINE}/lib/libusb-1.0.a"

INHIBIT_PACKAGE_STRIP = "1"

SVNDIR = "${DL_DIR}/svn/cvroscam"
SRC_URI = "svn://streamboard.tv/svn/oscam;module=trunk;protocol=http;scmdata=keep"

LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

S = "${WORKDIR}/${MODULE}"

PACKAGES = "${PN} enigma2-plugin-softcams-oscamcvr-utils-list-smargo"
FILES_${PN} = "/usr/bin/oscamcvr"
FILES_enigma2-plugin-softcams-oscamcvr-utils-list-smargo = "/usr/bin/list_smargo"



do_install () {
    install -d ${D}/usr/bin
    install -m 0755 ${S}/Distribution/oscampli4 ${D}/usr/bin/oscamcvr
    install -m 0755 ${S}/Distribution/list_smargo* ${D}/usr/bin/list_smargo
}

this I put it in a file called for example oscamcvr.bb

 

It will build the oscam binary for mipsel32 . standard oscam configs with libusb static ssl dynamic included. It will also build the list_smargo utility in a separate ipk file.

Running app/script before standby

$
0
0
I would like to ask how to include some action when i press standby button. or is a way how to determine enigma2 state from shell?

Flashexpander for PLi

EPG Fix for UPC-Cablecom (and may be others?)

$
0
0

UPC-Cablecom has a problem with the EPG. Some informations (season and episode) are sent in a special way. A user has written a patch for mythtv.

Mythtv-Patch

Is it possible to port this patch to openpli and show this hidden epg informations?

 

Viewing all 2507 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>