Mailing List archive

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

[linux-dvb] Re: It's bad value to Signal strength of PCTV-SAT card.



My frontend is able to cope with INVERSION_AUTO.

Ioctl(front, FE_GET_INFO, &fe_info);
If( fe_info.caps & FE_CAN_INVERSION_AUTO )
  printf("INVERSION_AUTO");


-----Original Message-----
From: Wolfgang Thiel [mailto:w-thiel@gmx.net] 
Sent: Thursday, May 13, 2004 11:21 PM
To: Sukwoo,Jang
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] [linux-dvb]It's is bad value to Signal strength
of PCTV-SAT card.

Hi,

On Thu, May 13, 2004 at 09:18:04PM +0900, Sukwoo,Jang wrote:
> ....
>   fe_code_rate_t fec = FE_CAN_FEC_5_6;
> ...
This is not what you want here; you need fec = FEC_5_6; instead.
You should also check whether your frontend is able to cope with
INVERSION_AUTO by checking caps&FE_CAN_INVERSION_AUTO after
FE_GET_INFO.

Good luck, Wolfgang



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index