computers:server:mythbuntu1004lts_atom
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computers:server:mythbuntu1004lts_atom [2010/06/26 14:38] – created david | computers:server:mythbuntu1004lts_atom [2010/09/20 02:31] (current) – david | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| I bought this tuner card ([[http:// | I bought this tuner card ([[http:// | ||
| + | ===== Install ===== | ||
| + | |||
| + | ==== Base ==== | ||
| + | |||
| + | - Fresh install of Mythbuntu 10.04 LTS wiping out the original. | ||
| + | * Chose the primary backend | ||
| + | * Enabled ALL services: | ||
| + | - Update the packages to the latest and reboot | ||
| + | - Install some programs I cannot live without: | ||
| + | - jed: < | ||
| + | |||
| + | ==== Configuration ==== | ||
| + | |||
| + | - Set the IP address to be static (help found [[http:// | ||
| + | - remove the network manager stuff < | ||
| + | aptitude remove network-manager | ||
| + | </ | ||
| + | - remove the DHCP client: | ||
| + | sudo apt-get remove dhcp-client | ||
| + | </ | ||
| + | - set our IP address to what you want: < | ||
| + | # The primary network interface | ||
| + | auto eth0 | ||
| + | iface eth0 inet static | ||
| + | address xx.xx.xx.xx | ||
| + | netmask 255.255.255.0 | ||
| + | network xx.xx.xx.xx | ||
| + | broadcast xx.xx.xx.255 | ||
| + | gateway xx.xx.xx.1 | ||
| + | # dns-* options are implemented by the resolvconf package, if installed | ||
| + | dns-nameservers xx.xx.xx.xx | ||
| + | dns-search some.domain.com | ||
| + | </ | ||
| + | |||
| + | ==== HVR-2250 Drivers ==== | ||
| + | |||
| + | * found this link on this page: [[http:// | ||
| + | * Here are the Mythtv instructions from whence this came: [[http:// | ||
| + | * These might actually be the instructions: | ||
| + | |||
| + | Prep: | ||
| + | < | ||
| + | sudo apt-get install unzip | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | wget http:// | ||
| + | wget http:// | ||
| + | wget http:// | ||
| + | chmod 755 extract.sh | ||
| + | sh extract.sh | ||
| + | # THIS FW I had to find by googling: | ||
| + | wget http:// | ||
| + | # END mods | ||
| + | sudo cp *fw / | ||
| + | sudo apt-get install mercurial libncurses5-dev | ||
| + | hg clone http:// | ||
| + | cd saa7164-stable | ||
| + | make CONFIG_DVB_FIREDTV: | ||
| + | sudo make install | ||
| + | sudo reboot ; exit | ||
| + | </ | ||
| + | |||
| + | ==== Re-Install Drivers ==== | ||
| + | |||
| + | Since every time I rebooted, mythtv claimed there was no active tuner... so, again, did this: --- // | ||
| + | |||
| + | - Remove the installed firmware: | ||
| + | sudo rm / | ||
| + | </ | ||
| + | - Repeat the above procedure | ||
| + | - Run the mythtv backend setup | ||
| + | - Remove all tuners | ||
| + | - Add new tuners (find each DVB device and add it) | ||
| + | - Connect the "local tv" stations to each tuner card and set the default channel to 2_1 | ||
| + | - Reboot | ||
| + | |||
| + | ==== Backend Configuration ==== | ||
| + | |||
| + | * General | ||
| + | * [Page 1] IP Address to xx.xx.xx.xx | ||
| + | * [Page 1] Master backend IP address to same xx.xx.xx.xx | ||
| + | * [Last Page] Automatically run mythfilldatabase | ||
| + | * Capture Cards | ||
| + | * New Capture Card -> DVB 0 | ||
| + | * New Capture Care -> DVB 1 | ||
| + | * Video Source | ||
| + | * New Video Source | ||
| + | * Video Source name: Local ATSC | ||
| + | * Username: | ||
| + | * Password: | ||
| + | * PRESS Retrieve lineups and pull up our zip code channels | ||
| + | * Input Connections | ||
| + | * Connect each tuner to the video source | ||
| + | * Scan for channels | ||
| ====== Frontend ====== | ====== Frontend ====== | ||
| + | |||
| + | ===== Basics ===== | ||
| + | |||
| + | - Installed Mythbuntu from CD making this computer just a "front end" | ||
| + | - Enabled SSH | ||
| + | - Left DHCP as I have my daemon giving out the proper IP based on MAC address | ||
| + | |||
| + | |||
| + | ===== Configuration ===== | ||
| + | |||
| + | - Modified theme to the one I LIKE! | ||
| + | - Modified ALSA mixer so that audio SPDIF is output | ||
| + | - Load up the mixer as root< | ||
| + | sudo alsamixer | ||
| + | </ | ||
| + | - Modify the line: **Item: S/PDIF Output [Off]** with the ' | ||
| + | - Save your configuration with: < | ||
| + | sudo alsactl store 0 | ||
| + | </ | ||
| + | - Modified the Audio output to use S/PDIF: | ||
| + | - Utilities / Setup -> Setup -> General -> Page 4 | ||
| + | - Speaker Configuration from **Stereo** to **5.1** | ||
| + | - Upmix: | ||
| + | - Audio Processing Capabilities: | ||
| + | - Set our VIDEO output to VDPAU: | ||
| + | - Utilities / Setup -> TV Settings -> Playback -> Page 3/8 | ||
| + | - Current Video Playback Profile: | ||
| + | |||
| + | ==== Remote Control Configuration ==== | ||
| + | |||
| + | I added the following lines to my **lirc** configuration: | ||
| + | |||
| + | < | ||
| + | ### added by david rabine (dlr) 2009.12.28 ### | ||
| + | |||
| + | # I added the following - dlr 2008/10/18 | ||
| + | # Skip forward (10 min default) | ||
| + | begin | ||
| + | remote = Streamzap_PC_Remote | ||
| + | prog = mythtv | ||
| + | button = >> | ||
| + | repeat = 0 | ||
| + | config = PgDown | ||
| + | delay = 0 | ||
| + | end | ||
| + | |||
| + | begin | ||
| + | remote = Streamzap_PC_Remote | ||
| + | prog = mythtv | ||
| + | button = << | ||
| + | repeat = 0 | ||
| + | config = PgUp | ||
| + | delay = 0 | ||
| + | end | ||
| + | |||
| + | # Seek to previous commercial cut point | ||
| + | begin | ||
| + | remote = Streamzap_PC_Remote | ||
| + | prog = mythtv | ||
| + | button = YELLOW | ||
| + | repeat = 0 | ||
| + | config = Q | ||
| + | end | ||
| + | |||
| + | # Seek to next commercial cut point | ||
| + | begin | ||
| + | remote = Streamzap_PC_Remote | ||
| + | prog = mythtv | ||
| + | button = BLUE | ||
| + | repeat = 0 | ||
| + | config = Z | ||
| + | end | ||
| + | </ | ||
| + | |||
| + | ==== Media Library ==== | ||
| + | |||
| + | === Audio === | ||
| + | |||
| + | - Add in symbolic links to our libraries | ||
| + | - Go to Listen to Music and it will scan for new files | ||
| + | |||
| + | === Video === | ||
| + | |||
| + | - Add in symbolic links for all our shares / files | ||
| + | - Go to Utilities / Setup -> Setup -> Media Settings -> Video Settings -> General Settings: | ||
| + | |||
| + | ===== Trouble Shooting ===== | ||
| + | |||
| + | - The images were " | ||
| + | sudo nvidia-xconfig --no-composite | ||
| + | </ | ||
computers/server/mythbuntu1004lts_atom.1277563114.txt.gz · Last modified: by david
