<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.24.1.1">
</HEAD>
<BODY>
Le samedi 22 novembre 2008 à 12:02 +0100, djamil a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
Le vendredi 14 novembre 2008 à 07:47 +0100, djamil a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
hello again<BR>
<BR>
gents, i wrote in 96 the first X11 application to drive a radio card in florida ...<BR>
<BR>
so can anyone tell me about spying proramms under windows to reverse engeneer what wintv does ant the drivers<BR>
<BR>
so i can get analog working in linux ?<BR>
<BR>
best regards<BR>
<BR>
<PRE>
_______________________________________
</PRE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
linux-dvb mailing list
<A HREF="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</A>
<A HREF="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</A>
</PRE>
</BLOCKQUOTE>
<PRE>
_______________________________________________
linux-dvb mailing list
<A HREF="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</A>
<A HREF="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</A>
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
hi <BR>
<BR>
I adde this<BR>
<BR>
[CX23885_BOARD_HAUPPAUGE_HVR1400] = {<BR>
.name = "Hauppauge WinTV-HVR1400",<BR>
.porta = CX23885_ANALOG_VIDEO,<BR>
.portb = CX23885_MPEG_ENCODER,<BR>
.portc = CX23885_MPEG_DVB,<BR>
.tuner_type = TUNER_LG_PAL_NEW_TAPC,<BR>
.input = {{<BR>
.type = CX23885_VMUX_TELEVISION,<BR>
.vmux = 0,<BR>
.gpio0 = 0xff00,<BR>
}, {<BR>
.type = CX23885_VMUX_DEBUG,<BR>
.vmux = 0,<BR>
.gpio0 = 0xff01,<BR>
}, {<BR>
.type = CX23885_VMUX_COMPOSITE1,<BR>
.vmux = 1,<BR>
.gpio0 = 0xff02,<BR>
}, {<BR>
.type = CX23885_VMUX_SVIDEO,<BR>
.vmux = 2,<BR>
.gpio0 = 0xff02,<BR>
} },<BR>
<BR>
},<BR>
<BR>
"cx23885-cards.c" 674 lignes --25%-- 171,22-44 21%<BR>
<BR>
<BR>
<BR>
and its still not working, can anyone help ? i does compile ....
<PRE>
_______________________________________________
linux-dvb mailing list
<A HREF="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</A>
<A HREF="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</A>
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
then i tryed this<BR>
<BR>
<BR>
[CX23885_BOARD_HAUPPAUGE_HVR1400] = {<BR>
.name = "Hauppauge WinTV-HVR1400",<BR>
.porta = CX23885_ANALOG_VIDEO,<BR>
.portc = CX23885_MPEG_DVB,<BR>
.tuner_type = TUNER_XC2028,<BR>
.tuner_addr = 0x61, /* 0xc2 >> 1 */<BR>
.input = {{<BR>
.type = CX23885_VMUX_TELEVISION,<BR>
.vmux = CX25840_VIN7_CH3 |<BR>
CX25840_VIN5_CH2 |<BR>
CX25840_VIN2_CH1,<BR>
.gpio0 = 0,<BR>
}, {<BR>
.type = CX23885_VMUX_COMPOSITE1,<BR>
.vmux = CX25840_VIN7_CH3 |<BR>
CX25840_VIN4_CH2 |<BR>
CX25840_VIN6_CH1,<BR>
.gpio0 = 0,<BR>
}, {<BR>
.type = CX23885_VMUX_SVIDEO,<BR>
.vmux = CX25840_VIN7_CH3 |<BR>
CX25840_VIN4_CH2 |<BR>
CX25840_VIN8_CH1 |<BR>
CX25840_SVIDEO_ON,<BR>
.gpio0 = 0,<BR>
} },<BR>
<BR>
},<BR>
<BR>
still no luck, firmware loading errors
</BODY>
</HTML>