[linux-dvb] hvr 1400
djamil
djamil at djamil.net
Sat Nov 22 12:45:34 CET 2008
Le samedi 22 novembre 2008 à 12:02 +0100, djamil a écrit :
> Le vendredi 14 novembre 2008 à 07:47 +0100, djamil a écrit :
>
> > hello again
> >
> > gents, i wrote in 96 the first X11 application to drive a radio card
> > in florida ...
> >
> > so can anyone tell me about spying proramms under windows to reverse
> > engeneer what wintv does ant the drivers
> >
> > so i can get analog working in linux ?
> >
> > best regards
> >
> >
> > _______________________________________
> >
> > > linux-dvb mailing list
> > > linux-dvb at linuxtv.org
> > > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
> >
> > _______________________________________________
> > linux-dvb mailing list
> > linux-dvb at linuxtv.org
> > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
>
>
> hi
>
> I adde this
>
> [CX23885_BOARD_HAUPPAUGE_HVR1400] = {
> .name = "Hauppauge WinTV-HVR1400",
> .porta = CX23885_ANALOG_VIDEO,
> .portb = CX23885_MPEG_ENCODER,
> .portc = CX23885_MPEG_DVB,
> .tuner_type = TUNER_LG_PAL_NEW_TAPC,
> .input = {{
> .type = CX23885_VMUX_TELEVISION,
> .vmux = 0,
> .gpio0 = 0xff00,
> }, {
> .type = CX23885_VMUX_DEBUG,
> .vmux = 0,
> .gpio0 = 0xff01,
> }, {
> .type = CX23885_VMUX_COMPOSITE1,
> .vmux = 1,
> .gpio0 = 0xff02,
> }, {
> .type = CX23885_VMUX_SVIDEO,
> .vmux = 2,
> .gpio0 = 0xff02,
> } },
>
> },
>
> "cx23885-cards.c" 674 lignes --25%--
> 171,22-44 21%
>
>
>
> and its still not working, can anyone help ? i does compile ....
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb at linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
then i tryed this
[CX23885_BOARD_HAUPPAUGE_HVR1400] = {
.name = "Hauppauge WinTV-HVR1400",
.porta = CX23885_ANALOG_VIDEO,
.portc = CX23885_MPEG_DVB,
.tuner_type = TUNER_XC2028,
.tuner_addr = 0x61, /* 0xc2 >> 1 */
.input = {{
.type = CX23885_VMUX_TELEVISION,
.vmux = CX25840_VIN7_CH3 |
CX25840_VIN5_CH2 |
CX25840_VIN2_CH1,
.gpio0 = 0,
}, {
.type = CX23885_VMUX_COMPOSITE1,
.vmux = CX25840_VIN7_CH3 |
CX25840_VIN4_CH2 |
CX25840_VIN6_CH1,
.gpio0 = 0,
}, {
.type = CX23885_VMUX_SVIDEO,
.vmux = CX25840_VIN7_CH3 |
CX25840_VIN4_CH2 |
CX25840_VIN8_CH1 |
CX25840_SVIDEO_ON,
.gpio0 = 0,
} },
},
still no luck, firmware loading errors
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20081122/880cad98/attachment.htm
More information about the linux-dvb
mailing list