Bug 115152 - video1394 udev rule has no effect
Summary: video1394 udev rule has no effect
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 4
Hardware: PowerPC Linux
: P5 - None : Normal
Target Milestone: ---
Assignee: Kay Sievers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-03 17:05 UTC by Olaf Hering
Modified: 2008-07-16 15:46 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
bug115152.tar.bz2 (27.09 KB, application/x-tbz)
2005-09-03 17:10 UTC, Olaf Hering
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olaf Hering 2005-09-03 17:05:34 UTC
this rule as installed by beta4 has no effect: 
 
/etc/udev/rules.d/50-udev.rules:KERNEL=="video1394*",           NAME="%k", 
SYMLINK+="video1394/%n", GROUP="video" 
 
/dev/video1394-0 is created, but /dev/video1394/0 is expected by coriander.
Comment 1 Olaf Hering 2005-09-03 17:10:06 UTC
Created attachment 48705 [details]
bug115152.tar.bz2
Comment 2 Kay Sievers 2005-09-06 09:41:59 UTC
Try to remove this line(23) from the rules:
  KERNEL=="video*", NAME="%k", GROUP="video"
Comment 3 Olaf Hering 2005-09-07 09:00:43 UTC
yes, that helps, I disabled this line.
Comment 4 Kay Sievers 2005-09-07 09:53:06 UTC
Removed the rule, it's not needed, cause we catch the SUBSYSTEM for v4l. Thanks.