On Wednesday 18 December 2002 10:14, Alexandre CONRAD wrote: > I get the following error trying to lock on my dvb-s card : > > ./dvbtune -f 11283 -p V -s 27500 -v 2621 -a 2641 > Using DVB card "stv0299 based (e.g. Alps BSRU6 or LG TDQB-S00x)" > tuning DVB-S to L-Band:1107310712, Pol:V Srate=27500000, 22kHz=off > polling.... > Getting frontend event > FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER > polling.... > Getting frontend event > FE_STATUS: FE_HAS_SIGNAL FE_TIMEDOUT FE_HAS_CARRIER > Not able to lock to the signal on the given frequency > > > is it normal that the L-Band is "1107310712" ?? I entered "-f 11283" > > Regards,
I don't know much about this stuff, but I'm that far I know that you must add 000 to the frequency. On astra 19 degrees, the following works for me to get transponder info: dvbtune -f 10832000 -p h -s 22000 -i And to tune to Polonia 1 on that transponder, i can do (however, I get no data from my Nova card. But with a full card with MPEG decoder, this should work) dvbtune -f 10832000 -p h -s 22000 -V 54 -A 57 For some transponders (like tp 77, freq. 11954, pol h) I have to use a diseq command -D 1 to get the transponder info or to tune. So this seems to be switching to high band in my case. dvbtune -f 11954000 -p h -s 27500 -D 1 -i Hope that helps. Markus -- Dipl. Inf. Markus Stoye Eschenweg 31 40468 D�sseldorf -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
