It turned out to be two things, one, the module for Firewire needs to be loaded:
lsmod | grep 1394 sudo modprobe video1394 sudo modprobe dv1394
and second, the firewire device needs to be accessable by "normal" users, instead of just root:
sudo chmod a+rw /dev/raw1394
Enjoy!
No comments:
Post a Comment