Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] [linux-dvb]My card don't run out 18V.



My card is pinnacle PCTV-SAT.

 

My card don’t run out 18 voltage.

But run out 18 voltage on Windows.

 

Help me.

 

*My Card Setting

 

1. modprobe bttv i2c_hw=1 card=0x68

2. modprobe dvb-bt8xx

3. modprobe cx24110

 

4. make channel table

             my channels table info :=> file name : channels.conf-dvbs-koreasat

             --------------------------------------------------------

             EBS1: 12370:h:0:24079:1202:1200:1:12

             EBS2: 12370:h:0:24079:1302:1300:1:13

             -----------------------------------------------------------

 

using szap

$./szap c channels.conf-dvbs-koreasat EBS1 I 10750, 10750 reading channels from file channels.conf-dvbs-koreasat zapping to 1 EBS1 sat 0, frequency = 12370 MHz H, symbolrate 24079000, vpid 0x04b2, apid = 0x04b0

 

using /dev/dvb/adapter0/frontend0 and /dev/dvb/adapter0/demux0 status 07 | signal 8e8e | snr 0000 : ber 00000000 : unc 00bc0000 | status 01 | signal c7c7 | snr 07c2 : ber 00000000 : unc 00bcf7b2 | status 01 | signal c7c7 | snr 30e0 : ber 00000000 : unc 00bc0000 | status 03 | signal c8c8 | snr 2ea4 : ber 00000000 : unc 00bc0000 | status 01 | signal c9c9 | snr 32de : ber 00000000 : unc 00bc0000 | status 01 | signal caca | snr 3e74 : ber 00000000 : unc 00bc0000 |

 

5. my example code.

...

if(( ioctl(front, FE_READ_SIGNAL_STRENGTH, &strength)) < 0){

    perror("STRENGTH: ");

    close(front);

    return -1;

  }

  printf("strength : %x\n",strength);

...

strength  ===>>  ffffcaca

 

 


Home | Main Index | Thread Index