Bug 115152

Summary: video1394 udev rule has no effect
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Olaf Hering <ohering>
Component: BasesystemAssignee: Kay Sievers <kasievers>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: ksievers
Version: Beta 4   
Target Milestone: ---   
Hardware: PowerPC   
OS: Linux   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: bug115152.tar.bz2

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.