# apt-get install xfsprogsThen I set up NTP as specified. I did a "Synchronize Now" before since my clock was 10 minutes off. NTP was not installed, but I selected the auto installaion and all went fine.
For the WinTV-PVR 250 drivers I installed IVTV.
Now I installed MythTV. I skipped the mysql install since I already had it installed when I installed MediaWiki.
# apt-get install mythtv-frontend mythtv-backend mythtv-databaseNow set up MythTV following the directions provided. Some details
- Under Video Source setup, I set the Channel frequency table to "us-cable" since I have cable.
- Chose the MPEG-2 encoder card (PVR-x50, PVR-500)
- I registered with Zap2It as specified and got a username and password which I used for MythTV.
# /etc/cron.daily/mythtv-backendAnd launched the backend:
# /etc/init.d/mythtv-backend startAs suggested on the page I installed phpmyadmin:
Starting MythTV server: mythbackend.
sudo apt-get install phpmyadminAnd added the channel icons.
And installed the mythplugins. Note I had to restart Apache for the /etc/group change to take effect:
# /etc/init.d/apache2 restartAt this point I could run mythfrontend and everything seemed to be working great except for the remote control, which isn't working at this point. That will be the next post.
1 comment:
Not sure if installation of MythWeb was included in the above directions, but if not, it can be found here.
Post a Comment