Page 2 of 18

Re: Good News,Open source code for TBS Card has been release

PostPosted: Mon Jul 11, 2016 4:45 pm
by steven
scarfacept Wrote:Testing TBS6982. Everything seen to be ok.

With the official drivers I got some issue in ubuntu 16.04 (kernel 4.6) but with this opensource driver everything seen to be ok.

regards

Hi scarfacept

Thanks for your feedback :)

Kind Regards

steven

Re: Good News,Open source code for TBS Card has been release

PostPosted: Wed Jul 13, 2016 9:36 pm
by JMRR
just to report TBS6281 is working very well.
It need firmware to work.

Just doesent recognise signal strength, but thats ok.

Re: Good News,Open source code for TBS Card has been release

PostPosted: Thu Jul 14, 2016 6:43 pm
by helmax
any help commands for upgrade old drivers to this drivers
ubuntu 14.04

Re: Good News,Open source code for TBS Card has been release

PostPosted: Sat Jul 16, 2016 5:05 am
by snake2005
I'm waiting for TBS 6205 and TBS 5881.

Re: Good News,Open source code for TBS Card has been release

PostPosted: Sat Jul 16, 2016 9:07 pm
by crazycat
already supported both :)

Re: Good News,Open source code for TBS Card has been release

PostPosted: Sun Jul 17, 2016 11:15 am
by helmax
helmax Wrote:any help commands for upgrade old drivers to this drivers
ubuntu 14.04



please any help
how remove old drivers?
and install new drivers ubuntu 14

Re: Good News,Open source code for TBS Card has been release

PostPosted: Sun Jul 17, 2016 8:48 pm
by ed68
TBS 5880. No working. Stream no transfer to tvheadend...

Re: Good News,Open source code for TBS Card has been release

PostPosted: Mon Jul 18, 2016 10:23 pm
by crazycat
look like wrong TS mode in 5880 driver. Try change to parellel - https://github.com/crazycat69/linux_med ... 59924b336b

Re: Good News,Open source code for TBS Card has been release

PostPosted: Tue Jul 19, 2016 1:42 pm
by ed68
in
static struct tda18212_config tda18212_config = {
//.i2c_address = 0x60 /* (0xc0 >> 1) */,
.if_dvbt_6 = 3550,
.if_dvbt_7 = 3700,
.if_dvbt_8 = 4150,
.if_dvbt2_6 = 3250,
.if_dvbt2_7 = 4000,
.if_dvbt2_8 = 4000,
.if_dvbc = 5000,
}
add
.if_atsc_vsb = 3600,
.if_atsc_qam = 3600,

Working....

Prevision patch no work.

Edvard.

Re: Good News,Open source code for TBS Card has been release

PostPosted: Tue Jul 19, 2016 8:31 pm
by crazycat
So you want receive dvb-c annex b ?