Differences between revisions 2 and 3
Revision 2 as of 2009-06-14 14:07:40
Size: 1012
Editor: DhyanNataraj
Comment:
Revision 3 as of 2009-06-14 14:36:15
Size: 1677
Editor: DhyanNataraj
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Modern kernels (at least 2.6.26 2.6.29) do not properly autodetect zr36067 cards, so to Modern kernels (at least 2.6.26 2.6.29) do not properly autodetect zr36067 cards, so to run this card one should unload zr36067 module and then load it again with card=N option. For miroVIDEO DC10 N should be 1 (for new version of card) or 0 (for old one):
{{{
# rmmod zr36067
# modprobe zr36067 card=1
}}}
If module was successfully loaded, video0 device was added to your /dev :
{{{
# ls /dev/video[0-9]
/dev/video0
}}}
To make this module correctly loaded on boot-time, add zr36067 to module blacklist, to prevent incorrect auto-loading, and add zr36067 with card=N option into /etc/modules, in order to properly load the module:

{{{
# echo "blacklist zr36067" >> /etc/modprobe.d/blacklist
# echo "zr36067 card=1" >> /etc/modules
}}}

Video Capture Cards based on zr36067

miroVIDEO DC10

Brief info

Video input

Composite

Works
(needs configuring)

S-Video

Not Tested

Video output

Composite

Works
(needs configuring)

S-Video

Not Tested

Installing

Modern kernels (at least 2.6.26 2.6.29) do not properly autodetect zr36067 cards, so to run this card one should unload zr36067 module and then load it again with card=N option. For miroVIDEO DC10 N should be 1 (for new version of card) or 0 (for old one):

# rmmod zr36067 
# modprobe zr36067 card=1

If module was successfully loaded, video0 device was added to your /dev :

# ls /dev/video[0-9]
/dev/video0

To make this module correctly loaded on boot-time, add zr36067 to module blacklist, to prevent incorrect auto-loading, and add zr36067 with card=N option into /etc/modules, in order to properly load the module:

# echo "blacklist zr36067" >> /etc/modprobe.d/blacklist
# echo "zr36067 card=1" >> /etc/modules



CategoryHardware | ?CategoryTvTunerCard