<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 2013-11-06, at 3:44 PM, Leif Pihl wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>sudo apt-get install firmware-ivtv </div></span>E: Unable to locate package firmware-ivtv <span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><br></div><div>Note that this is a MythBuntu installation, thus... </div><div> PERHAPS the full suite of Ubuntu file may not be available? </div><div><br></div><div>Otherwise, do I have a typo in the above? </div></span></blockquote></div><div><br></div><div>I doubt the mythbuntu folks would prevent you from accessing something so useful. I took a look at my system and it seems the firmware is part of the non-free suite. I bet you don’t have that enabled for your system. List your package sources with this command:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>cat /etc/apt/sources.list</div><div><br></div><div>and look for lines that start with “deb”. My system has this:</div><br><div><span class="Apple-tab-span" style="white-space:pre">        </span>deb <a href="http://debian.yorku.ca/debian/">http://debian.yorku.ca/debian/</a> wheezy main non-free contrib</div><div><br></div><div>the host name is not important and neither is the release (“wheezy" for me). The part starting with “main” is what you want to look at. I suspect you’re missing “non-free” and “contrib” so add those using a text editor (sudo nano /etc/apt/sources.list) then do an “sudo apt-get update” and then retry the install. Reboot for the driver to find and load the firmware and see what you get in /var/log/messages.</div><div><br></div><div>About your overall goals: what Eric mentioned about cable card tuners is worth looking into. With such a device, and an access card you rent from your cable company, you can have the original, high quality cable video stream. The drawback is which channels are allowed to be recordable, could be all, could be none, could be in between. Cable operators vary, some are easygoing while others are pricks, and I’m not sure where comcast fits.</div><div><br></div><div>- George</div></body></html>