Difference between revisions of "User Manual:Setting up DVB-C (cable)"

From MythTV Official Wiki
Jump to: navigation, search
m
(flesh out DVB-C setup some more after yet another succesful installation via IRC this way...)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{stub}}
 
{{User Manual TOC}}
 
{{User Manual TOC}}
  
{{stub}}
+
This page is up-to-date to MythTV version 0.24
  
This page is up-to-date to MythTV version 0.1
+
= Setting up DVB-C (cable) =
  
=Setting up DVB-C (cable)=
+
In this chapter you'll find information about how to setup up MythTV as a cable (DVB-C) receiver. For general information about DVB and DVB-C you should read the chapter called [[User Manual:DVB | About DVB]].
  
In this chapter you'll find information about how to setup up MythTV as a cable (DVB-C) receiver. For general information about DVB and DVB-C you should read the chapter called [[User Manual:DVB | About DVB]].
 
  
 +
== Common Steps 1-3 ==
 +
 +
TODO insert common part of adding the capture device, creating a video source and connecting both here
  
==Scanning for channels==
+
== Step 4: The Scan for Channels ==
  
In order to scan DVB-C with MythTV, you need to give it an initial transponder. The data you need to enter is: frequency, polarity, symbol rate and modulation. It can be obtained from your channels.conf file.
+
In order to scan DVB-C with MythTV, you need to give it an initial transponder in a tuned scan. The data you need to enter is: frequency, polarity, symbol rate and modulation. The information can be obtained from your operator. (Should it not be easily available it can also be obtained from an [http://linuxtv.org/hg/dvb-apps/file/default/util/scan/dvb-c initial tuning file] or a channels.conf for your location.)
  
Also, DO NOT import a channels.conf into mythTV any more (as of .21).  It does NOT provide all the information necessary to properly tune DVB and will lead to myriad problems.
+
{{Warning box|Do not import a channels.conf into MythTV any more. It does not provide all the information necessary to properly tune DVB and will lead to myriad problems.}}
  
Someone really ought to flesh out this page.
 
  
 +
== Known Issues ==
 +
There is only one simple solution for these problems: '''Talk to your cable provider they need to fix it!'''
  
==Scripts ==
+
* {{Ticket|7486}}, Some cable operators don't mark the correct tuning tables in their networks active. The ticket has a patch that allows selecting the correct tables.
  
'''[[Channel_tuning_broken_with_DVB-C#modified_mythic.pl_solution | Channel_tuning_broken_with_DVB-C]]'''
+
* [[Channel tuning broken with DVB-C]], Some cable operators just deliver the tuning tables straight from a satelite feed and are unwilling to fix the problem.
: With some cable providers scanning for channels gives trouble (not possible to tune the channels found by MythTV). This script fixes the channels found by the scanner. It does not find missing channels for you, for this you need a different script.
 

Revision as of 16:53, 7 September 2011


This page is up-to-date to MythTV version 0.24

Setting up DVB-C (cable)

In this chapter you'll find information about how to setup up MythTV as a cable (DVB-C) receiver. For general information about DVB and DVB-C you should read the chapter called About DVB.


Common Steps 1-3

TODO insert common part of adding the capture device, creating a video source and connecting both here

Step 4: The Scan for Channels

In order to scan DVB-C with MythTV, you need to give it an initial transponder in a tuned scan. The data you need to enter is: frequency, polarity, symbol rate and modulation. The information can be obtained from your operator. (Should it not be easily available it can also be obtained from an initial tuning file or a channels.conf for your location.)

Warning.png Warning: Do not import a channels.conf into MythTV any more. It does not provide all the information necessary to properly tune DVB and will lead to myriad problems.


Known Issues

There is only one simple solution for these problems: Talk to your cable provider they need to fix it!

  • #7486, Some cable operators don't mark the correct tuning tables in their networks active. The ticket has a patch that allows selecting the correct tables.