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
Hans Verkuil e6574f2fbe V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev 16 years ago
..
bttv V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist. 16 years ago
cx88 Fix typos in Documentation/: 'Q'-'R' 19 years ago
cx2341x V4L/DVB (10487): doc: update hm12 documentation. 16 years ago
.gitignore .gitignore updates 16 years ago
API.html V4L/DVB (10128): modify V4L documentation to be a valid XHTML 16 years ago
CARDLIST.au0828 V4L/DVB (9247): au0828: add support for another USB id for Hauppauge HVR950Q 17 years ago
CARDLIST.bttv V4L/DVB (11124): Add support for ProVideo PV-183 to bttv 16 years ago
CARDLIST.cx88 V4L/DVB (10949): Add support for Terratec Cinergy HT PCI MKII 16 years ago
CARDLIST.cx23885 V4L/DVB (10805): Add support for NetUP Dual DVB-S2 CI card 16 years ago
CARDLIST.em28xx V4L/DVB (10741): em28xx: Add Kaiser Baas Video to DVD maker support 16 years ago
CARDLIST.ivtv V4L/DVB (6763): ivtv: add AVerMedia EZMaker PCI Deluxe support 17 years ago
CARDLIST.saa7134 V4L/DVB (10926): saa7134: enable digital tv support for Hauppauge WinTV-HVR1120 16 years ago
CARDLIST.tuner V4L/DVB (9268): tuner: add FMD1216MEX tuner 17 years ago
CARDLIST.usbvision V4L/DVB (6994): usbvision: add Pinnacle Studio PCTV USB (NTSC) FM V3 17 years ago
CQcam.txt V4L/DVB (5068): Fix authorship references 18 years ago
Makefile docsrc: build Documentation/ sources 17 years ago
README.cpia V4L/DVB (3599c): Whitespace cleanups under Documentation/video4linux 19 years ago
README.cpia2 V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups 19 years ago
README.cx88 V4L/DVB (9370): Update README.cx88 with the current status 16 years ago
README.ir
README.ivtv V4L/DVB (5409): Add CARDLIST.ivtv and README.ivtv 18 years ago
README.pvrusb2 documentation: convert the Documentation directory to UTF-8 18 years ago
README.saa7134
Zoran V4L/DVB (10931): zoran: Drop the lock_norm module parameter 16 years ago
cafe_ccic V4L/DVB (4797): Marvell 88ALP01 "cafe" driver 18 years ago
cpia2_overview.txt V4L/DVB (3376): Add cpia2 camera support 19 years ago
cx18.txt V4L/DVB (8168): cx18: Upgrade to newer firmware & update cx18 documentation. 17 years ago
et61x251.txt V4L/DVB (5064): ET61X251 driver updates. 18 years ago
extract_xc3028.pl V4L/DVB (7651): tuner-xc2028: Several fixes to SCODE 17 years ago
gspca.txt V4L/DVB (11223): gspca - doc: Add the 15b8:6001 webcam to the Documentation. 16 years ago
hauppauge-wintv-cx88-ir.txt Fix typos in Documentation/: 'Q'-'R' 19 years ago
ibmcam.txt V4L/DVB (4042): Documentation: whitespace cleanup 19 years ago
lifeview.txt
m5602.txt V4L/DVB (9091): gspca: Subdriver m5602 (ALi) added. 17 years ago
meye.txt documentation: convert the Documentation directory to UTF-8 18 years ago
not-in-cx2388x-datasheet.txt
ov511.txt documentation: convert the Documentation directory to UTF-8 18 years ago
pxa_camera.txt V4L/DVB (11321): pxa_camera: Redesign DMA handling 16 years ago
radiotrack.txt V4L/DVB (3599c): Whitespace cleanups under Documentation/video4linux 19 years ago
se401.txt V4L/DVB (3653h): Move usb v4l docs into Documentation/video4linux 19 years ago
si470x.txt V4L/DVB (10530): Documentation and code cleanups 16 years ago
sn9c102.txt Documentation cleanup: trivial misspelling, punctuation, and grammar corrections. 17 years ago
soc-camera.txt V4L/DVB (8799): soc-camera: add API documentation 17 years ago
stv680.txt V4L/DVB (3653h): Move usb v4l docs into Documentation/video4linux 19 years ago
v4l2-framework.txt V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev 16 years ago
v4lgrab.c V4L/DVB (11225): v4lgrab: fix compilation warnings 16 years ago
w9966.txt V4L/DVB (3599c): Whitespace cleanups under Documentation/video4linux 19 years ago
w9968cf.txt remove mention of CONFIG_KMOD from documentation 17 years ago
zc0301.txt V4L/DVB (5063): ZC0301 driver updates. 18 years ago
zr364xx.txt V4L/DVB (10263): zr364xx: add support for Aiptek DV T300 16 years ago

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]