Hello,<br><br>I am running Ubuntu Dapper, and <br><br>ashembers@codger:~$ lsmod|grep 1394<br>dv1394 21196 0<br>raw1394 30956 0<br>ohci1394 35124 1 dv1394<br>ieee1394 299832 4 sbp2,dv1394,raw1394,ohci1394
<br>scsi_mod 139496 5 sr_mod,sbp2,sg,sd_mod,libata<br><br>So I think to myself "Great! Firewire modules are working" and then I run plugreport...<br><br>ashembers@codger:~$ sudo plugreport<br>Password:
<br>Host Adapter 0<br>==============<br><br>Node 0 GUID 0x0014f8b4ec520000<br>------------------------------<br>oMPR n_plugs=1, data_rate=2, bcast_channel=63<br>oPCR[0] online=1, bcast_connection=0, n_p2p_connections=1<br>
channel=0, data_rate=0, overhead_id=0, payload=146<br>iMPR n_plugs=0, data_rate=2<br><br>Node 1 GUID 0x00e01800006826bd<br>------------------------------<br>libiec61883 error: error reading oMPR<br>libiec61883 error: error reading iMPR
<br><br>So my firewire device (an SA3250HD) is on 0,0. I then try to run the test-mpeg script. When I run test-mpeg, I get this output and a zero-length mpeg file:<br><br>sudo ./test-mpeg2 -r 1 > test.mpg<br>libiec61883 warning: No plugs exist on either node; using default broadcast channel 63.
<br>Starting to receive<br>done.<br><br>I don't get it. What else should I be checking?<br>Thanks in advance everyone!<br>