Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106546 - Missing symlink attribute for radio devices in udev.rules
Summary: Missing symlink attribute for radio devices in udev.rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 10:51 UTC by Emanuel Steen
Modified: 2005-12-07 14:34 UTC (History)
0 users

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 Emanuel Steen 2005-09-19 10:51:12 UTC
In /etc/udev/rules.d/50-udev.rules the line for creation of radio devices misses
SYMLINK+="video%n".

Currently: KERNEL=="radio[0-9]*",  NAME="v4l/radio%n", GROUP="video"
But should be: KERNEL=="radio[0-9]*",  NAME="v4l/radio%n", SYMLINK+="radio%n",
GROUP="video"

Since many application uses this device as default it is really annoying it is
missing, adding SYMLINK solves the problem and creates the device. The video
devices already have this, don't know why radio is different.


Reproducible: Always
Steps to Reproduce:
1. Ehm, boot the system and see it missing? :)
2. Use a application that by default uses /dev/radio0
3. 

Actual Results:  
open /dev/radio0: No such file or directory

Or similiar.

Expected Results:  
The device should link to /dev/v4l/radio*
Comment 1 Markus Gothe 2005-10-28 14:54:25 UTC
I totally agree, with you... Should be fixed ASAP
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-12-07 13:20:11 UTC
Will be fixed in 077-r1 release.
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-12-07 14:34:27 UTC
Fixed in 077-r1 release