Page 7 of 14

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

PostPosted: Mon Oct 03, 2016 4:33 am
by jd678
Another fork!

Any plans to get this mainlined? Would be a bit of work yes, but it's going to be just as much work to keep merging from upstream every now and again. From experience this isn't always a quick task!

Last time I dove into the saa716x code it didn't look like it needed much more than fixing it up to make checkpatch happy and converting the debug printk's to dynamic debug.

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

PostPosted: Fri Oct 07, 2016 9:56 pm
by stinga
G'day,

Does not work for my TBS6981 :-(

Compiles OK (I think) but does not seem to do anything.

Been 3 years now and I still can;t get it to work with my mythtv box.

[email protected]:~/media_build# lspci
<snip>
01:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 04)

I would have expected to see a module with cx23885 in the name but could not find anything.

I noted that during install I had:

Removing obsolete files from /lib/modules/3.2.0-4-686-pae/kernel/drivers/media/video/cx23885:
cx23885.ko

but it does not seem to have build a new one.

After a reboot (don't likt rebooting) I would have expected to see a /dev/dvb dir, but nope:
[email protected]:~/media_build# ls /dev/dvb
ls: cannot access /dev/dvb: No such file or directory

So any ideas?

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

PostPosted: Fri Oct 07, 2016 10:16 pm
by stinga
I saw somewhere about PCI-E 3 being an issue, but my MB is PCI-E 2

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

PostPosted: Sat Oct 08, 2016 4:18 am
by crazycat
Cx23885 module disabled because depend from many frontend drivers what require kernels 3.8+.
https://github.com/tbsdtv/media_build/b ... rsions.txt
https://github.com/tbsdtv/linux_media/b ... 85/Kconfig

So better update to latest available LTS kernel, for ubuntu 12.04LTS possible install 3.13
https://wiki.ubuntu.com/Kernel/LTSEnabl ... e_Pangolin

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

PostPosted: Tue Oct 11, 2016 3:35 pm
by stinga
G'day Crazycat,

Many thanks, I am on 2.6.39 for my mythtv box and the box this is in is on 3.2.0.

Well, I have only had it 6 years, maybe in the next 6 someone can create some code to make it work. :-)

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

PostPosted: Thu Dec 01, 2016 12:29 am
by feroxy
jd678 wrote:Another fork!

Any plans to get this mainlined? Would be a bit of work yes, but it's going to be just as much work to keep merging from upstream every now and again. From experience this isn't always a quick task!



I second this. Is it on the cards at all? Sure would love to simplify updates on my dvr box.

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

PostPosted: Mon Dec 05, 2016 10:38 am
by Alfredo
Hi

I have the same problem that : viewtopic.php?f=199&t=10067#p36541

Thanks in advance,

Alfredo

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

PostPosted: Wed Dec 14, 2016 12:04 am
by Paust55
Today I would compile the new driver.
I need LIRC to use my Remote Control in my HTPC for VDR and KODI.

But I get this error messages, when I want activate LIRC in the driver with
Code: Select all
make menuconfig
...


Code: Select all
...
Created default (all yes) .config file
/lib/modules/4.4.0-53-generic/build/scripts/kconfig/mconf ./Kconfig
./Kconfig:7510: syntax error
./Kconfig:7509: unknown option "---"
./Kconfig:7510:warning: ignoring unsupported character ','
./Kconfig:7510: unknown option "Say"
./Kconfig:7511: unknown option "compilation"
make[1]: *** [menuconfig] Fehler 1
make[1]: Verzeichnis »/usr/src/tbsdriver_161213/media_build/v4l« wird verlassen
make: *** [menuconfig] Fehler 2


I don't know what ist the reason for that?
In the past, with kernel-4.2.0 I could use "make menuconfig" without any errors and activated LIRC, but today, with kernel-4.4.0-53 I get this error. :?:

Paul
Could anyone help me?

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

PostPosted: Wed Dec 14, 2016 6:41 am
by crazycat
make stagingconfig

or better just run install.sh

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

PostPosted: Wed Dec 14, 2016 7:19 pm
by imperia
Code: Select all
/usr/local/src/tbsdriver/media_build/v4l/tda18273.c:2144:14: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
  .release  = tda18273_release
              ^
/usr/local/src/tbsdriver/media_build/v4l/tda18273.c:2144:14: note: (near initialization for 'tda18273_ops.release')
cc1: some warnings being treated as errors
  CC [M]  /usr/local/src/tbsdriver/media_build/v4l/mt2266.o
/usr/src/linux-headers-4.8.0-1-common/scripts/Makefile.build:300: recipe for target '/usr/local/src/tbsdriver/media_build/v4l/tda18273.o' failed
make[5]: *** [/usr/local/src/tbsdriver/media_build/v4l/tda18273.o] Error 1
make[5]: *** Waiting for unfinished jobs....
/usr/src/linux-headers-4.8.0-1-common/Makefile:1488: recipe for target '_module_/usr/local/src/tbsdriver/media_build/v4l' failed
make[4]: *** [_module_/usr/local/src/tbsdriver/media_build/v4l] Error 2
Makefile:150: recipe for target 'sub-make' failed
make[3]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-4.8.0-1-amd64'
Makefile:51: recipe for target 'default' failed
make[1]: *** [default] Error 2
make[1]: Leaving directory '/usr/local/src/tbsdriver/media_build/v4l'
Makefile:26: recipe for target 'all' failed
make: *** [all] Error 2


Debian stable x64.