[mythtv-users] MythTV, Fedora 4, PVR-350 Install: Jared Wilson's Process

Nick knowledgejunkie at gmail.com
Sun Jun 25 15:52:56 UTC 2006


On 25/06/06, Matt Day <fourstar77 at hotmail.com> wrote:
> Thank you for the response.
>
> I just attempted to follow the instructions on:
>
> http://ivtvdriver.org/index.php/Howto:Fedora
>
> and for both commands below:
> yum install ivtv ivtv-kmdl-`uname -r`
> AND
> yum install ivtv_xdriver
>
> It just returned some messages that said things like:
> Repository atrpms is listed more than once in the configuration
> Nothing to Do

This means you need to correct your list of yum repositories and
remove the extra atrpms entry. What is the output of

# ls -la /etc/yum.repos.d

> modprobe ivtv
>
> It just said bash: modprobe: command not found

This means either you have not installed the ivtv driver (which if the
yum install above failed is logical), or the ivtv module cannot
currently be found (you should run depmod and then retry the modprobe
ivtv line). To see whether you have installed ivtv via yum you can
check the list of RPMs installed on your system using:

# rpm -qa |grep "ivtv"

You need to ensure you have ivtv, ivtv-kmdl and ivtv-firmware
installed. yum should install these for you automatically when you
'yum install ivtv'.

Nick

-- 
MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users


More information about the mythtv-users mailing list