Page 1 of 1

(Solved)5980 qbox USB CI = CAM working, sometimes........

PostPosted: Fri Sep 16, 2011 3:26 am
by rensg
Hi.
:cry:
I received the product, I use it on openSuSE linux 11.4, kernel 2.6.37
I compiled and linked the code, no problems.

It works fine for unencrypted channels, both SD and HD dvb-s and dvb-s2 :)
I use kaffeine and have astra 1, astra 2 and astra 3 sattelites


However, for encrypted transmissions, my mediaguard3 chipcard + certified
CAM does function only sometimes. ( I have legal card and CAM, paying for
it, no funny stuff !! ) the CAM is certified by Canal Digitaal, provider
in most of europe and works fine with inverto scena 5m sat receiver.


It seems to be an overflow in the software...
Please look at the excerpt below from dmesg, and specifically the last 3 :arrow: :geek:
lines.
It is a buffer overflow, apparently.

In first instance I do get picture + sound from crypted Netherlands HD
channel 1,
works fine.

If I change to other encrypted channel, it mostly fails with message as
below, but not always.
After failure of encrypted channel, Unencrypted SD and HD still works , no
problems with that. Once encrypted fails, it does not recover when
changing to other encrypted channel that worked before failure......

Please fix this problem, otherwise very good product.
I am willing to do some testing, if you tell me what to do.

hope to hear from you soon,

regards

rensg
_______________________________________________________
=>grep -i -e dvb -e usb dmesg.txt
[ 0.326644] usbcore: registered new interface driver usbfs
[ 0.326644] usbcore: registered new interface driver hub
[ 0.326644] usbcore: registered new device driver usb
...
....
....

[ 2.205590] input: Logitech HID compliant keyboard as
/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.4/1-3.4:1.1/input/input2
[ 2.205650] generic-usb 0003:046D:C30E.0002: input,hidraw1: USB HID
v1.10 Device [Logitech HID compliant keyboard] on
usb-0000:00:02.1-3.4/input1
[ 6.992052] bttv0: add subdevice "dvb0"
[ 7.149274] bt878_probe: card id=[0x1c11bd],[ Pinnacle PCTV Sat ] has
DVB functions.
[ 7.173699] DVB: registering new adapter (bttv0)
[ 7.248930] DVB: registering adapter 0 frontend 0 (Conexant CX24110
DVB-S)...
[ 7.729939] dvb-usb: found a 'TBS Qbox DVB-S2 CI USB2.0' in cold state,
will try to load a firmware
[ 7.920499] dvb-usb: downloading firmware from file
'dvb-usb-tbsqbox-id5980.fw'
[ 8.039028] dvb-usb: found a 'TBS Qbox DVB-S2 CI USB2.0' in warm state.
[ 8.039088] dvb-usb: will pass the complete MPEG2 transport stream to
the software demuxer.
[ 8.039232] DVB: registering new adapter (TBS Qbox DVB-S2 CI USB2.0)
[ 8.258195] dvb-usb: MAC address: 00:22:ab:c0:1c:58
[ 8.382933] DVB: registering adapter 1 frontend 0 (STV090x
Multistandard)...
[ 8.399872] input: IR-receiver inside an USB DVB receiver as
/devices/pci0000:00/0000:00:02.1/usb1/1-3/1-3.2/input/input6
[ 8.399933] dvb-usb: schedule remote query interval to 150 msecs.
[ 8.399937] dvb-usb: TBS Qbox DVB-S2 CI USB2.0 successfully initialized
and connected.
[ 8.399957] usbcore: registered new interface driver tbsqbox2ci
[ 16.243349] dvb_ca adapter 1: DVB CAM detected and initialised
successfully
[ 61.622940] dvb_ca adapter 1: DVB CAM detected and initialised
successfully
[ 87.184697] dvb_ca adapter 1: CAM tried to send a buffer larger than
the link buffer size (33228 > 254)!
[ 87.386397] dvb_ca adapter 1: DVB CAM link initialisation failed :(
2.6.37.6-0.7-desktop:root:gamez:[/root]
=>

Re: 5980 qbox USB CI = CAM working, sometimes........

PostPosted: Wed Nov 23, 2011 11:10 pm
by szymonciow
Hello
What about a new driver v111118? Have you tested with Your CAM?
I'm affraid CI (CAM) not working correct under Linux.
Polsat Nagra don't work too.
We are stil waiting, and waiting for real support in this matter.
Simon

Re: 5980 qbox USB CI = CAM working, sometimes........

PostPosted: Fri Jan 13, 2012 6:38 pm
by funk
Hello,
I get the same error with mythbuntu 11.10 x86_64 with 3.0.0-14 kernel and latest driver (V111118) installed. I use two LNBs (Astra 1, Astra 3A) with simple DiSEqC switch.

I've tried two different CAM modules - MASCOM and SMiT with the same Skylink (CZ) card, both with the same error. The only difference is in the expected buffer size (SMiT 512, MASCOM 128), which is exceeded anyway.

I (am trying to) use built-in mythtv viewer, which shows (I suppose) progress of tuning and locking by shortcuts TLAMC - usually gets stucked on C (TLAMc or TLAM_), sometimes even earlier (Tl__). Practically it tunes one or two channels and then it's over, sometimes not even that. After removing CAM and restart mythtv I can tune free channels with no problem, even faster then with CAM plugged...

Here are two more errors from command
Code: Select All Code
tail -f /var/log/{messages,kernel,dmesg,syslog}


Code: Select All Code
[ 1291.092372] dvb_ca adapter 0: DVB CAM link initialisation failed
[ 1297.076881] tbsqbox2ci: CI disabled.
[ 1298.216997] dvb_ca adapter 0: Invalid PC card inserted


OR

Code: Select All Code
[ 2195.461782] tbsqbox2ci: CI enabled.
[ 2195.461793] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[ 2204.177399] dvb_ca adapter 0: CAM sent a buffer that was less than 2 bytes!
[ 2204.278777] dvb_ca adapter 0: CAM tried to send a buffer larger than the ecount size!
[ 2204.278919] dvb_ca adapter 0: DVB CAM link initialisation failed
[ 2209.131169] tbsqbox2ci: CI disabled.
[ 2210.378780] tbsqbox2ci: CI enabled.
[ 2210.378791] dvb_ca adapter 0: DVB CAM detected and initialised successfully


Any help appreciated, it's my money anyway... :)
Thanks.

fixed :-) Re: 5980 qbox USB CI = CAM working, sometimes....

