Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: LNB-Loop thru dead when driver loaded



holger.bocklet@nexgo.de 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 listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index