tbsdtv / linux_media

TBS linux open source drivers
https://github.com/tbsdtv/linux_media/wiki
Other
174 stars 80 forks source link

TBS-6290 SE DVB CAM not recognized #41

Open stole204 opened 7 years ago

stole204 commented 7 years ago

Hello all,

Yesterday I just compile these nice TBS open source drivers the card works ok, but my SMIT module is not recognized.

dmesg log says:

dvb_ca_en50221: dvb_ca adapter 0: DVB CAM link initialisation failed :(

uname -r 4.4.56-1.el7.elrepo.x86_64 CentOS Linux release 7.3.1611 (Core)

With original closed TBS drivers CI works good.

steven1758 commented 7 years ago

Hi

Please have a try like this change this file

linux/drivers/media/dvb-core/dvb_ca_en50221.c at line 354

old line: if ((ret = dvb_ca_en50221_wait_if_status(ca, slot, STATUSREG_DA, HZ / 10)) != 0)

new line: if ((ret = dvb_ca_en50221_wait_if_status(ca, slot, STATUSREG_DA, HZ)) != 0)

then recompile the driver and install check whether will be ok

Thanks

kind Regards

stole204 commented 7 years ago

I already did that, not working.

steven1758 commented 7 years ago

Hi can you tell us that which version of closed TBS drivers you are used to test which works ?

stole204 commented 7 years ago

These are drivers from TBS tbs-linux-drivers_v170206.zip

dvb_ca adapter 0: DVB CAM detected and initialised successfully

Davin622 commented 7 years ago

Is it CI+ of your CAM?Do you have other CAM?

steven1758 commented 7 years ago

Hi

Please send email to our support@tbsdtv.com

Thanks

Kind Regards