OpenPLi 4.0 : How to update online box (Feeds)

Posted by: Admin

OpenPLi 4.0 : How to update online box (Feeds) - 09/16/15 10:37 PM

OpenPLi 4.0 IPTV Japhar and... the Feeds,

Online update to new image. See below screenshots.









Posted by: pizzonia

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/17/15 11:40 PM

Is the upgrade through that menu safe for box?

Try to install sending the commands below, with Telnet or SSH.

Code:
echo dvb-usb-a867 > /etc/modutils/dvb-usb-a867
update-modules
reboot
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 12:01 AM

Yes, the feeds are Japhar Feeds, so it's our own software that is accessible thru updates.

If it doesn't work try to update the Feeds Links with the JAM 5.x as below on the "IPTV OpenPLI 4.0" section.

TS
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 03:35 PM

On my 500hd japhar sim this is result
OpenPLi 4 dm500hd


dm500hd login: root
-sh: can't create /etc/modutils/dvb-usb-a867: nonexistent directory
Help
Posted by: Admin

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 03:42 PM

Mark,

Send this command before, to create the folder,

Code:
mkdir /etc/modutils


and try to send these 2 commands also, just to be sure all is updated properly

Code:
opkg update && opkg upgrade
opkg install v4l-dvb-module-dvb-usb-a800
depmod -a


Then check if it loaded properly with command

Code:
lsmod


Admin

Originally Posted By: Mark1971
On my 500hd japhar sim this is result
OpenPLi 4 dm500hd


dm500hd login: root
-sh: can't create /etc/modutils/dvb-usb-a867: nonexistent directory
Help
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 04:40 PM

after update module(on top) result -sh update-module not found...solution please?...thanks
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 05:52 PM

With this it should be enough,

TS

Code:
opkg update && opkg upgrade
opkg install v4l-dvb-module-dvb-usb-a800
depmod -a
lsmod

Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 05:58 PM

done but after reboot tuner B is not visible
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 05:58 PM

You have PM, with more instructions,

command below to check if it loaded properly your module for your DVB-T stick

Code:
lsmod


TS

Code:
require v4l-dvb-modules.inc

DEPENDS += " mercurial-native"

SRCDATE = "20100904"
SRCREV = "6e0befab696a"
PV = "0.0+hg${SRCDATE}"
PR = "r52"

SRC_URI_vuplus = "hg://linuxtv.org/hg/;module=v4l-dvb;rev=${SRCREV} \
           file://defconfig \
           file://v4l-dvb-compat.patch;patch=1 \
           file://v4l-2.6.18-compat.patch;patch=1 \
           file://fix-blocking-demux.patch;patch=1 \
           file://basic-dvb-t2-support.patch;patch=1 \
           file://localversion.patch;patch=1 \
           file://fix-strip.patch;patch=1 \
           file://build-fix.patch;patch=1 \
           file://v4l-dvb-as102.patch;patch=1 \
           file://v4l-dvb-a867.patch;patch=1 \
           file://v4l-dvb-tua9001.patch;patch=1 \
           file://v4l-dvb-af9033.patch;patch=1 \
           file://v4l-dvb-mxl5007_fix_for_af9035.patch;patch=1 \
           file://v4l-dvb-af9035.patch;patch=1 \
           file://v4l-dvb-tda18218.patch;patch=1 \
           file://v4l-dvb-af9013_fix_for_tda18218_tuner.patch;patch=1 \
           file://v4l-dvb-af9015_fix_for_tda18218_tuner.patch;patch=1 \
           file://v4l-dvb-af9013_add_firmware5.1.patch;patch=1 \
           file://v4l-dvb-af9015_fix_for_A815M.patch;patch=1 \
           file://v4l-dvb-em28xx_fix.patch;patch=1 \
           file://v4l-dvb-firmwares.tar.gz \
"

