old-www/HOWTO/text/BTTV

2529 lines
106 KiB
Plaintext
Raw Permalink Blame History

The BTTV HOWTO
Howard Shane
<hshane[AT]austin.rr.com>
Revision History
Revision 0.9 2005-01-29 Revised by: jhs
Initial rewrite
This document was written to assist the reader in the steps necessary to
configure and use a video tuner card based on the popular Bt848 and Bt878
chipsets within the Linux operating system.
-----------------------------------------------------------------------------
Table of Contents
1. Introduction
1.1. Copyright Information
1.2. Disclaimer
1.3. New Versions
1.4. Credits
1.5. Feedback
1.6. Conventions Used in this Document
2. The BTTV Hardware
2.1. Bttv Basics
2.2. The Sound Output
3. Enabling Support for Your Bt8x8 Hardware in Linux
3.1. The Bttv Driver
3.2. No Bttv module or in-kernel support found?
3.3. Configuration Requirements for Use of your Bttv Hardware
3.4. Groups and Permissions
4. Loading the Modules
4.1. The Bttv Module
4.2. The Tuner Module
4.3. Other Modules
4.4. Automating the Module Loading Process
5. Television Applications
5.1. Console-Based Applications
5.2. GUI-based Applications
A. Optional Arguments for Loading Modules
B. Bt8x8 Cards by Number
C. Cards and Features by Manufacturer
D. Recording Video and Sound with Bttv
E. Enabling The FM Radio for Radio-Equipped Cards
F. Gnu Free Documentation License
1. Introduction
This document was written to assist the reader in setting up and configuring
TV tuner cards based on the Bt848 or Bt878 chipsets in the Linux operating
system. It outlines how to enable the necessary kernel and/or software
support and various television applications and software methods of capture
usable with your device. While there is some attempt to catalog individual
cards and features in Appendix C, the ultimate best source of information
about your card and its capabilities will be found in the printed manual that
came with your device or the manufacturer's website.
-----------------------------------------------------------------------------
1.1. Copyright Information
This document is Copyright 2005, by Howard Shane.
Permission is granted to copy, distribute, and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
version published by the Free Software Foundation with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be
found in Appendix F.
-----------------------------------------------------------------------------
1.2. Disclaimer
No liability for the contents of this document can be accepted. Use the
concepts, examples and other content entirely at your own risk. There may be
technical or other inaccuracies that may result in the loss of irreplaceable
data. In any case, proceed with caution, and realize that although errors are
unlikely, the author can accept no responsibility for them.
All copyrights are held by their respective owners, unless specifically noted
otherwise. Use of a term in this document should not be regarded as affecting
the validity of any trademark or service mark.
Naming of particular products or brands should not be seen as endorsements.
-----------------------------------------------------------------------------
1.3. New Versions
This is the first release of the initial rewrite.
The latest version number of this document can be found [http://www.tldp.org/
HOWTO/BTTV.html] here.
-----------------------------------------------------------------------------
1.4. Credits
Eric Sandeen deserves profuse thanks for writing the original Bttv-HOWTO and
allowing me to assume its maintenance. Thanks also to Greg Watson for use of
the script in Appendix D
Also, I would like to thank Marla, without whose encouragement this project
would not have been possible.
-----------------------------------------------------------------------------
1.5. Feedback
Please send any information you may feel important to the following email
address: <hshane[AT]austin.rr.com>, whether you have a correction, addition
or update. I welcome suggestions on how to improve this document.
-----------------------------------------------------------------------------
1.6. Conventions Used in this Document
The following conventions are used in this document and are outlined here for
those who may not yet have a complete understanding of how to access and
control the underlying operating system in Linux, which is usually via the
Bash shell.
First, filenames are referenced in a paragraph like so: /path/file
Commands in Linux are executed (or 'called') at the command prompt, otherwise
known as the 'command line.' If you are in the non-graphical (text-based)
environment, you will usually be presented with the Bash shell prompt which
is a dollar sign:
+---------------------------------------------------------------------------+
| $ |
+---------------------------------------------------------------------------+
...or the hash mark:
+---------------------------------------------------------------------------+
| # |
+---------------------------------------------------------------------------+
...if you have logged in as root or have otherwise acquired root, or
'superuser' privileges. You can also access the Bash shell in the X window
system, otherwise known as X or X11, with an [http://invisible-island.net/
xterm/] xterm or similar X-terminal-emulator. Commands to be performed at the
Bash prompt, but referenced in a paragraph of this document, usually look
like this: do this now
Commands and/or the resulting output of commands may also be outlined with
screen output in their own paragraph or heading:
+---------------------------------------------------------------------------+
| $ date |
| Sun Jul 27 22:37:11 CDT 2003 |
+---------------------------------------------------------------------------+
When a command is written in front of the Bash prompt (e.g., $ date above),
it is assumed the [Return] or [Enter] key has been pressed after the command,
possibly followed by the output on a new line as shown in the preceding
example.
-----------------------------------------------------------------------------
2. The BTTV Hardware
-----------------------------------------------------------------------------
2.1. Bttv Basics
If you haven't figured it out by now, this document deals with the
Linux-specific configuration of frame grabber cards that include the [http://
www.conexant.com] Conexant Bt848 and related family of video decoder chips,
collectively referred to as the "Bt8x8" chipset. You can probably see the
Bt8x8 chip (it's usually labelled as such) embedded on your TV card upon
inspection, in addition to other chips which you should probably make note of
before installation in case there are problems later. The "Bt" stands for
Brooktree, after the original manufacturer of the chipset, now a part of
Conexant. The Bt8x8 family has enjoyed remarkable longevity in a world where
[http://en.wikipedia.org/wiki/Moore%27s_law] Moore's Law is the rule, the
first ISA boards manufactured in the mid-1990s. There are several chips in
this family, including the Bt848, Bt848A, Bt849, Bt878 and Bt879, and as a
rule are all supported by the [http://linux.bytesex.org/v4l2/bttv.html] BTTV
driver for which this document is named.
In addition to the Bt8x8 decoder chip, these cards vary by accompanying
components such as the tuner and sound decoder, and may include an optional
videotext decoder, radio tuner, and/or hardware mpeg encoder.
Note that the next generation of bt8x8, the [http://linux.bytesex.org/v4l2/
cx88.html] Conexant 2388x, is now supported by a driver in the Linux 2.6
kernel. The configuration of hardware with that chipset is beyond the scope
of this document (but similar).
In general, any PCI card with a Bt8x8 chipset should work with the Linux Bttv
driver. TV cards known NOT to work include the following:
<EFBFBD><EFBFBD>*<2A>Cards with a Zoran 36057/36067 PCI controller chipset, which are instead
supported by [http://mjpeg.sf.net/driver-zoran/] this driver, and
includes the following models:
<20><>+<2B>Iomega Buz
<20><>+<2B>Pinnacle DC10+
<20><>+<2B>Linux Media Labs LML33
<EFBFBD><EFBFBD>*<2A>Cards with a Philips SAA7130/7134 controller
<EFBFBD><EFBFBD>*<2A>Multimedia eXtension Board cards, manufactured by Siemens-Nixdorf
<EFBFBD><EFBFBD>*<2A>Hexium HV-PCI6, Orion or Gemini framegrabber cards
<EFBFBD><EFBFBD>*<2A>Any ISA-based TV card
If you are uncertain which chipset your TV card has, use the lspci command.
An example of such output for a Bt8x8 card might look similar to the
following:
+---------------------------------------------------------------------------------+
| 0000:02:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video |
| Capture (rev 02) |
| 0000:02:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture |
| (rev 02) |
+---------------------------------------------------------------------------------+
A list of hardware (mostly PCI cards) compatible with the Bttv driver is
found in Appendix B
-----------------------------------------------------------------------------
2.2. The Sound Output
Your card may have come with a short external audio connector with two male
ends. This is for connecting your Bttv audio out to your sound card's input
jack so you won't require an extra set of speakers. Some cards may also have
a 4-pin socket for output of your Bt8x8 audio signals directly to your sound
card within your computer case. You can connect this to your "CDROM" input
with reasonable certainty that you will be able to control the input with
your mixer from your primary sound card as well as record (see Appendix D for
more information on recording). Alternatively you can use external speakers
connected to the line out of your Bt8x8 card.
-----------------------------------------------------------------------------
3. Enabling Support for Your Bt8x8 Hardware in Linux
3.1. The Bttv Driver
Drivers for Bt8x8-based hardware have been a part of the [http://
www.kernel.org/] Linux [http://en.wikipedia.org/wiki/
Kernel_%28computer_science%29] kernel since version 2.2.0, and are likely to
be already enabled in your running kernel if you have not recompiled or
otherwise replaced your system's stock kernel with a custom version. If
unavailable, Bt8x8 support can be enabled two ways:
<EFBFBD><EFBFBD>*<2A>by recompiling your kernel using the source code using downloaded
kernel-source from your distribution or fetched directly from [http://
www.kernel.org] the kernel source repository
<EFBFBD><EFBFBD>*<2A>the Bttv driver can be fetched directly from [http://bytesex.org/
bttv.html] the Bttv home page and then patching your available kernel
source, which should only be necessary if you have a kernel version prior
to 2.2.0 or later than 2.0.35; earlier versions are not likely to work.
-----------------------------------------------------------------------------
3.1.1. Module or In-Kernel?
It is likely the stock kernel that was installed on your Linux system, if
unmodified, already supports Bt8x8-based hardware. The driver will exist
either as a loadable module or within the already running kernel. An easy way
to tell is to use the dmesg command piped into less (for easy viewing) to
look for an acknowledgement that the driver in question was loaded when your
system started up:
+---------------------------------------------------------------------------+
| $ dmesg | less |
+---------------------------------------------------------------------------+
...which may yield something like the following, depending on your exact
Bt8x8 chipset features and kernel version (in this case, 2.6):
+--------------------------------------------------------------------------------+
| Jan 26 19:40:04 localhost kernel: bttv: driver version 0.9.15 loaded |
| Jan 26 19:40:04 localhost kernel: bttv: using 8 buffers with 2080k |
| (520 pages) each for capture |
| Jan 26 19:40:04 localhost kernel: bttv: Bt8xx card found (0). |
| Jan 26 19:40:04 localhost kernel: ACPI: PCI interrupt 0000:02:09.0[A] -> |
| GSI 17 (level, low) -> IRQ 17 |
| Jan 26 19:40:04 localhost kernel: bttv0: Bt878 (rev 2) at 0000:02:09.0, |
| irq: 17, latency: 32, mmio: 0xe7000000 |
| Jan 26 19:40:04 localhost kernel: bttv0: detected: Hauppauge WinTV |
| [card=10], PCI subsystem ID is 0070:13eb |
| Jan 26 19:40:04 localhost kernel: bttv0: using: Hauppauge (bt878) [card=10, |
| autodetected] |
| Jan 26 19:40:04 localhost kernel: bttv0: using tuner=2 |
| Jan 26 19:40:04 localhost kernel: tuner: chip found at addr 0xc2 i2c-bus |
| bt878 #0 [sw] |
| Jan 26 19:40:04 localhost kernel: tuner: type set to 2 (Philips NTSC |
| (FI1236, FM1236 and compatibles)) by bt878 #0 [sw] |
+--------------------------------------------------------------------------------+
If you don't see it, the particular driver module you are interested in may
be available but not necessarily loaded at that time. If you know what the
module is named, try using find; in this example we are looking for the
'bttv' module:
+---------------------------------------------------------------------------+
| $ find /lib/modules -name bttv.o |
+---------------------------------------------------------------------------+
Note that up until the 2.4 series modules had the suffix .o; for 2.6+ series
kernels this was replaced with .ko.
You can get a list of all modules available by typing the following at the
command line:
+---------------------------------------------------------------------------+
| |
| $ ls -R /lib/modules/`uname -r`/kernel |
+---------------------------------------------------------------------------+
Where `uname -r`, surrounded by forward tick marks, is your kernel version
number. The following output is an example of what you might find in a
Bttv-ready kernel, where everything is loaded as a module (edited for
brevity):
+----------------------------------------------------------------------------+
| /lib/modules/2.6.8/kernel/drivers/media/video: |
| btcx-risc.ko ir-kbd-i2c.ko tda9875.ko tvaudio.ko video-buf.ko |
| bttv.ko msp3400.ko tda9887.ko v4l1-compat.ko videodev.ko |
| ir-kbd-gpio.ko tda7432.ko tuner.ko v4l2-common.ko |
+----------------------------------------------------------------------------+
Again, your output may vary by the currently running kernel capabilities.
Once you know which module your hardware needs you can find out if it is
already loaded by typing at the command line or in a terminal window:
+---------------------------------------------------------------------------+
| # lsmod |
+---------------------------------------------------------------------------+
As shown by the prompt above, you will need to have root privileges to do
this. You should get output similar to, but not necessarily limited to the
following:
+---------------------------------------------------------------------------+
| snd_bt87x 11400 0 |
| tuner 18832 0 |
| tvaudio 20428 0 |
| msp3400 22100 0 |
| bttv 145804 0 |
| video_buf 17476 1 bttv |
| i2c_algo_bit 8904 1 bttv |
| v4l2_common 4928 1 bttv |
| videodev 7232 2 quickcam,bttv |
+---------------------------------------------------------------------------+
Most stock kernels are compiled with kmod, which enables automatic loading of
necessary modules when the appropriate hardware is detected. It may not
always do so, however, so if you don't have the particular module you're
seeking loaded and you think the module may be available, try loading it
manually with modprobe, as in the following example (using the bttv module):
+---------------------------------------------------------------------------+
| # modprobe -v bttv |
+---------------------------------------------------------------------------+
-----------------------------------------------------------------------------
3.2. No Bttv module or in-kernel support found?
If your running kernel or precompiled distribution kernel inexplicably
doesn't have Bt8x8 support enabled or available, your can always acquire new
kernel source code from the Linux [http://www.kernel.org] kernel.org source
code repository. If you are unfamiliar with the prerequisites and procedure
of compiling your own kernel, I direct you to the [http://www.tldp.org/HOWTO/
Kernel-HOWTO.html] Kernel HOWTO for more information.
If you do recompile, the Bttv driver itself will obviously need to be
enabled, and is found in the heading entitled "Multimedia Devices" -> "Video
for Linux" in the 2.4 and earlier kernels in menuconfig or xconfig, or
alternatively in "Device Drivers" -> "Multimedia Devices" -> "Video for
Linux" -> "BT848 Video For Linux" in the 2.6+ series.
Note You will need i2c subsystem support enabled as well as i2c-algo-bit.
Device support (i2c-dev) is not required for Bt8x8 support. Earlier than
kernel version 2.3.34 i2c is not present in the kernel source and a patch
must be fetched and applied to your source, found at the [http://
secure.netroedge.com/~lm78/download.html] lm_sensors homepage.
If you are running a 2.4 series kernel, btaudio in the OSS "Sound" category
is optional if you want to use external speakers attached to the the card's
audio out jack, and either (or both) OSS or ALSA sound system btaudio drivers
in the 2.6+ series.
-----------------------------------------------------------------------------
3.3. Configuration Requirements for Use of your Bttv Hardware
Once you know your kernel is enabled you can proceed to some minor tuning
that may already be done for you depending on your system and distributor and
distribution features.
-----------------------------------------------------------------------------
3.3.1. Device Files
If you are using [http://www.atnf.csiro.au/people/rgooch/linux/docs/
devfs.html] Device Filesystem (devfs) or [http://www.kernel.org/pub/linux/
utils/kernel/hotplug/udev.html] udev your work in this respect may be done
for you dynamically, but at the same time the devices may not exist until
they are recognized by the kernel (i.e., the necessary modules loaded), so be
sure you have taken care of the previously outlined prerequisites first.
The Linux kernel requires a virtual device node be created to access and
control a particular piece of hardware. This node may have already been
created for you automatically; ls -l /dev/video* (with an asterisk) or
alternatively find /dev -name video* or even visual inspection of the /dev
directory with your favorite file manager can give you an idea if the video
devices exist. If so you can proceed to Section 3.4; if not you will need to
create them manually.
An easy way to create them, if available with your Linux distribution, is use
of the MAKEDEV script, which may be located in /dev or the usual places for
storing executable commands (/bin,/sbin and so on). The manual page for
MAKEDEV (man MAKEDEV) can guide you further, but be aware of the
device-specific command options. If MAKEDEV doesn't work or doesn't exist, or
you just prefer doing things the hard way, move on to the next paragraph.
A device can be created as a block (such as a drive), a FIFO
(file-in-file-out or pipe, as in xconsole) or a character device, which
represents other hardware. Each device has a major and a minor number
"coordinate" to tell the kernel what it is and where to access it. These
numbers are not arbitrary. The major number 81 with minor number 0, 1, 2, and
so on are by convention assigned to Video4linux devices, including TV tuner
boards and webcams. In order to create the video device /dev/video0, use
mknod at the command line:
+---------------------------------------------------------------------------+
| # mknod /dev/video0 c 81 0 |
+---------------------------------------------------------------------------+
where c represents a character device.
You can use the following script, which I have borrowed from the kernel
source (located in linux/Documentation/video4linux/bttv/MAKEDEV of the source
tree):
+---------------------------------------------------------------------------+
| #!/bin/bash |
| function makedev () { |
| for dev in 0 1 2 3; do echo "/dev/$1$dev: |
| char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev |
| mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod |
| 666 /dev/$1$dev |
| done |
| |
| # symlink for default device |
| rm -f /dev/$1 ln -s /dev/${1}0 /dev/$1 |
| } |
| |
| # see http://roadrunner.swansea.uk.linux.org/v4lapi.shtml |
| echo "*** new device names ***" makedev video |
| 0 makedev radio 64 makedev vtx 192 makedev vbi 224 |
| # "*** old device names (for compatibility only) ***" |
| #makedev bttv 0 #makedev bttv-fm 64 #makedev bttv-vbi 224 |
+---------------------------------------------------------------------------+
Simply copy and paste the above into your favorite editing program, save it
as MAKEDEV or whatever name you like, make it executable (i.e., chmod u+x
MAKEDEV), and then execute it as root:
+---------------------------------------------------------------------------+
| # ./MAKEDEV |
+---------------------------------------------------------------------------+
-----------------------------------------------------------------------------
3.4. Groups and Permissions
It is a good idea to be sure that your user account can access the device
once all modules are loaded and device nodes created. The most
security-conscious way to do that is to add access for a particular group. On
my system, the members of the group 'video' are allowed to use the webcam,
scanner and other photographic devices. The way to accomplish this is to
first change the ownership of the devices in /dev like so (as root):
+---------------------------------------------------------------------------+
| # chown root.video /dev/usb/video* |
+---------------------------------------------------------------------------+
...where root.video are the owner and group the device will now belong to.
Obviously, the specific command will vary by your system and the type of
device. It is important that you change the ownership of the device node
itself and not the symlink; symlinks' ownerships are affected only by
changing the parent devices or files they point to.
To see if your user account is a member of the group in question, as root
issue the following command:
+---------------------------------------------------------------------------+
| # grep -e video /etc/group |
+---------------------------------------------------------------------------+
You should see something like the following:
+---------------------------------------------------------------------------+
| video:x:44: |
+---------------------------------------------------------------------------+
...where '44' is the group number. Since no members follow the last colon in
the 'video' group, we can add them, let's say user 'jhs' with the command
+---------------------------------------------------------------------------+
| # adduser jhs video |
+---------------------------------------------------------------------------+
After this, it's simply a matter of allowing read and write access for the
user in question of the device like so:
+---------------------------------------------------------------------------+
| # chmod g+rw /dev/v4l/video0 |
+---------------------------------------------------------------------------+
...where g+rw means add read and write access for group. See the
documentation for chmod (man chmod or info chmod) for further info.
-----------------------------------------------------------------------------
4. Loading the Modules
This section is only for those whose modules don't load automatically and/or
correctly. For a complete list of options by module, see Appendix A.
-----------------------------------------------------------------------------
4.1. The Bttv Module
Once your card is installed, you can load the bttv module if your kernel
hasn't already done it for you. Using the modprobe command as root, type
+---------------------------------------------------------------------------+
| # modprobe bttv |
+---------------------------------------------------------------------------+
The modules videodev and i2c may be required prior to this if you are running
a pre-2.4 series kernel. By default, the bttv will try to autodetect your
card type; you can inspect /var/log/messages to see what it finds. If it
doesn't autodetect properly, you can add the card=# option to the end of the
previous command to force a your particular card type, a list of which are
found in Appendix B or on your system in your kernel source Documentation if
installed in the usual place (/usr/src/linux. If you get in trouble and need
to remove the module, you can use rmmod:
+---------------------------------------------------------------------------+
| $ rmmod bttv |
+---------------------------------------------------------------------------+
You can then reload the module with the appropriate options.
-----------------------------------------------------------------------------
4.2. The Tuner Module
If necessary, load the tuner module, with
+---------------------------------------------------------------------------+
| # modprobe tuner |
+---------------------------------------------------------------------------+
If the tuner is not correctly identified you may need to supply the magic
number for tuner-type:
+---------------------------------------------------------------------------+
| # modprobe tuner type=# |
+---------------------------------------------------------------------------+
You may need to dig into your case to see which tuner you have if you can't
find the maker and model in the printed specifications that came with your
hardware, or if this information is otherwise unavailable. It should be
marked with the brand name and may support one or more of the three major
broadcast standards in use in the world, whether [http://en.wikipedia.org/
wiki/NTSC] NTSC, [http://en.wikipedia.org/wiki/PAL] PAL or [http://
en.wikipedia.org/wiki/SECAM] SECAM. In general, chipsets manufactured for the
US market are NTSC; for Europe, PAL, and Asia PAL or SECAM. Some countries
support more than one standard.
Once you have identified your tuner, select the value of n from the following
list:
<EFBFBD><EFBFBD><EFBFBD>tuner=n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>type of tuner chip
<EFBFBD><EFBFBD>--------------------------------------------------------------
<EFBFBD><EFBFBD>tuner=0<><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL<41>(4002<30>FH5)
<EFBFBD><EFBFBD>tuner=1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Philips<70>PAL_I<5F>(FI1246<34>and<6E>compatibles)
<EFBFBD><EFBFBD>tuner=2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Philips<70>NTSC<53>(FI1236,FM1236<33>and<6E>compatibles)
<EFBFBD><EFBFBD>tuner=3<><33><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Philips<70>(SECAM+PAL_BG)<29>(FI1216MF,<2C>FM1216MF,<2C>FR1216MF)
<EFBFBD><EFBFBD>tuner=4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD>NoTuner
<EFBFBD><EFBFBD>tuner=5<><35><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Philips<70>PAL_BG<42>(FI1216<31>and<6E>compatibles)
<EFBFBD><EFBFBD>tuner=6<><36><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Temic<69>NTSC<53>(4032<33>FY5)
<EFBFBD><EFBFBD>tuner=7<><37><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_I<5F>(4062<36>FY5)
<EFBFBD><EFBFBD>tuner=8<><38><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Temic<69>NTSC<53>(4036<33>FY5)
<EFBFBD><EFBFBD>tuner=9<><39><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Alps<70>HSBH1
<EFBFBD><EFBFBD>tuner=10<31><30><EFBFBD><EFBFBD><EFBFBD>Alps<70>TSBE1
<EFBFBD><EFBFBD>tuner=11<31><31><EFBFBD><EFBFBD><EFBFBD>Alps<70>TSBB5
<EFBFBD><EFBFBD>tuner=12<31><32><EFBFBD><EFBFBD><EFBFBD>Alps<70>TSBE5
<EFBFBD><EFBFBD>tuner=13<31><33><EFBFBD><EFBFBD><EFBFBD>Alps<70>TSBC5
<EFBFBD><EFBFBD>tuner=14<31><34><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_BG<42>(4006FH5)
<EFBFBD><EFBFBD>tuner=15<31><35><EFBFBD><EFBFBD><EFBFBD>Alps<70>TSCH6
<EFBFBD><EFBFBD>tuner=16<31><36><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_DK<44>(4016<31>FY5)
<EFBFBD><EFBFBD>tuner=17<31><37><EFBFBD><EFBFBD><EFBFBD>Philips<70>NTSC_M<5F>(MK2)
<EFBFBD><EFBFBD>tuner=18<31><38><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_I<5F>(4066<36>FY5)
<EFBFBD><EFBFBD>tuner=19<31><39><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL*<2A>auto<74>(4006<30>FN5)
<EFBFBD><EFBFBD>tuner=20<32><30><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_BG<42>(4009<30>FR5)<29>or<6F>PAL_I<5F>(4069<36>FR5)
<EFBFBD><EFBFBD>tuner=21<32><31><EFBFBD><EFBFBD><EFBFBD>Temic<69>NTSC<53>(4039<33>FR5)
<EFBFBD><EFBFBD>tuner=22<32><32><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL/SECAM<41>multi<74>(4046<34>FM5)
<EFBFBD><EFBFBD>tuner=23<32><33><EFBFBD><EFBFBD><EFBFBD>Philips<70>PAL_DK<44>(FI1256<35>and<6E>compatibles)
<EFBFBD><EFBFBD>tuner=24<32><34><EFBFBD><EFBFBD><EFBFBD>Philips<70>PAL/SECAM<41>multi<74>(FQ1216ME)
<EFBFBD><EFBFBD>tuner=25<32><35><EFBFBD><EFBFBD><EFBFBD>LG<4C>PAL_I+FM<46>(TAPC-I001D)
<EFBFBD><EFBFBD>tuner=26<32><36><EFBFBD><EFBFBD><EFBFBD>LG<4C>PAL_I<5F>(TAPC-I701D)
<EFBFBD><EFBFBD>tuner=27<32><37><EFBFBD><EFBFBD><EFBFBD>LG<4C>NTSC+FM<46>(TPI8NSR01F)
<EFBFBD><EFBFBD>tuner=28<32><38><EFBFBD><EFBFBD><EFBFBD>LG<4C>PAL_BG+FM<46>(TPI8PSB01D)
<EFBFBD><EFBFBD>tuner=29<32><39><EFBFBD><EFBFBD><EFBFBD>LG<4C>PAL_BG<42>(TPI8PSB11D)
<EFBFBD><EFBFBD>tuner=30<33><30><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL*<2A>auto<74>+<2B>FM<46>(4009<30>FN5)
<EFBFBD><EFBFBD>tuner=31<33><31><EFBFBD><EFBFBD><EFBFBD>SHARP<52>NTSC_JP<4A>(2U5JF5540)
<EFBFBD><EFBFBD>tuner=32<33><32><EFBFBD><EFBFBD><EFBFBD>Samsung<6E>PAL<41>TCPM9091PD27
<EFBFBD><EFBFBD>tuner=33<33><33><EFBFBD><EFBFBD><EFBFBD>MT20xx<78>universal
<EFBFBD><EFBFBD>tuner=34<33><34><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_BG<42>(4106<30>FH5)
<EFBFBD><EFBFBD>tuner=35<33><35><EFBFBD><EFBFBD><EFBFBD>Temic<69>PAL_DK/SECAM_L<5F>(4012<31>FY5)
<EFBFBD><EFBFBD>tuner=36<33><36><EFBFBD><EFBFBD><EFBFBD>Temic<69>NTSC<53>(4136<33>FY5)
<EFBFBD><EFBFBD>tuner=37<33><37><EFBFBD><EFBFBD><EFBFBD>LG<4C>PAL<41>(newer<65>TAPC<50>series)
<EFBFBD><EFBFBD>tuner=38<33><38><EFBFBD><EFBFBD><EFBFBD>Philips<70>PAL/SECAM<41>multi<74>(FM1216ME<4D>MK3)
<EFBFBD><EFBFBD>tuner=39<33><39><EFBFBD><EFBFBD><EFBFBD>LG<4C>NTSC<53>(newer<65>TAPC<50>series)
<EFBFBD><EFBFBD>tuner=40<34><30><EFBFBD><EFBFBD><EFBFBD>HITACHI<48>V7-J180AT
<EFBFBD><EFBFBD>tuner=41<34><31><EFBFBD><EFBFBD><EFBFBD>Philips<70>PAL_MK<4D>(FI1216<31>MK)
<EFBFBD><EFBFBD>tuner=42<34><32><EFBFBD><EFBFBD><EFBFBD>Philips<70>1236D<36>ATSC/NTSC<53>
<EFBFBD><EFBFBD>tuner=43<34><33><EFBFBD><EFBFBD><EFBFBD>Philips<70>NTSC<53>MK3<4B>(FM1236MK3<4B>or<6F>FM1236/F)
<EFBFBD><EFBFBD>tuner=44<34><34><EFBFBD><EFBFBD><EFBFBD>Philips<70>4<EFBFBD>in<69>1<EFBFBD>(ATI<54>TV<54>Wonder<65>Pro/Conexant)
<EFBFBD><EFBFBD>tuner=45<34><35><EFBFBD><EFBFBD><EFBFBD>Microtune<6E>4049<34>FM5
-----------------------------------------------------------------------------
4.3. Other Modules
Don't forget to load any other modules you may need, including btaudio if you
plan on recording or capturing audio to another application.
-----------------------------------------------------------------------------
4.4. Automating the Module Loading Process
After you know which modules and options you need, you can automate the
process by putting the information into /etc/conf.modules or /etc/
modules.conf, depending on your distribution. Then, running an application
which needs the driver will cause it to be loaded automatically with the
appropriate options. The following is an example entry:
+---------------------------------------------------------------------------+
| # TV |
| alias char-major-81 bttv |
| pre-install bttv modprobe -k tuner; modprobe -k msp3400 |
| options bttv radio=1 card=3 |
| options tuner type=2 |
+---------------------------------------------------------------------------+
-----------------------------------------------------------------------------
5. Television Applications
Now that your kernel is configured, your devices have been configured, and
your modules are inserted, you will also need an application to actually view
or capture the images from your card.
-----------------------------------------------------------------------------
5.1. Console-Based Applications
5.1.1. FbTV
Fbtv is a console-only mode TV viewing program available for viewing on a
framebuffer-video enabled system with a Bt8x8 card. If you don't know what a
framebuffer is you can read the [http://tldp.org/HOWTO/
Framebuffer-HOWTO.html] Framebuffer HOWTO. Fbtv is available from the Bttv
homepage with [http://linux.bytesex.org/xawtv/] Xawtv.
-----------------------------------------------------------------------------
5.1.2. AATV
[http://n00n.free.fr/aatv/] AATV is a simple program to watch TV on a text
console under Linux using aalib and a Bt8x8 card. While the graphics are
enabled in ascii graphics only, the advantage is that you (or anyone) can
watch television from anywhere over the internet using your local Bt8x8
hardware.
-----------------------------------------------------------------------------
5.2. GUI-based Applications
The following applications require a graphical user interface such as GNOME,
KDE etc.
-----------------------------------------------------------------------------
5.2.1. Xawtv
[http://linux.bytesex.org/xawtv/] Xawtv is arguably the best-known Linux
application used for viewing TV from video sources including Bt8x8 devices;
most Linux distributions have packaged versions. If you're not sure of your
device configuration you probably ought to start with Xawtv and the -hwscan
option to check for suitable devices:
+---------------------------------------------------------------------------+
| $ xawtv -hwscan |
| This is xawtv-3.94, running on Linux/i686 (2.6.8) |
| looking for available devices |
| port 139-139 |
| type : Xvideo, image scaler |
| name : NV17 Video Overlay |
| |
| port 140-140 |
| type : Xvideo, image scaler |
| name : NV17 Video Texture |
| |
| port 141-172 |
| type : Xvideo, image scaler |
| name : NV05 Video Blitter |
| |
| port 173-173 [ -xvport 173 ] |
| type : Xvideo, video overlay |
| name : NVIDIA Video Interface Port |
| |
| /dev/video0: OK [ -device /dev/video0 ] |
| type : v4l2 |
| name : BT878 video (Hauppauge (bt878)) |
| flags: overlay capture tuner |
+---------------------------------------------------------------------------+
Now that you know your Bt8x8 device is available, try starting Xawtv:
+---------------------------------------------------------------------------+
| $ xawtv -device /dev/video0 |
| |
+---------------------------------------------------------------------------+
Note that some Nvidia cards may confuse xawtv, so if you have one of these be
sure to use the -device switch as above.
-----------------------------------------------------------------------------
5.2.2. Motv
Motv is a Motif-based rewrite of Xawtv. Other than a more attractive
interface, and is also found at [http://www.bytesex.org/] the Xawtv homepage.
It is otherwise identical to Xawtv.
-----------------------------------------------------------------------------
5.2.3. TVtime
TVtime is the ultimate application for those who want to watch TV using an
application that doesn't get in the way and requires little or no
configuration 'out of the box.' The homepage can be found at [http://
tvtime.sourceforge.net/] the sourceforge TVtime homepage.
-----------------------------------------------------------------------------
A. Optional Arguments for Loading Modules
videodev.o
-----------------------------
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>This<EFBFBD>is<EFBFBD>the<EFBFBD>basic<EFBFBD>video4linux<EFBFBD>module,<2C>all<6C>video<65>
<EFBFBD><EFBFBD><EFBFBD>drivers<EFBFBD>(incl.<2E>bttv)<29>register<65>themselves<65>here.
i2c.o
------------------------
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>generic<EFBFBD>i2c<EFBFBD>module.<2E>It<49>does<65>much<63>of<6F>the<68>i2c<32>bus
<EFBFBD><EFBFBD><EFBFBD>management,<2C>all<6C>other<65>modules<65>(except<70>videodev.o)
<EFBFBD><EFBFBD><EFBFBD>use<EFBFBD>this<EFBFBD>one.
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>scan=1<><31><EFBFBD>scan<61>the<68>bus<75>for<6F>i2c<32>devices
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>verbose=0<><30><EFBFBD>shut<75>up<75>i2c
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>i2c_debug=1<><31><EFBFBD>for<6F>debugging,<2C>it<69>sticks<6B>the<68>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>whole<EFBFBD>(software)<29>i2c<32>bus<75>traffic<69>to<74>the<68>syslog
<EFBFBD>
bttv.o
-------------------------
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>bt848<EFBFBD>(grabber<65>chip)<29>driver.
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>remap=adr<64><72>remap<61>Bt848<34>memory<72>to<74>address<73>less<73>than<61>20
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>vidmem=base frame<6D>buffer<65>address<73>over<65>20<32>(of<6F>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>graphic<EFBFBD>card)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>triton1=0/1<><31>for<6F>Triton1<6E>compatibility;<3B>Triton1<6E>is<69>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>automatically<EFBFBD>recognized<EFBFBD>but<EFBFBD>this<EFBFBD>might<EFBFBD>also<EFBFBD>help<EFBFBD>with<EFBFBD>other<EFBFBD>chipsets
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>pll=0/1/2<><32>pll<6C>settings<67>(0:<3A>don't<>use<73>PLL;<3B>1:<3A>28<32>MHz<48>crystal<61>installed
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2:<3A>35<33>MHz<48>crystal<61>installed
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>radio=0/1 card<72>supports<74>radio
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>card=n<><6E>card<72>type:<3A>see<65>the<68>next<78>section<6F>for<6F>the<68>complete<74>list;
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>remap,<2C>card,<2C>radio<69>and<6E>pll<6C>accept<70>up<75>to<74>four<75>comma-separated<65>arguments
<EFBFBD>(for<6F>multiple<6C>boards).<2E><>The<68>CARD<52>and<6E>PLL<4C>defines<65>from<6F>the<68>Makefile
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>are<EFBFBD>used<EFBFBD>as<EFBFBD>defaults.
<EFBFBD>
<EFBFBD>
msp3400.o
----------------------------
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>driver<EFBFBD>for<EFBFBD>the<EFBFBD>msp34xx<EFBFBD>sound<EFBFBD>processor<EFBFBD>chips.<2E>If<49>you<6F>have<76>a
<EFBFBD><EFBFBD><EFBFBD>stereo<EFBFBD>card,<2C>you<6F>probably<6C>want<6E>to<74>modprobe<62>this<69>one.
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>debug=1/2<><32>print<6E>some<6D>debug<75>info<66>to<74>the<68>syslog,<2C>2<EFBFBD>is<69>more<72>verbose.
*tea6300.o
-----------------------------
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>driver<EFBFBD>for<EFBFBD>the<EFBFBD>tea6300<EFBFBD>fader<EFBFBD>chip.<2E><>If<49>you<6F>have<76>a<EFBFBD>stereo
<EFBFBD><EFBFBD><EFBFBD>card<EFBFBD>and<EFBFBD>the<EFBFBD>msp3400.o<>doesn't<>work,<2C>you<6F>might<68>want<6E>to<74>try<72>this
<EFBFBD><EFBFBD><EFBFBD>one.<2E><>This<69>chip<69>is<69>seen<65>on<6F>most<73>STB<54>TV/FM<46>cards<64>(usually<6C>from
<EFBFBD><EFBFBD><EFBFBD>Gateway<EFBFBD>OEM<EFBFBD>sold<EFBFBD>surplus<EFBFBD>on<EFBFBD>auction<EFBFBD>sites).
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>debug=1<><31>print<6E>some<6D>debug<75>info<66>to<74>the<68>syslog.
*tda8425.o
-----------------------------
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>driver<EFBFBD>for<EFBFBD>the<EFBFBD>tda8425<EFBFBD>fader<EFBFBD>chip.<2E><>This<69>driver<65>used<65>to<74>be
<EFBFBD><EFBFBD><EFBFBD>part<EFBFBD>of<EFBFBD>bttv.c,<2C>so<73>if<69>your<75>sound<6E>used<65>to<74>work<72>but<75>does<65>not
<EFBFBD><EFBFBD><EFBFBD>anymore,<2C>try<72>loading<6E>this<69>module.
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>debug=1<><31>print<6E>some<6D>debug<75>info<66>to<74>the<68>syslog.
*tda9855.o
-----------------------------
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>driver<EFBFBD>for<EFBFBD>the<EFBFBD>tda9855<EFBFBD>stereo<EFBFBD>decoder<EFBFBD>/<2F>audio<69>processor<6F>chip.
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>debug=1<><31>print<6E>some<6D>debug<75>info<66>to<74>the<68>syslog.
*dpl3518.o
-----------------------------
<EFBFBD><EFBFBD><EFBFBD>Driver<EFBFBD>for<EFBFBD>the<EFBFBD>dpl3518a<EFBFBD>Dolby<EFBFBD>Pro<EFBFBD>Logic<EFBFBD>Processor.
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>debug=1<><31>print<6E>some<6D>debug<75>info<66>to<74>the<68>syslog.
tuner.o
--------------------------
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>tuner<EFBFBD>driver.<2E><>You<6F>need<65>this<69>unless<73>you<6F>want<6E>to<74>use<73>only
<EFBFBD><EFBFBD><EFBFBD>with<EFBFBD>a<EFBFBD>camera<EFBFBD>or<EFBFBD>external<EFBFBD>tuner.
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>modprobe<EFBFBD>args:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>debug=1<><31>print<6E>some<6D>debug<75>info<66>to<74>the<68>syslog
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>type=n<>type<70>of<6F>the<68>tuner<65>chip.<2E>n<EFBFBD>as<61>seen<65>in<69>Section 4
i2c_chardev.o
--------------------------------
<EFBFBD><EFBFBD><EFBFBD>Provides<EFBFBD>a<EFBFBD>character<EFBFBD>device<EFBFBD>for<EFBFBD>i2c<EFBFBD>bus<EFBFBD>access.<2E><>Works<6B>for<6F>2.1.x
<EFBFBD><EFBFBD><EFBFBD>only,<2C>not<6F>compiled<65>by<62>default.
-----------------------------------------------------------------------------
B. Bt8x8 Cards by Number
These are the option numbers for cards for use with modprobe.This does not
boast to be a complete list by any means; it is copied nearly verbatim from
the kernel source documentation for bttv. If your card is not listed it may
or may not be supported depending on the chipset and accompanying components
with which it is constructed.
<EFBFBD>card=n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>card type
-------------------------------------------------------
<EFBFBD>card=0<><30><EFBFBD><EFBFBD><EFBFBD><EFBFBD>UNKNOWN/GENERIC
<EFBFBD>card=1<><31><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MIRO<52>PCTV
<EFBFBD>card=2<><32><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Hauppauge<67>(bt848)
<EFBFBD>card=3<><33><EFBFBD><EFBFBD><EFBFBD><EFBFBD>STB,<2C>Gateway<61>P/N<>6000699<39>(bt848)
<EFBFBD>card=4<><34><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Intel<65>Create<74>and<6E>Share<72>PCI/<2F>Smart<72>Video<65>Recorder<65>III
<EFBFBD>card=5<><35><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Diamond<6E>DTV2000
<EFBFBD>card=6<><36><EFBFBD><EFBFBD><EFBFBD><EFBFBD>AVerMedia<69>TVPhone
<EFBFBD>card=7<><37><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MATRIX-Vision<6F>MV-Delta
<EFBFBD>card=8<><38><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>II<49>(Bt848)<29>LR26<32>/<2F>MAXI<58>TV<54>Video<65>PCI2<49>LR26
<EFBFBD>card=9<><39><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IMS/IXmicro<72>TurboTV
<EFBFBD>card=10<31><30><EFBFBD><EFBFBD><EFBFBD>Hauppauge<67>(bt878)
<EFBFBD>card=11<31><31><EFBFBD><EFBFBD><EFBFBD>MIRO<52>PCTV<54>pro
<EFBFBD>card=12<31><32><EFBFBD><EFBFBD><EFBFBD>ADS<44>Technologies<65>Channel<65>Surfer<65>TV<54>(bt848)
<EFBFBD>card=13<31><33><EFBFBD><EFBFBD><EFBFBD>AVerMedia<69>TVCapture<72>98
<EFBFBD>card=14<31><34><EFBFBD><EFBFBD><EFBFBD>Aimslab<61>Video<65>Highway<61>Xtreme<6D>(VHX)
<EFBFBD>card=15<31><35><EFBFBD><EFBFBD><EFBFBD>Zoltrix<69>TV-Max
<EFBFBD>card=16<31><36><EFBFBD><EFBFBD><EFBFBD>Prolink<6E>Pixelview<65>PlayTV<54>(bt878)
<EFBFBD>card=17<31><37><EFBFBD><EFBFBD><EFBFBD>Leadtek<65>WinView<65>601
<EFBFBD>card=18<31><38><EFBFBD><EFBFBD><EFBFBD>AVEC<45>Intercapture
<EFBFBD>card=19<31><39><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>II<49>EZ<45>/FlyKit<69>LR38<33>Bt848<34>(capture<72>only)
<EFBFBD>card=20<32><30><EFBFBD><EFBFBD><EFBFBD>CEI<45>Raffles<65>Card
<EFBFBD>card=21<32><31><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98/<2F>Lucky<6B>Star<61>Image<67>World<6C>ConferenceTV<54>LR50
<EFBFBD>card=22<32><32><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH050/<2F>Phoebe<62>Tv<54>Master<65>+<2B>FM
<EFBFBD>card=23<32><33><EFBFBD><EFBFBD><EFBFBD>Modular<61>Technology<67>MM201/MM202/MM205/MM210/MM215<31>PCTV,<2C>bt878
<EFBFBD>card=24<32><34><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH05X/06X<36>(bt878)<29>[many<6E>vendors]
<EFBFBD>card=25<32><35><EFBFBD><EFBFBD><EFBFBD>Terratec<65>TerraTV+<2B>Version<6F>1.0<EFBFBD>(Bt848)/<2F>Terra<72>TValue<75>Version<6F>1.0/
<EFBFBD>Vobis<EFBFBD>TV-Boostar
<EFBFBD>card=26<32><36><EFBFBD><EFBFBD><EFBFBD>Hauppauge<67>WinCam<61>newer<65>(bt878)
<EFBFBD>card=27<32><37><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98/<2F>MAXI<58>TV<54>Video<65>PCI2<49>LR50
<EFBFBD>card=28<32><38><EFBFBD><EFBFBD><EFBFBD>Terratec<65>TerraTV+<2B>Version<6F>1.1<EFBFBD>(bt878)
<EFBFBD>card=29<32><39><EFBFBD><EFBFBD><EFBFBD>Imagenation<6F>PXC200
<EFBFBD>card=30<33><30><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98<39>LR50
<EFBFBD>card=31<33><31><EFBFBD><EFBFBD><EFBFBD>Formac<61>iProTV,<2C>Formac<61>ProTV<54>I<EFBFBD>(bt848)
<EFBFBD>card=32<33><32><EFBFBD><EFBFBD><EFBFBD>Intel<65>Create<74>and<6E>Share<72>PCI/<2F>Smart<72>Video<65>Recorder<65>III
<EFBFBD>card=33<33><33><EFBFBD><EFBFBD><EFBFBD>Terratec<65>TerraTValue<75>Version<6F>Bt878
<EFBFBD>card=34<33><34><EFBFBD><EFBFBD><EFBFBD>Leadtek<65>WinFast<73>2000/<2F>WinFast<73>2000<30>XP
<EFBFBD>card=35<33><35><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98<39>LR50<35>/<2F>Chronos<6F>Video<65>Shuttle<6C>II
<EFBFBD>card=36<33><36><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98FM<46>LR50<35>/<2F>Typhoon<6F>TView<65>TV/FM<46>Tuner
<EFBFBD>card=37<33><37><EFBFBD><EFBFBD><EFBFBD>Prolink<6E>PixelView<65>PlayTV<54>pro
<EFBFBD>card=38<33><38><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH06X<36>TView99
<EFBFBD>card=39<33><39><EFBFBD><EFBFBD><EFBFBD>Pinnacle<6C>PCTV<54>Studio/Rave
<EFBFBD>card=40<34><30><EFBFBD><EFBFBD><EFBFBD>STB<54>TV<54>PCI<43>FM,<2C>Gateway<61>P/N<>6000704<30>(bt878),<2C>3Dfx<66>VoodooTV<54>100
<EFBFBD>card=41<34><31><EFBFBD><EFBFBD><EFBFBD>AVerMedia<69>TVPhone<6E>98
<EFBFBD>card=42<34><32><EFBFBD><EFBFBD><EFBFBD>ProVideo<65>PV951
<EFBFBD>card=43<34><33><EFBFBD><EFBFBD><EFBFBD>Little<6C>OnAir<69>TV
<EFBFBD>card=44<34><34><EFBFBD><EFBFBD><EFBFBD>Sigma<6D>TVII-FM
<EFBFBD>card=45<34><35><EFBFBD><EFBFBD><EFBFBD>MATRIX-Vision<6F>MV-Delta<74>2
<EFBFBD>card=46<34><36><EFBFBD><EFBFBD><EFBFBD>Zoltrix<69>Genie<69>TV/FM
<EFBFBD>card=47<34><37><EFBFBD><EFBFBD><EFBFBD>Terratec<65>TV/Radio+
<EFBFBD>card=48<34><38><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH03x/<2F>Dynalink<6E>Magic<69>TView
<EFBFBD>card=49<34><39><EFBFBD><EFBFBD><EFBFBD>IODATA<54>GV-BCTV3/PCI
<EFBFBD>card=50<35><30><EFBFBD><EFBFBD><EFBFBD>Prolink<6E>PV-BT878P+4E<34>/<2F>PixelView<65>PlayTV<54>PAK<41>/<2F>Lenco<63>MXTV-9578<37>CP
<EFBFBD>card=51<35><31><EFBFBD><EFBFBD><EFBFBD>Eagle<6C>Wireless<73>Capricorn2<6E>(bt878A)
<EFBFBD>card=52<35><32><EFBFBD><EFBFBD><EFBFBD>Pinnacle<6C>PCTV<54>Studio<69>Pro
<EFBFBD>card=53<35><33><EFBFBD><EFBFBD><EFBFBD>Typhoon<6F>TView<65>RDS<44>+<2B>FM<46>Stereo<65>/<2F>KNC1<43>TV<54>Station<6F>RDS
<EFBFBD>card=54<35><34><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>2000<30>/FlyVideo<65>A2/<2F>Lifetec<65>LT<4C>9415<31>TV<54>[LR90]
<EFBFBD>card=55<35><35><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH031/<2F>BESTBUY<55>Easy<73>TV
<EFBFBD>card=56<35><36><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98FM<46>LR50
<EFBFBD>card=57<35><37><EFBFBD><EFBFBD><EFBFBD>GrandTec<65>'Grand<6E>Video<65>Capture'<27>(Bt848)
<EFBFBD>card=58<35><38><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH060/<2F>Phoebe<62>TV<54>Master<65>Only<6C>(No<4E>FM)
<EFBFBD>card=59<35><39><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH03x<33>TV<54>Capturer
<EFBFBD>card=60<36><30><EFBFBD><EFBFBD><EFBFBD>Modular<61>Technology<67>MM100PCTV
<EFBFBD>card=61<36><31><EFBFBD><EFBFBD><EFBFBD>AG<41>Electronics<63>GMV1
<EFBFBD>card=62<36><32><EFBFBD><EFBFBD><EFBFBD>Askey<65>CPH061/<2F>BESTBUY<55>Easy<73>TV<54>(bt878)
<EFBFBD>card=63<36><33><EFBFBD><EFBFBD><EFBFBD>ATI<54>TV-Wonder
<EFBFBD>card=64<36><34><EFBFBD><EFBFBD><EFBFBD>ATI<54>TV-Wonder<65>VE
<EFBFBD>card=65<36><35><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>2000S<30>LR90
<EFBFBD>card=66<36><36><EFBFBD><EFBFBD><EFBFBD>Terratec<65>TValueRadio
<EFBFBD>card=67<36><37><EFBFBD><EFBFBD><EFBFBD>IODATA<54>GV-BCTV4/PCI
<EFBFBD>card=68<36><38><EFBFBD><EFBFBD><EFBFBD>3Dfx<66>VoodooTV<54>FM<46>(Euro),<2C>VoodooTV<54>200<30>(USA)
<EFBFBD>card=69<36><39><EFBFBD><EFBFBD><EFBFBD>Active<76>Imaging<6E>AIMMS
<EFBFBD>card=70<37><30><EFBFBD><EFBFBD><EFBFBD>Prolink<6E>Pixelview<65>PV-BT878P+<2B>(Rev.4C,8E)
<EFBFBD>card=71<37><31><EFBFBD><EFBFBD><EFBFBD>Lifeview<65>FlyVideo<65>98EZ<45>(capture<72>only)<29>LR51
<EFBFBD>card=72<37><32><EFBFBD><EFBFBD><EFBFBD>Prolink<6E>Pixelview<65>PV-BT878P+9B<39>(PlayTV<54>Pro<72>rev.9B<EFBFBD>FM+NICAM)
<EFBFBD>card=73<37><33><EFBFBD><EFBFBD><EFBFBD>Sensoray<61>311
<EFBFBD>card=74<37><34><EFBFBD><EFBFBD><EFBFBD>RemoteVision<6F>MX<4D>(RV605)
<EFBFBD>card=75<37><35><EFBFBD><EFBFBD><EFBFBD>Powercolor<6F>MTV878/<2F>MTV878R/<2F>MTV878F
<EFBFBD>card=76<37><36><EFBFBD><EFBFBD><EFBFBD>Canopus<75>WinDVR<56>PCI<43>(COMPAQ<41>Presario<69>3524JP,<2C>5112JP)
<EFBFBD>card=77<37><37><EFBFBD><EFBFBD><EFBFBD>GrandTec<65>Multi<74>Capture<72>Card<72>(Bt878)
<EFBFBD>card=78<37><38><EFBFBD><EFBFBD><EFBFBD>Jetway<61>TV/Capture<72>JW-TV878-FBK,<2C>Kworld<6C>KW-TV878RF
<EFBFBD>card=79<37><39><EFBFBD><EFBFBD><EFBFBD>DSP<53>Design<67>TCVIDEO
<EFBFBD>card=80<38><30><EFBFBD><EFBFBD><EFBFBD>Hauppauge<67>WinTV<54>PVR
<EFBFBD>card=81<38><31><EFBFBD><EFBFBD><EFBFBD>IODATA<54>GV-BCTV5/PCI
<EFBFBD>card=82<38><32><EFBFBD><EFBFBD><EFBFBD>Osprey<65>100/150<35>(878)
<EFBFBD>card=83<38><33><EFBFBD><EFBFBD><EFBFBD>Osprey<65>100/150<35>(848)
<EFBFBD>card=84<38><34><EFBFBD><EFBFBD><EFBFBD>Osprey<65>101<30>(848)
<EFBFBD>card=85<38><35><EFBFBD><EFBFBD><EFBFBD>Osprey<65>101/151
<EFBFBD>card=86<38><36><EFBFBD><EFBFBD><EFBFBD>Osprey<65>101/151<35>w/<2F>svid
<EFBFBD>card=87<38><37><EFBFBD><EFBFBD><EFBFBD>Osprey<65>200/201/250/251
<EFBFBD>card=88<38><38><EFBFBD><EFBFBD><EFBFBD>Osprey<65>200/250
<EFBFBD>card=89<38><39><EFBFBD><EFBFBD><EFBFBD>Osprey<65>210/220
<EFBFBD>card=90<39><30><EFBFBD><EFBFBD><EFBFBD>Osprey<65>500
<EFBFBD>card=91<39><31><EFBFBD><EFBFBD><EFBFBD>Osprey<65>540
<EFBFBD>card=92<39><32><EFBFBD><EFBFBD><EFBFBD>Osprey<65>2000
<EFBFBD>card=93<39><33><EFBFBD><EFBFBD><EFBFBD>IDS<44>Eagle
<EFBFBD>card=94<39><34><EFBFBD><EFBFBD><EFBFBD>Pinnacle<6C>PCTV<54>Sat
<EFBFBD>card=95<39><35><EFBFBD><EFBFBD><EFBFBD>Formac<61>ProTV<54>II<49>(bt878)
<EFBFBD>card=96<39><36><EFBFBD><EFBFBD><EFBFBD>MachTV
<EFBFBD>card=97<39><37><EFBFBD><EFBFBD><EFBFBD>Euresys<79>Picolo
<EFBFBD>card=98<39><38><EFBFBD><EFBFBD><EFBFBD>ProVideo<65>PV150
<EFBFBD>card=99<39><39><EFBFBD><EFBFBD><EFBFBD>AD-TVK503
<EFBFBD>card=100<30><30><EFBFBD><EFBFBD>Hercules<65>Smart<72>TV<54>Stereo
<EFBFBD>card=101<30><31><EFBFBD><EFBFBD>Pace<63>TV<54>&<26>Radio<69>Card
<EFBFBD>card=102<30><32><EFBFBD><EFBFBD>IVC-200
<EFBFBD>card=103<30><33><EFBFBD><EFBFBD>Grand<6E>X-Guard<72>/<2F>Trust<73>814PCI
<EFBFBD>card=104<30><34><EFBFBD><EFBFBD>Nebula<6C>Electronics<63>DigiTV
<EFBFBD>card=105<30><35><EFBFBD><EFBFBD>ProVideo<65>PV143
<EFBFBD>card=106<30><36><EFBFBD><EFBFBD>PHYTEC<45>VD-009-X1<58>MiniDIN<49>(bt878)
<EFBFBD>card=107<30><37><EFBFBD><EFBFBD>PHYTEC<45>VD-009-X1<58>Combi<62>(bt878)
<EFBFBD>card=108<30><38><EFBFBD><EFBFBD>PHYTEC<45>VD-009<30>MiniDIN<49>(bt878)
<EFBFBD>card=109<30><39><EFBFBD><EFBFBD>PHYTEC<45>VD-009<30>Combi<62>(bt878)
<EFBFBD>card=110<31><30><EFBFBD><EFBFBD>IVC-100
<EFBFBD>card=111<31><31><EFBFBD><EFBFBD>IVC-120G
<EFBFBD>card=112<31><32><EFBFBD><EFBFBD>pcHDTV<54>HD-2000<30>TV
<EFBFBD>card=113<31><33><EFBFBD><EFBFBD>Twinhan<61>DST<53>+<2B>clones
<EFBFBD>card=114<31><34><EFBFBD><EFBFBD>Winfast<73>VC100
<EFBFBD>card=115<31><35><EFBFBD><EFBFBD>Teppro<72>TEV-560/InterVision<6F>IV-560
<EFBFBD>card=116<31><36><EFBFBD><EFBFBD>SIMUS<55>GVC1100
<EFBFBD>card=117<31><37><EFBFBD><EFBFBD>NGS<47>NGSTV+
<EFBFBD>card=118<31><38><EFBFBD><EFBFBD>LMLBT4
<EFBFBD>card=119<31><39><EFBFBD><EFBFBD>Tekram<61>M205<30>PRO
<EFBFBD>card=120<32><30><EFBFBD><EFBFBD>Conceptronic<69>CONTVFMi
-----------------------------------------------------------------------------
C. Cards and Features by Manufacturer
MATRIX<EFBFBD>Vision
-------------
MV-Delta
-<2D>Bt848A
-<2D>4<EFBFBD>Composite<74>inputs,<2C>1<EFBFBD>S-VHS<48>input<75>(shared<65>with<74>4th<74>composite)
-<2D>EEPROM
http://www.matrix-vision.de/
This<EFBFBD>card<EFBFBD>has<EFBFBD>no<EFBFBD>tuner<EFBFBD>but<EFBFBD>supports<EFBFBD>all<EFBFBD>4<EFBFBD>composite<EFBFBD>(1<>shared<65>with<74>an
S-VHS<48>input)<29>of<6F>the<68>Bt848A.
Very<EFBFBD>nice<EFBFBD>card<EFBFBD>if<EFBFBD>you<EFBFBD>only<EFBFBD>have<EFBFBD>satellite<EFBFBD>TV<EFBFBD>but<EFBFBD>several<EFBFBD>tuners<EFBFBD>connected
to<EFBFBD>the<EFBFBD>card<EFBFBD>via<EFBFBD>composite.
Many<EFBFBD>thanks<EFBFBD>to<EFBFBD>Matrix-Vision<6F>for<6F>giving<6E>us<75>2<EFBFBD>cards<64>for<6F>free<65>which<63>made
Bt848a/Bt849<34>single<6C>crystal<61>operation<6F>support<72>possible!!!
Miro/Pinnacle<6C>PCTV
------------------
-<2D>Bt848<34>
<EFBFBD><EFBFBD>some<EFBFBD>(all??)<29>come<6D>with<74>2<EFBFBD>crystals<6C>for<6F>PAL/SECAM<41>and<6E>NTSC<53>
-<2D>PAL,<2C>SECAM<41>or<6F>NTSC<53>TV<54>tuner<65>(Philips<70>or<6F>TEMIC)
-<2D>MSP34xx<78>sound<6E>decoder<65>on<6F>add<64>on<6F>board
<EFBFBD><EFBFBD>decoder<EFBFBD>is<EFBFBD>supported<EFBFBD>but<EFBFBD>AFAIK<EFBFBD>does<EFBFBD>not<EFBFBD>yet<EFBFBD>work<EFBFBD>
<EFBFBD><EFBFBD>(other<65>sound<6E>MUX<55>setting<6E>in<69>GPIO<49>port<72>needed???<3F>somebody<64>who<68>fixed<65>this???)
-<2D>1<EFBFBD>tuner,<2C>1<EFBFBD>composite<74>and<6E>1<EFBFBD>S-VHS<48>input
-<2D>tuner<65>type<70>is<69>autodetected
http://www.miro.de/
http://www.miro.com/
Many<EFBFBD>thanks<EFBFBD>for<EFBFBD>the<EFBFBD>free<EFBFBD>card<EFBFBD>which<EFBFBD>made<EFBFBD>first<EFBFBD>NTSC<EFBFBD>support<EFBFBD>possible<EFBFBD>back
in<EFBFBD>1997!
Hauppauge<EFBFBD>Win/TV<54>pci
--------------------
There<EFBFBD>are<EFBFBD>many<EFBFBD>different<EFBFBD>versions<EFBFBD>of<EFBFBD>the<EFBFBD>Hauppauge<EFBFBD>cards<EFBFBD>with<EFBFBD>different<EFBFBD>
tuners<EFBFBD>(TV+Radio<69>...),<2C>teletext<78>decoders.
Note<EFBFBD>that<EFBFBD>even<EFBFBD>cards<EFBFBD>with<EFBFBD>same<EFBFBD>model<EFBFBD>numbers<EFBFBD>have<EFBFBD>(depending<6E>on<6F>the<68>revision)
different<EFBFBD>chips<EFBFBD>on<EFBFBD>it.
-<2D>Bt848<34>(and<6E>others<72>but<75>always<79>in<69>2<EFBFBD>crystal<61>operation???)
<EFBFBD><EFBFBD>newer<EFBFBD>cards<EFBFBD>have<EFBFBD>a<EFBFBD>Bt878
-<2D>PAL,<2C>SECAM,<2C>NTSC<53>or<6F>tuner<65>with<74>or<6F>without<75>Radio<69>support
e.g.:
<EFBFBD><EFBFBD>PAL:<3A>
<EFBFBD><EFBFBD>TDA5737:<3A>VHF,<2C>hyperband<6E>and<6E>UHF<48>mixer/
oscillator<EFBFBD>for<EFBFBD>TV<EFBFBD>and<EFBFBD>VCR<EFBFBD>3-band<6E>tuners
<EFBFBD><EFBFBD>TSA5522:<3A>1.4<EFBFBD>GHz<EFBFBD>I2C-bus<75>controlled<65>synthesizer,<2C>I2C<32>0xc2-0xc3
<EFBFBD><EFBFBD>
<EFBFBD><EFBFBD>NTSC:
<EFBFBD><EFBFBD>TDA5731:<3A>VHF,<2C>hyperband<6E>and<6E>UHF<48>mixer/
oscillator<EFBFBD>for<EFBFBD>TV<EFBFBD>and<EFBFBD>VCR<EFBFBD>3-band<6E>tuners
<EFBFBD><EFBFBD>TSA5518:<3A>no<6E>datasheet<65>available<6C>on<6F>Philips<70>site
-<2D>Philips<70>SAA5246<34>or<6F>SAA5284<38>(<28>or<6F>no)<29>Teletext<78>decoder<65>chip
<EFBFBD><EFBFBD>with<EFBFBD>buffer<EFBFBD>RAM<EFBFBD>(e.g.<2E>Winbond<6E>W24257AS-35:<3A>32Kx8<78>CMOS<4F>static<69>RAM)
<EFBFBD><EFBFBD>SAA5246<EFBFBD>(I2C<32>0x22)<29>is<69>supported
-<2D>256<35>bytes<65>EEPROM:<3A>Microchip<69>24LC02B<32>or<6F>Philips<70>8582E2Y<32>
<EFBFBD><EFBFBD>with<EFBFBD>configuration<EFBFBD>information
<EFBFBD><EFBFBD>I2C<EFBFBD>address<EFBFBD>0xa0<EFBFBD>(24LC02B<32>also<73>responds<64>to<74>0xa2-0xaf)
-<2D>1<EFBFBD>tuner,<2C>1<EFBFBD>composite<74>and<6E>(depending<6E>on<6F>model)<29>1<EFBFBD>S-VHS<48>input
-<2D>14052B:<3A>mux<75>for<6F>selection<6F>of<6F>sound<6E>source
-<2D>sound<6E>decoder:<3A>TDA9800,<2C>MSP34xx<78>(stereo<65>cards)<29>
Askey<EFBFBD>CPH-Series
----------------
Developed<EFBFBD>by<EFBFBD>TelSignal(?),<2C>OEMed<65>by<62>many<6E>vendors<72>(Typhoon,<2C>Anubis,<2C>Dynalink)
<EFBFBD><EFBFBD>Card<EFBFBD>series:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH01x:<3A>BT848<34>capture<72>only
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH03x:<3A>BT848
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH05x:<3A>BT878<37>with<74>FM
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH06x:<3A>BT878<37>(w/o<>FM)f/
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH07x:<3A>BT878<37>capture<72>only
<EFBFBD>
<EFBFBD><EFBFBD>TV<EFBFBD>standards:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x0:<3A>NTSC-M/M
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x1:<3A>PAL-B/G
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x2:<3A>PAL-I/I
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x3:<3A>PAL-D/K
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x4:<3A>SECAM-L/L<>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x5:<3A>SECAM-B/G<>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x6:<3A>SECAM-D/K<>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x7:<3A>PAL-N/N<>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x8:<3A>PAL-B/H<>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>CPH0x9:<3A>PAL-M/M
<EFBFBD><EFBFBD>CPH03x<EFBFBD>was<EFBFBD>often<EFBFBD>sold<EFBFBD>as<EFBFBD>"TV<54>capturer".
<EFBFBD><EFBFBD>Identifying:
<EFBFBD><EFBFBD>1)<29>878<37>cards<64>can<61>be<62>identified<65>by<62>PCI<43>Subsystem-ID:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>144f:3000<30>=<3D>CPH06x
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>144F:3002<30>=<3D>CPH05x<35>w/<2F>FM
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>144F:3005<30>=<3D>CPH06x_LC<4C>(w/o<>remote<74>control)
<EFBFBD><EFBFBD>1)<29>The<68>cards<64>have<76>a<EFBFBD>sticker<65>with<74>"CPH"-model<65>on<6F>the<68>back.
<EFBFBD><EFBFBD>2)
<EFBFBD>These<EFBFBD>cards<EFBFBD>have<EFBFBD>a<EFBFBD>number<EFBFBD>printed<EFBFBD>on<EFBFBD>the<EFBFBD>PCB<EFBFBD>just<EFBFBD>above<EFBFBD>the<EFBFBD>tuner<EFBFBD>metal<EFBFBD>box:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"80-CP2000300-x"<22>=<3D>CPH03X
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"80-CP2000500-x"<22>=<3D>CPH05X
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"80-CP2000600-x"<22>=<3D>CPH06X<36>/<2F>CPH06x_LC
<EFBFBD><EFBFBD>Askey<EFBFBD>sells<EFBFBD>these<EFBFBD>cards<EFBFBD>as<EFBFBD>"Magic<69>TView<65>series",<2C>Brand<6E>"MagicXpress".
<EFBFBD><EFBFBD>Other<EFBFBD>OEM<EFBFBD>often<EFBFBD>call<EFBFBD>these<EFBFBD>"Tview",<2C>"TView99"<22>or<6F>else.
Lifeview<EFBFBD>Flyvideo<EFBFBD>Series:
-------------------------
<EFBFBD><EFBFBD>The<EFBFBD>naming<EFBFBD>of<EFBFBD>these<EFBFBD>series<EFBFBD>differs<EFBFBD>in<EFBFBD>time<EFBFBD>and<EFBFBD>space.
<EFBFBD><EFBFBD>Identifying:
<EFBFBD><EFBFBD>1)<29>Some<6D>models<6C>can<61>be<62>identified<65>by<62>PCI<43>subsystem<65>ID:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1852:1852<35>=<3D>Flyvideo<65>98<39>FM
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1851:1850<35>=<3D>Flyvideo<65>98
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>1851:1851<35>=<3D>Flyvideo<65>98<39>EZ<45>(capture<72>only)
<EFBFBD><EFBFBD>2)<29>There<72>is<69>a<EFBFBD>print<6E>on<6F>the<68>PCB:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR25<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Flyvideo<65>(Zoran<61>ZR36120,<2C>SAA7110A)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR26<EFBFBD>Rev.N<>=<3D>Flyvideo<65>II<49>(Bt848)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Rev.O<>=<3D>Flyvideo<65>II<49>(Bt878)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR37<EFBFBD>Rev.C<>=<3D>Flyvideo<65>EZ<45>(Capture<72>only,<2C>ZR36120<32>+<2B>SAA7110)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR38<EFBFBD>Rev.A1=<3D>Flyvideo<65>II<49>EZ<45>(Bt848<34>capture<72>only)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR50<EFBFBD>Rev.Q<>=<3D>Flyvideo<65>98<39>(w/eeprom<6F>and<6E>PCI<43>subsystem<65>ID)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Rev.W<>=<3D>Flyvideo<65>98<39>(no<6E>eeprom)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR51<EFBFBD>Rev.E<>=<3D>Flyvideo<65>98<39>EZ<45>(capture<72>only)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR90<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Flyvideo<65>2000<30>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>Flyvideo<EFBFBD>2000S<EFBFBD>(Bt878)<29>w/Stereo<65>TV<54>(Package<67>incl.<2E>LR91<39>daughterboard)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR91<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Stereo<65>daughter<65>card<72>for<6F>LR90
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR97<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Flyvideo<65>DVBS
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR99<EFBFBD>Rev.E<>=<3D>Low<6F>profile<6C>card<72>for<6F>OEM<45>integration<6F>
(only<6C>internal<61>audio!)<29>bt878
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR136 <20>=<3D>Flyvideo<65>2100/3100<30>(Low<6F>profile,<2C>SAA7130/SAA7134)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR137<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Flyvideo<65>DV2000/DV3000<30>(SAA7130/SAA7134<33>+<2B>IEEE1394)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR138<EFBFBD>Rev.C=<3D>Flyvideo<65>2000<30>(SAA7130)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>or<EFBFBD>Flyvideo<EFBFBD>3000<EFBFBD>(SAA7134)<29>w/Stereo<65>TV
<EFBFBD><EFBFBD><EFBFBD>These<EFBFBD>exist<EFBFBD>in<EFBFBD>variations<EFBFBD>w/FM<46>and<6E>w/Remote<74>sometimes<65>denoted
<EFBFBD><EFBFBD><EFBFBD>by<EFBFBD>suffixes<EFBFBD>"FM"<22>and<6E>"R".
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Lifeview.com.tw<74>states<65>(Feb.<2E>2002):
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"The<68>FlyVideo2000<30>and<6E>FlyVideo2000s<30>product<63>name<6D>have<76>renamed<65>to<74>FlyVideo98."
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Their<EFBFBD>Bt8x8<EFBFBD>cards<EFBFBD>are<EFBFBD>listed<EFBFBD>as<EFBFBD>discontinued.
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Flyvideo<EFBFBD>2000S<EFBFBD>was<EFBFBD>probably<EFBFBD>sold<EFBFBD>as<EFBFBD>Flyvideo<EFBFBD>3000<EFBFBD>in<EFBFBD>some<EFBFBD>countries
(Europe?).
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>The<EFBFBD>new<EFBFBD>Flyvideo<EFBFBD>2000/3000<30>are<72>SAA7130/SAA7134<33>based.<2E>
<EFBFBD><EFBFBD>"Flyvideo<65>II"<22>had<61>been<65>the<68>name<6D>for<6F>the<68>848<34>cards,<2C>nowadays<79>(in<69>Germany)
<EFBFBD><EFBFBD>this<EFBFBD>name<EFBFBD>is<EFBFBD>re-used<65>for<6F>LR50<35>Rev.W.
<EFBFBD><EFBFBD>The<EFBFBD>Lifeview<EFBFBD>website<EFBFBD>mentioned<EFBFBD>Flyvideo<EFBFBD>III<EFBFBD>at<EFBFBD>some<EFBFBD>time,<2C>but<75>such<63>a<EFBFBD>card
<EFBFBD><EFBFBD>has<EFBFBD>not<EFBFBD>yet<EFBFBD>been<EFBFBD>seen<EFBFBD>(perhaps<70>it<69>was<61>the<68>German<61>name<6D>for<6F>LR90<39>[stereo]).
<EFBFBD><EFBFBD>These<EFBFBD>cards<EFBFBD>are<EFBFBD>sold<EFBFBD>by<EFBFBD>many<EFBFBD>OEMs<EFBFBD>too.
<EFBFBD><EFBFBD>FlyVideo<EFBFBD>A2<EFBFBD>(Elta<74>8680)=<3D>LR90<39>Rev.F<>(w/Remote,<2C>w/
o<EFBFBD>FM,<2C>stereo<65>TV<54>by<62>tda9821)<29>{Germany}
<EFBFBD><EFBFBD>Lifeview<EFBFBD>3000<EFBFBD>(Elta<74>8681)<29>as<61>sold<6C>by<62>Plus(April<69>2002),<2C>Germany<6E>=<3D>LR138<33>w/
<EFBFBD>saa7134
Typhoon<EFBFBD>TV<EFBFBD>card<EFBFBD>series:
-----------------------
<EFBFBD><EFBFBD>These<EFBFBD>can<EFBFBD>be<EFBFBD>CPH,<2C>Flyvideo,<2C>Pixelview<65>or<6F>KNC1<43>series.
<EFBFBD><EFBFBD>Typhoon<EFBFBD>is<EFBFBD>the<EFBFBD>brand<EFBFBD>of<EFBFBD>Anubis.
<EFBFBD><EFBFBD>Model<EFBFBD>50680<EFBFBD>got<EFBFBD>re-used,<2C>some<6D>model<65>no.<2E>had<61>different<6E>contents<74>over<65>time.
<EFBFBD><EFBFBD>Models:
<EFBFBD><EFBFBD>50680<EFBFBD>"TV<54>Tuner<65>PCI<43>Pal<61>BG"(old,red<65>package)=can<61>be<62>CPH03x(bt848)<29>or<6F>CPH06x
(bt878)
<EFBFBD><EFBFBD>50680<EFBFBD>"TV<54>Tuner<65>Pal<61>BG"<22>(blue<75>package)=<3D>Pixelview<65>PV-BT878P+<2B>(Rev<65>9B)
<EFBFBD><EFBFBD>50681<EFBFBD>"TV<54>Tuner<65>PCI<43>Pal<61>I"<22>(variant<6E>of<6F>50680)
<EFBFBD><EFBFBD>50682<EFBFBD>"TView<65>TV/FM<46>Tuner<65>Pal<61>BG"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Flyvideo<65>98FM<46>(LR50<35>Rev.Q)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Note:<3A>The<68>package<67>has<61>a<EFBFBD>picture<72>of<6F>CPH05x<35>
(which<63>would<6C>be<62>a<EFBFBD>real<61>TView)
<EFBFBD><EFBFBD>50683<EFBFBD>"TV<54>Tuner<65>PCI<43>SECAM"<22>(variant<6E>of<6F>50680)
<EFBFBD><EFBFBD>50684<EFBFBD>"TV<54>Tuner<65>Pal<61>BG"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>Pixelview<65>878TV(Rev.3D)
<EFBFBD><EFBFBD>50686<EFBFBD>"TV<54>Tuner"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>KNC1<43>TV<54>Station
<EFBFBD><EFBFBD>50687<EFBFBD>"TV<54>Tuner<65>stereo"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>KNC1<43>TV<54>Station<6F>pro
<EFBFBD><EFBFBD>50688<EFBFBD>"TV<54>Tuner<65>RDS"<22>(black<63>package)<29><><EFBFBD>=<3D>KNC1<43>TV<54>Station<6F>RDS
<EFBFBD><EFBFBD>50689<EFBFBD><EFBFBD>TV<EFBFBD>SAT<EFBFBD>DVB-S<>CARD<52>CI<43>PCI<43>(SAA7146AH,<2C>SU1278?)<29>=
<EFBFBD>"KNC1<43>TV<54>Station<6F>DVB-S"
<EFBFBD><EFBFBD>50692<EFBFBD>"TV/FM<46>Tuner"<22>(small<6C>PCB)
<EFBFBD><EFBFBD>50694<EFBFBD><EFBFBD>TV<EFBFBD>TUNER<EFBFBD>CARD<EFBFBD>RDS<EFBFBD>(PHILIPS<50>CHIPSET<45>SAA7134HL)
<EFBFBD><EFBFBD>50696<EFBFBD><EFBFBD>TV<EFBFBD>TUNER<EFBFBD>STEREO<EFBFBD>(PHILIPS<50>CHIPSET<45>SAA7134HL,<2C>MK3ME<4D>Tuner)
<EFBFBD><EFBFBD>50804<EFBFBD><EFBFBD>PC-SAT<41>TV/Audio<69>Karte<74>=<3D>Techni-PC-Sat<61>(ZORAN<41>36120PQC,<2C>Tuner:Alps)
<EFBFBD><EFBFBD>50866<EFBFBD><EFBFBD>TVIEW<EFBFBD>SAT<EFBFBD>RECEIVER+ADR
<EFBFBD><EFBFBD>50868<EFBFBD>"TV/FM<46>Tuner<65>Pal<61>I"<22>(variant<6E>of<6F>50682)
<EFBFBD><EFBFBD>50999<EFBFBD>"TV/FM<46>Tuner<65>Secam"<22>(variant<6E>of<6F>50682)
Guillemot
---------
<EFBFBD><EFBFBD>Maxi-TV<54>PCI<43>(ZR36120)
<EFBFBD><EFBFBD>Maxi<EFBFBD>TV<EFBFBD>Video<EFBFBD>2<EFBFBD>=<3D>LR50<35>Rev.Q<>(FI1216MF,<2C>PAL<41>BG+SECAM)
<EFBFBD><EFBFBD>Maxi<EFBFBD>TV<EFBFBD>Video<EFBFBD>3<EFBFBD>=<3D>CPH064<36>(PAL<41>BG<42>+<2B>SECAM)
Mentor
------
<EFBFBD><EFBFBD>Mentor<EFBFBD>TV<EFBFBD>card<EFBFBD>("55-878TV-U1")<29>=<3D>Pixelview<65>878TV(Rev.3F)<29>(w/FM<46>w/Remote)
Prolink
-------
<EFBFBD><EFBFBD><EFBFBD>TV<EFBFBD>cards:
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>pro<EFBFBD>-<2D>(Model:<3A>PV-BT878P+<2B>REV<45>8E)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>pro<EFBFBD>-<2D>(Model:<3A>PV-BT878P+<2B>REV<45>9D)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>pro<EFBFBD>-<2D>(Model:<3A>PV-BT878P+<2B>REV<45>4C<34>/<2F>8D<38>/<2F>10A<30>)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>-<2D>(Model:<3A>PV-BT848P+)
<EFBFBD><EFBFBD><EFBFBD>878TV<EFBFBD>-<2D>(Model:<3A>PV-BT878TV)
<EFBFBD><EFBFBD><EFBFBD>Multimedia<EFBFBD>TV<EFBFBD>packages<EFBFBD>(card<72>+<2B>software<72>pack):
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>Theater<EFBFBD>-<2D>(Model:<3A>PV-M4200)<29>=
<EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>pro<EFBFBD>+<2B>Software
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV<EFBFBD>PAK<EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD>(Model:<3A>PV-BT878P+<2B>REV<45>4E)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Play<EFBFBD>TV/VCR<43>-<2D><><EFBFBD><EFBFBD><EFBFBD>(Model:<3A>PV-M3200<30>REV<45>4C<34>/<2F>8D<38>/<2F>10A<30>)<29>
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Studio<EFBFBD>PAK<EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(Model:<3A><><EFBFBD><EFBFBD>M2200<30>REV<45>4C<34>/<2F>8D<38>/<2F>10A<30>)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>PowerStudio<EFBFBD>PAK<EFBFBD>-<2D>(Model:<3A>PV-M3600<30>REV<45>4E)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>DigitalVCR<EFBFBD>PAK<EFBFBD>-<2D><>(Model:<3A>PV-M2400<30>REV<45>4C<34>/<2F>8D<38>/<2F>10A<30>)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>PlayTV<EFBFBD>PAK<EFBFBD>II<EFBFBD>(TV/FM<46>card<72>+<2B>usb<73>camera)<29><>PV-M3800<30>
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>PlayTV<EFBFBD>XP<EFBFBD>PV-M4700,PV-M4700(w/FM)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>PlayTV<EFBFBD>DVR<EFBFBD>PV-M4600<30><30>package<67>contents:
PixelView<EFBFBD>PlayTV<EFBFBD>pro,<2C>windvr<76>&<26>videoMail<69>s/w
<EFBFBD><EFBFBD><EFBFBD>Further<EFBFBD>Cards:
<EFBFBD><EFBFBD><EFBFBD>PV-BT878P+rev.9B<EFBFBD>(Play<61>TV<54>Pro,<2C>opt.<2E>w/FM<46>w/NICAM)
<EFBFBD><EFBFBD><EFBFBD>PV-BT878P+rev.2F
<EFBFBD><EFBFBD><EFBFBD>PV-BT878P<38>Rev.1D<EFBFBD>(bt878,<2C>capture<72>only)
<EFBFBD><EFBFBD><EFBFBD>XCapture<EFBFBD>PV-CX881P<31>(cx23881)
<EFBFBD><EFBFBD><EFBFBD>PlayTV<EFBFBD>HD<EFBFBD>PV-CX881PL+,<2C>PV-CX881PL+(w/FM)<29>(cx23881)
<EFBFBD><EFBFBD><EFBFBD>DTV3000<EFBFBD>PV-DTV3000P+<2B>DVB-S<>CI<43>=<3D>Twinhan<61>VP-1030
<EFBFBD><EFBFBD><EFBFBD>DTV2000<EFBFBD>DVB-S<>=<3D>Twinhan<61>VP-1020
<EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>Video<EFBFBD>Conferencing:
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Meeting<EFBFBD>PAK<EFBFBD>-<2D>(Model:<3A>PV-BT878P)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Meeting<EFBFBD>PAK<EFBFBD>Lite<EFBFBD>-<2D>(Model:<3A>PV-BT878P)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Meeting<EFBFBD>PAK<EFBFBD>plus<EFBFBD>-<2D>(Model:<3A>PV-BT878P+rev<65>4C/8D/10A)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>Capture<EFBFBD>-<2D>(Model:<3A>PV-BT848P)
<EFBFBD><EFBFBD><EFBFBD>PixelView<EFBFBD>PlayTV<EFBFBD>USB<EFBFBD>pro
<EFBFBD><EFBFBD><EFBFBD>Model<EFBFBD>No.<2E>PV-NT1004+,<2C>PV-NT1004+<2B>(w/FM)<29>=
<EFBFBD>NT1004<EFBFBD>USB<EFBFBD>decoder<EFBFBD>chip<EFBFBD>+<2B>SAA7113<31>video<65>decoder<65>chip
Dynalink
--------
<EFBFBD><EFBFBD><EFBFBD>These<EFBFBD>are<EFBFBD>CPH<EFBFBD>series.
Phoebemicro
-----------
<EFBFBD><EFBFBD><EFBFBD>TV<EFBFBD>Master<EFBFBD><EFBFBD><EFBFBD><EFBFBD>=<3D>CPH030<33>or<6F>CPH060
<EFBFBD><EFBFBD><EFBFBD>TV<EFBFBD>Master<EFBFBD>FM<EFBFBD>=<3D>CPH050
Genius/Kye
----------
<EFBFBD><EFBFBD><EFBFBD>Video<EFBFBD>Wonder/Genius<75>Internet<65>Video<65>Kit<69>=<3D>LR37<33>Rev.C
<EFBFBD><EFBFBD><EFBFBD>Video<EFBFBD>Wonder<EFBFBD>Pro<EFBFBD>II<EFBFBD>(848<34>or<6F>878)<29>=<3D>LR26
Tekram
------
<EFBFBD><EFBFBD><EFBFBD>VideoCap<EFBFBD>C205<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>VideoCap<EFBFBD>C210<EFBFBD>(zr36120<32>+Philips)
<EFBFBD><EFBFBD><EFBFBD>CaptureTV<EFBFBD>M200<EFBFBD>(ISA)
<EFBFBD><EFBFBD><EFBFBD>CaptureTV<EFBFBD>M205<EFBFBD>(Bt848)
Lucky<EFBFBD>Star
----------
<EFBFBD><EFBFBD><EFBFBD>Image<EFBFBD>World<EFBFBD>Conference<EFBFBD>TV<EFBFBD>=<3D>LR50<35>Rev.<2E>Q
Leadtek
-------
<EFBFBD><EFBFBD><EFBFBD>WinView<EFBFBD>601<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>WinView<EFBFBD>610<EFBFBD>(Zoran)
<EFBFBD><EFBFBD><EFBFBD>WinFast2000
<EFBFBD><EFBFBD><EFBFBD>WinFast2000<EFBFBD>XP
KNC<EFBFBD>One
-------
<EFBFBD><EFBFBD><EFBFBD>TV-Station
<EFBFBD><EFBFBD><EFBFBD>TV-Station<6F>SE<53>(+Software<72>Bundle)
<EFBFBD><EFBFBD><EFBFBD>TV-Station<6F>pro<72>(+TV<54>stereo)
<EFBFBD><EFBFBD><EFBFBD>TV-Station<6F>FM<46>(+Radio)
<EFBFBD><EFBFBD><EFBFBD>TV-Station<6F>RDS<44>(+RDS)
<EFBFBD><EFBFBD><EFBFBD>TV<EFBFBD>Station<EFBFBD>SAT<EFBFBD>(analog<6F>satellite)
<EFBFBD><EFBFBD><EFBFBD>TV-Station<6F>DVB-S
<EFBFBD><EFBFBD><EFBFBD>newer<EFBFBD>Cards<EFBFBD>have<EFBFBD>saa7134,<2C>but<75>model<65>name<6D>stayed<65>the<68>same?
Provideo<EFBFBD>
--------
<EFBFBD><EFBFBD>PV951<EFBFBD>or<EFBFBD>PV-951<35>(also<73>are<72>sold<6C>as:
<EFBFBD><EFBFBD><EFBFBD>Boeder<EFBFBD>TV-FM<46>Video<65>Capture<72>Card
<EFBFBD><EFBFBD><EFBFBD>Titanmedia<EFBFBD>Supervision<EFBFBD>TV-2400
<EFBFBD><EFBFBD><EFBFBD>Provideo<EFBFBD>PV951<EFBFBD>TF
<EFBFBD><EFBFBD><EFBFBD>3DeMon<EFBFBD>PV951
<EFBFBD><EFBFBD><EFBFBD>MediaForte<EFBFBD>TV-Vision<6F>PV951
<EFBFBD><EFBFBD><EFBFBD>Yoko<EFBFBD>PV951
<EFBFBD><EFBFBD><EFBFBD>Vivanco<EFBFBD>Tuner<EFBFBD>Card<EFBFBD>PCI<EFBFBD>Art.-Nr.:<3A>68404
<EFBFBD><EFBFBD>)<29>now<6F>named<65>PV-951T
<EFBFBD><EFBFBD>Surveillance<EFBFBD>Series
<EFBFBD><EFBFBD>PV-141
<EFBFBD><EFBFBD>PV-143
<EFBFBD><EFBFBD>PV-147
<EFBFBD><EFBFBD>PV-148<34>(capture<72>only)
<EFBFBD><EFBFBD>PV-150
<EFBFBD><EFBFBD>PV-151
<EFBFBD><EFBFBD>TV-FM<46>Tuner<65>Series
<EFBFBD><EFBFBD>PV-951TDV<44>(tv<74>tuner<65>+<2B>1394)
<EFBFBD><EFBFBD>PV-951T/TF
<EFBFBD><EFBFBD>PV-951PT/TF
<EFBFBD><EFBFBD>PV-956T/TF<54>Low<6F>Profile
<EFBFBD><EFBFBD>PV-911
Highscreen
----------
<EFBFBD><EFBFBD><EFBFBD>TV<EFBFBD>Karte<EFBFBD>=<3D>LR50<35>Rev.S
<EFBFBD><EFBFBD><EFBFBD>TV-Boostar<61>=<3D>Terratec<65>Terra<72>TV+<2B>Version<6F>1.0<EFBFBD>(Bt848,<2C>tda9821)<29>"ceb105.pcb"
Zoltrix
-------
<EFBFBD><EFBFBD><EFBFBD>Face<EFBFBD>to<EFBFBD>Face<EFBFBD>Capture<EFBFBD>(Bt848<34>capture<72>only)<29>(PCB<43>"VP-2848")
<EFBFBD><EFBFBD><EFBFBD>Face<EFBFBD>To<EFBFBD>Face<EFBFBD>TV<EFBFBD>MAX<EFBFBD>(Bt848)<29>(PCB<43>"VP-8482<38>Rev1.3")
<EFBFBD><EFBFBD><EFBFBD>Genie<EFBFBD>TV<EFBFBD>(Bt878)<29>(PCB<43>"VP-8790<39>Rev<65>2.1")
<EFBFBD><EFBFBD><EFBFBD>Genie<EFBFBD>Wonder<EFBFBD>Pro
AVerMedia
---------
<EFBFBD><EFBFBD><EFBFBD>AVer<EFBFBD>FunTV<EFBFBD>Lite<EFBFBD>(ISA,<2C>AV3001<30>chipset)<29><>"M101.C"
<EFBFBD><EFBFBD><EFBFBD>AVerTV
<EFBFBD><EFBFBD><EFBFBD>AVerTV<EFBFBD>Stereo
<EFBFBD><EFBFBD><EFBFBD>AVerTV<EFBFBD>Studio<EFBFBD>(w/FM)
<EFBFBD><EFBFBD><EFBFBD>AVerMedia<EFBFBD>TV98<EFBFBD>with<EFBFBD>Remote<EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>AVerMedia<EFBFBD>TV/FM98<39>Stereo
<EFBFBD><EFBFBD><EFBFBD>AVerMedia<EFBFBD>TVCAM98
<EFBFBD><EFBFBD><EFBFBD>TVCapture<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>TVPhone<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>TVCapture98<EFBFBD>(="AVerMedia<69>TV98"<22>in<69>USA)<29>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>TVPhone98<EFBFBD>(Bt878,<2C>w/FM)
<EFBFBD><EFBFBD><EFBFBD>PCB<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PCI-ID<49><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Model-Name<6D><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Eeprom<6F><6D>Tuner<65><72>Sound<6E><64><EFBFBD><EFBFBD>Country
<EFBFBD><EFBFBD><EFBFBD>--------------------------------------------------------------------
<EFBFBD><EFBFBD><EFBFBD>M101.C<><43><EFBFBD>ISA<53>!
<EFBFBD><EFBFBD><EFBFBD>M108-B<><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Bt848<34><38><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>--<2D><><EFBFBD><EFBFBD><EFBFBD>FR1236 <20>US<55><53><EFBFBD>(2),(3)
<EFBFBD><EFBFBD><EFBFBD>M1A8-A<><41><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Bt848<34><38><EFBFBD><EFBFBD>AVer<65>TV-Phone<6E><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>FM1216<31><36>--
<EFBFBD><EFBFBD><EFBFBD>M168-T<><54><EFBFBD>1461:0003<30><33><EFBFBD>AVerTV<54>Studio<69><6F><EFBFBD>48:17<31><37><EFBFBD>FM1216<31>TDA9840T<30><54>D<EFBFBD><44><EFBFBD><EFBFBD>(1)<29>w/
FM<EFBFBD>w/Remote
<EFBFBD><EFBFBD><EFBFBD>M168-U<><55><EFBFBD>1461:0004<30><34><EFBFBD>TVCapture98<39><38><EFBFBD><EFBFBD><EFBFBD>40:11<31><31><EFBFBD>FI1216<31><36><EFBFBD>--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD><44><EFBFBD><EFBFBD>w/
Remote
<EFBFBD><EFBFBD><EFBFBD>M168II-B<>1461:0003<30><33><EFBFBD>Medion<6F>MD9592<39><32><EFBFBD>48:16<31><36><EFBFBD>FM1216<31>TDA9873H<33><48>D<EFBFBD><44><EFBFBD><EFBFBD>w/FM
<EFBFBD><EFBFBD><EFBFBD>(1)<29>Daughterboard<72>MB68-A<>with<74>TDA9820T<30>and<6E>TDA9840T
<EFBFBD><EFBFBD><EFBFBD>(2)<29>Sony<6E>NE41S<31>soldered<65>(stereo<65>sound?)
<EFBFBD><EFBFBD><EFBFBD>(3)<29>Daughterboard<72>M118-A<>w/<2F>pic<69>16c54<35>and<6E>4<EFBFBD>MHz<48>quartz
<EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>US<EFBFBD>site<EFBFBD>has<EFBFBD>different<EFBFBD>drivers<EFBFBD>for<EFBFBD>(as<61>of<6F>09/2002):
<EFBFBD><EFBFBD><EFBFBD>EZ<EFBFBD>Capture/InterCam<61>PCI<43>(BT-848<34>chip)
<EFBFBD><EFBFBD><EFBFBD>EZ<EFBFBD>Capture/InterCam<61>PCI<43>(BT-878<37>chip)
<EFBFBD><EFBFBD><EFBFBD>TV-Phone<6E>(BT-848<34>chip)
<EFBFBD><EFBFBD><EFBFBD>TV98<EFBFBD>(BT-848<34>chip)
<EFBFBD><EFBFBD><EFBFBD>TV98<EFBFBD>With<EFBFBD>Remote<EFBFBD>(BT-848<34>chip)
<EFBFBD><EFBFBD><EFBFBD>TV98<EFBFBD>(BT-878<37>chip)
<EFBFBD><EFBFBD><EFBFBD>TV98<EFBFBD>With<EFBFBD>Remote<EFBFBD>(BT-878)
<EFBFBD><EFBFBD><EFBFBD>TV/FM98<39>(BT-878<37>chip)
<EFBFBD><EFBFBD><EFBFBD>AVerTV
<EFBFBD><EFBFBD><EFBFBD>AverTV<EFBFBD>Stereo
<EFBFBD><EFBFBD><EFBFBD>AVerTV<EFBFBD>Studio
<EFBFBD><EFBFBD><EFBFBD>DE<EFBFBD>hat<EFBFBD>diverse<EFBFBD>Treiber<EFBFBD>fuer<EFBFBD>diese<EFBFBD>Modelle<EFBFBD>(Stand<6E>09/2002):
<EFBFBD><EFBFBD><EFBFBD>TVPhone<EFBFBD>(848)<29>mit<69>Philips<70>tuner<65>FR12X6<58>(w/<2F>FM<46>radio)
<EFBFBD><EFBFBD><EFBFBD>TVPhone<EFBFBD>(848)<29>mit<69>Philips<70>tuner<65>FM12X6<58>(w/<2F>FM<46>radio)
<EFBFBD><EFBFBD><EFBFBD>TVCapture<EFBFBD>(848)<29>w/Philips<70>tuner<65>FI12X6
<EFBFBD><EFBFBD><EFBFBD>TVCapture<EFBFBD>(848)<29>non-Philips<70>tuner
<EFBFBD><EFBFBD><EFBFBD>TVCapture98<EFBFBD>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>TVPhone98<EFBFBD>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>AVerTV<EFBFBD>und<EFBFBD>TVCapture98<EFBFBD>w/VCR<43>(Bt<42>878)
<EFBFBD><EFBFBD><EFBFBD>AVerTVStudio<EFBFBD>und<EFBFBD>TVPhone98<EFBFBD>w/VCR<43>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>AVerTV<EFBFBD>GO<EFBFBD>Serie<EFBFBD>(Kein<69>SVideo<65>Input)
<EFBFBD><EFBFBD><EFBFBD>AVerTV98<EFBFBD>(BT-878<37>chip)
<EFBFBD><EFBFBD><EFBFBD>AVerTV98<EFBFBD>mit<EFBFBD>Fernbedienung<EFBFBD>(BT-878<37>chip)
<EFBFBD><EFBFBD><EFBFBD>AVerTV/FM98<39>(BT-878<37>chip)
<EFBFBD><EFBFBD><EFBFBD>VDOmate<EFBFBD>(www.averm.com.cn)<29>=<3D>M168U<38>?
Aimslab
-------
<EFBFBD><EFBFBD><EFBFBD>Video<EFBFBD>Highway<EFBFBD>or<EFBFBD>"Video<65>Highway<61>TR200"<22>(ISA)
<EFBFBD><EFBFBD><EFBFBD>Video<EFBFBD>Highway<EFBFBD>Xtreme<EFBFBD>(aka<6B>"VHX")<29>(Bt848,<2C>FM<46>w/<2F>TEA5757)
IXMicro<EFBFBD>(former:<3A>IMS=Integrated<65>Micro<72>Solutions)
-------
<EFBFBD><EFBFBD><EFBFBD>IXTV<EFBFBD>BT848<EFBFBD>(=TurboTV)
<EFBFBD><EFBFBD><EFBFBD>IXTV<EFBFBD>BT878
<EFBFBD><EFBFBD><EFBFBD>IMS<EFBFBD>TurboTV<EFBFBD>(Bt848)
Lifetec/Medion/Tevion/Aldi
--------------------------
<EFBFBD><EFBFBD><EFBFBD>LT9306/MD9306<30>=<3D>CPH061
<EFBFBD><EFBFBD><EFBFBD>LT9415/MD9415<31>=<3D>LR90<39>Rev.F<>or<6F>Rev.G
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MD9592<EFBFBD>=<3D>Avermedia<69>TVphone98<39>(PCI_ID=1461:0003),<2C>PCB-Rev=M168II-B<>
(w/TDA9873H)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MD9717<EFBFBD>=<3D>KNC<4E>One<6E>(Rev<65>D4,<2C>saa7134,<2C>FM1216<31>MK2<4B>tuner)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MD5044<EFBFBD>=<3D>KNC<4E>One<6E>(Rev<65>D4,<2C>saa7134,<2C>FM1216ME<4D>MK3<4B>tuner)
Modular<EFBFBD>Technologies<EFBFBD>(www.modulartech.com)<29>UK
---------------------------------------------
<EFBFBD><EFBFBD><EFBFBD>MM100<EFBFBD>PCTV<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>MM201<EFBFBD>PCTV<EFBFBD>(Bt878,<2C>Bt832)<29>w/<2F>Quartzsight<68>camera
<EFBFBD><EFBFBD><EFBFBD>MM202<EFBFBD>PCTV<EFBFBD>(Bt878,<2C>Bt832,<2C>tda9874)
<EFBFBD><EFBFBD><EFBFBD>MM205<EFBFBD>PCTV<EFBFBD>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>MM210<EFBFBD>PCTV<EFBFBD>(Bt878)<29>(Galaxy<78>TV,<2C>Galaxymedia<69>?)
Terratec
--------
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TV+<2B>Version<6F>1.0<EFBFBD>(Bt848),<2C>"ceb105.PCB"<22>printed<65>on<6F>the<68>PCB,<2C>TDA9821
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TV+<2B>Version<6F>1.1<EFBFBD>(Bt878),<2C>"LR74<37>Rev.E"<22>printed<65>on<6F>the<68>PCB,<2C>TDA9821
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TValueRadio,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"LR102<30>Rev.C"<22>printed<65>on<6F>the<68>PCB
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TV/Radio+<2B>Version<6F>1.0,<2C><><EFBFBD>"80-CP2830100-0"<22>TTTV3<56>printed<65>on<6F>the<68>PCB,
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"CPH010-E83"<22>on<6F>the<68>back,<2C>SAA6588T,<2C>TDA9873H
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TValue<EFBFBD>Version<EFBFBD>BT878,<2C><><EFBFBD><EFBFBD>"80-CP2830110-0<>TTTV4"<22>printed<65>on<6F>the<68>PCB,<2C>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"CPH011-D83"<22>on<6F>back
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TValue<EFBFBD>Version<EFBFBD>1.0<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"ceb105.PCB"<22>
(really<6C>identical<61>to<74>Terra<72>TV+<2B>Version<6F>1.0)
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>TValue<EFBFBD>New<EFBFBD>Revision <20><>"LR102<30>Rec.C"
<EFBFBD><EFBFBD><EFBFBD>Terra<EFBFBD>Active<EFBFBD>Radio<EFBFBD>Upgrade<EFBFBD>(tea5757h,<2C>saa6588t)
<EFBFBD><EFBFBD><EFBFBD>LR74<EFBFBD>is<EFBFBD>a<EFBFBD>newer<EFBFBD>PCB<EFBFBD>revision<EFBFBD>of<EFBFBD>ceb105<EFBFBD>
(both<74>incl.<2E>connector<6F>for<6F>Active<76>Radio<69>Upgrade)
<EFBFBD><EFBFBD><EFBFBD>Cinergy<EFBFBD>400<EFBFBD>(saa7134),<2C>"E877<37>11(S)",<2C>"PM820092D"<22>printed<65>on<6F>PCB
<EFBFBD><EFBFBD><EFBFBD>Cinergy<EFBFBD>600<EFBFBD>(saa7134)
Technisat
---------
<EFBFBD><EFBFBD><EFBFBD>Discos<EFBFBD>ADR<EFBFBD>PC-Karte<74>ISA<53>(no<6E>TV!)
<EFBFBD><EFBFBD><EFBFBD>Discos<EFBFBD>ADR<EFBFBD>PC-Karte<74>PCI<43>(probably<6C>no<6E>TV?)
<EFBFBD><EFBFBD><EFBFBD>Techni-PC-Sat<61>(Sat.<2E>analog)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Rev<EFBFBD>1.2<EFBFBD>(zr36120,<2C>vpx3220,<2C>stv0030,<2C>saa5246,<2C>BSJE3-494A)
<EFBFBD><EFBFBD><EFBFBD>Mediafocus<EFBFBD>I<EFBFBD>(zr36120/zr36125,<2C>drp3510,<2C>Sat.<2E>analog<6F>+<2B>ADR<44>Radio)
<EFBFBD><EFBFBD><EFBFBD>Mediafocus<EFBFBD>II<EFBFBD>(saa7146,<2C>Sat.<2E>analog)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>SatADR<EFBFBD>Rev<EFBFBD>2.1<EFBFBD>
(saa7146a,<2C>saa7113h,<2C>stv0056a,<2C>msp3400c,<2C>drp3510a,<2C>BSKE3-307A)
<EFBFBD><EFBFBD><EFBFBD>SkyStar<EFBFBD>1<EFBFBD>DVB<EFBFBD><EFBFBD>(AV7110)<29>=<3D>Technotrend<6E>Premium
<EFBFBD><EFBFBD><EFBFBD>SkyStar<EFBFBD>2<EFBFBD>DVB<EFBFBD><EFBFBD>(B2C2)<29>(=Sky2PC)
Siemens
-------
<EFBFBD><EFBFBD><EFBFBD>Multimedia<EFBFBD>eXtension<EFBFBD>Board<EFBFBD>(MXB)<29>(SAA7146,<2C>SAA7111)
Stradis
-------
<EFBFBD><EFBFBD><EFBFBD>SDM275,SDM250,SDM026,SDM025<32>(SAA7146,<2C>IBMMPEG2):<3A>MPEG2<47>decoder<65>only
Powercolor
----------
<EFBFBD><EFBFBD><EFBFBD>MTV878
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Package<EFBFBD>comes<EFBFBD>with<EFBFBD>different<EFBFBD>contents:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>a)<29>pcb<63>"MTV878"<22>(CARD=75)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>b)<29>Pixelview<65>Rev.<2E>4_
<EFBFBD><EFBFBD><EFBFBD>MTV878R<EFBFBD>w/Remote<74>Control
<EFBFBD><EFBFBD><EFBFBD>MTV878F<EFBFBD>w/Remote<74>Control<6F>w/FM<46>radio
Pinnacle
--------
<EFBFBD><EFBFBD><EFBFBD>Mirovideo<EFBFBD>PCTV<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>Mirovideo<EFBFBD>PCTV<EFBFBD>SE<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>Mirovideo<EFBFBD>PCTV<EFBFBD>Pro<EFBFBD>(Bt848<34>+<2B>Daughterboard<72>for<6F>TV<54>Stereo<65>and<6E>FM)
<EFBFBD><EFBFBD><EFBFBD>Studio<EFBFBD>PCTV<EFBFBD>Rave<EFBFBD>(Bt848<34>Version<6F>=<3D>Mirovideo<65>PCTV)
<EFBFBD><EFBFBD><EFBFBD>Studio<EFBFBD>PCTV<EFBFBD>Rave<EFBFBD>(Bt878<37>package<67>w/o<>infrared)
<EFBFBD><EFBFBD><EFBFBD>Studio<EFBFBD>PCTV<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(Bt878)
<EFBFBD><EFBFBD><EFBFBD>Studio<EFBFBD>PCTV<EFBFBD>Pro<EFBFBD><EFBFBD>(Bt878<37>stereo<65>w/<2F>FM)
<EFBFBD><EFBFBD><EFBFBD>Pinnacle<EFBFBD>PCTV<EFBFBD><EFBFBD><EFBFBD><EFBFBD>(Bt878,<2C>MT2032)
<EFBFBD><EFBFBD><EFBFBD>Pinnacle<EFBFBD>PCTV<EFBFBD>Pro<EFBFBD>(Bt878,<2C>MT2032)
<EFBFBD><EFBFBD><EFBFBD>Pinncale<EFBFBD>PCTV<EFBFBD>Sat<EFBFBD>(bt878a,<2C>HM1821/1221)<29>
["Conexant<6E>CX24110<31>with<74>CX24108<30>tuner,<2C>aka<6B>HM1221/HM1811"]
<EFBFBD><EFBFBD><EFBFBD>Pinnacle<EFBFBD>PCTV<EFBFBD>Sat<EFBFBD>XE
<EFBFBD><EFBFBD><EFBFBD>M(J)PEG<45>capture<72>and<6E>playback:
<EFBFBD><EFBFBD><EFBFBD>DC1+<2B>(ISA)
<EFBFBD><EFBFBD><EFBFBD>DC10<EFBFBD><EFBFBD>(zr36057,<2C><><EFBFBD><EFBFBD><EFBFBD>zr36060,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>saa7110,<2C>adv7176)
<EFBFBD><EFBFBD><EFBFBD>DC10+<2B>(zr36067,<2C><><EFBFBD><EFBFBD><EFBFBD>zr36060,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>saa7110,<2C>adv7176)
<EFBFBD><EFBFBD><EFBFBD>DC20<EFBFBD><EFBFBD>(ql16x24b,zr36050,<2C>zr36016,<2C>saa7110,<2C>saa7187<38>...)
<EFBFBD><EFBFBD><EFBFBD>DC30<EFBFBD><EFBFBD>
(zr36057,<2C>zr36050,<2C>zr36016,<2C>vpx3220,<2C>adv7176,<2C>ad1843,<2C>tea6415,<2C>miro<72>FST97A1)
<EFBFBD><EFBFBD><EFBFBD>DC30+<2B>(zr36067,<2C>zr36050,<2C>zr36016,<2C>vpx3220,<2C>adv7176)
<EFBFBD><EFBFBD><EFBFBD>DC50<EFBFBD><EFBFBD>(zr36067,<2C>zr36050,<2C>zr36016,<2C>saa7112,<2C>adv7176<37>
(2<>pcs.?),<2C>ad1843,<2C>miro<72>FST97A1,<2C>Lattice<63>???)
Lenco
-----
<EFBFBD><EFBFBD><EFBFBD>MXR-9565<36>(=Technisat<61>Mediafocus?)
<EFBFBD><EFBFBD><EFBFBD>MXR-9571<37>(Bt848)<29>(=CPH031?)
<EFBFBD><EFBFBD><EFBFBD>MXR-9575
<EFBFBD><EFBFBD><EFBFBD>MXR-9577<37>(Bt878)<29>(=Prolink<6E>878TV<54>Rev.3x)
<EFBFBD><EFBFBD><EFBFBD>MXTV-9578CP<43>(Bt878)<29>(=<3D>Prolink<6E>PV-BT878P+4E)
Iomega
------
<EFBFBD><EFBFBD><EFBFBD>Buz<EFBFBD>(zr36067,<2C>zr36060,<2C>saa7111,<2C>saa7185)
LML
---
<EFBFBD><EFBFBD><EFBFBD>LML33<EFBFBD>(zr36067,<2C>zr36060,<2C>bt819,<2C>bt856)
Grandtec
--------
<EFBFBD><EFBFBD><EFBFBD>Grand<EFBFBD>Video<EFBFBD>Capture<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>Multi<EFBFBD>Capture<EFBFBD>Card<EFBFBD><EFBFBD>(Bt878)
Koutech
-------
<EFBFBD><EFBFBD><EFBFBD>KW-606<30>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>KW-607<30>(Bt848<34>capture<72>only)
<EFBFBD><EFBFBD><EFBFBD>KW-606RSF
<EFBFBD><EFBFBD><EFBFBD>KW-607A<37>(capture<72>only)
<EFBFBD><EFBFBD><EFBFBD>KW-608<30>(Zoran<61>capture<72>only)
<EFBFBD>
IODATA<EFBFBD>(jp)
------
<EFBFBD><EFBFBD><EFBFBD>GV-BCTV/PCI
<EFBFBD><EFBFBD><EFBFBD>GV-BCTV2/PCI
<EFBFBD><EFBFBD><EFBFBD>GV-BCTV3/PCI
<EFBFBD><EFBFBD><EFBFBD>GV-BCTV4/PCI
<EFBFBD><EFBFBD><EFBFBD>GV-VCP/PCI<43>(capture<72>only)
<EFBFBD><EFBFBD><EFBFBD>GV-VCP2/PCI<43>(capture<72>only)
Canopus<EFBFBD>(jp)
-------
<EFBFBD><EFBFBD><EFBFBD>WinDVR =<3D>Kworld<6C>"KW-TVL878RF"
www.sigmacom.co.kr<6B>
------------------
<EFBFBD><EFBFBD><EFBFBD>Sigma<EFBFBD>Cyber<EFBFBD>TV<EFBFBD>II<EFBFBD>
www.sasem.co.kr
---------------
<EFBFBD><EFBFBD><EFBFBD>Litte<EFBFBD>OnAir<EFBFBD>TV
hama<EFBFBD>
----
<EFBFBD><EFBFBD><EFBFBD>TV/Radio-Tuner<65>Card,<2C>PCI<43>(Model<65>44677)<29>=<3D>CPH051
Sigma<EFBFBD>Designs
-------------
<EFBFBD><EFBFBD><EFBFBD>Hollywood<EFBFBD>plus<EFBFBD>(em8300,<2C>em9010,<2C>adv7175),<2C>(PCB<43>"M340-10")<29>MPEG<45>DVD<56>decoder
Formac
------
<EFBFBD><EFBFBD><EFBFBD>iProTV<EFBFBD>(Card<72>for<6F>iMac<61>Mezzanine<6E>slot,<2C>Bt848+SCSI)
<EFBFBD><EFBFBD><EFBFBD>ProTV<EFBFBD>(Bt848)
<EFBFBD><EFBFBD><EFBFBD>ProTV<EFBFBD>II<EFBFBD>=<3D>ProTV<54>Stereo<65>(Bt878)<29>
["stereo"<22>means<6E>FM<46>stereo,<2C>tv<74>is<69>still<6C>mono]
ATI
---
<EFBFBD><EFBFBD><EFBFBD>TV-Wonder
<EFBFBD><EFBFBD><EFBFBD>TV-Wonder<65>VE
Diamond<EFBFBD>Multimedia
------------------
<EFBFBD><EFBFBD><EFBFBD>DTV2000<EFBFBD>(Bt848,<2C>tda9875)
Aopen
-----
<EFBFBD><EFBFBD><EFBFBD>VA1000<EFBFBD>Plus<EFBFBD>(w/<2F>Stereo)
<EFBFBD><EFBFBD><EFBFBD>VA1000<EFBFBD>Lite
<EFBFBD><EFBFBD><EFBFBD>VA1000<EFBFBD>(=LR90)
Intel
-----
<EFBFBD><EFBFBD><EFBFBD>Smart<EFBFBD>Video<EFBFBD>Recorder<EFBFBD>(ISA<53>full-length)
<EFBFBD><EFBFBD><EFBFBD>Smart<EFBFBD>Video<EFBFBD>Recorder<EFBFBD>pro<EFBFBD>(ISA<53>half-length)
<EFBFBD><EFBFBD><EFBFBD>Smart<EFBFBD>Video<EFBFBD>Recorder<EFBFBD>III<EFBFBD>(Bt848)
STB
---
<EFBFBD><EFBFBD><EFBFBD>STB<EFBFBD>Gateway<EFBFBD>6000704<EFBFBD>(bt878)
<EFBFBD><EFBFBD><EFBFBD>STB<EFBFBD>Gateway<EFBFBD>6000699<EFBFBD>(bt848)
<EFBFBD><EFBFBD><EFBFBD>STB<EFBFBD>Gateway<EFBFBD>6000402<EFBFBD>(bt848)
<EFBFBD><EFBFBD><EFBFBD>STB<EFBFBD>TV130<EFBFBD>PCI
Videologic
----------
<EFBFBD><EFBFBD><EFBFBD>Captivator<EFBFBD>Pro/TV<54>(ISA?)
<EFBFBD><EFBFBD><EFBFBD>Captivator<EFBFBD>PCI/VC<56>(Bt848<34>bundled<65>with<74>camera)<29>(capture<72>only)
Technotrend
------------
<EFBFBD><EFBFBD><EFBFBD>TT-SAT<41>PCI<43>(PCB<43>"Sat-PCI<43>Rev.:1.3.1";<3B>zr36125,<2C>vpx3225d,<2C>stc0056a,<2C>Tuner:
BSKE6-155A
<EFBFBD><EFBFBD><EFBFBD>TT-DVB-Sat
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>revisions<EFBFBD>1.1,<2C>1.3,<2C>1.5,<2C>1.6<EFBFBD>and<EFBFBD>2.1
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>This<EFBFBD>card<EFBFBD>is<EFBFBD>sold<EFBFBD>as<EFBFBD>OEM<EFBFBD>from:
Siemens<EFBFBD>DVB-s<>Card
Hauppauge<EFBFBD>WinTV<EFBFBD>DVB-S
Technisat<EFBFBD>SkyStar<EFBFBD>1<EFBFBD>DVB
Galaxis<EFBFBD>DVB<EFBFBD>Sat
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Now<EFBFBD>this<EFBFBD>card<EFBFBD>is<EFBFBD>called<EFBFBD>TT-PCline<6E>Premium<75>Family
<EFBFBD><EFBFBD><EFBFBD>TT-Budget<65>(saa7146,<2C>bsru6-701a)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>This<EFBFBD>card<EFBFBD>is<EFBFBD>sold<EFBFBD>as<EFBFBD>OEM<EFBFBD>from:
Hauppauge<EFBFBD>WinTV<EFBFBD>Nova
Satelco<EFBFBD>Standard<EFBFBD>PCI<EFBFBD>(DVB-S)
<EFBFBD><EFBFBD><EFBFBD>TT-DVB-C<>PCI
Teles
-----
<EFBFBD><EFBFBD><EFBFBD>DVB-s<>(Rev.<2E>2.2,<2C>BSRV2-301A,<2C>data<74>only?)
Remote<EFBFBD>Vision
-------------
<EFBFBD><EFBFBD><EFBFBD>MX<EFBFBD>RV605<EFBFBD>(Bt848<34>capture<72>only)
Boeder
------
<EFBFBD><EFBFBD><EFBFBD>PC<EFBFBD>ChatCam<EFBFBD>(Model<65>68252)<29>(Bt848<34>capture<72>only)
<EFBFBD><EFBFBD><EFBFBD>Tv/Fm<46>Capture<72>Card<72><64>(Model<65>68404)<29>=<3D>PV951
Media-Surfer<65><72>(esc-kathrein.de)
-------------------------------
<EFBFBD><EFBFBD><EFBFBD>Sat-Surfer<65>(ISA)
<EFBFBD><EFBFBD><EFBFBD>Sat-Surfer<65>PCI<43>=<3D>Techni-PC-Sat
<EFBFBD><EFBFBD><EFBFBD>Cable-Surfer<65>1
<EFBFBD><EFBFBD><EFBFBD>Cable-Surfer<65>2
<EFBFBD><EFBFBD><EFBFBD>Cable-Surfer<65>PCI<43>(zr36120)
<EFBFBD><EFBFBD><EFBFBD>Audio-Surfer<65>(ISA<53>Radio<69>card)
Jetway<EFBFBD>(www.jetway.com.tw)
--------------------------
<EFBFBD><EFBFBD><EFBFBD>JW-TV<54>878M<38>
<EFBFBD><EFBFBD><EFBFBD>JW-TV<54>878<37><38>=<3D>KWorld<6C>KW-TV878RF
Galaxis
-------
<EFBFBD><EFBFBD><EFBFBD>Galaxis<EFBFBD>DVB<EFBFBD>Card<EFBFBD>S<EFBFBD>CI
<EFBFBD><EFBFBD><EFBFBD>Galaxis<EFBFBD>DVB<EFBFBD>Card<EFBFBD>C<EFBFBD>CI
<EFBFBD><EFBFBD><EFBFBD>Galaxis<EFBFBD>DVB<EFBFBD>Card<EFBFBD>S
<EFBFBD><EFBFBD><EFBFBD>Galaxis<EFBFBD>DVB<EFBFBD>Card<EFBFBD>C
<EFBFBD><EFBFBD><EFBFBD>Galaxis<EFBFBD>plug.in<69>S<EFBFBD>[neuer<65>Name:<3A>Galaxis<69>DVB<56>Card<72>S<EFBFBD>CI
Hauppauge
---------
<EFBFBD><EFBFBD><EFBFBD>many<EFBFBD>many<EFBFBD>WinTV<EFBFBD>models<EFBFBD>...
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>DVBs<EFBFBD>=<3D>Technotrend<6E>Premium<75>1.3
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>NOVA<EFBFBD>=<3D>Technotrend<6E>Budget<65>1.1<EFBFBD>"S-DVB<56>DATA"
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>NOVA-CI<43>"SDVBACI"
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>Nova<EFBFBD>USB<EFBFBD>(=Technotrend<6E>USB<53>1.0)
<EFBFBD><EFBFBD><EFBFBD>WinTV-Nexus-s<>(=Technotrend<6E>Premium<75>2.1<EFBFBD>or<EFBFBD>2.2)
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>PVR
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>PVR<EFBFBD>250
<EFBFBD><EFBFBD><EFBFBD>WinTV<EFBFBD>PVR<EFBFBD>450
<EFBFBD><EFBFBD>US<EFBFBD>models
<EFBFBD><EFBFBD>990<EFBFBD>WinTV-PVR-350<35>(249USD)<29>(iTVC15<31>chipset<65>+<2B>radio)
<EFBFBD><EFBFBD>980<EFBFBD>WinTV-PVR-250<35>(149USD)<29>(iTVC15<31>chipset)
<EFBFBD><EFBFBD>880<EFBFBD>WinTV-PVR-PCI<43>(199USD)<29>(KFIR<49>chipset<65>+<2B>bt878)
<EFBFBD><EFBFBD>881<EFBFBD>WinTV-PVR-USB
<EFBFBD><EFBFBD>190<EFBFBD>WinTV-GO
<EFBFBD><EFBFBD>191<EFBFBD>WinTV-GO-FM
<EFBFBD><EFBFBD>404<EFBFBD>WinTV
<EFBFBD><EFBFBD>401<EFBFBD>WinTV-radio
<EFBFBD><EFBFBD>495<EFBFBD>WinTV-Theater
<EFBFBD><EFBFBD>602<EFBFBD>WinTV-USB
<EFBFBD><EFBFBD>621<EFBFBD>WinTV-USB-FM
<EFBFBD><EFBFBD>600<EFBFBD>USB-Live
<EFBFBD><EFBFBD>698<EFBFBD>WinTV-HD
<EFBFBD><EFBFBD>697<EFBFBD>WinTV-D
<EFBFBD><EFBFBD>564<EFBFBD>WinTV-Nexus-S
<EFBFBD><EFBFBD>Deutsche<EFBFBD>Modelle
<EFBFBD><EFBFBD>603<EFBFBD>WinTV<EFBFBD>GO
<EFBFBD><EFBFBD>719<EFBFBD>WinTV<EFBFBD>Primio-FM
<EFBFBD><EFBFBD>718<EFBFBD>WinTV<EFBFBD>PCI-FM
<EFBFBD><EFBFBD>497<EFBFBD>WinTV<EFBFBD>Theater
<EFBFBD><EFBFBD>569<EFBFBD>WinTV<EFBFBD>USB
<EFBFBD><EFBFBD>568<EFBFBD>WinTV<EFBFBD>USB-FM
<EFBFBD><EFBFBD>882<EFBFBD>WinTV<EFBFBD>PVR
<EFBFBD><EFBFBD>981<EFBFBD>WinTV<EFBFBD>PVR<EFBFBD>250
<EFBFBD><EFBFBD>891<EFBFBD>WinTV-PVR-USB
<EFBFBD><EFBFBD>541<EFBFBD>WinTV<EFBFBD>Nova
<EFBFBD><EFBFBD>488<EFBFBD>WinTV<EFBFBD>Nova-Ci
<EFBFBD><EFBFBD>564<EFBFBD>WinTV-Nexus-s
<EFBFBD><EFBFBD>727<EFBFBD>WinTV-DVB-c
<EFBFBD><EFBFBD>545<EFBFBD>Common<EFBFBD>Interface
<EFBFBD><EFBFBD>898<EFBFBD>WinTV-Nova-USB
<EFBFBD><EFBFBD>UK<EFBFBD>models
<EFBFBD><EFBFBD>607<EFBFBD>WinTV<EFBFBD>Go
<EFBFBD><EFBFBD>693,793<39>WinTV<54>Primio<69>FM
<EFBFBD><EFBFBD>647,747<34>WinTV<54>PCI<43>FM
<EFBFBD><EFBFBD>498<EFBFBD>WinTV<EFBFBD>Theater
<EFBFBD><EFBFBD>883<EFBFBD>WinTV<EFBFBD>PVR
<EFBFBD><EFBFBD>893<EFBFBD>WinTV<EFBFBD>PVR<EFBFBD>USB<EFBFBD><EFBFBD>(Duplicate<74>entry)
<EFBFBD><EFBFBD>566<EFBFBD>WinTV<EFBFBD>USB<EFBFBD>(UK)
<EFBFBD><EFBFBD>573<EFBFBD>WinTV<EFBFBD>USB<EFBFBD>FM
<EFBFBD><EFBFBD>429<EFBFBD>Impact<EFBFBD>VCB<EFBFBD>(bt848)
<EFBFBD><EFBFBD>600<EFBFBD>USB<EFBFBD>Live<EFBFBD>(Video-In<49>1x<31>Comp,<2C>1xSVHS)
<EFBFBD><EFBFBD>542<EFBFBD>WinTV<EFBFBD>Nova
<EFBFBD><EFBFBD>717<EFBFBD>WinTV<EFBFBD>DVB-S
<EFBFBD><EFBFBD>909<EFBFBD>Nova-t<>PCI
<EFBFBD><EFBFBD>893<EFBFBD>Nova-t<>USB<53><42><EFBFBD>(Duplicate<74>entry)
<EFBFBD><EFBFBD>802<EFBFBD>MyTV
<EFBFBD><EFBFBD>804<EFBFBD>MyView
<EFBFBD><EFBFBD>809<EFBFBD>MyVideo
<EFBFBD><EFBFBD>872<EFBFBD>MyTV2Go<EFBFBD>FM
<EFBFBD>
<EFBFBD><EFBFBD>546<EFBFBD>WinTV<EFBFBD>Nova-S<>CI
<EFBFBD><EFBFBD>543<EFBFBD>WinTV<EFBFBD>Nova
<EFBFBD><EFBFBD>907<EFBFBD>Nova-S<>USB
<EFBFBD><EFBFBD>908<EFBFBD>Nova-T<>USB
<EFBFBD><EFBFBD>717<EFBFBD>WinTV<EFBFBD>Nexus-S
<EFBFBD><EFBFBD>157<EFBFBD>DEC3000-s<>Standalone<6E>+<2B>USB
<EFBFBD><EFBFBD>Spain
<EFBFBD><EFBFBD>685<EFBFBD>WinTV-Go
<EFBFBD><EFBFBD>690<EFBFBD>WinTV-PrimioFM
<EFBFBD><EFBFBD>416<EFBFBD>WinTV-PCI<43>Nicam<61>Estereo
<EFBFBD><EFBFBD>677<EFBFBD>WinTV-PCI-FM
<EFBFBD><EFBFBD>699<EFBFBD>WinTV-Theater
<EFBFBD><EFBFBD>683<EFBFBD>WinTV-USB
<EFBFBD><EFBFBD>678<EFBFBD>WinTV-USB-FM
<EFBFBD><EFBFBD>983<EFBFBD>WinTV-PVR-250
<EFBFBD><EFBFBD>883<EFBFBD>WinTV-PVR-PCI
<EFBFBD><EFBFBD>993<EFBFBD>WinTV-PVR-350
<EFBFBD><EFBFBD>893<EFBFBD>WinTV-PVR-USB
<EFBFBD><EFBFBD>728<EFBFBD>WinTV-DVB-C<>PCI
<EFBFBD><EFBFBD>832<EFBFBD>MyTV2Go
<EFBFBD><EFBFBD>869<EFBFBD>MyTV2Go-FM
<EFBFBD><EFBFBD>805<EFBFBD>MyVideo<EFBFBD>(USB)
<EFBFBD><EFBFBD>
Matrix-Vision
-------------
<EFBFBD><EFBFBD><EFBFBD>MATRIX-Vision<6F>MV-Delta
<EFBFBD><EFBFBD><EFBFBD>MATRIX-Vision<6F>MV-Delta<74>2
<EFBFBD><EFBFBD><EFBFBD>MVsigma-SLC<4C>(Bt848)
Conceptronic<EFBFBD>(.net)
------------
<EFBFBD><EFBFBD><EFBFBD>TVCON<EFBFBD>FM,<2C><>TV<54>card<72>w/<2F>FM<46>=<3D>CPH05x
<EFBFBD><EFBFBD><EFBFBD>TVCON<EFBFBD>=<3D>CPH06x
BestData
--------
<EFBFBD><EFBFBD><EFBFBD>HCC100<EFBFBD>=<3D>VCC100rev1<76>+<2B>camera
<EFBFBD><EFBFBD><EFBFBD>VCC100<EFBFBD>rev1<EFBFBD>(bt848)
<EFBFBD><EFBFBD><EFBFBD>VCC100<EFBFBD>rev2<EFBFBD>(bt878)
Gallant<EFBFBD><EFBFBD>(www.gallantcom.com)<29>www.minton.com.tw
-----------------------------------------------
<EFBFBD><EFBFBD><EFBFBD>Intervision<EFBFBD>IV-510<31>(capture<72>only<6C>bt8x8)
<EFBFBD><EFBFBD><EFBFBD>Intervision<EFBFBD>IV-550<35>(bt8x8)
<EFBFBD><EFBFBD><EFBFBD>Intervision<EFBFBD>IV-100<30>(zoran)
<EFBFBD><EFBFBD><EFBFBD>Intervision<EFBFBD>IV-1000<30>(bt8x8)
<EFBFBD><EFBFBD><EFBFBD>
Asonic<EFBFBD>(www.asonic.com.cn)<29>(website<74>down)
-----------------------------------------
<EFBFBD><EFBFBD><EFBFBD>SkyEye<EFBFBD>tv<EFBFBD>878
Hoontech
--------
<EFBFBD><EFBFBD><EFBFBD>878TV/FM
Teppro<EFBFBD>(www.itcteppro.com.tw)
-----------------------------
<EFBFBD><EFBFBD><EFBFBD>ITC<EFBFBD>PCITV<EFBFBD>(Card<72>Ver<65>1.0)<29>"Teppro<72>TV1/TVFM1<4D>Card"
<EFBFBD><EFBFBD><EFBFBD>ITC<EFBFBD>PCITV<EFBFBD>(Card<72>Ver<65>2.0)
<EFBFBD><EFBFBD><EFBFBD>ITC<EFBFBD>PCITV<EFBFBD>(Card<72>Ver<65>3.0)<29>=<3D>"PV-BT878P+<2B>(REV.9D)"
<EFBFBD><EFBFBD><EFBFBD>ITC<EFBFBD>PCITV<EFBFBD>(Card<72>Ver<65>4.0)
<EFBFBD><EFBFBD><EFBFBD>TEPPRO<EFBFBD>IV-550<35>(For<6F>BT848<34>Main<69>Chip)
<EFBFBD><EFBFBD><EFBFBD>ITC<EFBFBD>DSTTV<EFBFBD>(bt878,<2C>satellite)
<EFBFBD><EFBFBD><EFBFBD>ITC<EFBFBD>VideoMaker<EFBFBD>(saa7146,<2C>StreamMachine<6E>sm2110,<2C>tvtuner)<29>"PV-SM2210P+<2B>(REV:
1C)"
Kworld<EFBFBD>(www.kworld.com.tw)
--------------------------
<EFBFBD><EFBFBD>PC<EFBFBD>TV<EFBFBD>Station
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV878R<38><52>TV<54>(no<6E>radio)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV878RF<52>TV<54>(w/<2F>radio)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TVL878RF<52>(low<6F>profile)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV713XRF<52>(saa7134)
<EFBFBD><EFBFBD>MPEG<EFBFBD>TV<EFBFBD>Station<EFBFBD>(same<6D>cards<64>as<61>above<76>plus<75>WinDVR<56>Software<72>MPEG<45>en/decoder)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV878R<38>-Pro<72><6F><EFBFBD>TV<54>(no<6E>Radio)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV878RF-Pro<72><6F><EFBFBD>TV<54>(w/<2F>Radio)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV878R<38>-Ultra<72>TV<54>(no<6E>Radio)
<EFBFBD><EFBFBD><EFBFBD>KWORLD<EFBFBD>KW-TV878RF-Ultra<72>TV<54>(w/<2F>Radio)
JTT/<2F>Justy<74>Corp.http://www.justy.co.jp/<2F>(www.jtt.com.jp<6A>website<74>down)
---------------------------------------------------------------------
<EFBFBD><EFBFBD><EFBFBD>JTT-02<30>(JTT<54>TV)<29>"TV<54>watchmate<74>pro"<22>(bt848)<29>
ADS<EFBFBD>www.adstech.com
-------------------
<EFBFBD><EFBFBD><EFBFBD>Channel<EFBFBD>Surfer<EFBFBD>TV<EFBFBD>(<28>CHX-950<35>)<29>
<EFBFBD><EFBFBD><EFBFBD>Channel<EFBFBD>Surfer<EFBFBD>TV+FM<46>(<28>CHX-960FM<46>)
AVEC<EFBFBD>www.prochips.com
---------------------
<EFBFBD><EFBFBD><EFBFBD>AVEC<EFBFBD>Intercapture<EFBFBD>(bt848,<2C>tea6320)
NoBrand
-------
<EFBFBD><EFBFBD><EFBFBD>TV<EFBFBD>Excel<EFBFBD>=<3D>Australian<61>Name<6D>for<6F>"PV-BT878P+<2B>8E"<22>or<6F>"878TV<54>Rev.3_"
Mach<EFBFBD>www.machspeed.com
----
<EFBFBD><EFBFBD><EFBFBD>Mach<EFBFBD>TV<EFBFBD>878
Eline<EFBFBD>www.eline-net.com/
-----
<EFBFBD><EFBFBD><EFBFBD>Eline<EFBFBD>Vision<EFBFBD>TVMaster<EFBFBD>/<2F>TVMaster<65>FM<46>(ELV-TVM/<2F>ELV-TVM-FM)<29>=<3D>LR26<32><36>(bt878)
<EFBFBD><EFBFBD><EFBFBD>Eline<EFBFBD>Vision<EFBFBD>TVMaster-2000<30>(ELV-TVM-2000,<2C>ELV-TVM-2000-FM)=<3D>LR138<33>
(saa713x)
Spirit<EFBFBD>http://www.spiritmodems.com.au/
------
<EFBFBD><EFBFBD><EFBFBD>Spirit<EFBFBD>TV<EFBFBD>Tuner/Video<65>Capture<72>Card<72>(bt848)
Boser<EFBFBD>www.boser.com.tw
-----
<EFBFBD><EFBFBD><EFBFBD>HS-878<37>Mini<6E>PCI<43>Capture<72>Add-on<6F>Card
<EFBFBD><EFBFBD><EFBFBD>HS-879<37>Mini<6E>PCI<43>3D<33>Audio<69>and<6E>Capture<72>Add-on<6F>Card<72>(w/<2F>ES1938<33>Solo-1)
Satelco<EFBFBD>www.citycom-gmbh.de,<2C>www.satelco.de
-------
<EFBFBD><EFBFBD><EFBFBD>TV-FM<46>=KNC1<43>saa7134
<EFBFBD><EFBFBD><EFBFBD>Standard<EFBFBD>PCI<EFBFBD>(DVB-S)<29>=<3D>Technotrend<6E>Budget
<EFBFBD><EFBFBD><EFBFBD>Standard<EFBFBD>PCI<EFBFBD>(DVB-S)<29>w/<2F>CI
<EFBFBD><EFBFBD><EFBFBD>Satelco<EFBFBD>Highend<EFBFBD>PCI<EFBFBD>(DVB-S)<29>=<3D>Technotrend<6E>Premium
Sensoray<EFBFBD>www.sensoray.com
--------
<EFBFBD><EFBFBD><EFBFBD>Sensoray<EFBFBD>311<EFBFBD>(PC/104<30>bus)
<EFBFBD><EFBFBD><EFBFBD>Sensoray<EFBFBD>611<EFBFBD>(PCI)
CEI<EFBFBD>(Chartered<65>Electronics<63>Industries<65>Pte<74>Ltd<74>[CEI]<5D>[FCC<43>ID<49>HBY])
---
<EFBFBD><EFBFBD>TV<EFBFBD>Tuner<EFBFBD><EFBFBD>-<2D><>HBY-33A-RAFFLES<45><53>Brooktree<65>Bt848KPF<50>+<2B>Philips
<EFBFBD><EFBFBD>TV<EFBFBD>Tuner<EFBFBD>MG9910<EFBFBD><EFBFBD>-<2D><>HBY33A-TVO<56><4F>CEI<45>+<2B>Philips<70>SAA7110<31>+<2B>OKI<4B>M548262<36>+<2B>ST<53>STV8438CV
<EFBFBD><EFBFBD>Primetime<EFBFBD>TV<EFBFBD>(ISA)
<EFBFBD><EFBFBD><EFBFBD>acquired<EFBFBD>by<EFBFBD>Singapore<EFBFBD>Technologies
<EFBFBD><EFBFBD><EFBFBD>now<EFBFBD>operating<EFBFBD>as<EFBFBD>Chartered<EFBFBD>Semiconductor<EFBFBD>Manufacturing
<EFBFBD><EFBFBD><EFBFBD>Manufacturer<EFBFBD>of<EFBFBD>video<EFBFBD>cards<EFBFBD>is<EFBFBD>listed<EFBFBD>as:
<EFBFBD><EFBFBD><EFBFBD>Cogent<EFBFBD>Electronics<EFBFBD>Industries<EFBFBD>[CEI]
AITech
------
<EFBFBD><EFBFBD><EFBFBD>Wavewatcher<EFBFBD>TV<EFBFBD>(ISA)
<EFBFBD><EFBFBD><EFBFBD>AITech<EFBFBD>WaveWatcher<EFBFBD>TV-PCI<43>=<3D>can<61>be<62>LR26<32>(Bt848)<29>or<6F>LR50<35>(BT878)
<EFBFBD><EFBFBD><EFBFBD>WaveWatcher<EFBFBD>TVR-202<30>TV/FM<46>Radio<69>Card<72>(ISA)
MAXRON
------
<EFBFBD><EFBFBD><EFBFBD>Maxron<EFBFBD>MaxTV/FM<46>Radio<69>(KW-TV878-FNT)<29>=<3D>Kworld<6C>or<6F>JW-TV878-FBK
www.ids-imaging.de
------------------
<EFBFBD><EFBFBD><EFBFBD>Falcon<EFBFBD>Series<EFBFBD>(capture<72>only)
<EFBFBD>In<EFBFBD>USA:<3A>http://www.theimagingsource.com/
<EFBFBD><EFBFBD><EFBFBD>DFG/LC1
www.sknet-web.co.jp
-------------------
<EFBFBD><EFBFBD><EFBFBD>SKnet<EFBFBD>Monster<EFBFBD>TV<EFBFBD>(saa7134)
A-Max<61>www.amaxhk.com<6F>(Colormax,<2C>Amax,<2C>Napa)
-------------------
<EFBFBD><EFBFBD><EFBFBD>APAC<EFBFBD>Viewcomp<EFBFBD>878
Cybertainment
-------------
<EFBFBD><EFBFBD><EFBFBD>CyberMail<EFBFBD>AV<EFBFBD>Video<EFBFBD>Email<EFBFBD>Kit<EFBFBD>w/<2F>PCI<43>Capture<72>Card<72>(capture<72>only)
<EFBFBD><EFBFBD><EFBFBD>CyberMail<EFBFBD>Xtreme
<EFBFBD><EFBFBD>These<EFBFBD>are<EFBFBD>Flyvideo
VCR<EFBFBD>(http://www.vcrinc.com/)<29>
---
<EFBFBD><EFBFBD>Video<EFBFBD>Catcher<EFBFBD>16
Twinhan
-------
<EFBFBD><EFBFBD><EFBFBD>DST<EFBFBD>Card/DST-IP<49>(bt878,<2C>twinhan<61>asic)<29>VP-1020
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Sold<EFBFBD>as:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>KWorld<EFBFBD>DVBS<EFBFBD>Satellite<EFBFBD>TV-Card
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Powercolor<EFBFBD>DSTV<EFBFBD>Satellite<EFBFBD>Tuner<EFBFBD>Card
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Prolink<EFBFBD>Pixelview<EFBFBD>DTV2000
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Provideo<EFBFBD>PV-911<31>Digital<61>Satellite<74>TV<54>Tuner<65>Card<72>With<74>Common<6F>Interface<63>?
<EFBFBD><EFBFBD><EFBFBD>DST-CI<43>Card<72>(DVB<56>Satellite)<29>VP-1030
<EFBFBD><EFBFBD><EFBFBD>DCT<EFBFBD>Card<EFBFBD>(DVB<56>cable)
MSI
---
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>MSI<EFBFBD>TV@nywhere<72>Tuner<65>Card<72>(MS-8876)<29>(CX23881/883)<29>Not<6F>Bt878<37>compatible.
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>MS-8401<30>DVB-S
Focus<EFBFBD>www.focusinfo.com
-----
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>InVideo<EFBFBD>PCI<EFBFBD>(bt878)
Sdisilk<EFBFBD>www.sdisilk.com/
-------
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>SDI<EFBFBD>Silk<EFBFBD>100
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>SDI<EFBFBD>Silk<EFBFBD>200<EFBFBD>SDI<EFBFBD>Input<EFBFBD>Card
www.euresys.com
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>PICOLO<EFBFBD>series<EFBFBD>
PMC/Pace
www.pacecom.co.uk<75>website<74>closed
Mercury<EFBFBD>www.kobian.com<6F>(UK<55>and<6E>FR)
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR50
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>LR138RBG-Rx<52><78>==<3D>LR138
TEC<EFBFBD>sound<EFBFBD>(package<67>and<6E>manuals<6C>don't<>have<76>any<6E>other<65>manufacturer<65>info)
<EFBFBD>TecSound
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Though<EFBFBD>educated<EFBFBD>Googling<EFBFBD>found:<3A>www.techmakers.com
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>TV-Mate<74>=<3D>Zoltrix<69>VP-8482
Lorenzen<EFBFBD>www.lorenzen.de
--------
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>SL<EFBFBD>DVB-S<>PCI<43>=<3D>Technotrend<6E>Budget<65>PCI<43>(su1278<37>or<6F>bsru<72>version)
Origo<EFBFBD>(.uk)<29>www.origo2000.com
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PC<EFBFBD>TV<EFBFBD>Card<EFBFBD>=<3D>LR50
I/O<>Magic<69>www.iomagic.com
---------
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>PC<EFBFBD>PVR<EFBFBD>-<2D>Desktop<6F>TV<54>Personal<61>Video<65>Recorder<65>DR-PCTV100<30>=
<EFBFBD>Pinnacle<EFBFBD>ROB2D-51009464<36>4.0<EFBFBD>+<2B>Cyberlink<6E>PowerVCR<43>II
Arowana
-------
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>TV-Karte<74>/<2F>Poso<73>Power<65>TV<54>(?)<29>=<3D>Zoltrix<69>VP-8482<38>(?)
iTVC15<EFBFBD>boards:
-------------
kuroutoshikou.com<6F>ITVC15
yuan.com<6F>MPG160<36>PCI<43>TV<54>(Internal<61>PCI<43>MPEG2<47>encoder<65>card<72>plus<75>TV-tuner)
Asus<EFBFBD>www.asuscom.com
<EFBFBD><EFBFBD><EFBFBD>Asus<EFBFBD>TV<EFBFBD>Tuner<EFBFBD>Card<EFBFBD>880<EFBFBD>NTSC<EFBFBD>(low<6F>profile,<2C>cx23880)
<EFBFBD><EFBFBD><EFBFBD>Asus<EFBFBD>TV<EFBFBD>(saa7134)
Hoontech
--------
http://www.hoontech.com/korean/download/down_driver_list03.html
<EFBFBD><EFBFBD><EFBFBD>HART<EFBFBD>Vision<EFBFBD>848<EFBFBD>(H-ART<52>Vision<6F>848)
<EFBFBD><EFBFBD><EFBFBD>HART<EFBFBD>Vision<EFBFBD>878<EFBFBD>(H-Art<72>Vision<6F>878)
-----------------------------------------------------------------------------
D. Recording Video and Sound with Bttv
In addition to the applications referenced in Section 5, recording can be
managed from the command line. The issues discussed here with regard to sound
capture deal only with the default kernel-2.6 and higher sound system: the
[http://www.alsa-project.org/] Advanced Linux Sound Architecture.
The easy part is grabbing the video, for which we will use streamer,
available with the [http://linux.bytesex.org/xawtv/] Xawtv suite. Sound is
another matter, however. You will need to access your mixer settings using
amixer, the ALSA command-line mixer that should be available in the
ALSA-tools package available from your Linux distributor. See man amixer to
follow the command line options.
Your recording can be managed either using your primary soundcard if you have
your Bt8x8 audio output connected to a mixer conduit that allows for capture
(e.g. the 4-pin analog CDROM input slot), or the Bt8x8 card itself using the
btaudio module. The following steps utilize the latter. First, identify the
individual cards on your system (requires /proc filesystem):
+---------------------------------------------------------------------------+
| $ cat /proc/asound/pcm |
| 00-00: Intel ICH : NVidia CK8S : playback 1 : capture 1 |
| 00-01: Intel ICH - MIC ADC : NVidia CK8S - MIC ADC : capture 1 |
| 00-02: Intel ICH - IEC958 : NVidia CK8S - IEC958 : playback 1 |
| 01-00: Bt87x Digital : Bt87x Digital : capture 1 |
| 01-01: Bt87x Analog : Bt87x Analog : capture 1 |
+---------------------------------------------------------------------------+
The first column indicates the system numbering of your available sound
devices, i.e., card 0 is the soundcard and card 01, or 1, is the Bt8x8.
Next, identify the mixer controls for the Bt8x8 card.
+---------------------------------------------------------------------------+
| $ amixer -c 1 controls |
| numid=3,iface=MIXER,name='Capture Source' |
| numid=2,iface=MIXER,name='Capture Boost' |
| numid=1,iface=MIXER,name='Capture Volume' |
+---------------------------------------------------------------------------+
Then identify the item settings of each:
+---------------------------------------------------------------------------+
| $ amixer -c 1 cget name='Capture Source' |
| numid=3,iface=MIXER,name='Capture Source' |
| ; type=ENUMERATED,access=rw---,values=1,items=3 |
| ; Item #0 'TV Tuner' |
| ; Item #1 'FM' |
| ; Item #2 'Mic/Line' |
| : values=1 |
| |
| $ amixer -c 1 cget name='Capture Boost' |
| numid=2,iface=MIXER,name='Capture Boost' |
| ; type=BOOLEAN,access=rw---,values=1 |
| values=on |
| |
| $ amixer -c 1 cget name='Capture Volume' |
| numid=1,iface=MIXER,name='Capture Volume' |
| ; type=INTEGER,access=rw---,values=1,min=0,max=15,step=0 |
| : values=0 |
+---------------------------------------------------------------------------+
Use cset for the capture source:
+---------------------------------------------------------------------------+
| $ amixer -c 1 cset name='Capture Source' 0 |
+---------------------------------------------------------------------------+
...and to set the volume:
+---------------------------------------------------------------------------+
| $ amixer -c 1 cset name="Capture Volume' 15 |
+---------------------------------------------------------------------------+
...and you should be ready.
Now try to record something:
+---------------------------------------------------------------------------+
| $ streamer -p 4 -t 1:00 -r 24 -q -o test.avi -j 90 -f mjpeg -F mono16 |
+---------------------------------------------------------------------------+
...and you should be recording a sound-enabled avi file. Press [Ctrl]-C to
cancel early. Next step is to automate the recording for your very own
home-brewed Tivo??!
I offer the following script as an example program for automating recording;
you can copy and paste it into a file and make it executable (chmod u+x
record-tv.sh).
Warning This script (and any recording from your Bttv device for that matter)
generates extremely large files, on the order of several GB per hour,
so be sure you have lots of free disk space available.
+-----------------------------------------------------------------------------------------------------------+
| #!/bin/bash |
| # ================= record-tv.sh ============================ |
| # = copyright 2003 by Greg Watson gwatsonATlinuxlogin.com = |
| # = GPL2 License, minor modifications by Howard Shane = |
| # = hshaneATaustin.rr.com , under same license = |
| # = usage record-tv.sh prefix-filename record-time channel = |
| # = Example: ./record-tv.sh enterprise 61:00 20 = |
| # ============================================================ |
| # Version 0.9 |
| # Last Mod: Wed Feb 20 11:27 CST 2005 |
| |
| # Output directory |
| OUTPUT=$HOME/vcr |
| # Streamer location |
| STREAMER=/usr/bin/streamer |
| # Alsa Mixer |
| AMIXER=/usr/bin/amixer |
| # v4lctl path |
| V4LCTL=/usr/bin/v4lctl |
| # Capture Volume to ensure sound is recorded (80%) |
| CAPTURE_VOLUME=100 |
| |
| # Tvtime settings file for color/brightness/contrast values |
| TVTIME=$HOME/.tvtime/tvtime.xml |
| |
| # End of Config |
| ############### |
| |
| # check if I'm running TV, if so just exit |
| if [ `ps -C tvtime | grep -c tvtime` -gt 0 ]; then |
| echo "TVtime is running, aborting recording." |
| exit |
| fi |
| |
| # If the filename prefix wasn't given, set it to 'recording' |
| if [ -z $1 ]; then |
| PREFIX="recording" |
| else |
| PREFIX=$1 |
| fi |
| |
| # if time is blank, record for 30 minutes |
| if [ -z $2 ]; then |
| TIME="30:00" |
| else |
| TIME=$2 |
| fi |
| |
| if [ ! -z $3 ]; then |
| $V4LCTL setchannel $3 |
| fi |
| |
| # Check for vcr dir |
| if [ ! -x $OUTPUT ]; then |
| mkdir $OUTPUT |
| fi |
| |
| DATE=`date +%m-%d-%Y-%H:%M` |
| |
| # Set the AC97 volume to 0 (so we don't hear the sounds) |
| # Get mixer values first |
| PLAY_VOL=`$AMIXER -c 0 cget name='Master Playback Volume' | grep : | sed 's/^.*=\([^,]*\).*$/\1/'` |
| CAP_VOL=`$AMIXER -c 0 cget name='PCM Playback Volume' | grep : | sed 's/^.*=\([^,]*\).*$/\1/'` |
| # |
| $AMIXER -c 0 -q cset name='CD Playback Volume' 100 |
| $AMIXER -c 0 -q cset name='Capture Volume' 1 |
| |
| # if tvtime.xml is set, then grab settings out of it |
| if [ -f $TVTIME ]; then |
| CONTRAST=`cat ${TVTIME} | grep DefaultContrast | sed 's/^.*value="\([^"]*\).*$/\1/'` |
| BRIGHTNESS=`cat ${TVTIME} | grep DefaultBrightness | sed 's/^.*value="\([^"]*\).*$/\1/'` |
| COLOR=`cat ${TVTIME} | grep DefaultColour | sed 's/^.*value="\([^"]*\).*$/\1/'` |
| HUE=`cat ${TVTIME} | grep DefaultHue | sed 's/^.*value="\([^"]*\).*$/\1/'` |
| |
| $V4LCTL bright ${BRIGHTNESS}% color ${COLOR}% contrast ${CONTRAST}% hue ${HUE}% |
| fi |
| |
| $STREAMER -p 4 -q -t ${TIME} -r 24 -q -o ${OUTPUT}/${PREFIX}-${DATE}-${TIME}.avi -j 90 -f mjpeg -F mono16 |
| |
| # Sometimes streamer doesn't always re-mute audio, mute it again just to be sure |
| $V4LCTL volume mute on |
| |
| # Restore volumes |
| $AMIXER -q cset name='Master Playback Volume' $PLAY_VOL |
| $AMIXER -q cset name='PCM Playback Volume' $CAP_VOL |
| # |
| # EOF |
| |
+-----------------------------------------------------------------------------------------------------------+
-----------------------------------------------------------------------------
E. Enabling The FM Radio for Radio-Equipped Cards
FM radio tuners are easily enabled when inserting modules. Simply
+---------------------------------------------------------------------------+
| $ modprobe bttv radio=1 |
+---------------------------------------------------------------------------+
...or add a similar option to your /etc/modules.conf and you should be set
the next time you restart or load the module. You will also need an
application to access the radio. I suggest the console based radio, available
with the [http://linux.bytesex.org/xawtv/] Xawtv suite, or [http://
www.stanford.edu/~blp/fmtools/] fmtools. For graphical programs, try [http://
mfcn.ilo.de/gnomeradio/] gnomeradio or [http://foobazco.org/projects/gradio/]
gradio or [http://www.xmms.org/] xmms with the [http://silicone.free.fr/
xmms-FMRadio/] FMRadio plug-in.
Also, you can't listen to radio at the same time as watching TV with your
Bttv card (unless you have more than one card, that is).
-----------------------------------------------------------------------------
F. Gnu Free Documentation License
Version 1.2, November 2002
Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 59 Temple Place,
Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and
distribute verbatim copies of this license document but changing it is not
allowed.
0. PREAMBLE
The purpose of this License is to make a manual, textbook, or other
functional and useful document "free" in the sense of freedom: to assure
everyone the effective freedom to copy and redistribute it, with or without
modifying it, either commercially or noncommercially. Secondarily, this
License preserves for the author and publisher a way to get credit for their
work, while not being considered responsible for modifications made by
others.
This License is a kind of "copyleft", which means that derivative works of
the document must themselves be free in the same sense. It complements the
GNU General Public License, which is a copyleft cense designed for free
software.
We have designed this License in order to use it for manuals for free
software, because free software needs free documentation: a free program
should come with manuals providing the same freedoms that the software does.
But this License is not limited to software manuals; it can be used for any
textual work, regardless of subject matter or whether it is published as a
printed book. We recommend this License principally for works in which its
purpose is instruction or reference.
1. APPLICABILITY AND DEFINITIONS
This License applies to any manual or other work, in any medium, that
contains a notice placed by the copyright holder saying it can be distributed
under the terms of this License. Such a notice grants a world-wide,
royalty-free license, unlimited in duration, to use that work under the
conditions stated herein. The "Document", below, refers to any such manual or
work. Any member of the public is a licensee and is addressed as "you". You
accept the license if you copy, modify, or distribute the work in a way, thus
requiring permission under copyright law.
A "Modified Version" of the Document means any work containing the Document
or a portion of it, either copied verbatim, or with modifications and/or
translated into another language.
A "Secondary Section" is a named appendix or a front-matter section of the
Document that deals exclusively with the relationship of the publishers or
authors of the Document to the Document's overall subject (or to related
matters) and contains nothing that could fall directly within that overall
subject. (Thus, if the Document is in part a textbook of mathematics, a
Secondary Section may not explain any mathematics.) The relationship could be
a matter of historical connection with the subject or with related matters,
or of legal, commercial, philosophical, ethical, or political position
regarding them.
The "Invariant Sections" are certain Secondary Sections in which titles are
designated, as being those of Invariant Sections, in the notice that says
that the Document is released under this License. If a section does not fit
the above definition of Secondary, then it is not allowed to be designated as
Invariant. The Document may contain zero Invariant Sections. If the Document
does not identify any Invariant Sections, then there are none.
The "Cover Texts" are certain short passages of text that are listed, as
Front-Cover Texts or Back-Cover Texts, in the notice that says that the
Document is released under this License. A Front-Cover Text may be at most
five words, and a Back-Cover Text may be at most 25 words.
A "Transparent" copy of the Document means a machine-readable copy,
represented in a format where its specification is available to the general
public, that is suitable for revising the document straightforwardly with
generic text editors or (for images composed of pixels) generic paint
programs or (for drawings) some widely available drawing editor, and that is
suitable for input to text formatters or for automatic translation to a
variety of formats suitable for input to text formatters. A copy made in an
otherwise Transparent file format in which its markup, or absence of markup,
has been arranged to thwart or discourage subsequent modification by readers
is not Transparent. An image format is not Transparent if used for any
substantial amount of text. A copy that is not "Transparent" is called
"Opaque".
Examples of suitable formats for Transparent copies include plain ASCII
without markup, Texinfo input format, LaTeX input format, SGML or XML using a
publicly available DTD, and standard-conforming simple HTML, PostScript or
PDF designed for human modification. Examples of transparent image formats
include PNG, XCF, and JPG. Opaque formats include proprietary formats that
can be read and edited only by proprietary word processors, SGML or XML for
which the DTD and/or processing tools are not generally available, and the
machine-generated HTML, PostScript or PDF produced by some word processors
for output purposes only.
The "Title Page" means, for a printed book, the title page itself, plus such
following pages as are needed to hold, legibly, the material this License
requires to appear in the title page. For works in formats, which do not have
any title page as such, "Title Page" means the text near the most prominent
appearance of the work's title, preceding the beginning of the body of the
text.
A section "Entitled XYZ" means a named subunit of the Document in which its
title either is precisely XYZ or contains XYZ in parentheses following text
that translates XYZ in another language. (Here XYZ stands for a specific
section name mentioned below, such as "Acknowledgements", "Dedications",
"Endorsements", or "History".) To "Preserve the Title" of such a section,
when you modify the Document, means that it remains a section "Entitled XYZ",
according to this definition.
The Document may include Warranty Disclaimers next to the notice which states
that this License applies to the Document. These Warranty Disclaimers are
considered to be included by reference in this License, but only as regards
disclaiming warranties: any other implication that these Warranty Disclaimers
may have is void and has no effect on the meaning of this License.
2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either commercially
or noncommercially, provided that this License, the copyright notices, and
the license notice saying this License applies to the Document are reproduced
in all copies, and that you add no other conditions whatsoever to those of
this License. You may not use technical measures to obstruct or control the
reading or further copying of the copies you make or distribute. However, you
may accept compensation in exchange for copies. If you distribute a large
enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may
publicly display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed
covers) of the Document, numbering more than 100, and the Document's license
notice requires Cover Texts, you must enclose the copies in covers that
carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the
front cover, and Back-Cover Texts on the back cover. Both covers must also
clearly and legibly identify you as the publisher of these copies. The front
cover must present the full title with all words of the title equally
prominent and visible. You may add other material on the covers in addition.
Copying with changes limited to the covers, as long as they preserve the
title of the Document and satisfy these conditions, can be treated as
verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you
should put the first ones listed (as many as fit reasonably) on the actual
cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more
than 100, you must either include a machine-readable Transparent copy along
with each Opaque copy, or state in or with each Opaque copy a
computer-network location from which the general network-using public has
access to download using public-standard network protocols a complete
Transparent copy of the Document, free of added material. If you use the
latter option, you must take reasonably prudent steps, when you begin
distribution of Opaque copies in quantity, to ensure that this Transparent
copy will remain thus accessible at the stated location until at least one
year after the last time you distribute an Opaque copy (directly or through
your agents or retailers) of that edition to the public.
It is requested, but not required, that you contact the authors of the
Document well before redistributing any large number of copies, to give them
a chance to provide you with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the
conditions of sections 2 and 3 above, provided that you release the Modified
Version under precisely this License, with the Modified Version filling the
role of the Document, thus licensing distribution and modification of the
Modified Version to whoever possesses a copy of it. In addition, you must do
these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from
that of the Document, and from those of previous versions (which should, if
there were any, be listed in the History section of the Document). You may
use the same title as a previous version if the original publisher of that
version gives permission.
B. List on the Title Page, as authors, one or more persons or entities
responsible for authorship of the modifications in the Modified Version,
together with at least five of the principal authors of the Document (all of
its principal authors, if it has fewer than five), unless they release you
from this requirement.
C. State on the Title page the name of the publisher of the Modified Version,
as the publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications adjacent to the
other copyright notices.
F. Include, immediately after the copyright notices, a license notice giving
the public permission to use the Modified Version under the terms of this
License, in the form shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and
required Cover Texts given in the Document's license notice.
H. Include an unaltered copy of this License.
I. Preserve the section Entitled "History", Preserve its Title, and add to it
an item stating at least the title, year, new authors, and publisher of the
Modified Version as given on the Title Page. If there is no section Entitled
"History" in the Document, create one stating the title, year, authors, and
publisher of the Document as given on its Title Page, then add an item
describing the Modified Version as stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for public
access to a Transparent copy of the Document and likewise the network
locations given in the Document for previous versions it was based on. These
may be placed in the "History" section. You may omit a network location for a
work that was published at least four years before the Document itself, or if
the original publisher of the version it refers to gives permission.
K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the
Title of the section, and preserve in the section all the substance and tone
of each of the contributor acknowledgements and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their
text and in their titles. Section numbers or the equivalent are not
considered part of the section titles.
M. Delete any section Entitled "Endorsements". Such a section may not be
included in the Modified Version.
N. Do not retitle any existing section to be Entitled "Endorsements" or to
conflict in title with any Invariant Section.
O. Preserve any Warranty Disclaimers. If the Modified Version includes new
front-matter sections or appendices that qualify as Secondary Sections and
contain no material copied from the Document, you may at your option
designate some or all of these sections as invariant. To do this, add their
titles to the list of Invariant Sections in the Modified Version's license
notice. These titles must be distinct from any other section titles. You may
add a section Entitled "Endorsements", provided it contains nothing but
endorsements of your Modified Version by various parties--for example,
statements of peer review or that the text has been approved by an
organization as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a
passage of up to 25 words as a Back-Cover Text, to the end of the list of
Cover Texts in the Modified Version. Only one passage of Front-Cover Text and
one of Back-Cover Text may be added by (or through arrangements made by) any
one entity. If the Document already includes a cover text for the same cover,
previously added by you or by arrangement made by the same entity you are
acting on behalf of, you may not add another; but you may replace the old
one, on explicit permission from the previous publisher that added the old
one.
The author(s) and publisher(s) of the Document do not by this License give
permission to use their names for publicity for or to assert or imply
endorsement of any Modified Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this
License, under the terms defined in section 4 above for modified versions,
provided that you include in the combination all of the Invariant Sections of
all of the original documents, unmodified, and list them all as Invariant
Sections of your combined work in its license notice, and that you preserve
all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple
identical Invariant Sections may be replaced with a single copy. If there are
multiple Invariant Sections with the same name but different contents, make
the title of each such section unique by adding at the end of it, in
parentheses, the name of the original author or publisher of that section if
known, or else a unique number. Make the same adjustment to the section
titles in the list of Invariant Sections in the license notice of the
combined work.
In the combination, you must combine any sections Entitled "History" in the
various original documents, forming one section Entitled "History"; likewise
combine any sections Entitled "Acknowledgements", and any sections Entitled
"Dedications". You must delete all sections Entitled "Endorsements".
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents
released under this License, and replace the individual copies of this
License in the various documents with a single copy that is included in the
collection, provided that you follow the rules of this License for verbatim
copying of each of the documents in all other respects.
You may extract a single document from such a collection and distribute it
individually under this License, provided you insert a copy of this License
into the extracted document and follow this License in all other respects
regarding verbatim copying of that document.
7. AGGREGATION WITH INDEPENDENT WORKS
A compilation of the Document or its derivatives with other separate and
independent documents or works, in or on a volume of a storage or
distribution medium, is called an "aggregate" if the copyright resulting from
the compilation is not used to limit the legal rights of the compilation's
users beyond what the individual works permit. When the Document is included
in an aggregate, this License does not apply to the other works in the
aggregate which are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of
the Document, then if the Document is less than one half of the entire
aggregate, the Document's Cover Texts may be placed on covers that bracket
the Document within the aggregate, or the electronic equivalent of covers if
the Document is in electronic form. Otherwise, they must appear on printed
covers that bracket the whole aggregate.
8. TRANSLATION
Translation is considered a kind of modification, so you may distribute
translations of the Document under the terms of section 4. Replacing
Invariant Sections with translations requires special permission from their
copyright holders, but you may include translations of some or all Invariant
Sections in addition to the original versions of these Invariant Sections.
You may include a translation of this License, and all the license notices in
the Document, and any Warranty Disclaimers, provided that you also include
the original English version of this License and the original versions of
those notices and disclaimers. In case of a disagreement between the
translation and the original version of this License or a notice or
disclaimer, the original version will prevail.
If a section in the Document is Entitled "Acknowledgements", "Dedications",
or "History", the requirement (section 4) to Preserve its Title (section 1)
will typically require changing the actual title.
9. TERMINATION
You may not copy, modify, sublicense, or distribute the Document except as
expressly provided for under this License. Any other attempt to copy, modify,
sublicense, or distribute the Document is void and will automatically
terminate your rights under this License. However, parties who have received
copies, or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
10. FUTURE REVISIONS OF THIS LICENSE
The Free Software Foundation may publish new, revised versions of the GNU
Free Documentation License from time to time. Such new versions will be
similar in spirit to the present version but may differ in detail to address
new problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the
Document specifies that a particular numbered version of this License "or any
later version" applies to it, you have the option of following the terms and
conditions either of that specified version or of any later version that has
been published (not as a draft) by the Free Software Foundation. If the
Document does not specify a version number of this License, you may choose
any version ever published (not as a draft) by the Free Software Foundation.
ADDENDUM: How to use this License for your documents
To use this License in a document you have written, include a copy of the
License in the document and put the following copyright and license notices
just after the title page:
Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute, and/
or modify this document under the terms of the GNU Free Documentation
License, Version 1.2 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts, and no
Back-Cover Texts. A copy of the license is included in the section entitled
"GNU Free Documentation License".
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the "with...Texts." line with this: with the Invariant Sections being
LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the
Back-Cover Texts being LIST. If you have Invariant Sections without Cover
Texts, or some other combination of the three, merge those two alternatives
to suit the situation.
If your document contains nontrivial examples of program code, we recommend
releasing these examples in parallel under your choice of free software
license, such as the GNU General Public License, to permit their use in free
software.