[mythtv-users] My experience with dual HDTV cable boxes and FireWire

Gabe Rubin gaberubin at gmail.com
Fri May 12 18:01:13 EDT 2006


On 5/12/06, Yeechang Lee <ylee at pobox.com> wrote:
>
> * I have the following script as /usr/local/bin/firewireset:
>
>    #!/bin/sh
>
>    # This script assumes that two FireWire connections are on
>    # Nodes 0 and 3, both are set to 200Mbps, Node 0 is set to
>    # Broadcast, and Node 3 is set to Point-to-Point.
>
>    plugctl -n 0 oPCR[0].data_rate=2
>    plugctl -n 0 oPCR[0].n_p2p_connections=0
>    plugctl -n 0 oPCR[0].bcast_channelc
>    plugctl -n 0 oPCR[0].bcast_connection=1
>
>    plugctl -n 3 oPCR[0].data_rate=2
>    plugctl -n 3 oPCR[0].n_p2p_connections=1
>    plugctl -n 3 oPCR[0].bcast_channel=0
>    plugctl -n 3 oPCR[0].bcast_connection=0



Do you run this script as a cron or several times each reboot?  Or just run
it when you get the dreaded error?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060512/2c5f1c28/attachment.htm 


More information about the mythtv-users mailing list