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: 1163303" data-attributes="member: 215446"><p>I have uploaded new drivers on github.</p><p>The list of changes in release-1.2 is below. They mainly affect stid135 cards and the manin</p><p>novelty is to support tbs61916, to introduce sysfs (will be documented later).</p><p></p><p>The drivers also have a small improvement for tvheadend: it is not possible to attach arbibtrary </p><p>demods to specific tuner inputs. For instance, this means that you can configure adapter0 to be </p><p>a master tuner, and all other adapters to be slave tuners. All of these tuners will be connected</p><p>to the same cable at input 0. This is handy if you have only one cable connected to the card </p><p>and then allows to view 8 different muxes in the same satellite band (e.g., low horizontal).</p><p></p><p>For instance </p><p>[ICODE]</p><p>echo 0 | sudo dd of=/sys/module/stid135/card0/chip0/demod1/default_rf_in</p><p>[/ICODE]</p><p>connects demodulator 1 to rf input 0.</p><p>And the corresponding adapter is 2, as can be found from:</p><p>[ICODE]</p><p>$cat /sys/module/stid135/card0/chip0/demod1/state </p><p>nr=1 adapter_no=2 default_rf_in=1 selected_rf_in=-1</p><p>llr_in_use=0</p><p>freq=0</p><p>lock=0 fec=0 demod=0 error=0 signal=0 carrier=0 viterbi=0 sync=0 timedout=0 timing=0</p><p>freq=0 sym_rate=0</p><p>power=-0.0dBm cnr=0/0dB ber=0</p><p>[/ICODE]</p><p></p><p>The strange numbering of adapters and demods is due to specifying in /etc/modprobe.d/tbsecp3.conf:</p><p>[icode]</p><p>options tbsecp3 adapter_nr=0,2,4,6,1,3,5,7</p><p>[/icode]</p><p>This basically renumvers the adapters: adapter2 corresponds to the second demodulator, which demod1</p><p></p><p>Changes</p><p>* Added sysfs entries in /sys/modules/stid135/</p><p>* Allow setting the default rf input for each demod, for use with tvheadend. This allows more than one slave</p><p> tuner to use the same rf input connector on the card.</p><p>* Incorporated changes from the official tbs drivers up to July 11 2024.</p><p>* Improved determination of card mac addresses and generating fake mac addresses should the card not have one set.</p><p>* Support for the tbs6916 card.</p><p>* Bug: stid135 based cards sends out 21kHz tone and diseqc base frequency instead of 22kHz and this causes some</p><p> diseqc switcches to sometimes ignore commands.</p><p>* Provide additional ioctls to support "syncrhonized" calls, where one adapter can wait on another adapter</p><p> to finish setting voltages, tones and sending diseqc commands</p><p>* Protection against drivers which blindly assume name to be of size 128.</p><p>* Bug: fe_read_status should not return -1 on timeout.</p><p>* stv091x: fix isi scan.</p><p>* Bug: tuning loop runs to early when diseqc is sent but no tuning info is present yet.</p></blockquote><p></p>
[QUOTE="deeptho, post: 1163303, member: 215446"] I have uploaded new drivers on github. The list of changes in release-1.2 is below. They mainly affect stid135 cards and the manin novelty is to support tbs61916, to introduce sysfs (will be documented later). The drivers also have a small improvement for tvheadend: it is not possible to attach arbibtrary demods to specific tuner inputs. For instance, this means that you can configure adapter0 to be a master tuner, and all other adapters to be slave tuners. All of these tuners will be connected to the same cable at input 0. This is handy if you have only one cable connected to the card and then allows to view 8 different muxes in the same satellite band (e.g., low horizontal). For instance [ICODE] echo 0 | sudo dd of=/sys/module/stid135/card0/chip0/demod1/default_rf_in [/ICODE] connects demodulator 1 to rf input 0. And the corresponding adapter is 2, as can be found from: [ICODE] $cat /sys/module/stid135/card0/chip0/demod1/state nr=1 adapter_no=2 default_rf_in=1 selected_rf_in=-1 llr_in_use=0 freq=0 lock=0 fec=0 demod=0 error=0 signal=0 carrier=0 viterbi=0 sync=0 timedout=0 timing=0 freq=0 sym_rate=0 power=-0.0dBm cnr=0/0dB ber=0 [/ICODE] The strange numbering of adapters and demods is due to specifying in /etc/modprobe.d/tbsecp3.conf: [icode] options tbsecp3 adapter_nr=0,2,4,6,1,3,5,7 [/icode] This basically renumvers the adapters: adapter2 corresponds to the second demodulator, which demod1 Changes * Added sysfs entries in /sys/modules/stid135/ * Allow setting the default rf input for each demod, for use with tvheadend. This allows more than one slave tuner to use the same rf input connector on the card. * Incorporated changes from the official tbs drivers up to July 11 2024. * Improved determination of card mac addresses and generating fake mac addresses should the card not have one set. * Support for the tbs6916 card. * Bug: stid135 based cards sends out 21kHz tone and diseqc base frequency instead of 22kHz and this causes some diseqc switcches to sometimes ignore commands. * Provide additional ioctls to support "syncrhonized" calls, where one adapter can wait on another adapter to finish setting voltages, tones and sending diseqc commands * Protection against drivers which blindly assume name to be of size 128. * Bug: fe_read_status should not return -1 on timeout. * stv091x: fix isi scan. * Bug: tuning loop runs to early when diseqc is sent but no tuning info is present yet. [/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