SRC_URI = "hg://linuxtv.org/hg/;module=v4l-dvb;rev=${SRCREV} \
           file://defconfig \
           file://v4l-dvb-compat.patch;patch=1 \
           file://v4l-2.6.18-compat.patch;patch=1 \
           file://fix-blocking-demux.patch;patch=1 \
           file://basic-dvb-t2-support.patch;patch=1 \
           file://localversion.patch;patch=1 \
           file://fix-strip.patch;patch=1 \
           file://build-fix.patch;patch=1 \
           file://v4l-dvb-as102.patch;patch=1 \
           file://v4l-dvb-a867.patch;patch=1 \
           file://v4l-dvb-tua9001.patch;patch=1 \
           file://v4l-dvb-af9033.patch;patch=1 \
           file://v4l-dvb-mxl5007_fix_for_af9035.patch;patch=1 \
           file://v4l-dvb-af9035.patch;patch=1 \
           file://v4l-dvb-tda18218.patch;patch=1 \
           file://v4l-dvb-af9013_fix_for_tda18218_tuner.patch;patch=1 \
           file://v4l-dvb-af9015_fix_for_tda18218_tuner.patch;patch=1 \
           file://v4l-dvb-af9013_add_firmware5.1.patch;patch=1 \
           file://v4l-dvb-af9015_fix_for_A815M.patch;patch=1 \
           file://v4l-dvb-em28xx_fix.patch;patch=1 \
           file://v4l-dvb-firmwares.tar.gz \
"

S = "${WORKDIR}/v4l-dvb"

