When I'm trying to tune on dvb-s2 channels via szap-s2 I can't get a lock.
scan-s2 output of working channel:
- Code: Select All Code
[thomas@neula .liplianin-szap-s2-d65015db2778]$ ./szap-s2 -c channels.conf -r -n 1
reading channels from file 'channels.conf'
zapping to 1 'FIP':
delivery DVB-S, modulation QPSK
sat 0, frequency 11567 MHz V, symbolrate 22000000, coderate 5/6, rolloff 0.35
vpid 0x1fff, apid 0x076f, sid 0x0000
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 1f | signal d9c0 | snr e800 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
status 1f | signal d9c0 | snr eb33 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
status 1f | signal da40 | snr 4e66 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
status 1f | signal da40 | snr 4e66 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
status 1f | signal da40 | snr eb33 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
....
and the ouput of an s2 channel:
- Code: Select All Code
[thomas@neula .liplianin-szap-s2-d65015db2778]$ ./szap-s2 -c channels.conf -r -n 1116
reading channels from file 'channels.conf'
zapping to 1116 'ServusTV HD Oesterreich(ServusTV)':
delivery DVB-S, modulation QPSK
sat 0, frequency 11302 MHz H, symbolrate 22000000, coderate auto, rolloff 0.35
vpid 0x0dff, apid 0x0e02, sid 0x1331
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 01 | signal da40 | snr 0000 | ber 00000000 | unc 00000000 |
status 03 | signal da40 | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal da40 | snr 0000 | ber 00000000 | unc 00000000 |
...
The card seems to be detected as it should and the firmware is loaded
dmesg:
- Code: Select All Code
[ 6120.022337] cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
[ 6120.048484] cx24116_firmware_ondemand: Waiting for firmware upload(2)...
[ 6123.461656] cx24116_load_firmware: FW version 1.23.86.1
[ 6123.461665] cx24116_firmware_ondemand: Firmware upload complete
lspci:
- Code: Select All Code
02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02)
uname -a :
- Code: Select All Code
Linux neula 3.7.5-pf #2 SMP PREEMPT Sat Mar 9 19:53:18 CET 2013 x86_64 AMD Phenom(tm) II X6 1100T Processor AuthenticAMD GNU/Linux
Thanks in advance