Moderator Control Panel ]

Unable to szap or scan (Ubuntu, UK)

Unable to szap or scan (Ubuntu, UK)

Postby gregwill » Mon Jan 03, 2011 8:38 pm

Hi,

I have a new 6891 card which I am attempting to use in the UK on "Freesat" on Ubuntu 10.10 64-bit. I haven't been able to get szap-s2 or scan to work.

I get the following output when I run szap-s2:

Code: Select All Code
$ szap-s2 -a 0 -c ./astra_szap-s2.conf -p -r -S 0 BBC

reading channels from file './astra_szap-s2.conf'
zapping to 7 'BBC':
delivery DVB-S, modulation QPSK
sat 0, frequency 10773 MHz H, symbolrate 22000000, coderate auto, rolloff 0.35
vpid 0x1388, apid 0x1389, sid 0x189d
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'


(it just hangs here)

BBC is configured like this in astra_szap-s2.conf:

BBC:10773:h:0:22000:5000:5001:6301


I got these numbers from here: http://www.lyngsat.com/astra2d.html. I have tried other channels too. If I remove the "-p -r" from szap-s2 I get:

Code: Select All Code
reading channels from file './astra_szap-s2.conf'
zapping to 7 'BBC':
delivery DVB-S, modulation QPSK
sat 0, frequency 10773 MHz H, symbolrate 22000000, coderate auto, rolloff 0.35
vpid 0x1388, apid 0x1389, sid 0x189d
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 03 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
...


I tried using -S1 (the 2nd adapter), but it didn't work either. Both inputs on the card are connected via twin cable to a quad LNB which was on my house when I bought it (although I haven't used it before).

As far as I can tell I have compiled and installed the driver successfully. E.g. this is in my dmesg:

Code: Select All Code
[   11.062020] cx23885 driver version 0.0.2 loaded
[   11.082484] cx23885 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   11.082779] CORE cx23885[0]: subsystem: 6981:8888, board: TurboSight TBS 6981 [card=30,autodetected]
[   11.861290] cx25840 2-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0])
[   12.698137] cx25840 2-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)
[   12.706107] cx23885_dvb_register() allocating 1 frontend(s)
[   12.706113] cx23885[0]: cx23885 based dvb card
[   12.881931] DVB: registering new adapter (cx23885[0])
[   12.910175] cx23885_dvb_register() allocating 1 frontend(s)
[   12.910238] cx23885[0]: cx23885 based dvb card
[   12.929074] DVB: registering new adapter (cx23885[0])
[   12.957004] cx23885_dev_checkrevision() Hardware revision = 0xa5
[   12.957011] cx23885[0]/0: found at 0000:02:00.0, rev: 4, irq: 18, latency: 0, mmio: 0xfe800000
[   12.957019] cx23885 0000:02:00.0: setting latency timer to 64
[   13.080114] input: cx23885 IR (TurboSight TBS 6981) as /devices/pci0000:00/0000:00:06.0/0000:02:00.0/rc/rc0/input4
[   13.080183] rc0: cx23885 IR (TurboSight TBS 6981) as /devices/pci0000:00/0000:00:06.0/0000:02:00.0/rc/rc0


And:

Code: Select All Code
$ dmesg | grep tbs6981fe
[  476.207156] tbs6981fe: software version is 1.95


And:

Code: Select All Code
$ modinfo tbs6981fe
filename:       /lib/modules/2.6.35-23-generic/kernel/drivers/media/dvb/frontends/tbs6981fe.ko
license:        TurboSight Proprietary
author:         Konstantin Dimitrov <kosio.dimitrov@gmail.com>
description:    TurboSight TBS 6981 Dual DVBS/S2 frontend driver module
depends:       
vermagic:       2.6.35-23-generic SMP mod_unload modversions
parm:           pne:Phase noise enhancements 0:Off, 1:On (default:0) (int)
parm:           esno:SNR is reported in 0:Percentage, 1:(EsNo dB)*10 (default:0) (int)
parm:           dbm:Signal is reported in 0:Percentage, 1:-1*dBm (default:0) (int)