do_install_append() {
	install -d ${D}/lib/firmware
	install -m 644 ${WORKDIR}/*.hex ${D}/lib/firmware
	install -m 644 ${WORKDIR}/*.fw ${D}/lib/firmware
}

RDEPENDS_v4l-dvb-module-dvb-usb-digitv += "v4l-dvb-firmware-dvb-usb-digitv-02"
RDEPENDS_v4l-dvb-module-dvb-usb-ec168 += "v4l-dvb-firmware-dvb-usb-ec168"
RDEPENDS_v4l-dvb-module-dvb-usb-m920x += "v4l-dvb-firmware-dvb-usb-megasky-02 \
	v4l-dvb-firmware-dvb-usb-digivox-02 \
	v4l-dvb-firmware-dvb-usb-tvwalkert \
	v4l-dvb-firmware-dvb-usb-dposh-01"
RDEPENDS_v4l-dvb-module-dvb-usb-vp702x += "v4l-dvb-firmware-dvb-usb-vp702x-02"
RDEPENDS_v4l-dvb-module-dvb-usb-ttusb2 += "v4l-dvb-firmware-dvb-usb-tt-s2400-01 \
	v4l-dvb-firmware-dvb-usb-pctv-400e-01"
RDEPENDS_v4l-dvb-module-dvb-usb-dib0700 += "v4l-dvb-firmware-dvb-usb-dib0700-1.20"
RDEPENDS_v4l-dvb-module-dvb-usb-af9005 += "v4l-dvb-firmware-af9005"
RDEPENDS_v4l-dvb-module-dvb-usb-a800 += "v4l-dvb-firmware-dvb-usb-avertv-a800-02"
RDEPENDS_v4l-dvb-module-dvb-usb-vp7045 += "v4l-dvb-firmware-dvb-usb-vp7045-01"
RDEPENDS_v4l-dvb-module-dvb-usb-dtt200u += "v4l-dvb-firmware-dvb-usb-dtt200u-01 \
	v4l-dvb-firmware-dvb-usb-wt220u-02 \
	v4l-dvb-firmware-dvb-usb-wt220u-zl0353-01 \
	v4l-dvb-firmware-dvb-usb-wt220u-fc03 \
	v4l-dvb-firmware-dvb-usb-wt220u-miglia-01"
RDEPENDS_v4l-dvb-module-dvb-usb-umt-010 += "v4l-dvb-firmware-dvb-usb-umt-010-02"
RDEPENDS_v4l-dvb-module-dvb-usb-dw2102 += "v4l-dvb-firmware-dvb-usb-dw2102 \
	v4l-dvb-firmware-dvb-usb-dw2104 \
	v4l-dvb-firmware-dvb-usb-dw3101 \
	v4l-dvb-firmware-dvb-usb-s630 \
	v4l-dvb-firmware-dvb-usb-p7500"
RDEPENDS_v4l-dvb-module-dvb-usb-dibusb-mb += "v4l-dvb-firmware-dvb-usb-dibusb-6.0.0.8 \
	v4l-dvb-firmware-dvb-usb-dibusb-5.0.0.11 \
	v4l-dvb-firmware-dvb-usb-dibusb-an2235-01 \
	v4l-dvb-firmware-dvb-usb-adstech-usb2-02"
RDEPENDS_v4l-dvb-module-dvb-usb-nova-t-usb2 += "v4l-dvb-firmware-dvb-usb-nova-t-usb2-02"
RDEPENDS_v4l-dvb-module-dvb-usb-dibusb-mc += "v4l-dvb-firmware-dvb-usb-dibusb-6.0.0.8"
RDEPENDS_v4l-dvb-module-dvb-usb-af9015 += "v4l-dvb-firmware-dvb-usb-af9015"
RDEPENDS_v4l-dvb-module-dvb-usb-az6027 += "v4l-dvb-firmware-dvb-usb-az6027-03"
RDEPENDS_v4l-dvb-module-dvb-usb-cxusb += "v4l-dvb-firmware-dvb-usb-bluebird-01 \
	v4l-dvb-firmware-dvb-usb-bluebird-02"
RDEPENDS_v4l-dvb-module-smsusb += "v4l-dvb-firmware-sms1xxx-hcw-55xxx-dvbt-02 \
	v4l-dvb-module-smsdvb"
RDEPENDS_v4l-dvb-module-dvb-as102 += "v4l-dvb-firmware-as102-data1-st \
	v4l-dvb-firmware-as102-data2-st"
RDEPENDS_v4l-dvb-module-dvb-usb-af9035 += "v4l-dvb-firmware-dvb-usb-af9035-01"
RDEPENDS_v4l-dvb-module-em28xx-dvb += "v4l-dvb-firmware-xc3028-v27 \
	v4l-dvb-firmware-xc3028l-v36 \
	v4l-dvb-firmware-drxd-a2-1.1.fw \
	v4l-dvb-firmware-drxd-b1-1.1.fw"

# replace old a867 drivers handled by an external package
RREPLACES_v4l-dvb-module-dvb-a867 += "v4l-dvb-module-a867"
RCONFLICTS_v4l-dvb-module-dvb-a867 += "v4l-dvb-module-a867"
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 06:02 PM

this response
Code:
Module                  Size  Used by
ipv6                  281296  24
rt61                  316512  0
mt7601Usta            901792  0
dreambox_keyboard       4336  0
dreambox_rc2            6400  1
bcm7405              3306976  33
bcm4506                81472  1
lnb_ctrl                6144  1
cxd1981                15744  1
tmp100                  1600  1
stb_core               19600  7
dvb_core              103024  2
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 06:07 PM

You will have one file installed for your DVB-T dongle, in folder like the one below

/lib/modules/XXXXXXXXX-dm8000/kernel/drivers/media/dvb/dvb-usb
/lib/modules/XXXXXXXXX-dm500hd/kernel/drivers/media/dvb/dvb-usb
/lib/modules/XXXXXXXXX-dm800se/kernel/drivers/media/dvb/dvb-usb
/lib/modules/XXXXXXXXX-dm800/kernel/drivers/media/dvb/dvb-usb

File should be : dvb-usb-a800.ko

It should be loaded and viewable with lsmod on the list "dvb-usb-a800"

TS
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 06:32 PM

is visible dvb-usb-a800 in /lib/modules/XXXXXXXXX-dm500hd/kernel/drivers/media/dvb/dvb-usb but don't work
Posted by: Admin

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 06:35 PM

You need to have inserted the A867 dongle in the USB, then tell us what do you get for "lsmod". Prior to that you also need to have reloaded all modules with the "depmod -a" command.

Remember also to be sure it worked before, as the DM500HD is "not ready" to use external dongles due to power level... a modification had to be done on the DM500HD Ferrari USB board to prevent power problems when installing an USB DVB-T Dongle. See the DM500HD hardware section, we should have a backup of that issue/fix.

Admin
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 07:13 PM

after depmod -a

root@dm500hd:~# depmod -a
depmod: WARNING: could not open /lib/modules/xxxxxxxx/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/xxxxxxxx/modules.builtin: No such file or directory
Posted by: Admin

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 07:27 PM

These are only Warnings, now send the lsmod,

Admin

Posted by: ludo19

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 08:06 PM

Know that if you do not have the key A867 will not work 'then ever before to own the key and then do everything else thanks
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/18/15 09:05 PM

Mark, piccola domanda, naturalmente hai inserito la digitalkey ? Deve essere inserita quando fai il boot per che il driver si carichi. Sei sicuro che sia la giusta, perche una ha un led verde e l'altra blu. Funzionava su un altra imagine prima o non l'hai mai usata su quel box tuo DM500HD ?

TS

Originally Posted By: Mark1971
after dpmod -a

root@dm500hd:~# depmod -a
depmod: WARNING: could not open /lib/modules/xxxxxxxx/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/xxxxxxxx/modules.builtin: No such file or directory
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 03:11 AM

Si sullo stesso decoder con nemesis funziona e con openpli 4 che non funziona...va anche con la 2.1 ma con qualche crash ....si comunque inserita
Originally Posted By: Toysoft
Mark, piccola domanda, naturalmente hai inserito la digitalkey ? Deve essere inserita quando fai il boot per che il driver si carichi. Sei sicuro che sia la giusta, perche una ha un led verde e l'altra blu. Funzionava su un altra imagine prima o non l'hai mai usata su quel box tuo DM500HD ?

TS

Originally Posted By: Mark1971
after depmod -a

root@dm500hd:~# depmod -a
depmod: WARNING: could not open /lib/modules/xxxxxxxx/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/xxxxxxxx/modules.builtin: No such file or directory
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 03:28 AM

Toysoft visto che parli italiano puoi farmi in ordine la procedura per installare la digital key led blu cosi riflasho e faccio tutto da capo?...grazie
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 03:54 AM

Istalla imagine, poi

Code:
opkg update && opkg upgrade
opkg install v4l-dvb-module-dvb-usb-a800
depmod -a


Reboot box and send command below and post me result,

Code:
lsmod


TS
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 05:34 AM

Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 05:50 AM

Manda il commando che ti abbiamo mandato via PM, poi di nuovo dici il risultato di lsmod

e depmod -a non (dpmod)

TS
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 06:08 AM

Module Size Used by
ipv6 281296 24
rt61 316512 0
mt7601Usta 901792 0
dreambox_keyboard 4336 0
dreambox_rc2 6400 1
bcm7405 3306976 6
bcm4506 81472 1
lnb_ctrl 6144 1
cxd1981 15744 1
tmp100 1600 1
stb_core 19600 7
dvb_core 103024 2

quando digito il comando via pm esce
depmod: WARNING: could not open /lib/modules/xxxxxxxxxxxxxxx/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/xxxxxxxxxxxxxxx/modules.builtin: No such file or directory
Posted by: Admin

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 06:25 AM

Probably the best is to PM MastaG to ask for it, but he doesn't have DM500HD neither your DVB-T dongle,

Admin

Originally Posted By: Mark1971
Module Size Used by
ipv6 281296 24
rt61 316512 0
mt7601Usta 901792 0
dreambox_keyboard 4336 0
dreambox_rc2 6400 1
bcm7405 3306976 6
bcm4506 81472 1
lnb_ctrl 6144 1
cxd1981 15744 1
tmp100 1600 1
stb_core 19600 7
dvb_core 103024 2

quando digito il comando via pm esce
depmod: WARNING: could not open /lib/modules/xxxxxxxxxxxxxxx/modules.order: No such file or directory
depmod: WARNING: could not open /lib/modules/xxxxxxxxxxxxxxx/modules.builtin: No such file or directory
Posted by: Mark1971

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/19/15 07:11 AM

Ho provato anche la august t202 che driver dovrei istallare?....grazie
Posted by: MastaG

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/21/15 08:36 PM

I believe I've built all v4l packages patched for the current kernel.
But I could have made a mistake somewhere :P
Could you please verify that your module has been installed with:
opkg --list-installed | grep v4l
If you see your module listed then check whether you can find it with: find /lib/modules/`uname -r`/
There should be a .ko file that matches your device driver.
Now load it with modprobe, and if it says something like unresolved symbols type: dmesg
It will print the kernel log which will tell you which symbols are missing.
Paste them here and I'll make sure to include them in the next build.

Also I believe bitbake doesn't take care of the dependencies for pre-compiled kernel modules, so it could be possible that your symbols are presented in some other v4l package.

But we'll know once you show us the missing symbols smile
Posted by: Admin

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/21/15 11:30 PM

Mark1971,

Try this,

Code:
opkg update && opkg upgrade
opkg install v4l-dvb-module-dvb-usb-a800
modprobe dvb-usb-a800
depmod -a
lsmod


and let me know if you have like me this below,

Code:
root@dm500hd:/var/volatile/tmp# lsmod
Module                  Size  Used by
dvb_usb_a800            5392  0
dvb_usb_dibusb_common     7632  1
dib3000mc              13520  1
dibx000_common          4112  1
mt2060                  5584  1
dvb_pll                10128  1
dvb_usb                18640  2
ipv6                  281296  24
rt61                  316512  0
mt7601Usta            901792  0
dreambox_keyboard       4336  0
dreambox_rc2            6400  1
bcm7405              3306976  4
bcm4506                81472  1
lnb_ctrl                6144  1
cxd1981                15744  1
tmp100                  1600  1
stb_core               19600  7
dvb_core              103024  3
fuse                   46640  0


dvb_usb_a800 5392 0
dvb_usb_dibusb_common 7632 1


TS
Posted by: v10l4t0r

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/25/15 08:25 PM

Ho anche io lo stesso problema,qualcuno ha risolto?
Posted by: Toysoft

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/25/15 09:28 PM

Non ancora, MastaG sta lavorandoci sopra,

TS
Posted by: v10l4t0r

Re: OpenPLi 4.0 : How to update online box (Feeds) - 09/25/15 10:01 PM

Originally Posted By: Toysoft
Non ancora, MastaG sta lavorandoci sopra,

TS

grazie attendiamo nuovi sviluppi!
Posted by: diceman01

Re: OpenPLi 4.0 : How to update online box (Feeds) - 10/02/15 07:22 PM

I have been testing various DVB-T sticks and I have good results with the following:

Nova T and Playstation twin tuner using dib0700 drivers.

Sundtek DVB C/T stick via Sundtek control centre works well.

Leadtek Dongle gold using A9015 drivers I had trouble the box recognising ill have to look into this further.

On another note I noticed after I used the Sundtek stick it upset the dib0700 drivers so I advise to use one or the other.

This is the only Openpli 4 image for Dm800 that for me that any USB DVB tuners work so I am very happy so far with the work that has been done by the team smile
Posted by: Admin

Re: OpenPLi 4.0 : How to update online box (Feeds) - 11/06/15 01:42 AM

All sorted out for the A867, you have all drivers available and how to install on the topic below,

DigitalKey SKY A867 Drivers (also available on feeds) for OpenPLi 4.0, DM800HD, DM800HDse, DM500HD

Admin