Sorry, I forgot to say that my card is a KWorld 878FBK made by www.kworld.com.tw. It mounts a Conhexant 878a, an IR chip that still doesn't work and an LG PAL tuner (compatible with Philips). No thanks at all to them, because thay simply ignored my questions of support. ---------- Forwarded message ---------- Date: Tue, 27 Feb 2001 16:36:45 +0100 (CET) From: Nicola Sabbi <sabbi@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> To: video4linux-list@xxxxxxxxxx Subject: New working card (to be added) Hi, I stole the following piece of code from DeinterlaceTV (deinterlacetv.sourceforge.net) to add support for a "Standard 878 card"; basically it permits me to listen to audio, besides letting me watch the TV. I haven't tried to use the radio yet. The code should be added to bttv-cards.c in the structure detailing the single supported cards. Hope it helps. -------------- { name: "Standard BT878", video_inputs: 4, audio_inputs: 1, tuner: 0, svhs: 2, gpiomask: 7, muxsel: { 2, 0, 1, 1}, /* DTV adds: , 0, 0, 0, 0}, */ audiomux: { 0, 1, 2, 3, 4, 0}, needs_tvaudio: 1, /* DTV adds {1,1,0,1,0,0,0,1}, */ pll: PLL_NONE, /* mine is PLL_28 */ tuner_type: -1, /* mine works with TUNER_PHILIPS_PAL, or run modprobe tuner type=5 at the prompt*/ },