sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main multiverse universe" >> /etc/apt/sources.list'
sudo apt-get update
sudo apt-get install -t feisty-proposed mythtv mythweather mythweb
sudo mythtv-setup
At this point, you should just have to redo the channel lineup, changing things appropriately.
sudo mythfilldatabase --replace-all
MythTV w/ Feisty Fawn HOWTO
Forum rules
So folks can help you, include in the subject the software package you're using and the version number in the body.
So folks can help you, include in the subject the software package you're using and the version number in the body.
MythTV w/ Feisty Fawn HOWTO
I can't find the original link where I found this, but this worked for me without trouble and I thought I would post it here as it is probably the first place to look:
Re: MythTV w/ Feisty Fawn HOWTO
I did this and all upgraded well.
My only problem is that MythTV refuses to schedule recordings, I can only do manual recordings even though I have schedule data out until 9-21-07.
My current version is 0.20.20070821-1
EDIT:
Found the problem, the version above is busted. I upgraded to the latest version on mythbuntu's repositories and everything magically started working.
My only problem is that MythTV refuses to schedule recordings, I can only do manual recordings even though I have schedule data out until 9-21-07.
My current version is 0.20.20070821-1
EDIT:
Found the problem, the version above is busted. I upgraded to the latest version on mythbuntu's repositories and everything magically started working.
Re: MythTV w/ Feisty Fawn HOWTO
To make this more complete:
Feisty & Edgy How To Install MythTV for Schedules Direct
http://ubuntuforums.org/showthread.php?t=536555
A couple of the posts below are mine from the ubuntu forums, but they will work with other distros too.
Here is how to setup lirc for an irblaster using a serial (COM2) port
http://ubuntuforums.org/showthread.php?t=550068
Here is how to have the scheduler work correctly (To get it to not re-record or duplicate oldrecorded programs)
http://ubuntuforums.org/showthread.php?t=550011
Feisty & Edgy How To Install MythTV for Schedules Direct
http://ubuntuforums.org/showthread.php?t=536555
A couple of the posts below are mine from the ubuntu forums, but they will work with other distros too.
Here is how to setup lirc for an irblaster using a serial (COM2) port
http://ubuntuforums.org/showthread.php?t=550068
Here is how to have the scheduler work correctly (To get it to not re-record or duplicate oldrecorded programs)
http://ubuntuforums.org/showthread.php?t=550011
Re: MythTV w/ Feisty Fawn HOWTO
I'm getting unmet dependencies:
. . .any ideas?
Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
mythweather is already the newest version.
mythweb is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmyth-0.20-dev: Depends: libmyth-0.20 (= 0.20.2-0ubuntu0.7.04.1) but 0.20-svn20070223-0.0 is to be installed
mythtv: Depends: mythtv-database (= 0.20.2-0ubuntu0.7.04.1) but 0.20.2-0.2 is to be installed
Depends: mythtv-frontend (= 0.20.2-0ubuntu0.7.04.1) but 0.20.2-0.2 is to be installed
Depends: mythtv-backend (= 0.20.2-0ubuntu0.7.04.1) but 0.20.2-0.2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
. . .any ideas?