![]() |
downloads | documentation | HowTo | reporting bugs | links | Recent Changes |
What is a Wiki?See WikiWikiWeb If you don't know how to use a wiki see the WikiHowto ErfurtWiki is maintained by a loosely knit group of developers. Quick LinksRelated sitesContactPlease submit website bugs in the BugReports Contribute!Please file any wishes on UserSuggestions. Hosted By |
PAL SettingsFirst remember that we are in the world of PAL. There is a guide to setting up a PAL mythbox here. http://www.knoppmythwiki.org/index.php?page=PalHowTo Digital Tv CardsDigital TV cards are known as DVB cards (digital video broadcasting). DVB-C are for cable DVB-T are for terrestial DVB-S are for satellite DVB-T cards are essentially 'Freeview digi-boxes' in PCI card form. Digital signals are already in MPEG format which has obvious hardware and practical advantages since you do not need to convert the analogue signal to digital. Furthermore you can receive many more channels such as Sky Sports News, ITV3/4, BBC3/2, E4 etc. For information on setting up a DVB card see this instead DVBHowTo. One disadvantage is you will need a strong signal to pick up digital and so a rooftop aerial mast is highly recommended. Another disadvantage is that DVB cards rarely come with inputs. This means you would need a 2nd Tv Card if you ever wanted to connect a SKY box or camcorder to your mythbox. Analogue Tv CardsThis user is testing with a PVR-250 MPEG-2 tv tuner and a "normal" terrestrial roof-top aerial. The procedure is mostly similar for any compatible tv capture card. This guide also applies to UK users with Sky Digital or Cable set top boxes (i.e. NTL/Telewest). See SkyDigiBox for more sky and ntl information. These instructions are taken from a clean Knoppmyth R4V5 installation and hopefully are as basic as possible. Step 1 - (Terrestrial TV Users) Transmitter informationBefore you begin, visit the BBC web site and find your transmitter frequency information. http://www.bbc.co.uk/reception/transmitters/tv_trans/index.shtml Channel five information is at http://www.bbc.co.uk/reception/transmitters/tv_trans/tv_c5.shtml You can also use the channel five postcode search http://www.five.tv/aboutfive/gettingfive/postcodesearch/ to determine your nearest analogue channel five transmitter. My frequencies are for the Sutton Coldfield transmitter... 1 = Sutton Coldfield = 46 Step1(b) - (Satellite / Cable users) Digibox Broadcast FrequencySky and Ntl boxes have their own tuners that cannot be directly controlled by the computer. This leaves the mythtv configuration for channels down to setting the source and then using an extra peice of hardware such as a remote control emulator and a script to carry out the channel changes. The numbers given to the channel change scripts are placed in the database as though they were for the internal tuner and so it is not easy to use the coax/ normal tv cable input. S-Video or composite also provided better quality results. If you really must use the coax then the frequency for all channels must be that of your settop box: For Sky users, the default channel is 68, it can be found by issuing Services 401 Select select the 'rf outlets' command Step 2 - InstallInstall Knoppmyth following the help instructions at KnoppMythInstall Auto Install is straight forward for most users. Install until you get the MythTV setup screen displayed (the one with General/Capture Cards/Video Sources etc. on it) Step 2(b) - Configure for a PVR-250 cardUse a terminal session (either Windows PUTTY over the network or CTRL+ALT+F1 on console) logon as "root" to setup your card. pico /etc/mythtv/modules/ivtv For most people all that needs changing is the line
options tuner type=1 This file was provided by a UK user, I am unsure as to why so many settings required change and the tuner type is set to 45... Next we find what tunner your pvr250 has, as these seem to change often.
rmmod tveeprom You are looking for a message near the bottom saying something like:
tvee: tuner=Philips FI1246 MK2 (idx=11, type=1) Next we set settings for each individual card:
pico /etc/sysconfig/ivtv/cfg-0 This should contain
IVTV_TUNER='X' IVTV_TYPE='PAL' Where X is the tuner number found earlier. Step 3 - Fix tv_grab_uk_rtWarning: This patch is not necessary with later versions such as R5A16. In fact, applying this patch will probably mean that you have to say NO to about 100 unavailable channels individually. Use a terminal session (either PUTTY over the network or CTRL+ALT+F1 on console) logon as "root" These instructions were copied and updated from TvGrabUkRtFix cd ~ wget http://belnet.dl.sourceforge.net/sourceforge/xmltv/xmltv-0.5.37.tar.bz2 Answer "4" for Europe when asked At CPAN prompt enter... At Linux prompt enter.... Step 4 - Configure MythTVSwitch back to the MythSetup? screen (CTRL+ALT+F7) Option 1. General
Select Next until "TV Format" using Up/Down and Left/Right cursor keys TV format = PAL Option 2. Capture CardSelect "(New capture card)" Card type = MPEG-2 Encoder card (PVR-250/350) Option 3. Video sourcesSelect "(New video source)" Then ALT+TAB then press zero to show console window that appears. To add the basic UK channels...This applies to all. It is best to setup only a few channels at this point as you cannot use mythtv until all the schedule for each channel has been loaded. Enter "BBC1", select your nearest match from the list eg. "BBC1 Midlands" Enter "ITV1", select your nearest match. Use mouse to "lower" the console window. Press "ESCAPE" Switch to console window CTRL+ALT+F1 Type
cat /home/mythtv/.mythtv/RadioTimesUK.xmltv You should get a listing like... channel midlands.bbc1.bbc.co.uk Make a note of all these values that look like internet addresses. Switch back to setup (CTRL+ALT+F7) Option 4. Input connectionsSelect "The input to be used?" (for the PVR cards) Select "Finish" Step 5 - setting channel frequenciesanalogin mythtvsetup use Option 5. Channel Editor Select "(New Channel)"
Channel Name= BBC One Select "Finish" at "Channel Options - DVB Pids & ID" Select "(New Channel)"
Channel Name= BBC Two Select "(New Channel)"
Channel Name= ITV One Select "(New Channel)"
Channel Name= Channel 4 Select "(New Channel)"
Channel Name= five At the channel list, tab down to "Sort Mode" and make sure that "Channel Number" is selected. You should have channels 1,2,3,4 and 5 listed. DigitalSkyDigiBox has two methods for setting up all the channels. I recommend that you just edit the basic 5 channels to start with. Follow the analog instructions but set the frequency to 101, 102 etc. This is because running mythfill on all channels takes a long time and you will want to get to see something in less than 2-3hrs ;-} 6. FinishPress "ESCAPE" Press "ESCAPE" once more to exit setup. mythfilldatabase should begin running, if not type "mythfilldatabase" at the Linux command prompt. You should see "----- Start of XMLTV output -----" and loads of rubbish messages on the screen, ignore them! XMLTV will probably take quite a while to run through, many minutes. You can now either reboot or carry on to Step 7. Rebooting can be done by typeing reboot in a command console or holding down ctl-alt-del. Step 7 - Extra setupIt is probably worth following these instructions too for MythTV version 0.16 running on Knoppmyth R4V5 at UpdateNewInstallHowTo Sky/Ntl users should use the instructions on SkyDigiBox at some point after the install is working to get all the channels added. A command console can always be reached with Ctl-Alt-F1. Even when mythtv is running. PVR-250 Picture "Bounce"On PAL recordings and while watching Live TV I notice that the picture seems to bounce up and down a few pixels. If you change the PVR-250 recording resolution using the "Utilities/Setup" menu option and "Recording Profiles" - change them from 480x480 to 720x576 and it all seems to work nicely. Time SyncIts important to ensure that your MythTV box has the correct time. Follow this guide TimeSynchronizeHowTo Reboot<various amendments made by Nick Parkinson - Oct 13th 2005> <URLs related to channel five updated by Simon Flood - 01-Mar-2007> EditThisPage BackLinks PageInfo Pages like this Attachments RSS/Atom last changed on Thu Mar 1 09:04:14 2007 |
UpdatedPages· TroubleShooting last changed on Wed Sep 8 10:58:29 2010· R5A12DvdRipping last changed on Wed Sep 8 10:56:26 2010 · PickingComponents last changed on Wed Sep 8 10:54:11 2010 · KnoppMythInstall last changed on Wed Sep 8 10:52:15 2010 · Additional Software last changed on Wed Sep 8 10:49:11 2010 · Links last changed on Wed Sep 8 10:45:45 2010 · HowTo last changed on Wed Sep 8 10:43:16 2010 · MythwebFlash last changed on Tue Sep 7 08:01:14 2010 · HauppaugeThreeFiftyInstallation last changed on Tue Sep 7 07:59:50 2010 · MythStreamTV last changed on Tue Sep 7 07:58:13 2010 · UsingSambaHowto last changed on Tue Sep 7 07:57:01 2010 · TVOverScanHowto last changed on Tue Sep 7 07:53:19 2010 · TinnyAudioPVR150 last changed on Mon Sep 6 14:42:38 2010 · KnoppmythDownloads last changed on Sun Sep 5 22:27:51 2010 · LinuxTips last changed on Fri Sep 3 12:44:17 2010 · RepairingMythConvergDB last changed on Wed Sep 1 01:56:32 2010 · KnoppMythWiki last changed on Sun Aug 29 14:22:57 2010 · HVR950HowTo last changed on Mon Aug 23 11:00:20 2010 · MythVodkaHowTo last changed on Mon Aug 23 00:48:53 2010 · x11vncHowTo last changed on Tue Aug 17 08:20:17 2010 · MediaMVP_LinuxHOWTO last changed on Tue Aug 17 08:17:10 2010 · webminhowto last changed on Tue Aug 17 08:11:10 2010 · MythTVBurn_Scripts_HowTo last changed on Mon Aug 16 15:44:19 2010 · EditThisPage last changed on Wed Aug 4 04:10:39 2010 · R5.5/R6.x Differences Table and Equivalent Commands last changed on Wed Aug 4 00:27:20 2010 · Media_Center_Edition_Remote_Control last changed on Tue Aug 3 08:19:13 2010 |
| sitemap | | |