Please advise on how to fix or debug further.

Thanks,

Greg
gregwill
 
Posts: 1
Joined: Mon Jan 03, 2011 8:11 pm

Re: Unable to szap or scan (Ubuntu, UK)

Postby cody » Wed Jan 05, 2011 6:14 am

Greg, all seems correct to me except that 'szap-s2' result is like you don't have signal. did you check the signal with something else, e.g. set-top-box, etc? other possibility is to check the TBS 6981 card in Windows, but at least i don't see anything wrong with your Linux software and settings. we need to somehow rule out different options: there is no signal from the LNB, something wrong with Linux (which doesn't seem likely at least based on the information you provided), etc.

P.S. if there is signal for sure on your cable it could be some fault in your TBS 6981 hardware, but that's very unlikely, because TBS 6981 failure rate is very very low and the chance is slim to none, but still existing, that's why i asked for the above things first.
cody
 
Posts: 627
Joined: Tue Apr 13, 2010 11:20 pm

Re: Unable to szap or scan (Ubuntu, UK)

Postby ie332 » Thu Jan 06, 2011 4:14 am

Hi Greg, Hi cody

I have exactly the same configuration and issue.
Only I'm trying to scan/szap Hotbird 13E. (Everything works fine with my Dreambox)
Have the same behavior/output from szap-s2, but when I'm trying to use scan-s2 my HTPC crushes and after that motherboard has difficulty to start, looks like it is trying it several times.
Unfortunately cannot test it with Windows.

Code: Select All Code
$ uname -a
Linux xbmc 2.6.35-24-server #42-Ubuntu SMP Thu Dec 2 03:58:11 UTC 2010 x86_64 GNU/Linux


Code: Select All Code
$ sudo ./szap-s2 -c ../hotbird.conf "RTR" -S 0 -C 34 -H -a 1
reading channels from file '../hotbird.conf'
zapping to 1 'RTR':
delivery DVB-S, modulation QPSK
sat 0, frequency 11034 MHz V, symbolrate 27500000, coderate 3/4, rolloff 0.35
vpid 0x0334, apid 0x033e, sid 0x06ac
using '/dev/dvb/adapter1/frontend0' and '/dev/dvb/adapter1/demux0'
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
status 01 | signal  49% | snr   0% | ber 0 | unc 0 |
^C


Code: Select All Code
$ more ../hotbird.conf
RTR:11034:v:0:27500:820:830:1708


Code: Select All Code
$ dmesg | grep cx23885
[   11.126453] cx23885 driver version 0.0.2 loaded
[   11.137123] cx23885 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   11.137365] CORE cx23885[0]: subsystem: 6981:8888, board: TurboSight TBS 6981 [card=30,autodetected]
[   11.883709] cx25840 2-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0])
[   12.698818] cx25840 2-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)
[   12.706607] cx23885_dvb_register() allocating 1 frontend(s)
[   12.706613] cx23885[0]: cx23885 based dvb card
[   12.726807] DVB: registering new adapter (cx23885[0])
[   12.754534] cx23885_dvb_register() allocating 1 frontend(s)
[   12.754536] cx23885[0]: cx23885 based dvb card
[   12.773229] DVB: registering new adapter (cx23885[0])
[   12.800907] cx23885_dev_checkrevision() Hardware revision = 0xa5
[   12.800914] cx23885[0]/0: found at 0000:02:00.0, rev: 4, irq: 16, latency: 0, mmio: 0xfe400000
[   12.800920] cx23885 0000:02:00.0: setting latency timer to 64
[   12.830170] input: cx23885 IR (TurboSight TBS 6981) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc1/input3
[   12.830220] rc1: cx23885 IR (TurboSight TBS 6981) as /devices/pci0000:00/0000:00:04.0/0000:02:00.0/rc/rc1


Code: Select All Code
$ dmesg | grep tbs6981fe
[   16.008801] tbs6981fe: software version is 1.95


