> Hi, > > <snip> > > >> Hi, sorry if this isn't very helpful, but none of the images I have >> been able to find have been very large. I searched Google and Google >> images without very much luck - and as I don't have a digital camera >> of any kind sending high res images on my own is not likely to be easy. >> >> But in any case here is the manufacturer's site giving full details >> about the card: >> >> http://www.comprousa.com/New/en/product/vmt200a.html >> >> There has been a lot of chat on the mailing list in the past about >> this card it seems - but I am unclear as to whether or not anyone has >> succeded yet in actually getting it working. >> >> Apparrently the card is Media Center and HDTV compatable. >> >> Any input on how to get this card working would be very much welcomed >> - as TBH I much prefer watching TV in Linux as it is a lot more >> flexible and usable than it's MS Windows counterpart can ever hope to >> be. I also plan to use the card in an exclusive Linux only PVR system >> that I am currently building. >> > I have been in contact with an owner of the T200a card and we got it > working. The point is that the T200a is very different from the T200. > It actually is a T300 with the components for analog tv not stuffed. > To be able to add automatic support for all cards, i need > PCI and eeprom listings of all of these 3 cards. > > Best regards > Hartmut > > Hi, I found a guide on Knoppix Myth from a guy who cliams to have gotten this card working. http://mysettopbox.tv/phpBB2/viewtopic.php?t=6167&highlight= Everything went well until I got to the make part in that list of instructions. When I did this I got the following output: /video4linux# make ln -s . linux ln -s . media make -C /lib/modules/2.6.15-kanotix-1/build SUBDIRS=/home/raid517/video4linux mo dules make[1]: Entering directory `/usr/src/linux-headers-2.6.15-kanotix-1' CC [M] /home/raid517/video4linux/video-buf.o CC [M] /home/raid517/video4linux/v4l1-compat.o CC [M] /home/raid517/video4linux/v4l2-common.o CC [M] /home/raid517/video4linux/btcx-risc.o CC [M] /home/raid517/video4linux/ir-common.o CC [M] /home/raid517/video4linux/bttv-driver.o CC [M] /home/raid517/video4linux/bttv-cards.o CC [M] /home/raid517/video4linux/bttv-risc.o CC [M] /home/raid517/video4linux/bttv-if.o CC [M] /home/raid517/video4linux/bttv-vbi.o CC [M] /home/raid517/video4linux/bttv-i2c.o CC [M] /home/raid517/video4linux/bttv-gpio.o CC [M] /home/raid517/video4linux/cx88-video.o In file included from /home/raid517/video4linux/media/video-buf-dvb.h:3, from /home/raid517/video4linux/cx88.h:33, from /home/raid517/video4linux/cx88-video.c:37: /home/raid517/video4linux/dmxdev.h:38:19: error: demux.h: No such file or direct ory In file included from /home/raid517/video4linux/media/video-buf-dvb.h:4, from /home/raid517/video4linux/cx88.h:33, from /home/raid517/video4linux/cx88-video.c:37: /home/raid517/video4linux/dvb_demux.h:46: error: field 'filter' has incomplete t ype /home/raid517/video4linux/dvb_demux.h:47: error: 'DMX_MAX_FILTER_SIZE' undeclare d here (not in a function) /home/raid517/video4linux/dvb_demux.h:65: error: field 'ts' has incomplete type /home/raid517/video4linux/dvb_demux.h:66: error: field 'sec' has incomplete type /home/raid517/video4linux/dvb_demux.h:70: error: syntax error before 'dmx_ts_cb' /home/raid517/video4linux/dvb_demux.h:70: warning: no semicolon at end of struct or union /home/raid517/video4linux/dvb_demux.h:70: warning: no semicolon at end of struct or union /home/raid517/video4linux/dvb_demux.h:71: warning: type defaults to 'int' in dec laration of 'sec' /home/raid517/video4linux/dvb_demux.h:71: warning: data definition has no type o r storage class /home/raid517/video4linux/dvb_demux.h:72: warning: type defaults to 'int' in dec laration of 'cb' /home/raid517/video4linux/dvb_demux.h:72: warning: data definition has no type o r storage class /home/raid517/video4linux/dvb_demux.h:95: error: syntax error before '}' token /home/raid517/video4linux/dvb_demux.h:98: error: field 'dmx' has incomplete type /home/raid517/video4linux/dvb_demux.h:118: error: 'DMX_TS_PES_OTHER' undeclared here (not in a function) In file included from /home/raid517/video4linux/cx88.h:33, from /home/raid517/video4linux/cx88-video.c:37: /home/raid517/video4linux/media/video-buf-dvb.h:27: error: field 'fe_hw' has inc omplete type /home/raid517/video4linux/media/video-buf-dvb.h:28: error: field 'fe_mem' has in complete type make[2]: *** [/home/raid517/video4linux/cx88-video.o] Error 1 make[1]: *** [_module_/home/raid517/video4linux] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-kanotix-1' make: *** [default] Error 2 Can anyone suggest what the problem might be? GJ