<br><br>
<div><span class="gmail_quote">On 5/12/06, <b class="gmail_sendername">Yeechang Lee</b> &lt;<a href="mailto:ylee@pobox.com">ylee@pobox.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">* I have the following script as /usr/local/bin/firewireset:<br><br>&nbsp;&nbsp; #!/bin/sh<br><br>&nbsp;&nbsp; # This script assumes that two FireWire connections are on
<br>&nbsp;&nbsp; # Nodes 0 and 3, both are set to 200Mbps, Node 0 is set to<br>&nbsp;&nbsp; # Broadcast, and Node 3 is set to Point-to-Point.<br><br>&nbsp;&nbsp; plugctl -n 0 oPCR[0].data_rate=2<br>&nbsp;&nbsp; plugctl -n 0 oPCR[0].n_p2p_connections=0<br>&nbsp;&nbsp; plugctl -n 0 oPCR[0].bcast_channel=63
<br>&nbsp;&nbsp; plugctl -n 0 oPCR[0].bcast_connection=1<br><br>&nbsp;&nbsp; plugctl -n 3 oPCR[0].data_rate=2<br>&nbsp;&nbsp; plugctl -n 3 oPCR[0].n_p2p_connections=1<br>&nbsp;&nbsp; plugctl -n 3 oPCR[0].bcast_channel=0<br>&nbsp;&nbsp; plugctl -n 3 oPCR[0].bcast_connection=0
</blockquote>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Do you run this script as a cron or several times each reboot?&nbsp; Or just run it when you get the dreaded error?</div><br>&nbsp;</div><br>