Code: Select All Code
$ modinfo tbs6981fe
filename:       /lib/modules/2.6.35-24-server/kernel/drivers/media/dvb/frontends/tbs6981fe.ko
license:        TurboSight Proprietary
author:         Konstantin Dimitrov <kosio.dimitrov@gmail.com>
description:    TurboSight TBS 6981 Dual DVBS/S2 frontend driver module
depends:       
vermagic:       2.6.35-24-server SMP mod_unload modversions
parm:           pne:Phase noise enhancements 0:Off, 1:On (default:0) (int)
parm:           esno:SNR is reported in 0:Percentage, 1:(EsNo dB)*10 (default:0) (int)
parm:           dbm:Signal is reported in 0:Percentage, 1:-1*dBm (default:0) (int)

Thanks,
Vadim
ie332
 
Posts: 7
Joined: Thu Jan 06, 2011 4:05 am

Re: Unable to szap or scan (Ubuntu, UK)

Postby cody » Thu Jan 06, 2011 7:33 am

hi Vadim,

are you sure the cable is connected to the correct LNB input:

"-a 1" means LNB A of TBS 6981
"-a 0" means LNB B of TBS 6981
(yes, they are swapped "A" is "1" and "B" is "0" in Linux)

i really don't have any other suggestion at the moment - the hardest part is to build and install the driver, which it seems you've already done successfully.
cody
 
Posts: 627
Joined: Tue Apr 13, 2010 11:20 pm

Re: Unable to szap or scan (Ubuntu, UK)

Postby ie332 » Thu Jan 06, 2011 8:34 am

Hi cody,
I noticed of that from your other posts and always tried to run the same test for 'a 1' and 'a 0'
planning to put the card into my windows PC and test it.

here is another output from 'w_scan':
Code: Select All Code
$ sudo w_scan -fs -sS13E0 -o7 -D2c
w_scan version 20101204 (compiled for DVB API 5.1)
using settings for 13.0 east Hotbird 6/7A/8
frontend_type DVB-S, channellist 4
output format vdr-1.7
Info: using DVB adapter auto detection.
        /dev/dvb/adapter0/frontend0 -> DVB-S "TurboSight TBS 6981 DVBS/S2 frontend": very good :-))

Using DVB-S frontend (adapter /dev/dvb/adapter0/frontend0)
-_-_-_-_ Getting frontend capabilities-_-_-_-_
Using DVB API 5.1
frontend TurboSight TBS 6981 DVBS/S2 frontend supports
INVERSION_AUTO
DVB-S
DVB-S2
using LNB "UNIVERSAL"
using DiSEqC committed switch 2
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
(time: 00:00)
(time: 00:04)
(time: 00:08)
(time: 00:12)
(time: 00:16)
(time: 00:19)

after 19 secs (more often after 4secs) computer crushed

Thanks,
Vadim
ie332
 
Posts: 7
Joined: Thu Jan 06, 2011 4:05 am

Re: Unable to szap or scan (Ubuntu, UK)

Postby cody » Sun Jan 09, 2011 10:28 pm

please, keep me informed for the status - i'm start suspecting it could be hardware fault in your boards - there is no problem to exchange them, but it's good first to make sure it's hardware fault, because otherwise time and money (for your shipping costs to send back the boards to us) will be just wasted in case it turned to be just some software misconfiguration, which i unfortunately don't see from logs you posted at least the software looks fine.
cody
 
Posts: 627
Joined: Tue Apr 13, 2010 11:20 pm

Re: Unable to szap or scan (Ubuntu, UK)

Postby ie332 » Tue Jan 11, 2011 4:12 am

Hi cody,

I installed drivers and TBSViewer from the disk which came with the card.
TBSViewer was able to scan channels but when I try to watch any of them it crushes.
After that, I reinstall the latest Windows 7 driver from the web site and it works.
Was not a bit happy about configuration of TBSViewer. Just install new version of TBSViewer.
Will play around to make sure everything works fine on Windows then go back to linux.

Thanks,
Vadim
ie332
 
Posts: 7
Joined: Thu Jan 06, 2011 4:05 am

Re: Unable to szap or scan (Ubuntu, UK)

Postby cody » Tue Jan 11, 2011 4:27 am

hi Vadim,

