Changing the code to:
case FE_INIT:
nxt6000_reset(fe);
nxt6000_setup(fe);
break;
case FE_RESET:
nxt6000_reset(fe);
break;
Still works for me. Is there any documentation regarding this board? I
would like to have a crack at getting the FE_READ_BER,
FE_READ_SIGNAL_STRENGTH, FE_READ_SNR and FE_READ_UNCORRECTED_BLOCKS
ioctls running. I know the board can do this as the manufacturers
Windows software displays these values.
Robert
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Andreas Oberritter
Sent: Friday, 30 January 2004 5:14 AM
To: [EMAIL PROTECTED]
Cc: Robert Cook; Florian Schirmer
Subject: [linux-dvb] Re: Nebula DigiTV and nxt6000 problems
On Thu, 2004-01-29 at 00:21, Robert Cook wrote:
> Changing the ioctl routine to
> case FE_INIT:
> nxt6000_reset(fe);
> nxt6000_setup(fe);
> break;
>
> case FE_RESET:
> break;
>
> Makes it work I don't think this is correct.
Thanks, applied to CVS. It makes perfectly sense. Can you please try
whether an additional nxt6000_reset(fe) on FE_RESET has any positive or
negative effect?
Regards,
Andreas
--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as
subject.