View | Details | Raw Unified | Return to bug 60749
Collapse All | Expand All

(-)chapter.sgml (+91 lines)
Lines 1442-1447 Link Here
1442
    </itemizedlist>
1442
    </itemizedlist>
1443
1443
1444
  </sect2>
1444
  </sect2>
1445
 </sect1> 
1446
1447
 <sect1 id="tvcard">
1448
   <sect1info>
1449
     <authorgroup>
1450
       <author>
1451
         <firstname>Josef</firstname>
1452
         <surname>El-Rayes</surname>
1453
         <contrib>Contributed by</contrib>
1454
         <!-- 30 December 2003 -->
1455
       </author>
1456
     </authorgroup>
1457
   </sect1info>
1458
1459
   <title>Setup and Use of TV Cards</title>
1460
1461
    <sect2 id="tvcard-setup">
1462
      <title>Set up the driver</title>
1463
      <para>Most pci-based tv cards come with a Brooktree Bt848/849/878/879
1464
	Video Capture Chip, which is supported by the &man.bktr.4; driver.
1465
	FM tuner chips are also supported.  To have your kernel support
1466
	your card just add the &man.bktr.4; driver to your kernel
1467
	configuration:</para>
1468
1469
      <programlisting>
1470
	device        bktr
1471
	device        iicbus
1472
	device        iicbb
1473
	device        smbus
1474
      </programlisting>
1475
1476
      <para>These additional device drivers are necessary because of the
1477
	components being interconnected via an I2C bus.  Additionally, you
1478
	should add an entry whether you are going to use PAL or NTSC, to
1479
	avoid possible problems with your card.</para>
1480
1481
      <programlisting>
1482
	options        BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
1483
	options        BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC
1484
      </programlisting>
1485
1486
      <para>On booting, the driver tries to detect your card automatically.
1487
	If this fails, you can set your card manually in your kernel
1488
	configuration file:</para>
1489
      
1490
      <programlisting>
1491
	options BKTR_OVERRIDE CARD=1
1492
      </programlisting>
1493
1494
      <para>or by using &man.sysctl.8;:</para>
1495
1496
      <screen>&prompt.root; <userinput>sysctl -w hw.bt848.card=1</userinput></screen>
1497
1498
      <para>See the manpage for details on what type to set.</para>
1499
    </sect2>
1500
1501
    <sect2 id="tvcard-use">
1502
      <title>Useful applications</title>
1503
      <para>To actually enjoy your tv card you need to install one of the
1504
	following applications:</para>
1505
1506
      <itemizedlist>
1507
	<listitem>
1508
	  <para><filename role="package">multimedia/fxtv</filename>
1509
	    provides TV-in-a-window and image/audio/video capture
1510
	    capabilities.</para>
1511
	</listitem>
1512
	<listitem>
1513
	  <para><filename role="package">multimedia/xawtv</filename>
1514
	    is also a TV application, with the same features as
1515
	    fxtv.</para>
1516
	</listitem>
1517
	<listitem>
1518
	  <para><filename role="package">multimedia/nxtvepg</filename>,
1519
	    a Decoder, Browser and Analyzer for the Nextview Electronic
1520
	    Programme Guide.</para>
1521
	</listitem>
1522
	<listitem>
1523
	  <para><filename role="package">misc/alevt</filename>decodes
1524
	    and displays Videotext/Teletext.</para>
1525
	</listitem>
1526
	<listitem>
1527
	  <para><filename role="package">audio/xmradio</filename>, a FM
1528
	    Radio Tuner for cards that come with a FM Radio tuner.</para>
1529
	</listitem>
1530
	<listitem>
1531
	  <para><filename role="package">audio/wmtune</filename>, a handy
1532
	    dockapp for radio tuners.</para>
1533
	</listitem>
1534
     </itemizedlist>
1535
    </sect2>
1445
 </sect1>
1536
 </sect1>
1446
</chapter>
1537
</chapter>

Return to bug 60749