<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Farmer</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Farmer"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Farmer"/>
	<updated>2026-07-22T02:00:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Leadtek_DTV2000H&amp;diff=15381</id>
		<title>Leadtek DTV2000H</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Leadtek_DTV2000H&amp;diff=15381"/>
		<updated>2008-08-27T00:33:44Z</updated>

		<summary type="html">&lt;p&gt;Farmer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chipset&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conexant CX23881 + Conexant CX22702&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tuner&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Philips FMD1216&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Interface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
32-bit PCI 2.3 bus mastering Plug-n-Play compliant&lt;br /&gt;
&lt;br /&gt;
Graphics drivers must include DirectX 8.1 software Video Standards&lt;br /&gt;
&lt;br /&gt;
TV Tuner Receiving Frequency range from 48.25 to 863.25 MHz&lt;br /&gt;
&lt;br /&gt;
FM radio band coverage from 87.50 MHz to 108.00 MHz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connectors (version I or previous version)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FM RF in connector (75 Ohm)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Antenna (analog or digital TV signal)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Cable (analog TV signal)&lt;br /&gt;
&lt;br /&gt;
1 phone jack for remote sensor&lt;br /&gt;
&lt;br /&gt;
1 phone jack for audio input&lt;br /&gt;
&lt;br /&gt;
1 6-pin MiniDin for CVBS and S-Video input&lt;br /&gt;
&lt;br /&gt;
1 4-pin audio output connector&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connectors (version J)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FM RF in connector (75 Ohm)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Antenna (analog or digital TV signal)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Cable (analog TV signal)&lt;br /&gt;
&lt;br /&gt;
1 phone jack for remote sensor&lt;br /&gt;
&lt;br /&gt;
1 9-pin MiniDin CVBS, S-Video and audio input&lt;br /&gt;
&lt;br /&gt;
1 4-pin audio output connector&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are 2 versions of this card, version &#039;I&#039; &amp;amp; version &#039;J&#039;. According various forums, version &#039;I&#039; works out of the box, yet the later version &#039;J&#039; needs some tinkering. Apparently version J was made to be compatible with Vista, so if you can avoid the box thats says Vista ready! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version J Setup&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Although this card does not work out of the box with a little tinkering you can quite easily get the Digital tuner to work in LinuxMCE. There is a patch available to get both the analogue and digital tuners but it looked a little too complex for my liking.&lt;br /&gt;
http://lkml.org/lkml/2008/2/6/289&lt;br /&gt;
This patch is broken with kernel 2.6.25&lt;br /&gt;
diff -Naur /usr/src/linux/drivers/media/video/cx88/cx88-mpeg.c /usr/src/linux/drivers/media/video/cx88-patched/cx88-mpeg.c&lt;br /&gt;
--- /usr/src/linux/drivers/media/video/cx88/cx88-mpeg.c	2007-10-09 22:31:38.000000000 +0200&lt;br /&gt;
+++ /usr/src/linux/drivers/media/video/cx88-patched/cx88-mpeg.c	2008-01-07 23:28:29.000000000 +0100&lt;br /&gt;
@@ -93,6 +93,7 @@&lt;br /&gt;
 	/* FIXME: this needs a review.&lt;br /&gt;
 	 * also: move to cx88-blackbird + cx88-dvb source files? */&lt;br /&gt;
 &lt;br /&gt;
