Home Wiki Introduction Having Trouble? Compatibility CardBus Modules sbp2 dv1394 video1394 eth1394 F.A.Q. TODO Links Contact Download Source Code (SVN) Supporters Technical Docs Overview libraw1394 DV Transmission Tips Donations
|
C. Testing
- View messages using dmesg:
dmesg | pager
Look for lines beginning with "ieee1394" or "ohci1394_0." Do not be alarmed by the
number of messages or messages with the words "error," "timeout," or "inconsistent"
in them because often these are not indicators that the initialization has failed!
Identify one or more messages that read "ieee1394: Host added: Node[...." These
messages indicate the detection of each host adapter and its acceptance by
the ieee1394 subsystem.
- Run libraw1394-1.2.1/src/testlibraw.
Report any error messages you see here.
It performs simple tests on all detected nodes.
- Download gscanbus.
- Unpack gscanbus:
tar xvfz gscanbus-0.7.1.tgz
- Compile gscanbus:
cd gscanbus-0.7.1 ./configure make
- Run ./gscanbus. If you are using X windows, then run gscanbus from a terminal window
to view errors and warnings. If you are experiencing errors on any of the test steps,
then run gscanbus with the -v2 switch to get more verbose error reporting. Gscanbus opens
a window displaying each node as an icon. You can click an icon to get more information about
the node.
- Without rebooting, plug in and/or turn on any device connected to your host adapter.
- Repeat steps 1, 2, and 6.
Did you run into a problem?
<< Previous:
Installation | Next: Usage >>
|