Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Nebula DigiTV and nxt6000 problems
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: linux-dvb-bounce@linuxtv.org [mailto:linux-dvb-bounce@linuxtv.org]
On Behalf Of Andreas Oberritter
Sent: Friday, 30 January 2004 5:14 AM
To: linux-dvb@linuxtv.org
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 ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index