* [linux-dvb] how to prevent scan utility from scaning other transponders?
@ 2008-08-16 8:30 Ali H.M. Hoseini
2008-08-16 8:32 ` Brice DUBOST
0 siblings, 1 reply; 4+ messages in thread
From: Ali H.M. Hoseini @ 2008-08-16 8:30 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 393 bytes --]
Hi all,
When I use scan utility to scan a transponder, in some freq. scan continues
to scan other transponders (I think find them in NIT tables), and that mean
I should wait 2-3 minutes for scan to complete it's work, and list all the
transponders it found.
how should I prevent scan utility from scaning other transponders? And force
it to scan just the transponder I want?
Thanks.
Ali.
[-- Attachment #1.2: Type: text/html, Size: 450 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] how to prevent scan utility from scaning other transponders?
2008-08-16 8:30 [linux-dvb] how to prevent scan utility from scaning other transponders? Ali H.M. Hoseini
@ 2008-08-16 8:32 ` Brice DUBOST
2008-08-16 8:42 ` Ali H.M. Hoseini
0 siblings, 1 reply; 4+ messages in thread
From: Brice DUBOST @ 2008-08-16 8:32 UTC (permalink / raw)
To: Ali H.M. Hoseini; +Cc: linux-dvb
Ali H.M. Hoseini a écrit :
> Hi all,
>
> When I use scan utility to scan a transponder, in some freq. scan
> continues to scan other transponders (I think find them in NIT tables),
> and that mean I should wait 2-3 minutes for scan to complete it's work,
> and list all the transponders it found.
>
> how should I prevent scan utility from scaning other transponders? And
> force it to scan just the transponder I want?
>
>
> Thanks.
>
> Ali.
>
Hello
Lock on the transponder
and use scan -c
Regards
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] how to prevent scan utility from scaning other transponders?
2008-08-16 8:32 ` Brice DUBOST
@ 2008-08-16 8:42 ` Ali H.M. Hoseini
2008-08-16 9:10 ` Brice DUBOST
0 siblings, 1 reply; 4+ messages in thread
From: Ali H.M. Hoseini @ 2008-08-16 8:42 UTC (permalink / raw)
To: Brice DUBOST; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 977 bytes --]
On Sat, Aug 16, 2008 at 12:02 PM, Brice DUBOST <braice@braice.net> wrote:
> Ali H.M. Hoseini a écrit :
> > Hi all,
> >
> > When I use scan utility to scan a transponder, in some freq. scan
> > continues to scan other transponders (I think find them in NIT tables),
> > and that mean I should wait 2-3 minutes for scan to complete it's work,
> > and list all the transponders it found.
> >
> > how should I prevent scan utility from scaning other transponders? And
> > force it to scan just the transponder I want?
> >
> >
> > Thanks.
> >
> > Ali.
> >
>
> Hello
>
> Lock on the transponder
>
> and use scan -c
>
> Regards
Hi ,
Thanks Brice, But I'm trying to find a way to do this just with scan.
Because if I want to tune to freq. with szap, first I should create an
channels.conf file. This is the hen and egg problem, because I should first
scan that freq. to create channels.conf.
Does anybody knows a solution for this?
Regard.
[-- Attachment #1.2: Type: text/html, Size: 1432 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] how to prevent scan utility from scaning other transponders?
2008-08-16 8:42 ` Ali H.M. Hoseini
@ 2008-08-16 9:10 ` Brice DUBOST
0 siblings, 0 replies; 4+ messages in thread
From: Brice DUBOST @ 2008-08-16 9:10 UTC (permalink / raw)
To: Ali H.M. Hoseini; +Cc: linux-dvb
Ali H.M. Hoseini a écrit :
>
>
> On Sat, Aug 16, 2008 at 12:02 PM, Brice DUBOST <braice@braice.net
> <mailto:braice@braice.net>> wrote:
>
> Ali H.M. Hoseini a écrit :
> > Hi all,
> >
> > When I use scan utility to scan a transponder, in some freq. scan
> > continues to scan other transponders (I think find them in NIT
> tables),
> > and that mean I should wait 2-3 minutes for scan to complete it's
> work,
> > and list all the transponders it found.
> >
> > how should I prevent scan utility from scaning other transponders? And
> > force it to scan just the transponder I want?
> >
> >
> > Thanks.
> >
> > Ali.
> >
>
> Hello
>
> Lock on the transponder
>
> and use scan -c
>
> Regards
>
>
> Hi ,
>
> Thanks Brice, But I'm trying to find a way to do this just with scan.
> Because if I want to tune to freq. with szap, first I should create an
> channels.conf file. This is the hen and egg problem, because I should
> first scan that freq. to create channels.conf.
>
> Does anybody knows a solution for this?
>
> Regard.
>
Hello
Use dvbtune
Regards
--
Brice
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-16 9:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-16 8:30 [linux-dvb] how to prevent scan utility from scaning other transponders? Ali H.M. Hoseini
2008-08-16 8:32 ` Brice DUBOST
2008-08-16 8:42 ` Ali H.M. Hoseini
2008-08-16 9:10 ` Brice DUBOST
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox