BreadCrumbs: Ivtv
Ivtv
From Luke Jackson
(Difference between revisions)
Revision as of 23:13, 9 November 2007 (edit) Ljackson (Talk | contribs) ← Previous diff |
Current revision (23:14, 9 November 2007) (edit) Ljackson (Talk | contribs) (→Install) |
||
Line 35: | Line 35: | ||
ivtv: End initialization | ivtv: End initialization | ||
</pre> | </pre> | ||
+ | |||
+ | [[Category:Linux]] |
Current revision
[edit]
Install
Install the ATrpms driver repository:
rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
Install drivers using kernel version from uname -r:
yum install ivtv ivtv-devel ivtv-kmdl-`uname -r`
Rather than rebooting to get ivtv loaded, load it up by hand right now:
depmod -a modprobe ivtv
Check dmesg to make sure everything loaded correctly:
ivtv: Start initialization, version 1.0.0 ivtv0: Initializing card #0 ivtv0: Autodetected Hauppauge card (cx23416 based) ivtv0: Unreasonably low latency timer, setting to 64 (was 32) ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes) ivtv0: Encoder revision: 0x02060039 ivtv0: Autodetected Hauppauge WinTV PVR-150 ivtv0: Reopen i2c bus for IR-blaster support tuner 2-0061: chip found @ 0xc2 (ivtv i2c driver #0) cx25840 2-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0) wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #0) ivtv0: Registered device video0 for encoder MPEG (4 MB) ivtv0: Registered device video32 for encoder YUV (2 MB) ivtv0: Registered device vbi0 for encoder VBI (1 MB) ivtv0: Registered device video24 for encoder PCM audio (1 MB) ivtv0: Initialized card #0: Hauppauge WinTV PVR-150 ivtv: End initialization