All pastes #185257 Raw Edit

Stuff

public text v1 · immutable
#185257 ·published 2006-09-28 20:01 UTC
rendered paste body
tgnb@lik ~/Desktop $ ls -l /sys/bus/ieee1394/drivers/
total 0
drwxr-xr-x 2 root root 0 Sep 28 13:14 dv1394
drwxr-xr-x 2 root root 0 Sep 28 11:09 eth1394
drwxr-xr-x 2 root root 0 Sep 28 13:14 raw1394
tgnb@lik ~/Desktop $ lsmod | grep 1394
raw1394                26484  0
dv1394                 17748  0
eth1394                16516  0
ohci1394               31664  1 dv1394
ieee1394               87864  4 raw1394,dv1394,eth1394,ohci1394
tgnb@lik ~/Desktop $ plugreport
Host Adapter 0
==============

Node 0 GUID 0x001371fffe045b52
------------------------------
oMPR n_plugs=1, data_rate=2, bcast_channel=63
oPCR[0] online=1, bcast_connection=0, n_p2p_connections=0
        channel=63, data_rate=1, overhead_id=0, payload=376
iMPR n_plugs=0, data_rate=2

Node 1 GUID 0x00004c0100000252
------------------------------
libiec61883 error: error reading oMPR
libiec61883 error: error reading iMPR

tgnb@lik ~/Desktop $ ./firewire_tester -p -n 0 -r 3
Action: Test P2P connection 3 times, node 0, channel 0
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
tgnb@lik ~/Desktop $ ./firewire_tester -B -n 0
Action: Attempt to fix broadcast connection 1 times, node 0
Broadcast: Testing...Failed (sync failed)
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
P2P: Testing...Failed
Broadcast Fix: Failed
tgnb@lik ~/Desktop $