Difference between revisions of "Talk:Installing MythTV on Fedora"

From MythTV Official Wiki
Jump to: navigation, search
m (MythTV for newbies: I should have made it clear where the previous author's words finished.)
(ATRPMS)
Line 17: Line 17:
 
== ATRPMS ==
 
== ATRPMS ==
  
ATrpms can cause problems for a Fedora install, but it is one of only three valid ways to install MythTV. (http://fedoraproject.org/wiki/JohnMahowald/ATrpmsWarning)
+
ATrpms can cause problems for a Fedora install, but it is one of only three valid ways to install MythTV. (http://fedoraproject.org/wiki/JohnMahowald/ATrpmsWarning), over come this issue by using the yum-priorities and setting the atrpms repos as a lower priority
 
 
  
 
== MythTV for newbies ==
 
== MythTV for newbies ==

Revision as of 11:15, 22 March 2010

General

  • I added some notes to help with changes in Fedora 11 -Infiltrator 13:03 14 October 2009 (UTC)

Split

Should probably split this into different docs for the different fedora releases.

  1. Hmm, but if there are no kernel modules or rpms for older versions what's the point?

Older versions past the previous version aren't updated, thus notes on the previous version are the only ones that should be kept.


Add section to enable remote desktop access

Basically enable the remote desktop access, so that users can VNC into the box.

Suggestions

ATRPMS

ATrpms can cause problems for a Fedora install, but it is one of only three valid ways to install MythTV. (http://fedoraproject.org/wiki/JohnMahowald/ATrpmsWarning), over come this issue by using the yum-priorities and setting the atrpms repos as a lower priority

MythTV for newbies

I am going through a new install of MythTV on FC10. I am a newbie to Fedora and had some difficulties following some of the instructions. Some things that would help newbies:

- Getting Fedora: by default, Fedora offers live CD packages. These don't allow some of the customizations recommended on this wiki. I would recommend to guide the user to the "Show me all download options page" (http://fedoraproject.org/en/get-fedora-all) and download the full installation DVD.

- The $KVER variable wasn't working for me (again, maybe because of my ignorance). I had to remove the '\' from the command line. Also, in most instances where $KVER was used, the intended package was not found. For example # yum install lirc-kmdl-$KVER yields the following error message: "No package lirc-kdml-2.6.27.5-117.fc10.i686 available).

Where more help is needed, and advantages of some tests before continuing with setup

I, too, had difficulty with the instructions (under Fedora 12) and have some suggestions to reduce possible confusion:

  • I have a problem with the phrase "Recall what your video device was set up as (likely /dev/video0)" - there doesn't seem to be a point in the instructions where the video device name was mentioned.
  • The little section "Install capture card drivers" needs something said about how to know if the correct drivers have been installed, or how to work out what is needed.
  • Before being told to start mythtv-setup I suggest two things are done:
    • some check to see if a card/usb device has been found and is ready for the next step. In my case I don't have any /dev/video* showing yet I do have dmesg lines that look encouraging (e.g. DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)...) but I see from a simple google search others have got stuck in a similar way to me, so it makes a lot of sense to have some quick checks (I wish there was a script to do them) that show up some of the more common problems before continuing, because you can waste a lot of time proceeding with mythtv-setup if things aren't right.
    • suggest reading the instructions (at http://www.mythtv.org/docs/mythtv-HOWTO-9.html or where ever) before entering the mythtv-setup command (because it takes over the whole screen and hides the next, important, paragraphs).

There seems to be something missing in the documentation on that www.mythtv.org/docs/mythtv-HOWTO-9.html page - it says "Choose the appropriate settings for your particular tuner" without saying how to do that. That was the point that got me stuck for ages. I eventually went back and tried some things to see if something had gone wrong before then, and I can only guess that, if my AverMedia USB stick has been configured properly by the time I started mythtv-setup then it would display some menu of valid options for each question and so the advice to simply choose appropriate settings would make sense? I may have made some other mistake too, because the questions said to the be first asked were not asked first when I used the setup program. Maitchy 04:29, 22 March 2010 (UTC)