Jump to content


maxbambi

Member Since 27 Aug 2018
Offline Last Active 19 Sep 2018 17:24
-----

Posts I've Made

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

14 September 2018 - 09:26

Do you use 64 or 32 bit system?

 

64 bit ... 


In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

13 September 2018 - 10:10

I have problems again compiling dvbsoftwareca...

I went back to my old kernel (4.4) and I could compile the file (assignment from incompatible pointer type 

dvb_class->devnode= dvb_devnode;

was treated as warning and not as an error), but in newer version (4.11, 4.13, and so on...) i couldn't....

In 4.15 there is also the problem of changed header files (ca.h ...)

 
Can someone send me a compiled version of dvbsoftwareca.ko for 4.15?
I'm becoming crazy!!!
 
Thanks 

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

27 August 2018 - 17:50

Hi, 

I updated ubuntu to kernel 4.15 and now I can't rebuild dvbsoftwareca.ko...

Someone can help me?

I see in this long forum that there are some patch to apply, but I haven't won yet!

I took a copy of ca.h from previous kernel and replaced the last one, so a lot of errors are disappeared, but ....

error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  dvb_class->devnode = dvb_devnode;

and

error: implicit declaration of function ‘genl_register_family_with_ops’ [-Werror=implicit-function-declaration]
  ret = genl_register_family_with_ops(&ca_family, ask_ca_size_ops);