that sounds good - it seems the hardware is fine, but as you mentioned - test it for a few days in Windows then if everything is fine, i.e. no any strange problem that might be caused by hardware fault, you can be sure that the problem in Linux is software.

--cody
cody
 
Posts: 627
Joined: Tue Apr 13, 2010 11:20 pm

Re: Unable to szap or scan (Ubuntu, UK)

Postby jockmacmad » Sun Jan 16, 2011 4:46 am

Ubuntu 10.10 64-bit. Exactly same issues on both a0 and a 1 (both connected at same time).

Just removed cables from set-top box where it is all working fine.

Code: Select All Code
szap-s2 -a 0 -c ./astra_szap-s2.conf -S 0 BBC
reading channels from file './astra_szap-s2.conf'
zapping to 3 'BBC':
delivery DVB-S, modulation QPSK
sat 0, frequency 11597 MHz V, symbolrate 22000000, coderate auto, rolloff 0.35
vpid 0x00a3, apid 0x005c, sid 0x2742
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 03 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |
status 01 | signal bf2d | snr 0000 | ber 00000000 | unc 00000000 |

jock@jock-EX58-UD5:~/Downloads/linux-s2api-tbs6980-1_20101024$ dmesg | grep tbs6981fe[   15.417654] tbs6981fe: module license 'TurboSight Proprietary' taints kernel.
[   19.309449] tbs6981fe: software version is 1.95


Code: Select All Code
uname -a
Linux jock-EX58-UD5 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 02:41:37 UTC 2010 x86_64 GNU/Linux


Code: Select All Code
 modinfo tbs6981fe
filename:       /lib/modules/2.6.35-24-generic/kernel/drivers/media/dvb/frontends/tbs6981fe.ko
license:        TurboSight Proprietary
author:         Konstantin Dimitrov <kosio.dimitrov@gmail.com>
description:    TurboSight TBS 6981 Dual DVBS/S2 frontend driver module
depends:       
vermagic:       2.6.35-24-generic SMP mod_unload modversions
parm:           pne:Phase noise enhancements 0:Off, 1:On (default:0) (int)
parm:           esno:SNR is reported in 0:Percentage, 1:(EsNo dB)*10 (default:0) (int)
parm:           dbm:Signal is reported in 0:Percentage, 1:-1*dBm (default:0) (int)


Code: Select All Code
dmesg | grep cx23885
[   14.053347] cx23885 driver version 0.0.2 loaded
[   14.053380] cx23885 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.053564] CORE cx23885[0]: subsystem: 6981:8888, board: TurboSight TBS 6981 [card=30,autodetected]
[   14.784947] cx25840 3-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0])
[   15.408889] cx25840 3-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes)
[   15.416478] cx23885_dvb_register() allocating 1 frontend(s)
[   15.416481] cx23885[0]: cx23885 based dvb card
[   15.436278] DVB: registering new adapter (cx23885[0])
[   15.463316] cx23885_dvb_register() allocating 1 frontend(s)
[   15.463318] cx23885[0]: cx23885 based dvb card
[   15.481498] DVB: registering new adapter (cx23885[0])
[   15.508527] cx23885_dev_checkrevision() Hardware revision = 0xa5
[   15.508533] cx23885[0]/0: found at 0000:01:00.0, rev: 4, irq: 16, latency: 0, mmio: 0xfb600000
[   15.508538] cx23885 0000:01:00.0: setting latency timer to 64
[   15.547145] input: cx23885 IR (TurboSight TBS 6981) as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/rc/rc0/input5
[   15.547193] rc0: cx23885 IR (TurboSight TBS 6981) as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/rc/rc0
jockmacmad
 
Posts: 10
Joined: Thu Jan 13, 2011 5:59 am

Re: Unable to szap or scan (Ubuntu, UK)

Postby jockmacmad » Sun Jan 16, 2011 5:10 am

Update ...

Code: Select All Code
 scan-s2 -a 0 astra_scan-s2.conf
