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.
sudo apt-get install jed
aptitude remove network-manager
sudo apt-get remove dhcp-client
# 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
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 ; exit
Since every time I rebooted, mythtv claimed there was no active tuner… so, again, did this: — David Lloyd Rabine 2010/09/19 22:31
sudo rm /lib/firmware/*.fw
sudo alsamixer
sudo alsactl store 0
I added the following lines to my lirc configuration: ~/.lirc/mythtv
### 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
sudo nvidia-xconfig --no-composite