User Tools

Site Tools


computers:server:mythbuntu1004lts_atom

This is an old revision of the document!


Backend

Intro

I bought this tuner card ( Hauppauge WinTV-HVR-2250 Dual TV Tuner / Encoder 1229 PCI-Express x1 Interface - OEM ) to put in my new atom based backend. It doesn't seem to be as solid as a recorder as my Das Original Air2PC cards… BUT… we'll try again.

Install

Base

  1. Fresh install of Mythbuntu 10.04 LTS wiping out the original.
    • Chose the primary backend
    • Enabled ALL services: SAMBA, NFS, SSH, Mythtv
  2. Update the packages to the latest and reboot
  3. Install some programs I cannot live without:
    1. jed:
       sudo apt-get install jed 

Configuration

  1. Set the IP address to be static (help found here): modify /etc/network/interfaces to reflect the local IP
    1. remove the network manager stuff
      aptitude remove network-manager
    2. remove the DHCP client:
      sudo apt-get remove dhcp-client
    3. 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

Prep:

sudo apt-get install unzip
wget http://www.steventoth.net/linux/hvr22xx/22xxdrv_27086.zip
wget http://www.steventoth.net/linux/hvr22xx/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
wget http://www.steventoth.net/linux/hvr22xx/extract.sh
chmod 755 extract.sh
sh extract.sh
# THIS FW I had to find by googling:
wget http://steventoth.net/linux/hvr22xx/firmwares/4038864/v4l-saa7164-1.0.3-3.fw
# END mods
sudo cp *fw /lib/firmware
sudo apt-get install mercurial libncurses5-dev
hg clone http://kernellabs.com/hg/saa7164-stable/
cd saa7164-stable
make CONFIG_DVB_FIREDTV:=n
sudo make install
sudo 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

computers/server/mythbuntu1004lts_atom.1277608741.txt.gz · Last modified: 2010/06/27 03:19 by david