From Tim's website
Jump to: navigation, search
 
Line 2: Line 2:
   
 
I've installed a Nova-TD 500 card in my server so that it can act as a MythTV backend:
 
I've installed a Nova-TD 500 card in my server so that it can act as a MythTV backend:
  +
 
http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500
 
http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500
  +
 
The card is a PCI card which appears as a VIA USB hub (lspci):
 
The card is a PCI card which appears as a VIA USB hub (lspci):
 
06:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
 
06:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
Line 12: Line 14:
   
 
The first step is to install the drivers required to support the card:
 
The first step is to install the drivers required to support the card:
  +
 
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
 
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
   
 
The second step is to install mythtv-backend and set it up:
 
The second step is to install mythtv-backend and set it up:
  +
 
http://parker1.co.uk/mythtv_ubuntu.php
 
http://parker1.co.uk/mythtv_ubuntu.php
  +
 
I already had MySQL installed with a root password, so it is important to enter the root password correctly when installing mythtv-database.
 
I already had MySQL installed with a root password, so it is important to enter the root password correctly when installing mythtv-database.

Latest revision as of 11:42, 4 August 2010

MythTV setup

I've installed a Nova-TD 500 card in my server so that it can act as a MythTV backend:

http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500

The card is a PCI card which appears as a VIA USB hub (lspci):

06:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
06:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
06:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)

The tuners are attached to the USB hub and so appear as usb devices (lsusb):

Bus 007 Device 002: ID 2040:9950 Hauppauge
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

The first step is to install the drivers required to support the card:

http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

The second step is to install mythtv-backend and set it up:

http://parker1.co.uk/mythtv_ubuntu.php

I already had MySQL installed with a root password, so it is important to enter the root password correctly when installing mythtv-database.