I’ve had a mythtv box for some time but it was running on Fedora 7 (FC7) and the RPM’s for mythtv were depreciated so I could not loger just use YUM to keep up to date.
I tried FC10 (beta) as an upgrade, FC9 clean install, and MYTHDORA 5 (FC8) none of these would work properly with the XVMC accelleration of the VIA video card. The symptom was poor CPU utilisation and a buffer allocation error from MYTHTV.
So now I’m doing a fresh install of FC7 to hopefully get back my working system.
FC7 install – (I wish they’d make an ISO image that included all the current updates!)
To try and cut down on updates I celaned out some of the installed software to get just the following
yum grouplist
Installed Groups:
MySQL Database
Administration Tools
Editors
System Tools
Text-based Internet
X Software Development
Network Servers
Hardware Support
X Window System
Web Server
Windows File Server
Printing Support
Mail Server
Server Configuration Tools
Development Libraries
Development Tools
yum update yum
yum groupupdate
required?
Grabbed the latest compile VIA drivers from here http://washington.kelkoo.net/epia/ and added the epia.repo for yum
Mounted my existing video volume mkdir /mnt/store, mount /dev/mapper/VolGroup00-myth /mnt/store
Made sure that the file /etc/X11/XvMCConfig has the line “libviaXvMC.so.1″ in it.
# cd /etc/yum.repos.d/
# wget http://wilsonet.com/mythtv/atrpms.repo
# rpm –import http://atrpms.net/RPM-GPG-KEY.atrpms
# wget http://wilsonet.com/mythtv/freshrpms.repo
yum -y install ivtv-firmware
/sbin/chkconfig mysqld on
/sbin/service mysqld start
# yum -y install lirc-kmdl-$KVER
# yum -y install lirc
Changed the atrpms to force it to use F8 seeing F7 is depreciated
Added fresh RPMS as a repository
rpm -iv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm
LIVNA
http://rpm.livna.org/livna-release-7.rpm
yum install libmp3lame –disablerepo atrpms
yum install lush (for fftw)
http://www.mmalson.com/mythtv/
yum install qt3-devel
I have a Twinham Starbox 2 USB DVB-S receiver
downloaded http://www.gamesrant.com/linuxjunk_pics/dvb-usb-vp702x-02.fw
cp dvb-usb-vp702x-02.fw /lib/firmware
Posted in MYTHTV
Tags: EPIA, fedora, MYTHTV