+	if ((core-&amp;gt;board) == CX88_BOARD_WINFAST_DTV2000H_2) cx_write(MO_GP0_IO, 0x00017300);/*switch signal input to antena*/&lt;br /&gt;
gives an error (invalid binary assignment)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I succeeded in getting the patched code to compile by changing:&lt;br /&gt;
 +	if ((core-&amp;gt;board)&lt;br /&gt;
to&lt;br /&gt;
 +	if ((core-&amp;gt;boardnr)&lt;br /&gt;
but it still only gives me analog tv without sound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Anyway, to get the digital tuner to work you will need to follow 3 simple steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Configure linux to load the module cx88-dvb automatically on start-up using the command: sudo echo &amp;quot;cx88-dvb&amp;quot; &amp;gt;&amp;gt; /etc/modules&lt;br /&gt;
This will add the line cx88-dvb to the file /etc/modules.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Edit the /etc/modprobe.d/options file and add the line: &lt;br /&gt;
options cx88xx card=51&lt;br /&gt;
(card number 51 has been allocated to a different card recently, not sure if it is official but 68 was mentioned somewhere as appropriate)&lt;br /&gt;
&lt;br /&gt;
This will tell mythtv exactly what type of card you are using.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. In Mythtv-setup, under capture cards, select &#039;DVB DTV capture card (v3.x)&#039; for the card type. Set &#039;DVB Card Number&#039; to 0 ( for the first card, 1 for 2nd card etc)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remote Control&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Not tested. Add your experiences here.&lt;/div&gt;</summary>
		<author><name>Farmer</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Leadtek_DTV2000H&amp;diff=15365</id>
		<title>Leadtek DTV2000H</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Leadtek_DTV2000H&amp;diff=15365"/>
		<updated>2008-08-24T05:47:45Z</updated>

		<summary type="html">&lt;p&gt;Farmer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chipset&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conexant CX23881 + Conexant CX22702&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tuner&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Philips FMD1216&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Interface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
32-bit PCI 2.3 bus mastering Plug-n-Play compliant&lt;br /&gt;
&lt;br /&gt;
Graphics drivers must include DirectX 8.1 software Video Standards&lt;br /&gt;
&lt;br /&gt;
TV Tuner Receiving Frequency range from 48.25 to 863.25 MHz&lt;br /&gt;
&lt;br /&gt;
FM radio band coverage from 87.50 MHz to 108.00 MHz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connectors (version I or previous version)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FM RF in connector (75 Ohm)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Antenna (analog or digital TV signal)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Cable (analog TV signal)&lt;br /&gt;
&lt;br /&gt;
1 phone jack for remote sensor&lt;br /&gt;
&lt;br /&gt;
1 phone jack for audio input&lt;br /&gt;
&lt;br /&gt;
1 6-pin MiniDin for CVBS and S-Video input&lt;br /&gt;
&lt;br /&gt;
1 4-pin audio output connector&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connectors (version J)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FM RF in connector (75 Ohm)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Antenna (analog or digital TV signal)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Cable (analog TV signal)&lt;br /&gt;
&lt;br /&gt;
1 phone jack for remote sensor&lt;br /&gt;
&lt;br /&gt;
1 9-pin MiniDin CVBS, S-Video and audio input&lt;br /&gt;
&lt;br /&gt;
1 4-pin audio output connector&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are 2 versions of this card, version &#039;I&#039; &amp;amp; version &#039;J&#039;. According various forums, version &#039;I&#039; works out of the box, yet the later version &#039;J&#039; needs some tinkering. Apparently version J was made to be compatible with Vista, so if you can avoid the box thats says Vista ready! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version J Setup&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Although this card does not work out of the box with a little tinkering you can quite easily get the Digital tuner to work in LinuxMCE. There is a patch available to get both the analogue and digital tuners but it looked a little too complex for my liking.&lt;br /&gt;
http://lkml.org/lkml/2008/2/6/289&lt;br /&gt;
This patch is broken with kernel 2.6.25&lt;br /&gt;
diff -Naur /usr/src/linux/drivers/media/video/cx88/cx88-mpeg.c /usr/src/linux/drivers/media/video/cx88-patched/cx88-mpeg.c&lt;br /&gt;
--- /usr/src/linux/drivers/media/video/cx88/cx88-mpeg.c	2007-10-09 22:31:38.000000000 +0200&lt;br /&gt;
+++ /usr/src/linux/drivers/media/video/cx88-patched/cx88-mpeg.c	2008-01-07 23:28:29.000000000 +0100&lt;br /&gt;
@@ -93,6 +93,7 @@&lt;br /&gt;
 	/* FIXME: this needs a review.&lt;br /&gt;
 	 * also: move to cx88-blackbird + cx88-dvb source files? */&lt;br /&gt;
 &lt;br /&gt;
+	if ((core-&amp;gt;board) == CX88_BOARD_WINFAST_DTV2000H_2) cx_write(MO_GP0_IO, 0x00017300);/*switch signal input to antena*/&lt;br /&gt;
gives an error (invalid binary assignment)&lt;br /&gt;
&lt;br /&gt;
***&lt;br /&gt;
I succeeded in getting the patched code to compile by changing:&lt;br /&gt;
+	if ((core-&amp;gt;board)&lt;br /&gt;
to&lt;br /&gt;
+	if ((core-&amp;gt;board_nr)&lt;br /&gt;
but it still only gives me analog tv without sound&lt;br /&gt;
***&lt;br /&gt;
&lt;br /&gt;
Anyway, to get the digital tuner to work you will need to follow 3 simple steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Configure linux to load the module cx88-dvb automatically on start-up using the command: sudo echo &amp;quot;cx88-dvb&amp;quot; &amp;gt;&amp;gt; /etc/modules&lt;br /&gt;
This will add the line cx88-dvb to the file /etc/modules.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Edit the /etc/modprobe.d/options file and add the line: &lt;br /&gt;
options cx88xx card=51&lt;br /&gt;
(card number 51 has been allocated to a different card recently, not sure if it is official but 68 was mentioned somewhere as appropriate)&lt;br /&gt;
&lt;br /&gt;
This will tell mythtv exactly what type of card you are using.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. In Mythtv-setup, under capture cards, select &#039;DVB DTV capture card (v3.x)&#039; for the card type. Set &#039;DVB Card Number&#039; to 0 ( for the first card, 1 for 2nd card etc)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remote Control&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Not tested. Add your experiences here.&lt;/div&gt;</summary>
		<author><name>Farmer</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Leadtek_DTV2000H&amp;diff=15141</id>
		<title>Leadtek DTV2000H</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Leadtek_DTV2000H&amp;diff=15141"/>
		<updated>2008-07-31T00:55:53Z</updated>

		<summary type="html">&lt;p&gt;Farmer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chipset&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conexant CX23881 + Conexant CX22702&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tuner&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Philips FMD1216&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware Interface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
32-bit PCI 2.3 bus mastering Plug-n-Play compliant&lt;br /&gt;
&lt;br /&gt;
Graphics drivers must include DirectX 8.1 software Video Standards&lt;br /&gt;
&lt;br /&gt;
TV Tuner Receiving Frequency range from 48.25 to 863.25 MHz&lt;br /&gt;
&lt;br /&gt;
FM radio band coverage from 87.50 MHz to 108.00 MHz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connectors (version I or previous version)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FM RF in connector (75 Ohm)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Antenna (analog or digital TV signal)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Cable (analog TV signal)&lt;br /&gt;
&lt;br /&gt;
1 phone jack for remote sensor&lt;br /&gt;
&lt;br /&gt;
1 phone jack for audio input&lt;br /&gt;
&lt;br /&gt;
1 6-pin MiniDin for CVBS and S-Video input&lt;br /&gt;
&lt;br /&gt;
1 4-pin audio output connector&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connectors (version J)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FM RF in connector (75 Ohm)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Antenna (analog or digital TV signal)&lt;br /&gt;
&lt;br /&gt;
TV RF in connector for Cable (analog TV signal)&lt;br /&gt;
&lt;br /&gt;
1 phone jack for remote sensor&lt;br /&gt;
&lt;br /&gt;
1 9-pin MiniDin CVBS, S-Video and audio input&lt;br /&gt;
&lt;br /&gt;
1 4-pin audio output connector&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are 2 versions of this card, version &#039;I&#039; &amp;amp; version &#039;J&#039;. According various forums, version &#039;I&#039; works out of the box, yet the later version &#039;J&#039; needs some tinkering. Apparently version J was made to be compatible with Vista, so if you can avoid the box thats says Vista ready! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version J Setup&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Although this card does not work out of the box with a little tinkering you can quite easily get the Digital tuner to work in LinuxMCE. There is a patch available to get both the analogue and digital tuners but it looked a little too complex for my liking.&lt;br /&gt;
http://lkml.org/lkml/2008/2/6/289&lt;br /&gt;
This patch is broken with kernel 2.6.25&lt;br /&gt;
diff -Naur /usr/src/linux/drivers/media/video/cx88/cx88-mpeg.c /usr/src/linux/drivers/media/video/cx88-patched/cx88-mpeg.c&lt;br /&gt;
--- /usr/src/linux/drivers/media/video/cx88/cx88-mpeg.c	2007-10-09 22:31:38.000000000 +0200&lt;br /&gt;
+++ /usr/src/linux/drivers/media/video/cx88-patched/cx88-mpeg.c	2008-01-07 23:28:29.000000000 +0100&lt;br /&gt;
@@ -93,6 +93,7 @@&lt;br /&gt;
 	/* FIXME: this needs a review.&lt;br /&gt;
 	 * also: move to cx88-blackbird + cx88-dvb source files? */&lt;br /&gt;
 &lt;br /&gt;
+	if ((core-&amp;gt;board) == CX88_BOARD_WINFAST_DTV2000H_2) cx_write(MO_GP0_IO, 0x00017300);/*switch signal input to antena*/&lt;br /&gt;
gives an error (invalid binary assignment)&lt;br /&gt;
&lt;br /&gt;
Anyway, to get the digital tuner to work you will need to follow 3 simple steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Configure linux to load the module cx88-dvb automatically on start-up using the command: sudo echo &amp;quot;cx88-dvb&amp;quot; &amp;gt;&amp;gt; /etc/modules&lt;br /&gt;
This will add the line cx88-dvb to the file /etc/modules.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Edit the /etc/modprobe.d/options file and add the line: &lt;br /&gt;
options cx88xx card=51&lt;br /&gt;
(card number 51 has been allocated to a different card recently, not sure if it is official but 68 was mentioned somewhere as appropriate)&lt;br /&gt;
&lt;br /&gt;
This will tell mythtv exactly what type of card you are using.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. In Mythtv-setup, under capture cards, select &#039;DVB DTV capture card (v3.x)&#039; for the card type. Set &#039;DVB Card Number&#039; to 0 ( for the first card, 1 for 2nd card etc)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remote Control&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Not tested. Add your experiences here.&lt;/div&gt;</summary>
		<author><name>Farmer</name></author>
	</entry>
</feed>