Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
Blindscan on linux with tbs cards
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="deeptho" data-source="post: 1126017" data-attributes="member: 215446"><p>And if you would to try to change the demod to rf input assignment, you could look in tbsecp3-dvb.c</p><p>line 2036 and 2039.</p><p>Replace</p><p>tbs6909x_stid135_cfg, adapter->nr, adapter->nr/2)</p><p>with</p><p>tbs6909x_stid135_cfg, adapter->nr, adapter->nr%4)</p><p></p><p>Note that there are two lines: one fr version 1 of the card and 1 for version 2...</p><p></p><p>This will map as follows:</p><p>adapter 0 and an adapter 4 will be attached to RF0</p><p>adapter 1 and an adapter 2 will be attached to RF1</p><p>...</p><p>This would allow all 4 RF inputs to be used, but still not more than 4 simultaneous fft scans.</p><p>Obvously, in your user programs you need to use new adapter numbers. E.g., the the old adapter2 will </p><p>now be called adapter1 in tvheadend.</p><p></p><p>It is possible that this will lead to a driver crash, which then indicates a bug in the stid135-fe or </p><p>stid135_drv code (e.g., some programmer assuming that rf_input == adapter_no/2).</p><p></p><p>If you test this, please report back, because similar changes could be useful for tbs6903x and other </p><p>cards. This could be implemented as a driver option. In the long term I plan to make the RF to adapter mapping</p><p>fully configurable, but this requires quite a few changes. This will be more versatile.</p><p>For instance user space programs will be able to attach all 8 tuners dynamically to any of the inputs.</p><p>Or switching between tuner_mode will no longer require reloading the drivers.</p></blockquote><p></p>
[QUOTE="deeptho, post: 1126017, member: 215446"] And if you would to try to change the demod to rf input assignment, you could look in tbsecp3-dvb.c line 2036 and 2039. Replace tbs6909x_stid135_cfg, adapter->nr, adapter->nr/2) with tbs6909x_stid135_cfg, adapter->nr, adapter->nr%4) Note that there are two lines: one fr version 1 of the card and 1 for version 2... This will map as follows: adapter 0 and an adapter 4 will be attached to RF0 adapter 1 and an adapter 2 will be attached to RF1 ... This would allow all 4 RF inputs to be used, but still not more than 4 simultaneous fft scans. Obvously, in your user programs you need to use new adapter numbers. E.g., the the old adapter2 will now be called adapter1 in tvheadend. It is possible that this will lead to a driver crash, which then indicates a bug in the stid135-fe or stid135_drv code (e.g., some programmer assuming that rf_input == adapter_no/2). If you test this, please report back, because similar changes could be useful for tbs6903x and other cards. This could be implemented as a driver option. In the long term I plan to make the RF to adapter mapping fully configurable, but this requires quite a few changes. This will be more versatile. For instance user space programs will be able to attach all 8 tuners dynamically to any of the inputs. Or switching between tuner_mode will no longer require reloading the drivers. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
Blindscan on linux with tbs cards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top