Thank you Guys for your help
I found the drivers and downloaded them but, I'm more of a Windows guy and am lost on installing the drivers
The README file says the following but I am completely in over my head and cannot follow these instructions
***************************************************************************
* Installation
***************************************************************************
Install make, gcc, perl, kernel-devel and kernel-headers for your distribution.
Note: your running kernel is the same as the kernel-header and kernel-devel
installed. Then run:
make
sudo make install
sudo modprobe ctn91xx
***************************************************************************
* Usage
***************************************************************************
You should see a network interface when you run ifconfig -a called ctn0
You can set a static IP address on the 192.168.200.0/24 subnet (don't
use 192.168.200.1) or just use a dhcp client to get an IP address for it.
The InfiniTV device webpage will be available at
http://192.168.200.1
From there you can tune via frequency or channel number. Only ClearQAM and
CCI=0 content is available on linux due to lack of DRM support.
Access video via a special device file created under:
/dev/ceton/ctn91xx_mpeg0_0-5
You can run "mplayer -cache 8192 /dev/ceton/ctn91xx_mpeg0_0" to play video
off the first tuner. Depending on your system, extra buffering via the shell
might improve performance. E.g.
cat /dev/ceton/ctn91xx_mpeg0_0 | mplayer -cache 8192 -
***************************************************************************
* Multiple Cards
***************************************************************************
More than one InfiniTV is handled by creating more network interfaces
(ctn1,ctn2,etc...). The IP assignment scheme is:
192.168.200.1
192.168.201.2
192.168.202.3
192.168.203.4
etc..
***************************************************************************
* Firewall
***************************************************************************
In order to receive media content via the ctnX interfaces you will need to
either disable the firewall on these interfaces or set up firewall rules to
allow the traffic through. See table below for the firewall rules if you want
to add them manually instead of disabling the firewall completely.
NOTE: This is not needed to receive content by reading from the /dev/ceton/*
device files. This is only needed to receive content via the network
interfaces (i.e. how MythTV does it).
Firewall Rules:
-------------------------------------------------
| Name | UDP/TCP | Port Range | IN/OUT |
-------------------------------------------------
| RTP | UDP | 5001-5016 | IN |
| SSDP | UDP | 1900 | IN/OUT |
| RTSP | TCP | 554 | OUT |
| UPnP | TCP | 2869 | IN/OUT |
| Network Reset | UDP | 12121 | IN/OUT |
-------------------------------------------------