API major 5, minor 1
ERROR: Cannot open rotor configuration file 'rotor.conf'.
scanning astra_scan-s2.conf
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder DVB-S  10773000 H 22000000 5/6 35 QPSK
initial transponder DVB-S  11778000 V 27500000 3/4 35 QPSK
initial transponder DVB-S2 11362000 H 22000000 2/3 35 8PSK
----------------------------------> Using DVB-S
>>> tune to: 10773:hC56M2O35S0:S0.0W:22000:
DVB-S IF freq is 1023000
>>> parse_section, section number 0 out of 1...!
0x07FD 0x189D: pmt_pid 0x0000 BSkyB -- BBC 1 London (running)
0x07FD 0x189E: pmt_pid 0x0000 BSkyB -- BBC 2 England (running)
0x07FD 0x18A5: pmt_pid 0x0000 BSkyB -- BBC TES 2 (not running)
0x07FD 0x18AB: pmt_pid 0x0000 BSkyB -- BBC TES 3 (running)
0x07FD 0x18AD: pmt_pid 0x0000 BSkyB -- CBBC Channel (not running)
0x07FD 0x18AF: pmt_pid 0x0000 BSkyB -- BBC THREE (running)
0x07FD 0x18BF: pmt_pid 0x0000 BSkyB -- FIVE (running)
0x07FD 0x18C5: pmt_pid 0x0000 BSkyB -- BBC 1 West (running)
>>> parse_section, section number 0 out of 0...!
service_id = 0x189D
pmt_pid = 0x100
service_id = 0x189E
pmt_pid = 0x102
service_id = 0x18AB
pmt_pid = 0x103
service_id = 0x18AF
pmt_pid = 0x10A
service_id = 0x18BF
pmt_pid = 0x10B
service_id = 0x18C5
pmt_pid = 0x10C
service_id = 0x18CF
pmt_pid = 0x10D
service_id = 0x18D9
pmt_pid = 0x10E
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x1388
  AUDIO     : PID 0x1389
  AUDIO     : PID 0x138A
  TELETEXT  : PID 0x138B
  OTHER     : PID 0x0F06 TYPE 0x0B
  OTHER     : PID 0x0F07 TYPE 0x0B
  OTHER     : PID 0x0F08 TYPE 0x0B
  OTHER     : PID 0x0F09 TYPE 0x0B
  SUBTITLING: PID 0x138C
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
  OTHER     : PID 0x0911 TYPE 0x05
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x090E TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x13EC
  AUDIO     : PID 0x13ED
  AUDIO     : PID 0x13EE
  TELETEXT  : PID 0x13EF
  OTHER     : PID 0x0F06 TYPE 0x0B
  OTHER     : PID 0x0F07 TYPE 0x0B
  OTHER     : PID 0x0F08 TYPE 0x0B
  OTHER     : PID 0x0F09 TYPE 0x0B
  SUBTITLING: PID 0x13F0
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x090E TYPE 0x05
  OTHER     : PID 0x0922 TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x1450
  AUDIO     : PID 0x1451
  TELETEXT  : PID 0x1453
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x090E TYPE 0x05
  OTHER     : PID 0x0928 TYPE 0x05
  OTHER     : PID 0x090F TYPE 0x05
  OTHER     : PID 0x0913 TYPE 0x05
  OTHER     : PID 0x0914 TYPE 0x05
  OTHER     : PID 0x0915 TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x1450
  AUDIO     : PID 0x1451
  AUDIO     : PID 0x1452
  TELETEXT  : PID 0x1453
  OTHER     : PID 0x0F06 TYPE 0x0B
  OTHER     : PID 0x0F07 TYPE 0x0B
  OTHER     : PID 0x0F08 TYPE 0x0B
  OTHER     : PID 0x0F09 TYPE 0x0B
  SUBTITLING: PID 0x1454
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x090E TYPE 0x05
  OTHER     : PID 0x0928 TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x1518
  AUDIO     : PID 0x1519
  AUDIO     : PID 0x151A
  TELETEXT  : PID 0x151C
  SUBTITLING: PID 0x151B
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x170C
  AUDIO     : PID 0x170D
  TELETEXT  : PID 0x170F
  OTHER     : PID 0x0F06 TYPE 0x0B
  OTHER     : PID 0x0F07 TYPE 0x0B
  OTHER     : PID 0x0F08 TYPE 0x0B
  OTHER     : PID 0x0F09 TYPE 0x0B
  SUBTITLING: PID 0x1710
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
  OTHER     : PID 0x0911 TYPE 0x05
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x090E TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x1644
  AUDIO     : PID 0x1645
  TELETEXT  : PID 0x1647
  OTHER     : PID 0x0F06 TYPE 0x0B
  OTHER     : PID 0x0F07 TYPE 0x0B
  OTHER     : PID 0x0F08 TYPE 0x0B
  OTHER     : PID 0x0F09 TYPE 0x0B
  SUBTITLING: PID 0x1648
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
  OTHER     : PID 0x0911 TYPE 0x05
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x090E TYPE 0x05
>>> parse_section, section number 0 out of 0...!
  VIDEO     : PID 0x16A8
  AUDIO     : PID 0x16A9
  TELETEXT  : PID 0x16AB
  OTHER     : PID 0x0F06 TYPE 0x0B
  OTHER     : PID 0x0F07 TYPE 0x0B
  OTHER     : PID 0x0F08 TYPE 0x0B
  OTHER     : PID 0x0F09 TYPE 0x0B
  SUBTITLING: PID 0x16AC
  OTHER     : PID 0x0F00 TYPE 0x05
  OTHER     : PID 0x0F01 TYPE 0x05
  OTHER     : PID 0x0F02 TYPE 0x05
  OTHER     : PID 0x0F03 TYPE 0x05
  OTHER     : PID 0x0F04 TYPE 0x05
  OTHER     : PID 0x0911 TYPE 0x05
  OTHER     : PID 0x090C TYPE 0x05
  OTHER     : PID 0x090D TYPE 0x05
  OTHER     : PID 0x0915 TYPE 0x05
