TBS6985 » History » Version 2
Paul M, 2019-01-25 10:15
1 | 1 | Adam Sutton | h1. TBS6985 |
---|---|---|---|
2 | |||
3 | This is a quad S2 tuner that replaces the [[TBS6984]]. [[Adam]] currently uses one of these that was donated by TBS to provide more tuners so he had some available for development without interfering with his live system. |
||
4 | |||
5 | Unlike the [[TBS6984]] though it does not suffer from the massive concurrency problems that have been discovered with the TBS drivers and are detailed "here":http://tvheadend.wordpress.com/2013/07/11/tbs-6981-debacle/. This is mostly down to the fact that it has 4 completely independent tuners rather than a pair of pairs (the [[TBS6984]] is basically 2x[[TBS6981]]). |
||
6 | |||
7 | The one issue that is still common on this device is that the default interrupt handling mode can cause the device to stop working after a random period of time. To overcome this you need to enable MSI interrupts (assuming your MB support it, VERY likely). |
||
8 | |||
9 | Run the following: |
||
10 | |||
11 | <pre> |
||
12 | cat > /etc/modprobe.d/tbs.conf <<EOF |
||
13 | options saa716x_tbs-dvb int_type=1 |
||
14 | EOF |
||
15 | reboot |
||
16 | </pre> |
||
17 | 2 | Paul M | |
18 | ---- |
||
19 | |||
20 | Also see: |
||
21 | * https://tvheadend.org/projects/tvheadend/wiki/GoodKernelAndDriver |