public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: handygewinnspiel@gmx.de
Cc: linux-media@vger.kernel.org
Subject: Re: [w_scan PATCH] Add Brazil support on w_scan
Date: Thu, 31 Mar 2011 07:45:13 -0300	[thread overview]
Message-ID: <4D945B39.8050708@redhat.com> (raw)
In-Reply-To: <4D92697C.3030209@redhat.com>

Em 29-03-2011 20:21, Mauro Carvalho Chehab escreveu:
> Em 29-03-2011 17:11, handygewinnspiel@gmx.de escreveu:
>> So I changed it now to scan any srate for 6MHz networks, but skip over those which are unsupported by bandwidth limitation.
...
> Anyway, I'll test the today's version and reply if I detect any troubles on it.

Test results:

	$ ./w_scan -c BR -fc 
Took about 30 mins for scan. As the board I'm using doesn't support QAM_AUTO
for DVB-C, it seek only QAM_64. No channels detected.

	$ ./w_scan -c BR -fc -Q1
Took about 30 mins for scan. Channels were properly detected.

	$ ./w_scan -c BR -fc -Q1 -S13
Took about 10 mins for scan. Channels were properly detected.

IMHO, the default, if QAM_AUTO is not supported and -Q parameter is not used,
sould be to test for the most common QAM types, and not for just 64-QAM.
A search at dvb-apps transponders files (upstream + Net Digital Brazil DVB-C freq)
show:

$ grep -l QAM64 /home/v4l/dvb-apps/util/scan/dvb-c/*|wc
     31      31    1087
$ grep -l QAM256 /home/v4l/dvb-apps/util/scan/dvb-c/*|wc
     18      18     859
$ grep -l QAM128 /home/v4l/dvb-apps/util/scan/dvb-c/*|wc
      8       8     249
$ grep QAM /home/v4l/dvb-apps/util/scan/dvb-c/*|cut -d' ' -f 5|sort|uniq -c|sort -n -r
    372 QAM64
    179 QAM256
     72 QAM128

So, starting with QAM64 makes sense, but it makes sense also to test for
QAM256 and QAM128, if QAM_AUTO is not supported.

Cheers,
Mauro

  reply	other threads:[~2011-03-31 10:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28 14:29 [w_scan PATCH] Add Brazil support on w_scan Mauro Carvalho Chehab
2011-03-28 17:20 ` handygewinnspiel
2011-03-28 18:46   ` Mauro Carvalho Chehab
2011-03-29 20:11     ` handygewinnspiel
2011-03-29 23:21       ` Mauro Carvalho Chehab
2011-03-31 10:45         ` Mauro Carvalho Chehab [this message]
2011-03-31 17:15           ` handygewinnspiel
2011-03-31 19:50             ` Mauro Carvalho Chehab
2011-03-31 19:52               ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D945B39.8050708@redhat.com \
    --to=mchehab@redhat.com \
    --cc=handygewinnspiel@gmx.de \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox