^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) .. SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) ===============
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) The bttv driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) ===============
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Release notes for bttv
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) ----------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) You'll need at least these config options for bttv::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) ./scripts/config -e PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) ./scripts/config -m I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) ./scripts/config -m INPUT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) ./scripts/config -m MEDIA_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) ./scripts/config -e MEDIA_PCI_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) ./scripts/config -e MEDIA_RADIO_SUPPORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) ./scripts/config -e RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) ./scripts/config -m VIDEO_BT848
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) If your board has digital TV, you'll also need::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) ./scripts/config -m DVB_BT8XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) In this case, please see :doc:`bt8xx` for additional notes.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) Make bttv work with your card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) -----------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) If you have bttv compiled and installed, just booting the Kernel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) should be enough for it to try probing it. However, depending
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) on the model, the Kernel may require additional information about
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) the hardware, as the device may not be able to provide such info
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) directly to the Kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) If it doesn't bttv likely could not autodetect your card and needs some
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) insmod options. The most important insmod option for bttv is "card=n"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) to select the correct card type. If you get video but no sound you've
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) very likely specified the wrong (or no) card type. A list of supported
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) cards is in :doc:`bttv-cardlist`.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) If bttv takes very long to load (happens sometimes with the cheap
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) cards which have no tuner), try adding this to your modules configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) file (usually, it is either ``/etc/modules.conf`` or some file at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) ``/etc/modules-load.d/``, but the actual place depends on your
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) distribution)::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) options i2c-algo-bit bit_test=1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) Some cards may require an extra firmware file to work. For example,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) for the WinTV/PVR you need one firmware file from its driver CD,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) called: ``hcwamc.rbf``. It is inside a self-extracting zip file
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) called ``pvr45xxx.exe``. Just placing it at the ``/etc/firmware``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) directory should be enough for it to be autoload during the driver's
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) probing mode (e. g. when the Kernel boots or when the driver is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) manually loaded via ``modprobe`` command).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) If your card isn't listed in :doc:`bttv-cardlist` or if you have
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) trouble making audio work, please read :ref:`still_doesnt_work`.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) Autodetecting cards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) -------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) bttv uses the PCI Subsystem ID to autodetect the card type. lspci lists
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) the Subsystem ID in the second line, looks like this:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) .. code-block:: none
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) 00:0a.0 Multimedia video controller: Brooktree Corporation Bt878 (rev 02)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) Subsystem: Hauppauge computer works Inc. WinTV/GO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) Flags: bus master, medium devsel, latency 32, IRQ 5
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) Memory at e2000000 (32-bit, prefetchable) [size=4K]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) only bt878-based cards can have a subsystem ID (which does not mean
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) that every card really has one). bt848 cards can't have a Subsystem
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) ID and therefore can't be autodetected. There is a list with the ID's
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) at :doc:`bttv-cardlist` (in case you are intrested or want to mail
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) patches with updates).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) .. _still_doesnt_work:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) Still doesn't work?
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) -------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) I do NOT have a lab with 30+ different grabber boards and a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) PAL/NTSC/SECAM test signal generator at home, so I often can't
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91) reproduce your problems. This makes debugging very difficult for me.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) If you have some knowledge and spare time, please try to fix this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) yourself (patches very welcome of course...) You know: The linux
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95) slogan is "Do it yourself".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) There is a mailing list at
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98) http://vger.kernel.org/vger-lists.html#linux-media
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) If you have trouble with some specific TV card, try to ask there
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) instead of mailing me directly. The chance that someone with the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) same card listens there is much higher...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) For problems with sound: There are a lot of different systems used
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) for TV sound all over the world. And there are also different chips
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) which decode the audio signal. Reports about sound problems ("stereo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) doesn't work") are pretty useless unless you include some details
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) about your hardware and the TV sound scheme used in your country (or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) at least the country you are living in).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) Modprobe options
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) ----------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) .. note::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) The following argument list can be outdated, as we might add more
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) options if ever needed. In case of doubt, please check with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) ``modinfo <module>``.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) This command prints various information about a kernel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) module, among them a complete and up-to-date list of insmod options.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) bttv
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) The bt848/878 (grabber chip) driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) insmod args::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) card=n card type, see CARDLIST for a list.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) tuner=n tuner type, see CARDLIST for a list.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) radio=0/1 card supports radio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) pll=0/1/2 pll settings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) 0: don't use PLL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) 1: 28 MHz crystal installed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) 2: 35 MHz crystal installed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140) triton1=0/1 for Triton1 (+others) compatibility
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) vsfx=0/1 yet another chipset bug compatibility bit
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) see README.quirks for details on these two.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) bigendian=n Set the endianness of the gfx framebuffer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) Default is native endian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146) fieldnr=0/1 Count fields. Some TV descrambling software
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) needs this, for others it only generates
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148) 50 useless IRQs/sec. default is 0 (off).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) autoload=0/1 autoload helper modules (tuner, audio).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) default is 1 (on).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151) bttv_verbose=0/1/2 verbose level (at insmod time, while
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) looking at the hardware). default is 1.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) bttv_debug=0/1 debug messages (for capture).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) default is 0 (off).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) irq_debug=0/1 irq handler debug messages.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) default is 0 (off).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157) gbuffers=2-32 number of capture buffers for mmap'ed capture.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) default is 4.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) gbufsize= size of capture buffers. default and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) maximum value is 0x208000 (~2MB)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) no_overlay=0 Enable overlay on broken hardware. There
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162) are some chipsets (SIS for example) which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) are known to have problems with the PCI DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) push used by bttv. bttv will disable overlay
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) by default on this hardware to avoid crashes.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) With this insmod option you can override this.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) no_overlay=1 Disable overlay. It should be used by broken
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) hardware that doesn't support PCI2PCI direct
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) transfers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) automute=0/1 Automatically mutes the sound if there is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171) no TV signal, on by default. You might try
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) to disable this if you have bad input signal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) quality which leading to unwanted sound
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174) dropouts.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) chroma_agc=0/1 AGC of chroma signal, off by default.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) adc_crush=0/1 Luminance ADC crush, on by default.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) i2c_udelay= Allow reduce I2C speed. Default is 5 usecs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) (meaning 66,67 Kbps). The default is the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) maximum supported speed by kernel bitbang
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) algorithm. You may use lower numbers, if I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) messages are lost (16 is known to work on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) all supported cards).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184) bttv_gpio=0/1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) gpiomask=
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) audioall=
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) audiomux=
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) See Sound-FAQ for a detailed description.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) remap, card, radio and pll accept up to four comma-separated arguments
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) (for multiple boards).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) tuner
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) The tuner driver. You need this unless you want to use only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) with a camera or the board doesn't provide analog TV tuning.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197) insmod args::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) debug=1 print some debug info to the syslog
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) type=n type of the tuner chip. n as follows:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) see CARDLIST for a complete list.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) pal=[bdgil] select PAL variant (used for some tuners
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) only, important for the audio carrier).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) tvaudio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) Provide a single driver for all simple i2c audio control
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) chips (tda/tea*).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) insmod args::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) tda8425 = 1 enable/disable the support for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) tda9840 = 1 various chips.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213) tda9850 = 1 The tea6300 can't be autodetected and is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) tda9855 = 1 therefore off by default, if you have
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) tda9873 = 1 this one on your card (STB uses these)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) tda9874a = 1 you have to enable it explicitly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) tea6300 = 0 The two tda985x chips use the same i2c
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) tea6420 = 1 address and can't be disturgished from
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) pic16c54 = 1 each other, you might have to disable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) the wrong one.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221) debug = 1 print debug messages
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) msp3400
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) The driver for the msp34xx sound processor chips. If you have a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) stereo card, you probably want to insmod this one.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) insmod args::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) debug=1/2 print some debug info to the syslog,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) 2 is more verbose.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) simple=1 Use the "short programming" method. Newer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232) msp34xx versions support this. You need this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233) for dbx stereo. Default is on if supported by
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234) the chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) once=1 Don't check the TV-stations Audio mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236) every few seconds, but only once after
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237) channel switches.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) amsound=1 Audio carrier is AM/NICAM at 6.5 Mhz. This
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) should improve things for french people, the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) carrier autoscan seems to work with FM only...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) If the box freezes hard with bttv
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243) ---------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) It might be a bttv driver bug. It also might be bad hardware. It also
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246) might be something else ...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) Just mailing me "bttv freezes" isn't going to help much. This README
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249) has a few hints how you can help to pin down the problem.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252) bttv bugs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) ~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255) If some version works and another doesn't it is likely to be a driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) bug. It is very helpful if you can tell where exactly it broke
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257) (i.e. the last working and the first broken version).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259) With a hard freeze you probably doesn't find anything in the logfiles.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260) The only way to capture any kernel messages is to hook up a serial
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) console and let some terminal application log the messages. /me uses
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262) screen. See :doc:`/admin-guide/serial-console` for details on setting
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263) up a serial console.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) Read :doc:`/admin-guide/bug-hunting` to learn how to get any useful
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) information out of a register+stack dump printed by the kernel on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) protection faults (so-called "kernel oops").
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) If you run into some kind of deadlock, you can try to dump a call trace
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270) for each process using sysrq-t (see :doc:`/admin-guide/sysrq`).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271) This way it is possible to figure where *exactly* some process in "D"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) state is stuck.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274) I've seen reports that bttv 0.7.x crashes whereas 0.8.x works rock solid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275) for some people. Thus probably a small buglet left somewhere in bttv
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) 0.7.x. I have no idea where exactly, it works stable for me and a lot of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277) other people. But in case you have problems with the 0.7.x versions you
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) can give 0.8.x a try ...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281) hardware bugs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284) Some hardware can't deal with PCI-PCI transfers (i.e. grabber => vga).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) Sometimes problems show up with bttv just because of the high load on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 286) the PCI bus. The bt848/878 chips have a few workarounds for known
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 287) incompatibilities, see README.quirks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 288)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 289) Some folks report that increasing the pci latency helps too,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 290) althrought I'm not sure whenever this really fixes the problems or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 291) only makes it less likely to happen. Both bttv and btaudio have a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 292) insmod option to set the PCI latency of the device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 293)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 294) Some mainboard have problems to deal correctly with multiple devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 295) doing DMA at the same time. bttv + ide seems to cause this sometimes,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 296) if this is the case you likely see freezes only with video and hard disk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 297) access at the same time. Updating the IDE driver to get the latest and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 298) greatest workarounds for hardware bugs might fix these problems.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 299)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 300)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 301) other
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 302) ~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 303)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 304) If you use some binary-only yunk (like nvidia module) try to reproduce
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 305) the problem without.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 306)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 307) IRQ sharing is known to cause problems in some cases. It works just
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 308) fine in theory and many configurations. Neverless it might be worth a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 309) try to shuffle around the PCI cards to give bttv another IRQ or make
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 310) it share the IRQ with some other piece of hardware. IRQ sharing with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 311) VGA cards seems to cause trouble sometimes. I've also seen funny
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 312) effects with bttv sharing the IRQ with the ACPI bridge (and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 313) apci-enabled kernel).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 314)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 315) Bttv quirks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 316) -----------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 317)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 318) Below is what the bt878 data book says about the PCI bug compatibility
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 319) modes of the bt878 chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 320)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 321) The triton1 insmod option sets the EN_TBFX bit in the control register.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 322) The vsfx insmod option does the same for EN_VSFX bit. If you have
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 323) stability problems you can try if one of these options makes your box
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 324) work solid.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 325)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 326) drivers/pci/quirks.c knows about these issues, this way these bits are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 327) enabled automagically for known-buggy chipsets (look at the kernel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 328) messages, bttv tells you).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 329)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 330) Normal PCI Mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 331) ~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 332)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 333) The PCI REQ signal is the logical-or of the incoming function requests.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 334) The inter-nal GNT[0:1] signals are gated asynchronously with GNT and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 335) demultiplexed by the audio request signal. Thus the arbiter defaults to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 336) the video function at power-up and parks there during no requests for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 337) bus access. This is desirable since the video will request the bus more
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 338) often. However, the audio will have highest bus access priority. Thus
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 339) the audio will have first access to the bus even when issuing a request
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 340) after the video request but before the PCI external arbiter has granted
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 341) access to the Bt879. Neither function can preempt the other once on the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 342) bus. The duration to empty the entire video PCI FIFO onto the PCI bus is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 343) very short compared to the bus access latency the audio PCI FIFO can
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 344) tolerate.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 345)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 346)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 347) 430FX Compatibility Mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 348) ~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 349)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 350) When using the 430FX PCI, the following rules will ensure
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 351) compatibility:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 352)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 353) (1) Deassert REQ at the same time as asserting FRAME.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 354) (2) Do not reassert REQ to request another bus transaction until after
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 355) finish-ing the previous transaction.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 356)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 357) Since the individual bus masters do not have direct control of REQ, a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 358) simple logical-or of video and audio requests would violate the rules.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 359) Thus, both the arbiter and the initiator contain 430FX compatibility
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 360) mode logic. To enable 430FX mode, set the EN_TBFX bit as indicated in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 361) Device Control Register on page 104.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 362)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 363) When EN_TBFX is enabled, the arbiter ensures that the two compatibility
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 364) rules are satisfied. Before GNT is asserted by the PCI arbiter, this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 365) internal arbiter may still logical-or the two requests. However, once
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 366) the GNT is issued, this arbiter must lock in its decision and now route
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 367) only the granted request to the REQ pin. The arbiter decision lock
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 368) happens regardless of the state of FRAME because it does not know when
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 369) FRAME will be asserted (typically - each initiator will assert FRAME on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 370) the cycle following GNT). When FRAME is asserted, it is the initiator s
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 371) responsibility to remove its request at the same time. It is the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 372) arbiters responsibility to allow this request to flow through to REQ and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 373) not allow the other request to hold REQ asserted. The decision lock may
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 374) be removed at the end of the transaction: for example, when the bus is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 375) idle (FRAME and IRDY). The arbiter decision may then continue
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 376) asynchronously until GNT is again asserted.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 377)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 378)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 379) Interfacing with Non-PCI 2.1 Compliant Core Logic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 380) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 381)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 382) A small percentage of core logic devices may start a bus transaction
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 383) during the same cycle that GNT is de-asserted. This is non PCI 2.1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 384) compliant. To ensure compatibility when using PCs with these PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 385) controllers, the EN_VSFX bit must be enabled (refer to Device Control
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 386) Register on page 104). When in this mode, the arbiter does not pass GNT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 387) to the internal functions unless REQ is asserted. This prevents a bus
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 388) transaction from starting the same cycle as GNT is de-asserted. This
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 389) also has the side effect of not being able to take advantage of bus
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 390) parking, thus lowering arbitration performance. The Bt879 drivers must
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 391) query for these non-compliant devices, and set the EN_VSFX bit only if
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 392) required.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 393)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 394)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 395) Other elements of the tvcards array
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 396) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 397)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 398) If you are trying to make a new card work you might find it useful to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 399) know what the other elements in the tvcards array are good for::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 400)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 401) video_inputs - # of video inputs the card has
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 402) audio_inputs - historical cruft, not used any more.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 403) tuner - which input is the tuner
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 404) svhs - which input is svhs (all others are labeled composite)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 405) muxsel - video mux, input->registervalue mapping
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 406) pll - same as pll= insmod option
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 407) tuner_type - same as tuner= insmod option
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 408) *_modulename - hint whenever some card needs this or that audio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 409) module loaded to work properly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 410) has_radio - whenever this TV card has a radio tuner.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 411) no_msp34xx - "1" disables loading of msp3400.o module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 412) no_tda9875 - "1" disables loading of tda9875.o module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 413) needs_tvaudio - set to "1" to load tvaudio.o module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 414)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 415) If some config item is specified both from the tvcards array and as
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 416) insmod option, the insmod option takes precedence.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 417)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 418) Cards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 419) -----
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 420)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 421) .. note::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 422)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 423) For a more updated list, please check
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 424) https://linuxtv.org/wiki/index.php/Hardware_Device_Information
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 425)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 426) Supported cards: Bt848/Bt848a/Bt849/Bt878/Bt879 cards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 427) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 428)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 429) All cards with Bt848/Bt848a/Bt849/Bt878/Bt879 and normal
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 430) Composite/S-VHS inputs are supported. Teletext and Intercast support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 431) (PAL only) for ALL cards via VBI sample decoding in software.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 432)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 433) Some cards with additional multiplexing of inputs or other additional
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 434) fancy chips are only partially supported (unless specifications by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 435) card manufacturer are given). When a card is listed here it isn't
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 436) necessarily fully supported.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 437)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 438) All other cards only differ by additional components as tuners, sound
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 439) decoders, EEPROMs, teletext decoders ...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 440)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 441)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 442) MATRIX Vision
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 443) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 444)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 445) MV-Delta
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 446) - Bt848A
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 447) - 4 Composite inputs, 1 S-VHS input (shared with 4th composite)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 448) - EEPROM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 449)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 450) http://www.matrix-vision.de/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 451)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 452) This card has no tuner but supports all 4 composite (1 shared with an
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 453) S-VHS input) of the Bt848A.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 454) Very nice card if you only have satellite TV but several tuners connected
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 455) to the card via composite.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 456)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 457) Many thanks to Matrix-Vision for giving us 2 cards for free which made
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 458) Bt848a/Bt849 single crystal operation support possible!!!
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 459)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 460)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 461)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 462) Miro/Pinnacle PCTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 463) ~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 464)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 465) - Bt848
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 466) some (all??) come with 2 crystals for PAL/SECAM and NTSC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 467) - PAL, SECAM or NTSC TV tuner (Philips or TEMIC)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 468) - MSP34xx sound decoder on add on board
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 469) decoder is supported but AFAIK does not yet work
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 470) (other sound MUX setting in GPIO port needed??? somebody who fixed this???)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 471) - 1 tuner, 1 composite and 1 S-VHS input
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 472) - tuner type is autodetected
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 473)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 474) http://www.miro.de/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 475) http://www.miro.com/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 476)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 477)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 478) Many thanks for the free card which made first NTSC support possible back
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 479) in 1997!
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 480)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 481)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 482) Hauppauge Win/TV pci
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 483) ~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 484)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 485) There are many different versions of the Hauppauge cards with different
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 486) tuners (TV+Radio ...), teletext decoders.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 487) Note that even cards with same model numbers have (depending on the revision)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 488) different chips on it.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 489)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 490) - Bt848 (and others but always in 2 crystal operation???)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 491) newer cards have a Bt878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 492)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 493) - PAL, SECAM, NTSC or tuner with or without Radio support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 494)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 495) e.g.:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 496)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 497) - PAL:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 498)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 499) - TDA5737: VHF, hyperband and UHF mixer/oscillator for TV and VCR 3-band tuners
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 500) - TSA5522: 1.4 GHz I2C-bus controlled synthesizer, I2C 0xc2-0xc3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 501)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 502) - NTSC:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 503)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 504) - TDA5731: VHF, hyperband and UHF mixer/oscillator for TV and VCR 3-band tuners
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 505) - TSA5518: no datasheet available on Philips site
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 506)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 507) - Philips SAA5246 or SAA5284 ( or no) Teletext decoder chip
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 508) with buffer RAM (e.g. Winbond W24257AS-35: 32Kx8 CMOS static RAM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 509) SAA5246 (I2C 0x22) is supported
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 510)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 511) - 256 bytes EEPROM: Microchip 24LC02B or Philips 8582E2Y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 512) with configuration information
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 513) I2C address 0xa0 (24LC02B also responds to 0xa2-0xaf)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 514)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 515) - 1 tuner, 1 composite and (depending on model) 1 S-VHS input
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 516)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 517) - 14052B: mux for selection of sound source
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 518)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 519) - sound decoder: TDA9800, MSP34xx (stereo cards)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 520)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 521)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 522) Askey CPH-Series
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 523) ~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 524) Developed by TelSignal(?), OEMed by many vendors (Typhoon, Anubis, Dynalink)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 525)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 526) - Card series:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 527) - CPH01x: BT848 capture only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 528) - CPH03x: BT848
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 529) - CPH05x: BT878 with FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 530) - CPH06x: BT878 (w/o FM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 531) - CPH07x: BT878 capture only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 532)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 533) - TV standards:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 534) - CPH0x0: NTSC-M/M
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 535) - CPH0x1: PAL-B/G
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 536) - CPH0x2: PAL-I/I
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 537) - CPH0x3: PAL-D/K
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 538) - CPH0x4: SECAM-L/L
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 539) - CPH0x5: SECAM-B/G
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 540) - CPH0x6: SECAM-D/K
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 541) - CPH0x7: PAL-N/N
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 542) - CPH0x8: PAL-B/H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 543) - CPH0x9: PAL-M/M
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 544)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 545) - CPH03x was often sold as "TV capturer".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 546)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 547) Identifying:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 548)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 549) #) 878 cards can be identified by PCI Subsystem-ID:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 550) - 144f:3000 = CPH06x
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 551) - 144F:3002 = CPH05x w/ FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 552) - 144F:3005 = CPH06x_LC (w/o remote control)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 553) #) The cards have a sticker with "CPH"-model on the back.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 554) #) These cards have a number printed on the PCB just above the tuner metal box:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 555) - "80-CP2000300-x" = CPH03X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 556) - "80-CP2000500-x" = CPH05X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 557) - "80-CP2000600-x" = CPH06X / CPH06x_LC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 558)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 559) Askey sells these cards as "Magic TView series", Brand "MagicXpress".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 560) Other OEM often call these "Tview", "TView99" or else.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 561)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 562) Lifeview Flyvideo Series:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 563) ~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 564)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 565) The naming of these series differs in time and space.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 566)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 567) Identifying:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 568) #) Some models can be identified by PCI subsystem ID:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 569)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 570) - 1852:1852 = Flyvideo 98 FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 571) - 1851:1850 = Flyvideo 98
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 572) - 1851:1851 = Flyvideo 98 EZ (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 573)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 574) #) There is a print on the PCB:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 575)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 576) - LR25 = Flyvideo (Zoran ZR36120, SAA7110A)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 577) - LR26 Rev.N = Flyvideo II (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 578) - LR26 Rev.O = Flyvideo II (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 579) - LR37 Rev.C = Flyvideo EZ (Capture only, ZR36120 + SAA7110)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 580) - LR38 Rev.A1= Flyvideo II EZ (Bt848 capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 581) - LR50 Rev.Q = Flyvideo 98 (w/eeprom and PCI subsystem ID)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 582) - LR50 Rev.W = Flyvideo 98 (no eeprom)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 583) - LR51 Rev.E = Flyvideo 98 EZ (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 584) - LR90 = Flyvideo 2000 (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 585) - LR90 Flyvideo 2000S (Bt878) w/Stereo TV (Package incl. LR91 daughterboard)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 586) - LR91 = Stereo daughter card for LR90
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 587) - LR97 = Flyvideo DVBS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 588) - LR99 Rev.E = Low profile card for OEM integration (only internal audio!) bt878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 589) - LR136 = Flyvideo 2100/3100 (Low profile, SAA7130/SAA7134)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 590) - LR137 = Flyvideo DV2000/DV3000 (SAA7130/SAA7134 + IEEE1394)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 591) - LR138 Rev.C= Flyvideo 2000 (SAA7130)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 592) - LR138 Flyvideo 3000 (SAA7134) w/Stereo TV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 593)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 594) - These exist in variations w/FM and w/Remote sometimes denoted
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 595) by suffixes "FM" and "R".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 596)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 597) #) You have a laptop (miniPCI card):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 598)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 599) - Product = FlyTV Platinum Mini
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 600) - Model/Chip = LR212/saa7135
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 601)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 602) - Lifeview.com.tw states (Feb. 2002):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 603) "The FlyVideo2000 and FlyVideo2000s product name have renamed to FlyVideo98."
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 604) Their Bt8x8 cards are listed as discontinued.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 605) - Flyvideo 2000S was probably sold as Flyvideo 3000 in some countries(Europe?).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 606) The new Flyvideo 2000/3000 are SAA7130/SAA7134 based.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 607)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 608) "Flyvideo II" had been the name for the 848 cards, nowadays (in Germany)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 609) this name is re-used for LR50 Rev.W.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 610)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 611) The Lifeview website mentioned Flyvideo III at some time, but such a card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 612) has not yet been seen (perhaps it was the german name for LR90 [stereo]).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 613) These cards are sold by many OEMs too.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 614)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 615) FlyVideo A2 (Elta 8680)= LR90 Rev.F (w/Remote, w/o FM, stereo TV by tda9821) {Germany}
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 616)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 617) Lifeview 3000 (Elta 8681) as sold by Plus(April 2002), Germany = LR138 w/ saa7134
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 618)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 619) lifeview config coding on gpio pins 0-9
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 620) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 621)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 622) - LR50 rev. Q ("PARTS: 7031505116), Tuner wurde als Nr. 5 erkannt, Eingänge
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 623) SVideo, TV, Composite, Audio, Remote:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 624)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 625) - CP9..1=100001001 (1: 0-Ohm-Widerstand gegen GND unbestückt; 0: bestückt)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 626)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 627)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 628) Typhoon TV card series:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 629) ~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 630)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 631) These can be CPH, Flyvideo, Pixelview or KNC1 series.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 632)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 633) Typhoon is the brand of Anubis.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 634)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 635) Model 50680 got re-used, some model no. had different contents over time.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 636)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 637) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 638)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 639) - 50680 "TV Tuner PCI Pal BG"(old,red package)=can be CPH03x(bt848) or CPH06x(bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 640) - 50680 "TV Tuner Pal BG" (blue package)= Pixelview PV-BT878P+ (Rev 9B)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 641) - 50681 "TV Tuner PCI Pal I" (variant of 50680)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 642) - 50682 "TView TV/FM Tuner Pal BG" = Flyvideo 98FM (LR50 Rev.Q)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 643)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 644) .. note::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 645)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 646) The package has a picture of CPH05x (which would be a real TView)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 647)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 648) - 50683 "TV Tuner PCI SECAM" (variant of 50680)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 649) - 50684 "TV Tuner Pal BG" = Pixelview 878TV(Rev.3D)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 650) - 50686 "TV Tuner" = KNC1 TV Station
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 651) - 50687 "TV Tuner stereo" = KNC1 TV Station pro
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 652) - 50688 "TV Tuner RDS" (black package) = KNC1 TV Station RDS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 653) - 50689 TV SAT DVB-S CARD CI PCI (SAA7146AH, SU1278?) = "KNC1 TV Station DVB-S"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 654) - 50692 "TV/FM Tuner" (small PCB)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 655) - 50694 TV TUNER CARD RDS (PHILIPS CHIPSET SAA7134HL)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 656) - 50696 TV TUNER STEREO (PHILIPS CHIPSET SAA7134HL, MK3ME Tuner)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 657) - 50804 PC-SAT TV/Audio Karte = Techni-PC-Sat (ZORAN 36120PQC, Tuner:Alps)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 658) - 50866 TVIEW SAT RECEIVER+ADR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 659) - 50868 "TV/FM Tuner Pal I" (variant of 50682)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 660) - 50999 "TV/FM Tuner Secam" (variant of 50682)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 661)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 662) Guillemot
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 663) ~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 664)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 665) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 666)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 667) - Maxi-TV PCI (ZR36120)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 668) - Maxi TV Video 2 = LR50 Rev.Q (FI1216MF, PAL BG+SECAM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 669) - Maxi TV Video 3 = CPH064 (PAL BG + SECAM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 670)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 671) Mentor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 672) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 673)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 674) Mentor TV card ("55-878TV-U1") = Pixelview 878TV(Rev.3F) (w/FM w/Remote)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 675)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 676) Prolink
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 677) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 678)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 679) - TV cards:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 680)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 681) - PixelView Play TV pro - (Model: PV-BT878P+ REV 8E)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 682) - PixelView Play TV pro - (Model: PV-BT878P+ REV 9D)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 683) - PixelView Play TV pro - (Model: PV-BT878P+ REV 4C / 8D / 10A )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 684) - PixelView Play TV - (Model: PV-BT848P+)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 685) - 878TV - (Model: PV-BT878TV)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 686)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 687) - Multimedia TV packages (card + software pack):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 688)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 689) - PixelView Play TV Theater - (Model: PV-M4200) = PixelView Play TV pro + Software
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 690) - PixelView Play TV PAK - (Model: PV-BT878P+ REV 4E)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 691) - PixelView Play TV/VCR - (Model: PV-M3200 REV 4C / 8D / 10A )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 692) - PixelView Studio PAK - (Model: M2200 REV 4C / 8D / 10A )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 693) - PixelView PowerStudio PAK - (Model: PV-M3600 REV 4E)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 694) - PixelView DigitalVCR PAK - (Model: PV-M2400 REV 4C / 8D / 10A )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 695) - PixelView PlayTV PAK II (TV/FM card + usb camera) PV-M3800
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 696) - PixelView PlayTV XP PV-M4700,PV-M4700(w/FM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 697) - PixelView PlayTV DVR PV-M4600 package contents:PixelView PlayTV pro, windvr & videoMail s/w
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 698)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 699) - Further Cards:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 700)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 701) - PV-BT878P+rev.9B (Play TV Pro, opt. w/FM w/NICAM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 702) - PV-BT878P+rev.2F
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 703) - PV-BT878P Rev.1D (bt878, capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 704)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 705) - XCapture PV-CX881P (cx23881)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 706) - PlayTV HD PV-CX881PL+, PV-CX881PL+(w/FM) (cx23881)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 707)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 708) - DTV3000 PV-DTV3000P+ DVB-S CI = Twinhan VP-1030
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 709) - DTV2000 DVB-S = Twinhan VP-1020
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 710)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 711) - Video Conferencing:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 712)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 713) - PixelView Meeting PAK - (Model: PV-BT878P)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 714) - PixelView Meeting PAK Lite - (Model: PV-BT878P)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 715) - PixelView Meeting PAK plus - (Model: PV-BT878P+rev 4C/8D/10A)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 716) - PixelView Capture - (Model: PV-BT848P)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 717) - PixelView PlayTV USB pro
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 718) - Model No. PV-NT1004+, PV-NT1004+ (w/FM) = NT1004 USB decoder chip + SAA7113 video decoder chip
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 719)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 720) Dynalink
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 721) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 722)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 723) These are CPH series.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 724)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 725) Phoebemicro
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 726) ~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 727)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 728) - TV Master = CPH030 or CPH060
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 729) - TV Master FM = CPH050
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 730)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 731) Genius/Kye
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 732) ~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 733)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 734) - Video Wonder/Genius Internet Video Kit = LR37 Rev.C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 735) - Video Wonder Pro II (848 or 878) = LR26
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 736)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 737) Tekram
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 738) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 739)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 740) - VideoCap C205 (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 741) - VideoCap C210 (zr36120 +Philips)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 742) - CaptureTV M200 (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 743) - CaptureTV M205 (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 744)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 745) Lucky Star
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 746) ~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 747)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 748) - Image World Conference TV = LR50 Rev. Q
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 749)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 750) Leadtek
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 751) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 752)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 753) - WinView 601 (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 754) - WinView 610 (Zoran)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 755) - WinFast2000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 756) - WinFast2000 XP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 757)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 758) Support for the Leadtek WinView 601 TV/FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 759) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 760)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 761) Author of this section: Jon Tombs <jon@gte.esi.us.es>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 762)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 763) This card is basically the same as all the rest (Bt484A, Philips tuner),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 764) the main difference is that they have attached a programmable attenuator to 3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 765) GPIO lines in order to give some volume control. They have also stuck an
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 766) infra-red remote control decoded on the board, I will add support for this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 767) when I get time (it simple generates an interrupt for each key press, with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 768) the key code is placed in the GPIO port).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 769)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 770) I don't yet have any application to test the radio support. The tuner
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 771) frequency setting should work but it is possible that the audio multiplexer
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 772) is wrong. If it doesn't work, send me email.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 773)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 774)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 775) - No Thanks to Leadtek they refused to answer any questions about their
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 776) hardware. The driver was written by visual inspection of the card. If you
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 777) use this driver, send an email insult to them, and tell them you won't
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 778) continue buying their hardware unless they support Linux.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 779)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 780) - Little thanks to Princeton Technology Corp (http://www.princeton.com.tw)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 781) who make the audio attenuator. Their publicly available data-sheet available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 782) on their web site doesn't include the chip programming information! Hidden
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 783) on their server are the full data-sheets, but don't ask how I found it.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 784)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 785) To use the driver I use the following options, the tuner and pll settings might
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 786) be different in your country. You can force it via modprobe parameters.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 787) For example::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 788)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 789) modprobe bttv tuner=1 pll=28 radio=1 card=17
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 790)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 791) Sets tuner type 1 (Philips PAL_I), PLL with a 28 MHz crystal, enables
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 792) FM radio and selects bttv card ID 17 (Leadtek WinView 601).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 793)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 794)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 795) KNC One
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 796) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 797)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 798) - TV-Station
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 799) - TV-Station SE (+Software Bundle)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 800) - TV-Station pro (+TV stereo)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 801) - TV-Station FM (+Radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 802) - TV-Station RDS (+RDS)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 803) - TV Station SAT (analog satellite)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 804) - TV-Station DVB-S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 805)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 806) .. note:: newer Cards have saa7134, but model name stayed the same?
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 807)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 808) Provideo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 809) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 810)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 811) - PV951 or PV-951, now named PV-951T
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 812) (also are sold as:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 813) Boeder TV-FM Video Capture Card,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 814) Titanmedia Supervision TV-2400,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 815) Provideo PV951 TF,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 816) 3DeMon PV951,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 817) MediaForte TV-Vision PV951,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 818) Yoko PV951,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 819) Vivanco Tuner Card PCI Art.-Nr.: 68404
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 820) )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 821)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 822) - Surveillance Series:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 823)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 824) - PV-141
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 825) - PV-143
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 826) - PV-147
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 827) - PV-148 (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 828) - PV-150
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 829) - PV-151
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 830)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 831) - TV-FM Tuner Series:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 832)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 833) - PV-951TDV (tv tuner + 1394)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 834) - PV-951T/TF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 835) - PV-951PT/TF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 836) - PV-956T/TF Low Profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 837) - PV-911
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 838)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 839) Highscreen
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 840) ~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 841)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 842) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 843)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 844) - TV Karte = LR50 Rev.S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 845) - TV-Boostar = Terratec Terra TV+ Version 1.0 (Bt848, tda9821) "ceb105.pcb"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 846)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 847) Zoltrix
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 848) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 849)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 850) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 851)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 852) - Face to Face Capture (Bt848 capture only) (PCB "VP-2848")
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 853) - Face To Face TV MAX (Bt848) (PCB "VP-8482 Rev1.3")
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 854) - Genie TV (Bt878) (PCB "VP-8790 Rev 2.1")
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 855) - Genie Wonder Pro
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 856)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 857) AVerMedia
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 858) ~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 859)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 860) - AVer FunTV Lite (ISA, AV3001 chipset) "M101.C"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 861) - AVerTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 862) - AVerTV Stereo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 863) - AVerTV Studio (w/FM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 864) - AVerMedia TV98 with Remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 865) - AVerMedia TV/FM98 Stereo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 866) - AVerMedia TVCAM98
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 867) - TVCapture (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 868) - TVPhone (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 869) - TVCapture98 (="AVerMedia TV98" in USA) (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 870) - TVPhone98 (Bt878, w/FM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 871)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 872) ======== =========== =============== ======= ====== ======== =======================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 873) PCB PCI-ID Model-Name Eeprom Tuner Sound Country
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 874) ======== =========== =============== ======= ====== ======== =======================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 875) M101.C ISA !
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 876) M108-B Bt848 -- FR1236 US [#f2]_, [#f3]_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 877) M1A8-A Bt848 AVer TV-Phone FM1216 --
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 878) M168-T 1461:0003 AVerTV Studio 48:17 FM1216 TDA9840T D [#f1]_ w/FM w/Remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 879) M168-U 1461:0004 TVCapture98 40:11 FI1216 -- D w/Remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 880) M168II-B 1461:0003 Medion MD9592 48:16 FM1216 TDA9873H D w/FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 881) ======== =========== =============== ======= ====== ======== =======================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 882)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 883) .. [#f1] Daughterboard MB68-A with TDA9820T and TDA9840T
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 884) .. [#f2] Sony NE41S soldered (stereo sound?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 885) .. [#f3] Daughterboard M118-A w/ pic 16c54 and 4 MHz quartz
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 886)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 887) - US site has different drivers for (as of 09/2002):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 888)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 889) - EZ Capture/InterCam PCI (BT-848 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 890) - EZ Capture/InterCam PCI (BT-878 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 891) - TV-Phone (BT-848 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 892) - TV98 (BT-848 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 893) - TV98 With Remote (BT-848 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 894) - TV98 (BT-878 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 895) - TV98 With Remote (BT-878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 896) - TV/FM98 (BT-878 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 897) - AVerTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 898) - AverTV Stereo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 899) - AVerTV Studio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 900)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 901) DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 902)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 903) - TVPhone (848) mit Philips tuner FR12X6 (w/ FM radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 904) - TVPhone (848) mit Philips tuner FM12X6 (w/ FM radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 905) - TVCapture (848) w/Philips tuner FI12X6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 906) - TVCapture (848) non-Philips tuner
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 907) - TVCapture98 (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 908) - TVPhone98 (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 909) - AVerTV und TVCapture98 w/VCR (Bt 878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 910) - AVerTVStudio und TVPhone98 w/VCR (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 911) - AVerTV GO Serie (Kein SVideo Input)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 912) - AVerTV98 (BT-878 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 913) - AVerTV98 mit Fernbedienung (BT-878 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 914) - AVerTV/FM98 (BT-878 chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 915)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 916) - VDOmate (www.averm.com.cn) = M168U ?
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 917)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 918) Aimslab
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 919) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 920)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 921) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 922)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 923) - Video Highway or "Video Highway TR200" (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 924) - Video Highway Xtreme (aka "VHX") (Bt848, FM w/ TEA5757)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 925)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 926) IXMicro (former: IMS=Integrated Micro Solutions)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 927) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 928)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 929) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 930)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 931) - IXTV BT848 (=TurboTV)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 932) - IXTV BT878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 933) - IMS TurboTV (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 934)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 935) Lifetec/Medion/Tevion/Aldi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 936) ~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 937)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 938) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 939)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 940) - LT9306/MD9306 = CPH061
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 941) - LT9415/MD9415 = LR90 Rev.F or Rev.G
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 942) - MD9592 = Avermedia TVphone98 (PCI_ID=1461:0003), PCB-Rev=M168II-B (w/TDA9873H)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 943) - MD9717 = KNC One (Rev D4, saa7134, FM1216 MK2 tuner)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 944) - MD5044 = KNC One (Rev D4, saa7134, FM1216ME MK3 tuner)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 945)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 946) Modular Technologies (www.modulartech.com) UK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 947) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 948)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 949) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 950)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 951) - MM100 PCTV (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 952) - MM201 PCTV (Bt878, Bt832) w/ Quartzsight camera
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 953) - MM202 PCTV (Bt878, Bt832, tda9874)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 954) - MM205 PCTV (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 955) - MM210 PCTV (Bt878) (Galaxy TV, Galaxymedia ?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 956)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 957) Terratec
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 958) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 959)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 960) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 961)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 962) - Terra TV+ Version 1.0 (Bt848), "ceb105.PCB" printed on the PCB, TDA9821
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 963) - Terra TV+ Version 1.1 (Bt878), "LR74 Rev.E" printed on the PCB, TDA9821
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 964) - Terra TValueRadio, "LR102 Rev.C" printed on the PCB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 965) - Terra TV/Radio+ Version 1.0, "80-CP2830100-0" TTTV3 printed on the PCB,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 966) "CPH010-E83" on the back, SAA6588T, TDA9873H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 967) - Terra TValue Version BT878, "80-CP2830110-0 TTTV4" printed on the PCB,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 968) "CPH011-D83" on back
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 969) - Terra TValue Version 1.0 "ceb105.PCB" (really identical to Terra TV+ Version 1.0)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 970) - Terra TValue New Revision "LR102 Rec.C"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 971) - Terra Active Radio Upgrade (tea5757h, saa6588t)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 972)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 973) - LR74 is a newer PCB revision of ceb105 (both incl. connector for Active Radio Upgrade)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 974)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 975) - Cinergy 400 (saa7134), "E877 11(S)", "PM820092D" printed on PCB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 976) - Cinergy 600 (saa7134)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 977)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 978) Technisat
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 979) ~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 980)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 981) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 982)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 983) - Discos ADR PC-Karte ISA (no TV!)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 984) - Discos ADR PC-Karte PCI (probably no TV?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 985) - Techni-PC-Sat (Sat. analog)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 986) Rev 1.2 (zr36120, vpx3220, stv0030, saa5246, BSJE3-494A)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 987) - Mediafocus I (zr36120/zr36125, drp3510, Sat. analog + ADR Radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 988) - Mediafocus II (saa7146, Sat. analog)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 989) - SatADR Rev 2.1 (saa7146a, saa7113h, stv0056a, msp3400c, drp3510a, BSKE3-307A)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 990) - SkyStar 1 DVB (AV7110) = Technotrend Premium
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 991) - SkyStar 2 DVB (B2C2) (=Sky2PC)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 992)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 993) Siemens
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 994) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 995)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 996) Multimedia eXtension Board (MXB) (SAA7146, SAA7111)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 997)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 998) Powercolor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 999) ~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1000)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1001) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1002)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1003) - MTV878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1004) Package comes with different contents:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1005)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1006) a) pcb "MTV878" (CARD=75)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1007) b) Pixelview Rev. 4\_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1008)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1009) - MTV878R w/Remote Control
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1010) - MTV878F w/Remote Control w/FM radio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1011)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1012) Pinnacle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1013) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1014)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1015) PCTV models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1016)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1017) - Mirovideo PCTV (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1018) - Mirovideo PCTV SE (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1019) - Mirovideo PCTV Pro (Bt848 + Daughterboard for TV Stereo and FM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1020) - Studio PCTV Rave (Bt848 Version = Mirovideo PCTV)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1021) - Studio PCTV Rave (Bt878 package w/o infrared)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1022) - Studio PCTV (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1023) - Studio PCTV Pro (Bt878 stereo w/ FM)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1024) - Pinnacle PCTV (Bt878, MT2032)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1025) - Pinnacle PCTV Pro (Bt878, MT2032)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1026) - Pinncale PCTV Sat (bt878a, HM1821/1221) ["Conexant CX24110 with CX24108 tuner, aka HM1221/HM1811"]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1027) - Pinnacle PCTV Sat XE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1028)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1029) M(J)PEG capture and playback models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1030)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1031) - DC1+ (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1032) - DC10 (zr36057, zr36060, saa7110, adv7176)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1033) - DC10+ (zr36067, zr36060, saa7110, adv7176)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1034) - DC20 (ql16x24b,zr36050, zr36016, saa7110, saa7187 ...)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1035) - DC30 (zr36057, zr36050, zr36016, vpx3220, adv7176, ad1843, tea6415, miro FST97A1)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1036) - DC30+ (zr36067, zr36050, zr36016, vpx3220, adv7176)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1037) - DC50 (zr36067, zr36050, zr36016, saa7112, adv7176 (2 pcs.?), ad1843, miro FST97A1, Lattice ???)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1038)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1039) Lenco
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1040) ~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1041)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1042) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1043)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1044) - MXR-9565 (=Technisat Mediafocus?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1045) - MXR-9571 (Bt848) (=CPH031?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1046) - MXR-9575
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1047) - MXR-9577 (Bt878) (=Prolink 878TV Rev.3x)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1048) - MXTV-9578CP (Bt878) (= Prolink PV-BT878P+4E)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1049)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1050) Iomega
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1051) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1052)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1053) Buz (zr36067, zr36060, saa7111, saa7185)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1054)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1055) LML
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1056) ~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1057) LML33 (zr36067, zr36060, bt819, bt856)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1058)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1059) Grandtec
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1060) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1061)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1062) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1063)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1064) - Grand Video Capture (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1065) - Multi Capture Card (Bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1066)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1067) Koutech
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1068) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1069)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1070) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1071)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1072) - KW-606 (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1073) - KW-607 (Bt848 capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1074) - KW-606RSF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1075) - KW-607A (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1076) - KW-608 (Zoran capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1077)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1078) IODATA (jp)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1079) ~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1080)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1081) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1082)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1083) - GV-BCTV/PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1084) - GV-BCTV2/PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1085) - GV-BCTV3/PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1086) - GV-BCTV4/PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1087) - GV-VCP/PCI (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1088) - GV-VCP2/PCI (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1089)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1090) Canopus (jp)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1091) ~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1092)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1093) WinDVR = Kworld "KW-TVL878RF"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1094)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1095) www.sigmacom.co.kr
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1096) ~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1097)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1098) Sigma Cyber TV II
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1099)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1100) www.sasem.co.kr
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1101) ~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1102)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1103) Litte OnAir TV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1104)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1105) hama
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1106) ~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1107)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1108) TV/Radio-Tuner Card, PCI (Model 44677) = CPH051
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1109)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1110) Sigma Designs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1111) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1112)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1113) Hollywood plus (em8300, em9010, adv7175), (PCB "M340-10") MPEG DVD decoder
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1114)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1115) Formac
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1116) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1117)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1118) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1119)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1120) - iProTV (Card for iMac Mezzanine slot, Bt848+SCSI)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1121) - ProTV (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1122) - ProTV II = ProTV Stereo (Bt878) ["stereo" means FM stereo, tv is still mono]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1123)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1124) ATI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1125) ~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1126)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1127) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1128)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1129) - TV-Wonder
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1130) - TV-Wonder VE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1131)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1132) Diamond Multimedia
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1133) ~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1134)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1135) DTV2000 (Bt848, tda9875)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1136)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1137) Aopen
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1138) ~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1139)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1140) - VA1000 Plus (w/ Stereo)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1141) - VA1000 Lite
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1142) - VA1000 (=LR90)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1143)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1144) Intel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1145) ~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1146)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1147) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1148)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1149) - Smart Video Recorder (ISA full-length)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1150) - Smart Video Recorder pro (ISA half-length)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1151) - Smart Video Recorder III (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1152)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1153) STB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1154) ~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1155)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1156) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1157)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1158) - STB Gateway 6000704 (bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1159) - STB Gateway 6000699 (bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1160) - STB Gateway 6000402 (bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1161) - STB TV130 PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1162)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1163) Videologic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1164) ~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1165)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1166) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1167)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1168) - Captivator Pro/TV (ISA?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1169) - Captivator PCI/VC (Bt848 bundled with camera) (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1170)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1171) Technotrend
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1172) ~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1173)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1174) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1175)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1176) - TT-SAT PCI (PCB "Sat-PCI Rev.:1.3.1"; zr36125, vpx3225d, stc0056a, Tuner:BSKE6-155A
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1177) - TT-DVB-Sat
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1178) - revisions 1.1, 1.3, 1.5, 1.6 and 2.1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1179) - This card is sold as OEM from:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1180)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1181) - Siemens DVB-s Card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1182) - Hauppauge WinTV DVB-S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1183) - Technisat SkyStar 1 DVB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1184) - Galaxis DVB Sat
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1185)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1186) - Now this card is called TT-PCline Premium Family
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1187) - TT-Budget (saa7146, bsru6-701a)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1188) This card is sold as OEM from:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1189)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1190) - Hauppauge WinTV Nova
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1191) - Satelco Standard PCI (DVB-S)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1192) - TT-DVB-C PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1193)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1194) Teles
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1195) ~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1196)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1197) DVB-s (Rev. 2.2, BSRV2-301A, data only?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1198)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1199) Remote Vision
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1200) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1201)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1202) MX RV605 (Bt848 capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1203)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1204) Boeder
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1205) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1206)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1207) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1208)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1209) - PC ChatCam (Model 68252) (Bt848 capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1210) - Tv/Fm Capture Card (Model 68404) = PV951
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1211)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1212) Media-Surfer (esc-kathrein.de)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1213) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1214)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1215) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1216)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1217) - Sat-Surfer (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1218) - Sat-Surfer PCI = Techni-PC-Sat
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1219) - Cable-Surfer 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1220) - Cable-Surfer 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1221) - Cable-Surfer PCI (zr36120)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1222) - Audio-Surfer (ISA Radio card)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1223)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1224) Jetway (www.jetway.com.tw)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1225) ~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1226)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1227) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1228)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1229) - JW-TV 878M
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1230) - JW-TV 878 = KWorld KW-TV878RF
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1231)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1232) Galaxis
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1233) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1234)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1235) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1236)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1237) - Galaxis DVB Card S CI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1238) - Galaxis DVB Card C CI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1239) - Galaxis DVB Card S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1240) - Galaxis DVB Card C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1241) - Galaxis plug.in S [neuer Name: Galaxis DVB Card S CI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1242)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1243) Hauppauge
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1244) ~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1245)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1246) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1247)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1248) - many many WinTV models ...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1249) - WinTV DVBs = Technotrend Premium 1.3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1250) - WinTV NOVA = Technotrend Budget 1.1 "S-DVB DATA"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1251) - WinTV NOVA-CI "SDVBACI"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1252) - WinTV Nova USB (=Technotrend USB 1.0)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1253) - WinTV-Nexus-s (=Technotrend Premium 2.1 or 2.2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1254) - WinTV PVR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1255) - WinTV PVR 250
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1256) - WinTV PVR 450
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1257)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1258) US models
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1259)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1260) -990 WinTV-PVR-350 (249USD) (iTVC15 chipset + radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1261) -980 WinTV-PVR-250 (149USD) (iTVC15 chipset)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1262) -880 WinTV-PVR-PCI (199USD) (KFIR chipset + bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1263) -881 WinTV-PVR-USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1264) -190 WinTV-GO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1265) -191 WinTV-GO-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1266) -404 WinTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1267) -401 WinTV-radio
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1268) -495 WinTV-Theater
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1269) -602 WinTV-USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1270) -621 WinTV-USB-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1271) -600 USB-Live
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1272) -698 WinTV-HD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1273) -697 WinTV-D
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1274) -564 WinTV-Nexus-S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1275)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1276) Deutsche Modelle:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1277)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1278) -603 WinTV GO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1279) -719 WinTV Primio-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1280) -718 WinTV PCI-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1281) -497 WinTV Theater
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1282) -569 WinTV USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1283) -568 WinTV USB-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1284) -882 WinTV PVR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1285) -981 WinTV PVR 250
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1286) -891 WinTV-PVR-USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1287) -541 WinTV Nova
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1288) -488 WinTV Nova-Ci
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1289) -564 WinTV-Nexus-s
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1290) -727 WinTV-DVB-c
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1291) -545 Common Interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1292) -898 WinTV-Nova-USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1293)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1294) UK models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1295)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1296) -607 WinTV Go
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1297) -693,793 WinTV Primio FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1298) -647,747 WinTV PCI FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1299) -498 WinTV Theater
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1300) -883 WinTV PVR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1301) -893 WinTV PVR USB (Duplicate entry)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1302) -566 WinTV USB (UK)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1303) -573 WinTV USB FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1304) -429 Impact VCB (bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1305) -600 USB Live (Video-In 1x Comp, 1xSVHS)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1306) -542 WinTV Nova
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1307) -717 WinTV DVB-S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1308) -909 Nova-t PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1309) -893 Nova-t USB (Duplicate entry)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1310) -802 MyTV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1311) -804 MyView
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1312) -809 MyVideo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1313) -872 MyTV2Go FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1314) -546 WinTV Nova-S CI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1315) -543 WinTV Nova
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1316) -907 Nova-S USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1317) -908 Nova-T USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1318) -717 WinTV Nexus-S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1319) -157 DEC3000-s Standalone + USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1320)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1321) Spain:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1322)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1323) -685 WinTV-Go
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1324) -690 WinTV-PrimioFM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1325) -416 WinTV-PCI Nicam Estereo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1326) -677 WinTV-PCI-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1327) -699 WinTV-Theater
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1328) -683 WinTV-USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1329) -678 WinTV-USB-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1330) -983 WinTV-PVR-250
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1331) -883 WinTV-PVR-PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1332) -993 WinTV-PVR-350
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1333) -893 WinTV-PVR-USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1334) -728 WinTV-DVB-C PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1335) -832 MyTV2Go
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1336) -869 MyTV2Go-FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1337) -805 MyVideo (USB)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1338)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1339)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1340) Matrix-Vision
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1341) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1342)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1343) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1344)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1345) - MATRIX-Vision MV-Delta
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1346) - MATRIX-Vision MV-Delta 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1347) - MVsigma-SLC (Bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1348)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1349) Conceptronic (.net)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1350) ~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1351)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1352) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1353)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1354) - TVCON FM, TV card w/ FM = CPH05x
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1355) - TVCON = CPH06x
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1356)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1357) BestData
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1358) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1359)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1360) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1361)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1362) - HCC100 = VCC100rev1 + camera
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1363) - VCC100 rev1 (bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1364) - VCC100 rev2 (bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1365)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1366) Gallant (www.gallantcom.com) www.minton.com.tw
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1367) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1368)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1369) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1370)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1371) - Intervision IV-510 (capture only bt8x8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1372) - Intervision IV-550 (bt8x8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1373) - Intervision IV-100 (zoran)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1374) - Intervision IV-1000 (bt8x8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1375)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1376) Asonic (www.asonic.com.cn) (website down)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1377) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1378)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1379) SkyEye tv 878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1380)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1381) Hoontech
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1382) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1383)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1384) 878TV/FM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1385)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1386) Teppro (www.itcteppro.com.tw)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1387) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1388)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1389) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1390)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1391) - ITC PCITV (Card Ver 1.0) "Teppro TV1/TVFM1 Card"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1392) - ITC PCITV (Card Ver 2.0)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1393) - ITC PCITV (Card Ver 3.0) = "PV-BT878P+ (REV.9D)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1394) - ITC PCITV (Card Ver 4.0)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1395) - TEPPRO IV-550 (For BT848 Main Chip)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1396) - ITC DSTTV (bt878, satellite)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1397) - ITC VideoMaker (saa7146, StreamMachine sm2110, tvtuner) "PV-SM2210P+ (REV:1C)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1398)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1399) Kworld (www.kworld.com.tw)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1400) ~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1401)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1402) PC TV Station:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1403)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1404) - KWORLD KW-TV878R TV (no radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1405) - KWORLD KW-TV878RF TV (w/ radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1406) - KWORLD KW-TVL878RF (low profile)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1407) - KWORLD KW-TV713XRF (saa7134)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1408)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1409)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1410) MPEG TV Station (same cards as above plus WinDVR Software MPEG en/decoder)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1411)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1412) - KWORLD KW-TV878R -Pro TV (no Radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1413) - KWORLD KW-TV878RF-Pro TV (w/ Radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1414) - KWORLD KW-TV878R -Ultra TV (no Radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1415) - KWORLD KW-TV878RF-Ultra TV (w/ Radio)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1416)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1417) JTT/ Justy Corp.(http://www.jtt.ne.jp/)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1418) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1419)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1420) JTT-02 (JTT TV) "TV watchmate pro" (bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1421)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1422) ADS www.adstech.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1423) ~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1424)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1425) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1426)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1427) - Channel Surfer TV ( CHX-950 )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1428) - Channel Surfer TV+FM ( CHX-960FM )
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1429)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1430) AVEC www.prochips.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1431) ~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1432)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1433) AVEC Intercapture (bt848, tea6320)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1434)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1435) NoBrand
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1436) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1437)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1438) TV Excel = Australian Name for "PV-BT878P+ 8E" or "878TV Rev.3\_"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1439)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1440) Mach www.machspeed.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1441) ~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1442)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1443) Mach TV 878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1444)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1445) Eline www.eline-net.com/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1446) ~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1447)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1448) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1449)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1450) - Eline Vision TVMaster / TVMaster FM (ELV-TVM/ ELV-TVM-FM) = LR26 (bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1451) - Eline Vision TVMaster-2000 (ELV-TVM-2000, ELV-TVM-2000-FM)= LR138 (saa713x)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1452)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1453) Spirit
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1454) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1455)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1456) - Spirit TV Tuner/Video Capture Card (bt848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1457)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1458) Boser www.boser.com.tw
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1459) ~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1460)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1461) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1462)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1463) - HS-878 Mini PCI Capture Add-on Card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1464) - HS-879 Mini PCI 3D Audio and Capture Add-on Card (w/ ES1938 Solo-1)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1465)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1466) Satelco www.citycom-gmbh.de, www.satelco.de
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1467) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1468)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1469) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1470)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1471) - TV-FM =KNC1 saa7134
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1472) - Standard PCI (DVB-S) = Technotrend Budget
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1473) - Standard PCI (DVB-S) w/ CI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1474) - Satelco Highend PCI (DVB-S) = Technotrend Premium
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1475)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1476)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1477) Sensoray www.sensoray.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1478) ~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1479)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1480) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1481)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1482) - Sensoray 311 (PC/104 bus)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1483) - Sensoray 611 (PCI)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1484)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1485) CEI (Chartered Electronics Industries Pte Ltd [CEI] [FCC ID HBY])
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1486) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1487)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1488) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1489)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1490) - TV Tuner - HBY-33A-RAFFLES Brooktree Bt848KPF + Philips
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1491) - TV Tuner MG9910 - HBY33A-TVO CEI + Philips SAA7110 + OKI M548262 + ST STV8438CV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1492) - Primetime TV (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1493)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1494) - acquired by Singapore Technologies
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1495) - now operating as Chartered Semiconductor Manufacturing
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1496) - Manufacturer of video cards is listed as:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1497)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1498) - Cogent Electronics Industries [CEI]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1499)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1500) AITech
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1501) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1502)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1503) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1504)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1505) - Wavewatcher TV (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1506) - AITech WaveWatcher TV-PCI = can be LR26 (Bt848) or LR50 (BT878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1507) - WaveWatcher TVR-202 TV/FM Radio Card (ISA)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1508)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1509) MAXRON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1510) ~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1511)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1512) Maxron MaxTV/FM Radio (KW-TV878-FNT) = Kworld or JW-TV878-FBK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1513)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1514) www.ids-imaging.de
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1515) ~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1516)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1517) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1518)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1519) - Falcon Series (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1520)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1521) In USA: http://www.theimagingsource.com/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1522) - DFG/LC1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1523)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1524) www.sknet-web.co.jp
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1525) ~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1526)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1527) SKnet Monster TV (saa7134)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1528)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1529) A-Max www.amaxhk.com (Colormax, Amax, Napa)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1530) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1531)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1532) APAC Viewcomp 878
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1533)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1534) Cybertainment
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1535) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1536)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1537) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1538)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1539) - CyberMail AV Video Email Kit w/ PCI Capture Card (capture only)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1540) - CyberMail Xtreme
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1541)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1542) These are Flyvideo
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1543)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1544) VCR (http://www.vcrinc.com/)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1545) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1546)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1547) Video Catcher 16
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1548)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1549) Twinhan
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1550) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1551)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1552) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1553)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1554) - DST Card/DST-IP (bt878, twinhan asic) VP-1020
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1555) - Sold as:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1556)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1557) - KWorld DVBS Satellite TV-Card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1558) - Powercolor DSTV Satellite Tuner Card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1559) - Prolink Pixelview DTV2000
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1560) - Provideo PV-911 Digital Satellite TV Tuner Card With Common Interface ?
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1561)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1562) - DST-CI Card (DVB Satellite) VP-1030
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1563) - DCT Card (DVB cable)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1564)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1565) MSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1566) ~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1567)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1568) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1569)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1570) - MSI TV@nywhere Tuner Card (MS-8876) (CX23881/883) Not Bt878 compatible.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1571) - MS-8401 DVB-S
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1572)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1573) Focus www.focusinfo.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1574) ~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1575)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1576) InVideo PCI (bt878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1577)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1578) Sdisilk www.sdisilk.com/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1579) ~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1580)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1581) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1582)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1583) - SDI Silk 100
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1584) - SDI Silk 200 SDI Input Card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1585)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1586) www.euresys.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1587) ~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1588)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1589) PICOLO series
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1590)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1591) PMC/Pace
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1592) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1593)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1594) www.pacecom.co.uk website closed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1595)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1596) Mercury www.kobian.com (UK and FR)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1597) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1598)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1599) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1600)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1601) - LR50
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1602) - LR138RBG-Rx == LR138
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1603)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1604) TEC sound
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1605) ~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1606)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1607) TV-Mate = Zoltrix VP-8482
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1608)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1609) Though educated googling found: www.techmakers.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1610)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1611) (package and manuals don't have any other manufacturer info) TecSound
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1612)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1613) Lorenzen www.lorenzen.de
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1614) ~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1615)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1616) SL DVB-S PCI = Technotrend Budget PCI (su1278 or bsru version)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1617)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1618) Origo (.uk) www.origo2000.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1619) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1620)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1621) PC TV Card = LR50
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1622)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1623) I/O Magic www.iomagic.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1624) ~~~~~~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1625)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1626) PC PVR - Desktop TV Personal Video Recorder DR-PCTV100 = Pinnacle ROB2D-51009464 4.0 + Cyberlink PowerVCR II
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1627)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1628) Arowana
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1629) ~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1630)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1631) TV-Karte / Poso Power TV (?) = Zoltrix VP-8482 (?)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1632)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1633) iTVC15 boards
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1634) ~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1635)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1636) kuroutoshikou.com ITVC15
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1637) yuan.com MPG160 PCI TV (Internal PCI MPEG2 encoder card plus TV-tuner)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1638)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1639) Asus www.asuscom.com
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1640) ~~~~~~~~~~~~~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1641)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1642) Models:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1643)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1644) - Asus TV Tuner Card 880 NTSC (low profile, cx23880)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1645) - Asus TV (saa7134)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1646)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1647) Hoontech
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1648) ~~~~~~~~
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1649)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1650) http://www.hoontech.de/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1651)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1652) - HART Vision 848 (H-ART Vision 848)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1653) - HART Vision 878 (H-Art Vision 878)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1654)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1655)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1656)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1657) Chips used at bttv devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1658) --------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1659)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1660) - all boards:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1661)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1662) - Brooktree Bt848/848A/849/878/879: video capture chip
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1663)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1664) - Board specific
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1665)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1666) - Miro PCTV:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1667)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1668) - Philips or Temic Tuner
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1669)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1670) - Hauppauge Win/TV pci (version 405):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1671)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1672) - Microchip 24LC02B or Philips 8582E2Y:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1673)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1674) - 256 Byte EEPROM with configuration information
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1675) - I2C 0xa0-0xa1, (24LC02B also responds to 0xa2-0xaf)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1676)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1677) - Philips SAA5246AGP/E: Videotext decoder chip, I2C 0x22-0x23
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1678)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1679) - TDA9800: sound decoder
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1680)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1681) - Winbond W24257AS-35: 32Kx8 CMOS static RAM (Videotext buffer mem)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1682)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1683) - 14052B: analog switch for selection of sound source
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1684)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1685) - PAL:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1686)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1687) - TDA5737: VHF, hyperband and UHF mixer/oscillator for TV and VCR 3-band tuners
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1688) - TSA5522: 1.4 GHz I2C-bus controlled synthesizer, I2C 0xc2-0xc3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1689)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1690) - NTSC:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1691)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1692) - TDA5731: VHF, hyperband and UHF mixer/oscillator for TV and VCR 3-band tuners
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1693) - TSA5518: no datasheet available on Philips site
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1694)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1695) - STB TV pci:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1696)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1697) - ???
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1698) - if you want better support for STB cards send me info!
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1699) Look at the board! What chips are on it?
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1700)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1701)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1702)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1703)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1704) Specs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1705) -----
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1706)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1707) Philips http://www.Semiconductors.COM/pip/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1708)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1709) Conexant http://www.conexant.com/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1710)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1711) Micronas http://www.micronas.com/en/home/index.html
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1712)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1713) Thanks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1714) ------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1715)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1716) Many thanks to:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1717)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1718) - Markus Schroeder <schroedm@uni-duesseldorf.de> for information on the Bt848
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1719) and tuner programming and his control program xtvc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1720)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1721) - Martin Buck <martin-2.buck@student.uni-ulm.de> for his great Videotext
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1722) package.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1723)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1724) - Gerd Hoffmann for the MSP3400 support and the modular
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1725) I2C, tuner, ... support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1726)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1727)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1728) - MATRIX Vision for giving us 2 cards for free, which made support of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1729) single crystal operation possible.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1730)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1731) - MIRO for providing a free PCTV card and detailed information about the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1732) components on their cards. (E.g. how the tuner type is detected)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1733) Without their card I could not have debugged the NTSC mode.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1734)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1735) - Hauppauge for telling how the sound input is selected and what components
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1736) they do and will use on their radio cards.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1737) Also many thanks for faxing me the FM1216 data sheet.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1738)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1739) Contributors
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1740) ------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1741)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1742) Michael Chu <mmchu@pobox.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1743) AverMedia fix and more flexible card recognition
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1744)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1745) Alan Cox <alan@lxorguk.ukuu.org.uk>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1746) Video4Linux interface and 2.1.x kernel adaptation
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1747)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1748) Chris Kleitsch
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1749) Hardware I2C
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1750)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1751) Gerd Hoffmann
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1752) Radio card (ITT sound processor)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1753)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1754) bigfoot <bigfoot@net-way.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1755)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1756) Ragnar Hojland Espinosa <ragnar@macula.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1757) ConferenceTV card
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1758)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1759)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1760) + many more (please mail me if you are missing in this list and would
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1761) like to be mentioned)