Discussion:
Firewire Controller VIA vt6307
uli reiser
2005-11-10 15:59:02 UTC
Permalink
Hi,

I have desperately tried to get to run the VIA vt6307 controller on a
Ubuntu system:

-Kernel: 2.6.12-9-686
-OHCI driver
-lspci reports the controller found (0000:02:04.0 FIREWIRE .. VIA
Technologies, Inc IEEE 1294 Host Controller (rev 80))

dmesg: ieee1394: init config rom entry 'ip1394'
ieee1394: Host added ID:BUS[0-00:1023] GUID[..]

when testlibraw started:
ieee1394: Failed to generate Configuration ROM image for host 0

Does anybody know the problem? Which hardware driver is to be used?

Thanks for any help!
Cam Bazz
2005-11-10 16:24:14 UTC
Permalink
Hello,

i think my card has the same chipset. I get similar problems posted on
my first email. Noone replied yet though.

I upgraded to pcmciautils, and got rid of pcmcia-cs, now I see something
under /sys/bus/ieee1394
but i still get the `no driver found of device 0x\0x\0x`

Greetings.
-C.B.
Post by uli reiser
Hi,
I have desperately tried to get to run the VIA vt6307 controller on a
-Kernel: 2.6.12-9-686
-OHCI driver
-lspci reports the controller found (0000:02:04.0 FIREWIRE .. VIA
Technologies, Inc IEEE 1294 Host Controller (rev 80))
dmesg: ieee1394: init config rom entry 'ip1394'
ieee1394: Host added ID:BUS[0-00:1023] GUID[..]
ieee1394: Failed to generate Configuration ROM image for host 0
Does anybody know the problem? Which hardware driver is to be used?
Thanks for any help!
-------------------------------------------------------
Tame your development challenges with Apache's Geronimo App Server.
Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
https://lists.sourceforge.net/lists/listinfo/linux1394-user
Stefan Richter
2005-11-10 17:06:03 UTC
Permalink
Post by uli reiser
I have desperately tried to get to run the VIA vt6307 controller on a
-Kernel: 2.6.12-9-686
-OHCI driver
-lspci reports the controller found (0000:02:04.0 FIREWIRE .. VIA
Technologies, Inc IEEE 1294 Host Controller (rev 80))
dmesg: ieee1394: init config rom entry 'ip1394'
ieee1394: Host added ID:BUS[0-00:1023] GUID[..]
ieee1394: Failed to generate Configuration ROM image for host 0
What else besides testlibraw does not work?
What are the kernel log messages from the ohci1394 driver?
--
Stefan Richter
-=====-=-=-= =-== -=-=-
http://arcgraph.de/sr/
uli reiser
2005-11-15 06:00:08 UTC
Permalink
Hi
[4294691.228000] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]
MMIO=[ed040000-ed0407ff] Max Packet=[2048]
what I asume is quite normal.
When I compare the kernel messages with my laptop, where a different
firewire controller is installed that is working fine with the ohci1394
ieee1394: Loaded CMP driver
and
ieee1394: Node added: ID:BUS[0-02:1023] GUID[0007481100802ca2]
As far as I understand, the new firewire device (DCAM color camera) is not
added as node.
I can't figure out where the problem lies exactly ..
Thanks for any help,
Uli
Wayne Dawe
2005-11-15 15:25:00 UTC
Permalink
I have an application where I want to use my IIDC compliant camera in
place of a 1394 camcorder that outputs DV. Are there any hardware or
software bridges that will do the conversion? I know there are analog to
DV converters but have been unable to find a similiar device that
supports IIDC cameras. A hrdware solution would be optimal.
--
Wayne Dawe
Interactive Sports Technologies
905-738-4995
***@interactivesports.ca
Dan Dennedy
2005-11-16 05:33:01 UTC
Permalink
Post by Wayne Dawe
I have an application where I want to use my IIDC compliant camera in
place of a 1394 camcorder that outputs DV. Are there any hardware or
software bridges that will do the conversion? I know there are analog to
DV converters but have been unable to find a similiar device that
supports IIDC cameras. A hrdware solution would be optimal.
I am not aware of any hardware, but ffmpeg supports iidc as an input and can
encode to DV with quite good speed and quality. The raw DV it outputs can be
piped out to 1394 using libiec61883 or dv1394 on Linux.
Stefan Richter
2005-11-19 17:06:02 UTC
Permalink
When I compare the kernel messages with my laptop, where a different
firewire controller is installed that is working fine with the ohci1394
ieee1394: Loaded CMP driver
and
ieee1394: Node added: ID:BUS[0-02:1023] GUID[0007481100802ca2]
As far as I understand, the new firewire device (DCAM color camera)
is not added as node.
What are the results of
$ cat /sys/bus/ieee1394/devices/fw-host0/node_count
$ cat /sys/bus/ieee1394/devices/fw-host0/nodes_active
$ cat /sys/bus/ieee1394/devices/fw-host0/in_bus_reset
?

Also, the message "Failed to generate Configuration ROM image for host
0" from your initial post is very strange. What if you configure the
drivers without support for "Ethernet over 1394" (eth1394) and also
disable the option "Build in extra config rom entries for certain
functionality"?
--
Stefan Richter
-=====-=-=-= =-== =--==
http://arcgraph.de/sr/
Loading...