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:[EMAIL PROTECTED] 
Sent: Thursday, May 13, 2004 11:21 PM
To: Sukwoo,Jang
Cc: [EMAIL PROTECTED]
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 [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to