Hello 'smile', thnx for your reply!
That's the example of my code tuning the 6903X card by steps.
(
https://github.com/tbsdtv/media_build/t ... ra/tune-s2)
1) I try to tune the card to some DVB-S2 signal. Result - the signal is locked.
2) After that I try to tune the card to some DVB-S signal. Result - the signal is not locked even after 20 sec waiting.
3) I reboot the tbsecp3 driver (or restart the computer).
4) I try to tune the card to the same DVB-S signal as in step 2. Result - the card is immediately successfully tuned to the DVB-S signal.
1)
- Code: Select All Code
>./tune-s2 1804 V 30000 -lnb IF -system DVB-S2 -modulation 8PSK
LNB: low: 0 high: 0 switch: 0
opening: /dev/dvb/adapter0/frontend0
frontend: (TurboSight TBS 6903x (Dual DVB-S/S2/S2X))
fmin 950 MHz
fmax 2150 MHz
min_sr 100 Ksps
max_sr 520000 Ksps
LOW band
Tuned specs:
System: DVB-S2 6
Frequency: 1804 V 30000
22khz: OFF
Modulation: 8PSK 9
FEC: 3/4 3
Inversion: ON 1
Rolloff: 25 2
Pilot: ON 1
MIS: -1
Bandwidth: 37.5000 MHz
Data Rate: 66.1500 Mbps
CN Failure: 7.9 dB
status Locked | signal -55.9 dBm | snr 14.6 dB | ber 0 | FE_HAS_LOCK
2)
- Code: Select All Code
>./tune-s2 1727 V 27999 -lnb IF -system DVB-S -modulation QPSK
LNB: low: 0 high: 0 switch: 0
opening: /dev/dvb/adapter0/frontend0
frontend: (TurboSight TBS 6903x (Dual DVB-S/S2/S2X))
fmin 950 MHz
fmax 2150 MHz
min_sr 100 Ksps
max_sr 520000 Ksps
LOW band
Tuned specs:
System: DVB-S 5
Frequency: 1727 V 27999
22khz: OFF
Modulation: QPSK 0
FEC: AUTO 9
Inversion: AUTO 2
Rolloff: AUTO 3
Pilot: ON 2
MIS: -1
Bandwidth: 27.9990 MHz
Data Rate: -nan Mbps
status Unlocked | signal -44.6 dBm | snr 0.0 dB | ber 0 |
3)
- Code: Select All Code
>sudo rmmod tbsecp3 stid135
>sudo modprobe tbsecp3
4)
- Code: Select All Code
>./tune-s2 1727 V 27999 -lnb IF -system DVB-S -modulation QPSK
LNB: low: 0 high: 0 switch: 0
opening: /dev/dvb/adapter0/frontend0
frontend: (TurboSight TBS 6903x (Dual DVB-S/S2/S2X))
fmin 950 MHz
fmax 2150 MHz
min_sr 100 Ksps
max_sr 520000 Ksps
LOW band
Tuned specs:
System: DVB-S 5
Frequency: 1727 V 27999
22khz: OFF
Modulation: QPSK 0
FEC: 7/8 7
Inversion: ON 1
Rolloff: 35 0
Pilot: ON 2
MIS: -1
Bandwidth: 37.7987 MHz
Data Rate: 45.1553 Mbps
CN Failure: 7.2 dB
status Locked | signal -55.8 dBm | snr 15.7 dB | ber 0 | FE_HAS_LOCK