** Description changed: Binary package hint: udev insted of using my dv camera in kino, i became the message firewire module not loaded. The problem is that it doesnt gives an udev-rule for that, and normal users arent allowed to use firewire. I wrote this little script. It specifies the udev rule which was left out by Ubuntu's udev maintainers, creates the group firewire, set the rights, and restarts udev: #!/bin/bash - addgroup firewire && + sudo addgroup firewire && echo 'KERNEL=="raw1394", GROUP="firewire", MODE="0664"' | sudo tee /etc/udev/rules.d/50-raw1394.rules - && sudo restart udev + sudo restart udev
-- Firewire is not allowed for normal users, it doesnt gives an udev rule for that. https://bugs.launchpad.net/bugs/559853 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs