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.
