Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87440 - ieee1394 and udev should now work
Summary: ieee1394 and udev should now work
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
: 92551 96230 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-31 10:42 UTC by Frank Aune
Modified: 2005-08-16 12:01 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Aune 2005-03-31 10:42:48 UTC
The ieee1394 subsystem now correctly exports details to sysfs, so it should be possible for udev to create the correct nodes in /dev.

For udev rules:
# ieee1394 devices
KERNEL="raw1394", NAME="%k"
KERNEL="dv1394*", NAME="dv1394/%n"
KERNEL="video1394*", NAME="video1394/%n"

For udev permissions:
# ieee1394 devices
raw1394:root:users:0660
dv1394/*:root:users:0660
video1394/*:root:users:0660


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-04-01 19:40:40 UTC
Care to turn this into a patch that I can apply?
Comment 2 Frank Aune 2005-04-04 08:03:58 UTC
Actually, this does not seem to work properly. But I dont really understand why yet, since it seems to me ieee1394 exports information properly to sysfs. So udev should be able to create the correct nodes. I have to do some more tests before applying a patch. Others can of course try to make this work in the mean time.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-05-18 08:58:15 UTC
*** Bug 92551 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-05-18 10:33:34 UTC
@dsd: What
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-05-18 10:33:34 UTC
@dsd: What´t the status of this patch? http://lkml.org/lkml/2004/11/14/6  - does
it work for raw1394? 
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2005-05-18 11:38:23 UTC
The patch is wrong. The correct fix will be included in 2.6.12 and things will
magically start working then.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2005-06-15 23:31:11 UTC
*** Bug 96230 has been marked as a duplicate of this bug. ***
Comment 8 Mark Knecht 2005-06-16 11:03:52 UTC
Daniel - What's the ETA on a 2.6.12 kernel that would address this? Thanks!
Comment 9 Daniel Drake (RETIRED) gentoo-dev 2005-06-16 11:44:25 UTC
Probably less than a week
Comment 10 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-08-16 12:01:24 UTC
Closed as it is now availble.