Jump to content


edud2k

Member Since 31 Mar 2012
Offline Last Active 04 Sep 2018 15:51
-----

Posts I've Made

In Topic: Howto build unofficial pli for your unsupported receiver

10 June 2018 - 21:48

k1pro has two tuners:

avl6211 dvb-s2
avl6862 dvb-t2

I need to check my patch again.

correct is 3 tunners:S2 , T2 and C ( tuner hybrid)


In Topic: Howto build unofficial pli for your unsupported receiver

10 June 2018 - 13:43

 

Box booted but without display output.

After reinserting the HDMI cable in the box, it show black screen. No boot image, no initial setup screen.

Network connected, can access the filesystem through FTP. WebIF not connecting.

Log already posted by "ftp21_".

Same result with latest test image too.

 

 

here too on k1 Pro


In Topic: Howto build unofficial pli for your unsupported receiver

7 June 2018 - 12:26

any news about enigma2 on k1 Pro ?

 

Good morning for all !!!

 

excuse me for ask again, but has some news about a PLI for k1 PRO ?

 

Thank you in advance @Persian Prince for great work on this at these moment


In Topic: Howto build unofficial pli for your unsupported receiver

2 June 2018 - 14:15

any news about enigma2 on k1 Pro ?


In Topic: Howto build unofficial pli for your unsupported receiver

29 May 2018 - 13:05

 

@algdu83 & takitr:
I want to amend "linux-linkdroid_3.14.29.bb" to add compilation of tuner driver for AVL6862 (for K1 Pro). Can you help me in amending the following code to delete current dvb tuner drivers and add the tuner driver for avl6862 from https://github.com/e...amlogic/dvb-avl

do_compile_prepend () {  install -d ${B}/drivers/amlogic/amports/  cp -fr ${S}/drivers/amlogic/amports/amstream.o  ${B}/drivers/amlogic/amports/  install -d ${B}/drivers/amlogic/dvb_tv/  cp -fr ${S}/drivers/amlogic/dvb_tv/aml.o  ${B}/drivers/amlogic/dvb_tv/  cp -fr ${S}/drivers/amlogic/dvb_tv/aml_fe.o  ${B}/drivers/amlogic/dvb_tv/  install -d ${B}/drivers/amlogic/dvb_tv/smartcard  cp -fr ${S}/drivers/amlogic/dvb_tv/smartcard/smartcard.o  ${B}/drivers/amlogic/dvb_tv/smartcard/  install -d ${B}/drivers/amlogic/dvb_tv/dm6k/  cp -fr ${S}/drivers/amlogic/dvb_tv/dm6k/dm6000_fe.o  ${B}/drivers/amlogic/dvb_tv/dm6k/  install -d ${B}/drivers/media/dvb-core/  cp -fr ${S}/drivers/media/dvb-core/dvb-core.o  ${B}/drivers/media/dvb-core/
I need help because I want to remove "dm6k" and "smartcard" support and want to add all files from dvb_avl folder (in the the above given link) to "dvb_tv" folder but there are no "aml.o" and "aml_fe.o" files in dvb_avl folder. So, how to amend the recipe to make desired changes.
Give me some time I think I can create a ready patch for it tomorrow :)

After adding my patch (which will be available in meta-amlogic) you just need to use "CONFIG_AVL6882" in defconfig but don't worry I will add examples ;)

First I will test "CONFIG_AVL6882=m" for a separate module if it didn't work we have to use "CONFIG_AVL6882=y" for having it inside kernel.

I don't like your way of doing things no offense and that's why I gonna do it another way :)

 

 

Great News @Persian Prince, you're a hero if you get along with @engeenirkhan15 to get the e2 running on the K1 Pro receivers. We're rooting for the success of this compilation.

we are looking forward to new developments in this regard and with the receivers available for testing when necessary.

 

thanks so much !!!