Public bug reported:

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.

This helped me

Method 3. 'udev rule'

As the most straight-forward method, simply add the raw1394 specific
udev rule which was left out by Ubuntu's udev maintainers:

echo 'KERNEL=="raw1394", GROUP="video"' > /tmp/raw1394.rules
sudo cp /tmp/raw1394.rules /etc/udev/rules.d/
rm /tmp/raw1394.rules
sudo /etc/init.d/udev restart 
sudo chmod a+rw /dev/raw1394 

based on the source from: http://wiki.ubuntuusers.de/FireWire and
help.ubuntu.com/community/Firewire

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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

Reply via email to