Firewire is not allowed for normal users, it doesnt gives an udev rule for that.

Bug #559853 reported by Eduard Gotwig
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
udev (Ubuntu)
New
Undecided
Unassigned

Bug Description

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

sudo addgroup firewire &&
echo 'KERNEL=="raw1394", GROUP="firewire", MODE="0664"' |
sudo tee /etc/udev/rules.d/50-raw1394.rules
sudo restart udev

Eduard Gotwig (gotwig)
Changed in udev (Ubuntu):
status: New → Fix Released
Eduard Gotwig (gotwig)
Changed in udev (Ubuntu):
status: Fix Released → Fix Committed
Revision history for this message
Eduard Gotwig (gotwig) wrote :

fix included

Changed in udev (Ubuntu):
status: Fix Committed → New
Revision history for this message
Eduard Gotwig (gotwig) wrote :

new fix:

just run:

echo 'KERNEL=="raw1394", GROUP="video"', MODE="0664" | sudo tee /etc/udev/rules.d/50-raw1394.rules &&
sudo restart udev

Revision history for this message
Eduard Gotwig (gotwig) wrote :

EDIT:

just run:

echo 'KERNEL=="raw1394", GROUP="video", MODE="0664"' | sudo tee /etc/udev/rules.d/50-raw1394.rules &&
sudo restart udev

description: updated
description: updated
description: updated
description: updated
Eduard Gotwig (gotwig)
description: updated
Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

We don't allow non-root users to access raw firewire devices since this opens root access to the system through known flaws in the firewire stack.

Changed in udev (Ubuntu):
status: New → Won't Fix
Revision history for this message
Eduard Gotwig (gotwig) wrote :

Why non-root´s is it not allowed to use firewire devices? Maybe we can add the group firewire? And all users that in firewire, is it allowed to use firewire devices. I find it insecure, that you have to, as an example, open kino as root, to use firewire.

Changed in udev (Ubuntu):
status: Won't Fix → New
Eduard Gotwig (gotwig)
description: updated
description: updated
Eduard Gotwig (gotwig)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.