| Miro DC10 + Fedora core 8 |
| bmw524 posted 2008 Jun 15 17:56 |
Hello,
I can't install my capture card pinnacle miro dc10 with fedora 8.
when I scan pci ports :
| : |
[root@wiking Nicolas]# /sbin/lspci
00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation MCP2A ISA bridge (rev a3)
00:01.1 SMBus: nVidia Corporation MCP2A SMBus (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
00:02.2 USB Controller: nVidia Corporation MCP2A USB Controller (rev a2)
00:04.0 Bridge: nVidia Corporation MCP2A Ethernet Controller (rev a3)
00:06.0 Multimedia audio controller: nVidia Corporation MCP2S AC'97 Audio Controller (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP2A PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation MCP2A IDE (rev a3)
00:0b.0 IDE interface: nVidia Corporation nForce2 Serial ATA Controller (rev a3)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
02:06.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:06.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
02:07.0 Multimedia video controller: Zoran Corporation ZR36057PQC Video cutting chipset (rev 01)
02:08.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
02:08.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
02:08.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 62)
02:08.3 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)
02:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
02:0a.0 SCSI storage controller: Adaptec AHA-7850 (rev 03)
|
but with "camstream", the card doesn't appear. The kernel is 2.6.25.4-10.
and :
| : |
[root@wiking Nicolas]# /sbin/modprobe zr36057
FATAL: Module zr36057 not found. |
Despite the kernel contains this module !!!!
What can I do?
|
| disturbed1 posted 2008 Jun 16 03:41 |
Multimedia video controller: Zoran Corporation ZR36057PQC Video cutting chipset (rev 01)
There's the relevant info on the capture card ;)
Here's the order to load the zoran driver for a DC 30
| : |
modprobe vpx3220
modprobe adv7175
modprobe zr36016
modprobe zr36050
modprobe zr36067 |
Also before modprobe-ing, do both an dmesg | tail to see if there are any errors after a fresh boot. Then lsmod to see if the module is even loaded.
Better help could be gotten from the mjpeg mailing list. https://lists.sourceforge.net/lists/listinfo/mjpeg-users (the mjpeg-tools project handles the zoran capture driver)
You could also check your kernel config to make sure the zoran driver IS in fact either enabled. It's under Device Drivers -> Multimedia Devices -> Video for Linux -> Video capture adapters -> Zoran ZR36057/36067 Video For Linux.

|
| bmw524 posted 2008 Jun 18 18:06 |
Your last picture is very nice.
which rpm can I install to have this one?
Fedora 8
thanks
|
| disturbed1 posted 2008 Jun 18 22:22 |
from a command line -
su
password
cd /usr/src/linux
make oldconfig && make xconfig
It's the built in qt interface to custimize and compile your kernel. Needs the kernel sources.
|
| bmw524 posted 2008 Jun 19 11:40 |
Sorry but I am newbee. Where can I download kernel sources? with yum?
thx a lot
|
| bmw524 posted 2008 Jul 07 07:28 |
| bmw524 : |
Sorry but I am newbee. Where can I download kernel sources? with yum?
thx a lot |
Great !!! I have finally linux kernel configuation with qt. thx
But miro dc10 doesn't fit with v4l. It doesn't appear with camstream in spite of my miro pctv studio do it.
I very sad ....
|
.