PostPosted: Thu May 03, 2012 3:38 pm
by rensg2
issues are gone ( mediaguard3, provider Canaldigitaal (Netherlands / Belgium) , the CI is produced by SmardCard

CI / CAM is working now flawlessly on linux opensuse 11.4
kernel 2.6.37
tbs code 120216


thanks :-)

rensg2

Re: (Solved)5980 qbox USB CI = CAM working, sometimes.......

PostPosted: Wed Sep 25, 2013 12:21 am
by tunderlo
Code: Select All Code
  381.951921] tbsqbox2ci: CI disabled.
[  385.540257] tbsqbox2ci: CI enabled.
[  385.540269] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[  390.320433] tbsqbox2ci: CI disabled.
[  393.910006] tbsqbox2ci: CI enabled.
[  393.910018] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[  396.289469] tbsqbox2ci: CI disabled.
[  399.909665] tbsqbox2ci: CI enabled.
[  399.909678] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[  404.685312] tbsqbox2ci: CI disabled.
[  408.273656] tbsqbox2ci: CI enabled.
[  408.273669] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[  410.603383] tbsqbox2ci: CI disabled.
[  414.191762] tbsqbox2ci: CI enabled.
[  414.191774] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[  416.521239] tbsqbox2ci: CI disabled.
[  420.110833] tbsqbox2ci: CI enabled.
[  420.110845] dvb_ca adapter 0: DVB CAM detected and initialised successfully
giuseppe@portatile:~$


Similar problem
card is viaccess bis
cam is smit 4.1 viaccess

Re: (Solved)5980 qbox USB CI = CAM working, sometimes.......

PostPosted: Thu Sep 26, 2013 12:47 am
by tunderlo
Please help
kernel 3.10.0
latest tbs drivers for linux
tbs 5980 qbox2
vdr= continue reset the cam
"[10718.955561] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10723.737226] tbsqbox2ci: CI disabled.
[10727.326324] tbsqbox2ci: CI enabled.
[10727.326338] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10729.656536] tbsqbox2ci: CI disabled.
[10733.244452] tbsqbox2ci: CI enabled.
[10733.244465] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10738.026008] tbsqbox2ci: CI disabled.
[10741.521045] tbsqbox2ci: CI enabled.
[10741.521058] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10743.943530] tbsqbox2ci: CI disabled.
[10747.534715] tbsqbox2ci: CI enabled.
[10747.534728] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10752.313514] tbsqbox2ci: CI disabled.
[10755.901458] tbsqbox2ci: CI enabled.
[10755.901470] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10758.231557] tbsqbox2ci: CI disabled.
[10761.821378] tbsqbox2ci: CI enabled.
[10761.821392] dvb_ca adapter 0: DVB CAM detected and initialised successfully
[10764.150322] tbsqbox2ci: CI disabled.
[10767.739409] tbsqbox2ci: CI enabled.
"
:(
And of course black channel,led is red.

mplayer=ts stream detected no error messages,but of course red led and no video

kaffeine=dvbcam timeout,no chan work,even fta