computers:server:virg_media_center
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:server:virg_media_center [2008/01/04 01:35] – david | computers:server:virg_media_center [2011/05/14 17:12] (current) – david | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Install ====== | ||
| + | |||
| + | - Base install of Mythbuntu 11.04 | ||
| + | * Use the **nv** driver, not the **nvidia** driver. | ||
| + | - System -> Additional Drivers and installed the **nvidia** driver... so maybe I will change that driver to **vesa** assuming it breaks again | ||
| + | - Generated the **xorg.conf** file again by doing this [[http:// | ||
| + | - CTRL + ALT + F1 and login | ||
| + | - Do the following: | ||
| + | sudo service gdm stop | ||
| + | sudo Xorg -configure | ||
| + | sudo cp ~/ | ||
| + | sudo service gdm start | ||
| + | </ | ||
| + | |||
| ====== Hardware ====== | ====== Hardware ====== | ||
| ^ Video Card | [[http:// | ^ Video Card | [[http:// | ||
| + | |||
| + | ====== Configuration ====== | ||
| + | |||
| + | ===== Manual Channel Download ===== | ||
| + | |||
| + | Since DirectTV doesn' | ||
| + | |||
| + | Things you will need: | ||
| + | * Script for downloading and installing (I placed this in **~/bin/**) <code bash> | ||
| + | #!/bin/bash | ||
| + | # | ||
| + | # grab the data from schedules direct | ||
| + | tv_grab_na_dd --dd-data / | ||
| + | |||
| + | # fill the database with our listing data | ||
| + | mythfilldatabase --dd-file 1 -1 1 / | ||
| + | </ | ||
| + | * Help me file I left for myself: | ||
| + | oot@ubuntu:/ | ||
| + | ##--dd-file < | ||
| + | ##   < | ||
| + | ##   < | ||
| + | ## (-1 means to replace all data, up to 10 days) | ||
| + | ##   < | ||
| + | ##   < | ||
| + | |||
| + | # grab the data from schedules direct | ||
| + | tv_grab_na_dd --dd-data xmldata.xml | ||
| + | |||
| + | # fill the database with our listing data | ||
| + | mythfilldatabase --dd-file 1 -1 1 xmldata.xml | ||
| + | |||
| + | ## using config filename / | ||
| + | ## | ||
| + | ## our configuration file: | ||
| + | ## which is: ~/ | ||
| + | username: drabine | ||
| + | password: A Password Inspired by Chuck | ||
| + | timeoffset: -0400 | ||
| + | lineup: | ||
| + | auto-config: | ||
| + | channel: 16-1 WBOCDT | ||
| + | channel: 21-2 WBOCDT2 | ||
| + | channel: 8 WRAVLP | ||
| + | channel: 47-1 WMDTDT | ||
| + | channel: 28-2 WCPBDT2 | ||
| + | channel: 28-3 WCPBDT3 | ||
| + | channel: 28-1 WCPBDT | ||
| + | channel: 47-2 WMDTDT2 | ||
| + | channel: 36 WPMCCA | ||
| + | channel: 30 W30CI | ||
| + | channel: 25 W25AA | ||
| + | </ | ||
computers/server/virg_media_center.1199410519.txt.gz · Last modified:  by david
                
                