oetzi hat geschrieben:Ieee1394Service::initialize: Could not get 1394 handle: Permission denied
wenn man das googelt, kommt als erstes folgender link:
http://ubuntuforums.org/archive/index.php/t-425316.html
und da gibts folgende tips:
sudo chmod o+rw /dev/raw1394
oder:
sudo gedit /etc/udev/rules.d/40-permissions.rules
find this :
# IEEE1394 (firewire) devices
# Please note that raw1394 gives unrestricted, raw access to every single
# device on the bus and those devices may do anything as root on your system.
# Yes, I know it also happens to be the only way to rewind your video camera,
# but it's not going to be group "video", okay?
KERNEL=="raw1394", GROUP="disk"
KERNEL=="dv1394*", GROUP="video"
KERNEL=="video1394*", GROUP="video"
and change it to
KERNEL=="raw1394", GROUP="audio"
oder den user zur gruppe "disk" hinzufügen (da hatte ich die disk her

)...
grüsse l.chaos