>>> parse_section, section number 1 out of 1...!
0x07FD 0x18CF: pmt_pid 0x010D BSkyB -- BBC 1 East (W) (running)
0x07FD 0x18D9: pmt_pid 0x010E BSkyB -- BBC 1 CI (running)
>>> parse_section, section number 1 out of 1...!
Network Name 'ASTRA'
>>> parse_section, section number 0 out of 1...!
Network Name 'ASTRA'
----------------------------------> Using DVB-S
>>> tune to: 11778:vC34M2O35S0:S28.2E:27500:
DVB-S IF freq is 1178000
WARNING: >>> tuning failed!!!
>>> tune to: 11778:vC34M2O35S0:S28.2E:27500: (tuning failed)
DVB-S IF freq is 1178000
WARNING: >>> tuning failed!!!
----------------------------------> Using DVB-S2
>>> tune to: 11362:hC23M5O35S1:S0.0W:22000:
DVB-S IF freq is 1612000
WARNING: >>> tuning failed!!!
>>> tune to: 11362:hC23M5O35S1:S0.0W:22000: (tuning failed)
DVB-S IF freq is 1612000
WARNING: >>> tuning failed!!!
dumping lists (10 services)
BBC 1 London;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5000:5001=eng,5002=NAR:5003:0:6301:2:2045:0
BBC 2 England;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5100:5101=eng,5102=NAR:5103:0:6302:2:2045:0
BBC TES 3;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5200:5201=eng:5203:0:6315:2:2045:0
BBC THREE;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5200:5201=eng,5202=NAR:5203:0:6319:2:2045:0
FIVE;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5400:5401=eng,5402=NAR:5404:0:6335:2:2045:0
BBC 1 West;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5900:5901=eng:5903:0:6341:2:2045:0
BBC 1 East (W);BSkyB:10773:hC56M2O35S0:S28.2E:22000:5700:5701=eng:5703:0:6351:2:2045:0
BBC 1 CI;BSkyB:10773:hC56M2O35S0:S28.2E:22000:5800:5801=eng:5803:0:6361:2:2045:0
jockmacmad
 
Posts: 10
Joined: Thu Jan 13, 2011 5:59 am

Next

Return to Linux

Who is online

Users browsing this forum: No registered users and 3 guests

cron