by madasahatter » Tue Dec 17, 2013 4:56 pm
OK. Really quickly (let me know if you need more depending upon your experience in this area).
Basically there are a number of things you need to do. One of them is recompile the kernel. The reason you need to recompile the kernel is to make sure that your kernel headers are in line with the kernel itself.
So, plan goes :
* Download and recompile the kernel source. This will probably take 5-6 hours unless you have a cross compiler.
* Download Crazycats full V4L source with changes to support the TBS card
Note what he says though. He supports the card by changing one of the OTHER cards in such a way as to convince the kernel to use the wrong driver. This means that when you config the compile you must disable the TBS cards. Make sure to compile in the card that Crazycat mentions in his post which is the one which DOESN'T need the binaries.
* Compile as normal a make install.
* Reboot
Things to note
* BOTH tuners will be available. Crazycat states he wasn't sure, but I can validate that it sees each tuner on the board, and they work independently of each other
* Since it is a common interface all software (TvHeadend for example) will work nicely with the cards.
* If you are recording a HD stream, then where you store it is critical. The USB and network interfaces share a limited bandwidth making the Pi unable to deal with too much going on.
Good luck!
Steve