<div dir="ltr">I can't get my firewire channel (change_channel_1) change script to execute without a sudo in front of it. Here is what happens when I don't use sudo.<div><br></div><div><div>mark@Myth4:/usr/local/bin$ change_channel_1 200</div>
<div>starting with node: 0</div><div>rom1394_0 warning: read failed: 0x0000fffff0000414</div><div>error reading config rom directory for node 0</div><div>mark@Myth4:/usr/local/bin$ </div></div><div><br></div><div>Now I run the same command with sudo works for changing the channel and I get:</div>
<div><br></div><div><div>mark@Myth4:/usr/local/bin$ sudo change_channel_1 200</div><div>[sudo] password for mark: </div><div>starting with node: 0</div><div>node 0: vendor_id = 0x00d00d1e model_id = 0x00000001</div><div>node 1: vendor_id = 0x00002180 model_id = 0x0000d330</div>
<div>AV/C Command: Op=0x00487C0D</div><div>AV/C Command: 200 = Op1=0x00487C22 Op2=0x00487C20 Op3=0x00487C20</div></div><div><br></div><div>My permissions are correct for both the script and the 6200ch. The are executable by all and I have changed to ownership and group to mythtv.</div>
<div><br></div><div>Any idea why this occurs?</div><div><br></div></div>