Installing MythTV on a modified Xbox
How to install MythTV on a modified Xbox
I am using MythTV 0.19 as my linux based homebrew High Def PVR. I was looking for an additional small, quiet, and inexpensive frontend for MythTV and the my modified Xbox fit the bill perfectly. Here's the easeist way:
- Acquire a modified xbox. There are several great guides on how to modify your Xbox either via software, or via hardware (by installing a 'mod-chip'). The Xbox Linux Project wiki and the Xbox-scene both offer great tutorials and how-to's on modify your box.
- Download the Xebian image for your E:/ drive on your Xbox via bittorrent here. I also have a direct download link for the image here.
- Extract the files using either winrar (on windows) or tar (on linux).
- FTP them over to your Xbox. Make sure to place the entire debain folder at E:\debian.
- Edit your whatever boot loader you are using for you xbox so that you can load E:\debian\default.xbe. You can also run E:\debian\default.xbe from some dashboards
- The MythTV frontend will try to come up but will be unsuccessful because of incorrect network settings. Ignore and bring up a terminal window by right clicking on the terminal icon.
- Switch to root:
- Edit the following files to reflect your network specifics:
- /etc/network/interfaces
- /etc/hosts
- /home/live/.mythtv/mysql.txt (to match your MythTvbackend)
- Set the timezone using by creating the following symbolic link (Change your_time_zone to Pacific, Central, Eastern, or Mountain in the US):
- Reboot and you are done!!
- Other things of note: the default-user login is live:live.
$ su (default password is "xebian" you should change it immiediately by using the "passwd" command)
ln -sf /usr/share/zoneinfo/US/your_time_zone /etc/localtime