[EMAIL PROTECTED] wrote:
>
> from boot-up the loop-thru of the LNB-Signal on my
> TT (V 1.3) works fine,
> but after the drivers are loaded the signal ends
> and the Analog-Reciever at the loop-thru-plug
> cant find any TV-Stations anymore.
Try:
#include <stdint.h>
#include <ost/sec.h>
int secfd = open ("/dev/ost/sec", O_RDWR);
ioctl (secfd, SEC_SET_VOLTAGE, SEC_VOLTAGE_LT);
to switch back to loop-through mode.
Regards,
Johannes
--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as
subject.