how do I install modules for a dc10+ card
Hi I am new to linux and I am trying to use a DC10+ pinnacle card to make a vcd but 1st I thought I should get a screen up displaying the video with Xawtv.
My question is. Is this how to load the modules to do this?
If it is what have I missed as it does not seem to work for me?
The kernel I am using is The linux-2.4.22-1.21156.nptl
from ccrma fedora core 1
The board is a pinnacle DC10+ redstone 5.0
I have the following chips on it
ZR36067PQC-LV
ZR36060 PQC
SAA 7110A
ADV 7176AKS
CSI 24WCo8J
p18AB
LVC245A
The last 3 are small chips
Is this how you load the modules?
[root@localhost root]# modprobe zr36067
[root@localhost root]# modprobe saa7110
[root@localhost root]# modprobe adv7175
[root@localhost root]#
[root@localhost root]# xawtv
This is xawtv-3.88, running on Linux/i686
(2.4.26-1.ll.rhfc1.ccrma)
can't open /dev/video0: No such device
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video0: No such device
v4l2: open /dev/video0: No such device
v4l: open /dev/video0: No such device
no video grabber device available
[root@localhost root]#
[root@localhost root]#
should xawtv work at this pointor is there more to do?
Thanks for any help
Dave
[root@localhost root]# lsmod
Module Size Used by Not tainted
adv7175 3960 0 (unused)
saa7110 4120 0 (unused)
zr36067 81216 0 (unused)
videodev 9120 0 [zr36067]
i2c-old 6656 3 [adv7175 saa7110
zr36067]
ppp_deflate 4472 0 (autoclean)
zlib_deflate 20888 0 (autoclean)
[ppp_deflate]
ppp_async 9664 1 (autoclean)
ppp_generic 26236 3 (autoclean)
[ppp_deflate ppp_async]
slhc 6948 1 (autoclean)
[ppp_generic]
snd-pcm-oss 44872 0 (autoclean)
snd-mixer-oss 16728 1 (autoclean)
[snd-pcm-oss]
snd-seq-midi 5152 0 (unused)
snd-seq-midi-event 6304 0 [snd-seq-midi]
snd-seq 49968 0 [snd-seq-midi
snd-seq-midi-event]
snd-ens1371 17572 1
snd-pcm 86176 0 [snd-pcm-oss
snd-ens1371]
snd-timer 21220 0 [snd-seq snd-pcm]
snd-page-alloc 9336 0 [snd-pcm]
snd-rawmidi 19840 0 [snd-seq-midi
snd-ens1371]
snd-seq-device 6284 0 [snd-seq-midi
snd-seq snd-rawmidi]
gameport 3380 0 [snd-ens1371]
snd-ac97-codec 63464 0 [snd-ens1371]
snd 49156 0 [snd-pcm-oss
snd-mixer-oss snd-seq-midi snd-seq-midi-event snd-seq
snd-ens1371 snd-pcm snd-timer snd-rawmidi
snd-seq-device snd-ac97-codec]
soundcore 6692 6 [snd]
parport_pc 18852 1 (autoclean)
lp 8900 0 (autoclean)
parport 37184 1 (autoclean)
[parport_pc lp]
autofs 13812 0 (autoclean) (unused)
ipt_REJECT 4344 1 (autoclean)
ipt_state 1048 5 (autoclean)
ip_conntrack 31656 0 (autoclean)
[ipt_state]
iptable_filter 2444 1 (autoclean)
ip_tables 15776 3 [ipt_REJECT
ipt_state iptable_filter]
sr_mod 17944 0 (autoclean)
ide-scsi 12080 0
ide-cd 35840 0
cdrom 33568 0 [sr_mod ide-cd]
ohci1394 29800 0 (unused)
ieee1394 67108 0 [ohci1394]
sg 37100 0 (autoclean)
sd_mod 13452 0 (autoclean)
usb-storage 76832 0
scsi_mod 109144 5 [sr_mod ide-scsi sg
sd_mod usb-storage]
nls_iso8859-1 3548 2 (autoclean)
nls_cp437 5180 2 (autoclean)
vfat 13004 2 (autoclean)
fat 40024 0 (autoclean) [vfat]
keybdev 3104 0 (unused)
mousedev 5556 1
hid 24868 0 (unused)
usb-ohci 22216 0 (unused)
usbcore 80928 1 [usb-storage hid
usb-ohci]
input 5760 0 (autoclean) [keybdev
mousedev hid]
ext3 73252 1
jbd 54324 1 [ext3]
[root@localhost root]#