p
.Cd options BKTR_OVERRIDE_CARD=n
.Cd options BKTR_OVERRIDE_TUNER=n
.Cd options BKTR_OVERRIDE_DBX=n
.Cd options BKTR_OVERRIDE_MSP=n
.Cd options BKTR_SYSTEM_DEFAULT=n
.Cd options BKTR_USE_PLL
.Cd options BKTR_GPIO_ACCESS
.Cd options BKTR_NO_MSP_RESET
The following options have no effect:
.Cd options BKTR_430_FX_MODE
.Cd options BKTR_SIS_VIA_MODE
p .Sh DESCRIPTION This driver supports video capture (frame grabber) and TV tuner cards based on the .Tn Brooktree .Tn Bt848, .Tn Bt848A, .Tn Bt849A, .Tn Bt878 and .Tn Bt879 chips.
p
The following kernel configuration options are available:
l -ohang t Cd options BKTR_OVERRIDE_CARD=n If the card is not recognized correctly by the auto-detection routine,
it can be overridden by setting this option to the appropriate
value. The following values are allowed:
.Em 1
for Pinnacle (Miro) TV,
.Em 2
for Hauppauge WinCast/TV,
.Em 3
for STB TV/PCI,
.Em 4
for Intel Smart Video III and Videologic Captivator PCI,
.Em 5
for IMS TV Turbo,
.Em 6
for AVer Media TV/FM,
.Em 7
for MMAC Osprey,
.Em 8
for NEC PK-UG-X017,
.Em 9
for I/O DATA GV-BCTV2/PCI,
.Em 10
for FlyVideo,
.Em 11
for Zoltrix,
.Em 12
for KISS TV/FM PCI,
.Em 13
for Video Highway Xtreme,
.Em 14
for Askey/Dynalink Magic TView,
.Em 15
for Leadtek Winfast TV 2000,
and
.Em 16
for TerraTVplus.
t Cd options BKTR_OVERRIDE_TUNER=n If the TV tuner is not recognized correctly by the auto-detection
routine, it can be overridden by setting this option to the
appropriate value. Known values are:
.Em 1
for Temic NTSC,
.Em 2
for Temic PAL,
.Em 3
for Temic SECAM,
.Em 4
for Philips NTSC,
.Em 5
for Philips PAL,
.Em 6
for Philips SECAM,
.Em 7
for Temic PAL I,
.Em 8
for Philips PAL I,
.Em 9
for Philips FR1236 NTSC FM,
.Em 10
for Philips FR1216 PAL FM,
.Em 11
for Philips FR1236 SECAM FM,
.Em 12
for ALPS TSCH5 NTSC FM,
and
.Em 13
for ALPS TSBH1 NTSC.
t Cd options BKTR_OVERRIDE_DBX=n To override detection of the BTSC (dbx) chip, set this to
.Em 1
if you have one, or
.Em 0
if not.
t Cd options BKTR_OVERRIDE_MSP=n To override detection of the MSP 34xx chip, set this to
.Em 1
if you have one, or
.Em 0
if not.
t Cd options BKTR_SYSTEM_DEFAULT=n If this option is set to
.Em BROOKTREE_PAL
default to PAL, else to NTSC.
t Cd options BKTR_USE_PLL Default to PLL instead of XTAL.
t Cd options BKTR_GPIO_ACCESS Use ioctl's for direct GPIO access.
t Cd options BKTR_NO_MSP_RESET Skip the MSP reset. This option is handy if you initialise the
MSP audio in another operating system first and then do a soft
reboot.
The following options have no effect:
.It Cd options BKTR_430_FX_MODE
.It Cd options BKTR_SIS_VIA_MODE
.El
.Sh HARDWARE
Supported cards include most cards by
.Tn AVerMedia,
.Tn Hauppauge,
.Tn Leadtek,
.Tn Miro,
.Tn Pinnacle,
.Tn Pixelview,
.Tn Terratec,
and some other companies, especially all cards based on the
.Tn Brooktree
.Tn Bt848,
.Tn Bt848A,
.Tn Bt849A,
.Tn Bt878,
or
.Tn Bt879
chips.
A notable exception are the
.Tn ATI
.Tn All-in-Wonder
cards.
.Sh FILES
l -tag -width /dev/tuner* -compact t Pa /dev/bktr* .Nm
driver interface device
t Pa /dev/tuner* .Nm
tuner interface device
t Pa /dev/vbi* teletext interface device
.El
.Sh "SEE ALSO"
.Xr options 4 ,
.Xr pci 4
.Sh AUTHORS
The
.Nm
driver was originally written by Amancio Hasty for
.Fx
and is now maintained by Roger Hardiman.
.Nx
porting was done by Bernd Ernesti, Berndt Josef Wulf, Matthias
Scheler, and Thomas Klausner.
.Sh HISTORY
The
.Nm
driver appeared in
.Fx 2.2
and
.Nx 1.5 .