You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/Documentation/video4linux
Mauro Carvalho Chehab bba795fc0e [media] Documentation: update cardlists 10 years ago
..
bttv doc: fix quite a few typos within Documentation 12 years ago
cx88
cx2341x
4CCs.txt [media] v4l: Document raw bayer 4CC codes 13 years ago
API.html
CARDLIST.au0828 [media] Documentation: update V4L cardlists 12 years ago
CARDLIST.bttv Documentation: Update cardlists 11 years ago
CARDLIST.cx88 [media] Documentation: Update some card lists 13 years ago
CARDLIST.cx23885 [media] Documentation: update cardlists 10 years ago
CARDLIST.em28xx [media] Documentation: update cardlists 10 years ago
CARDLIST.ivtv
CARDLIST.saa7134 [media] saa7134: add AverMedia AverTV/505 card support 10 years ago
CARDLIST.saa7164 [media] Documentation: update cardlists 10 years ago
CARDLIST.tm6000 [media] move tm6000 to drivers/media/video 14 years ago
CARDLIST.tuner [media] update saa7134 and tuner cardlists 12 years ago
CARDLIST.usbvision
Makefile v4l2-pci-skeleton: Only build if PCI is available 11 years ago
README.cpia2 doc: fix a few typos 13 years ago
README.cx88
README.davinci-vpbe [media] v4l: Documentation: change path of video drivers 13 years ago
README.ir
README.ivtv
README.pvrusb2
README.saa7134
Zoran Documentation: remove references to /etc/modprobe.conf 13 years ago
cafe_ccic
cpia2_overview.txt [media] Documentation: Add newline at end-of-file to files lacking one 13 years ago
cx18.txt
extract_xc3028.pl [media] extract_xc3028.pl: fix permissions 12 years ago
fimc.txt [media] exynos4-is: Remove support for non-dt platforms 11 years ago
gspca.txt [media] media: gspca: sn9c20x: add ID for Genius Look 1320 V2 11 years ago
hauppauge-wintv-cx88-ir.txt
lifeview.txt
meye.txt Documentation: remove references to /etc/modprobe.conf 13 years ago
not-in-cx2388x-datasheet.txt
omap3isp.txt [media] v4l: Documentation: change path of video drivers 13 years ago
omap4_camera.txt [media] v4l: omap4iss: Add support for OMAP4 camera interface - Core 11 years ago
pxa_camera.txt
radiotrack.txt
sh_mobile_ceu_camera.txt
si470x.txt [media] radio-si470x doc: add info about v4l2-ctl and sox+alsa 12 years ago
si476x.txt [media] doc: no singing 11 years ago
si4713.txt
soc-camera.txt [media] platform: Make use of media_bus_format enum 10 years ago
uvcvideo.txt Documentation: Fix multiple typo in Documentation 13 years ago
v4l2-controls.txt [media] media/Documentation: New flag EXECUTE_ON_WRITE 10 years ago
v4l2-framework.txt [media] v4l2-subdev: allow subdev to send an event to the v4l2_device notify function 10 years ago
v4l2-pci-skeleton.c [media] v4l2-pci-skeleton: drop format description 10 years ago
videobuf [media] v4l: Documentation: change path of video drivers 13 years ago
vivid.txt [media] vivid: move video loopback control to the capture device 10 years ago
zr364xx.txt

README.saa7134



What is it?
===========

This is a v4l2/oss device driver for saa7130/33/34/35 based capture / TV
boards. See http://www.semiconductors.philips.com/pip/saa7134hl for a
description.


Status
======

Almost everything is working. video, sound, tuner, radio, mpeg ts, ...

As with bttv, card-specific tweaks are needed. Check CARDLIST for a
list of known TV cards and saa7134-cards.c for the drivers card
configuration info.


Build
=====

Pick up videodev + v4l2 patches from http://bytesex.org/patches/.
Configure, build, install + boot the new kernel. You'll need at least
these config options:

CONFIG_I2C=m
CONFIG_VIDEO_DEV=m

Type "make" to build the driver now. "make install" installs the
driver. "modprobe saa7134" should load it. Depending on the card you
might have to pass card=<nr> as insmod option, check CARDLIST for
valid choices.


Changes / Fixes
===============

Please mail me unified diffs ("diff -u") with your changes, and don't
forget to tell me what it changes / which problem it fixes / whatever
it is good for ...


Known Problems
==============

* The tuner for the flyvideos isn't detected automatically and the
default might not work for you depending on which version you have.
There is a tuner= insmod option to override the driver's default.

Card Variations:
================

Cards can use either of these two crystals (xtal):
- 32.11 MHz -> .audio_clock=0x187de7
- 24.576MHz -> .audio_clock=0x200000
(xtal * .audio_clock = 51539600)

Some details about 30/34/35:

- saa7130 - low-price chip, doesn't have mute, that is why all those
cards should have .mute field defined in their tuner structure.

- saa7134 - usual chip

- saa7133/35 - saa7135 is probably a marketing decision, since all those
chips identifies itself as 33 on pci.

Credits
=======

andrew.stevens@philips.com + werner.leeb@philips.com for providing
saa7134 hardware specs and sample board.


Have fun,

Gerd

--
Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]