public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] how can I create a czap config file without an sample config file for my environment
@ 2008-02-29 14:52 Jelle de Jong
  2008-02-29 15:03 ` Markus Rechberger
  2008-02-29 16:00 ` André Weidemann
  0 siblings, 2 replies; 4+ messages in thread
From: Jelle de Jong @ 2008-02-29 14:52 UTC (permalink / raw)
  To: linux-dvb

Hello all,

I wanted to create the channel config files for my environment, but 
there is no scan example configuration that works for my environment, I 
do have the websites with tabels of the frequencys. How do i create my 
channel.conf ....

sudo apt-get install dvb-utils

# dvb-c channels:
firefox http://www.upc.nl/frequencies_gm.php?GM=0493 &

# dvb-t channels:
firefox http://www.digitenne.nl/pagina_49.html &

# make directorys to store channel configurations
mkdir --verbose ~/.{t,c}zap

scan --help
sudo scan -A 1/usr/share/doc/dvb-utils/examples/scan/dvb-t/..... > 
~/.tzap/channels.conf
sudo scan -A 2 /usr/share/doc/dvb-utils/examples/scan/dvb-c/.... > 
~/.czap/channels.conf

_______________________________________________
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 can I create a czap config file without an sample config file for my environment
  2008-02-29 14:52 [linux-dvb] how can I create a czap config file without an sample config file for my environment Jelle de Jong
@ 2008-02-29 15:03 ` Markus Rechberger
  2008-02-29 15:11   ` Markus Rechberger
  2008-02-29 16:00 ` André Weidemann
  1 sibling, 1 reply; 4+ messages in thread
From: Markus Rechberger @ 2008-02-29 15:03 UTC (permalink / raw)
  To: Jelle de Jong; +Cc: linux-dvb

Hi Jelle,

On Fri, Feb 29, 2008 at 3:52 PM, Jelle de Jong
<jelledejong@powercraft.nl> wrote:
> Hello all,
>
>  I wanted to create the channel config files for my environment, but
>  there is no scan example configuration that works for my environment, I
>  do have the websites with tabels of the frequencys. How do i create my
>  channel.conf ....
>
>  sudo apt-get install dvb-utils
>
>  # dvb-c channels:
>  firefox http://www.upc.nl/frequencies_gm.php?GM=0493 &
>
>  # dvb-t channels:
>  firefox http://www.digitenne.nl/pagina_49.html &
>
>  # make directorys to store channel configurations
>  mkdir --verbose ~/.{t,c}zap
>
>  scan --help
>  sudo scan -A 1/usr/share/doc/dvb-utils/examples/scan/dvb-t/..... >
>  ~/.tzap/channels.conf
>  sudo scan -A 2 /usr/share/doc/dvb-utils/examples/scan/dvb-c/.... >
>  ~/.czap/channels.conf
>

In case you want to use DVB-C, the Pinnacle Hybrid Pro 330e does NOT
support DVB-C, only analogue TV.
This device only supports DVB-T and analogue TV (which has nothing to
do with DVB-C or DVB-S)
You might try kaffeine for scanning for DVB-T channels.

for creating a custom scanfile you need some information about the
dvb-t transponder.
T 482000000 8MHz 2/3 NONE QAM16 8k 1/4 NONE
T 762000000 8MHz 2/3 NONE QAM16 8k 1/4 NONE

the Pinnacle 330e is capable of autodetecting everything beside the
first 2 entries (frequency, bandwidth)

There are tools available for creating scanfiles and running the
bruteforce method:
http://www.johannes-bauer.com/dvbt/
look at Schritt 4, or tar xfvj dvbt-scanaid-0.03.tar.bz2

http://www.johannes-bauer.com/dvbt/dvbt-scanaid-0.03.tar.bz2

Markus

_______________________________________________
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 can I create a czap config file without an sample config file for my environment
  2008-02-29 15:03 ` Markus Rechberger
@ 2008-02-29 15:11   ` Markus Rechberger
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Rechberger @ 2008-02-29 15:11 UTC (permalink / raw)
  To: Jelle de Jong; +Cc: linux-dvb

On Fri, Feb 29, 2008 at 4:03 PM, Markus Rechberger
<mrechberger@gmail.com> wrote:
> Hi Jelle,
>
>
>  On Fri, Feb 29, 2008 at 3:52 PM, Jelle de Jong
>  <jelledejong@powercraft.nl> wrote:
>  > Hello all,
>  >
>  >  I wanted to create the channel config files for my environment, but
>  >  there is no scan example configuration that works for my environment, I
>  >  do have the websites with tabels of the frequencys. How do i create my
>  >  channel.conf ....
>  >
>  >  sudo apt-get install dvb-utils
>  >
>  >  # dvb-c channels:
>  >  firefox http://www.upc.nl/frequencies_gm.php?GM=0493 &
>  >

I haven't had a look at that link first, this seems to be an analogue
TV frequency list and not DVB-C.

http://mcentral.de/wiki/index.php5/Tvtime

you might try to install this tvtime version, it's patched to work
with your device and autodetect the corresponding audio device.

Markus

_______________________________________________
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 can I create a czap config file without an sample config file for my environment
  2008-02-29 14:52 [linux-dvb] how can I create a czap config file without an sample config file for my environment Jelle de Jong
  2008-02-29 15:03 ` Markus Rechberger
@ 2008-02-29 16:00 ` André Weidemann
  1 sibling, 0 replies; 4+ messages in thread
From: André Weidemann @ 2008-02-29 16:00 UTC (permalink / raw)
  To: Jelle de Jong; +Cc: linux-dvb

Jelle de Jong wrote:
> Hello all,
> 
> I wanted to create the channel config files for my environment, but 
> there is no scan example configuration that works for my environment, I 
> do have the websites with tabels of the frequencys. How do i create my 
> channel.conf ....

Take a look at this page(German):
http://wirbel.htpc-forum.de/w_scan/index2.html
or this page(English):
http://www.edafe.org/vdr/wscan.html

w_scan should do the trick.

  André

_______________________________________________
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-02-29 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 14:52 [linux-dvb] how can I create a czap config file without an sample config file for my environment Jelle de Jong
2008-02-29 15:03 ` Markus Rechberger
2008-02-29 15:11   ` Markus Rechberger
2008-02-29 16:00 ` André Weidemann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox