Woops, its a bash script like this:<br><br><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">#!/bin/bash<br>plugctl -n 0 oPCR[0].n_p2p_connections=0 <br>
plugctl -n 0 oPCR[0].bcast_connection=0 <br>plugctl -n 0 oPCR[0].data_rate=2 <br>plugctl -n 0 oPCR[0].channel=0 <br>plugctl -n 0 oPCR[0].n_p2p_connections=1<br><br></font></font>You may want to cycle the power on the STB before you run the script. I think the key is first setting p2p_connections to zero and then setting it to one as mentioned here (see the last entry):
<br><br><a href="http://www.gossamer-threads.com/lists/mythtv/users/203615">http://www.gossamer-threads.com/lists/mythtv/users/203615</a>