LinuxMCE Forums

General => Users => Topic started by: immortel on August 05, 2008, 02:12:37 pm

Title: Conexant Falcon II TV Tuner
Post by: immortel on August 05, 2008, 02:12:37 pm
Hi,

I have a TV Tuner Conexant Falcon II. Is there any howto or wiki or instruction that I could work with?

I never worked with a TV tuner card before I don't think it is very complicated but still need a place to start.

Thanks for any help!!
Title: Re: Conexant Falcon II TV Tuner
Post by: seth on August 05, 2008, 03:19:49 pm
 :)

First thing to check is the dmesg output after you boot up,

 
Code: [Select]
dmesg
 look for ivtv and v4l loading. If this was successful you will have a /dev/videoX device, which you can check by doing an

Code: [Select]
ls -l /dev/video*
It will most likely show up as /dev/video0. If you see all this info, and Sarah does not pick it up, you may have to run mythtv-setup manually to get the card configured for TV viewing/recording.

You can get to mythtv-setup from the Advanced>Computing menu option on the UI for LMCE. It looks as though that chipset is supported by the kernel. also, in searching to see what a Falcon II tuner was I stumbled across this link in ubuntu forums. Looks like they are using this very card:
http://ubuntuforums.org/showthread.php?t=859090 (http://ubuntuforums.org/showthread.php?t=859090)

Best of luck to you. And if you get it working, don't forget to add it to the wiki, for future use by yourself and others. The wiki is your friend :)\

Regards,

Seth