Apparently I am (most of us are) not allowed to update the wiki directly. So here is a paragraph for Fedora Core 5 and 6 on the usrp install page. I think it is correct for Fedora Core 4 as well.

------------------------------------------------

Fedora Core 5 and 6 use "udev" rather than "hotplug" to automatically handle plug/unplug events for usb devices. To allow users other than root to use the USRP, the simplest way is to define a group named usrp, add users that should be allowed to access the USRP to that group, and install in the udev rules directory the following file:

# rule to grant read/write access on USRP to group named usrp.
# to use, install this file in /etc/udev/rules.d as 10-usrp.rules
ACTION=="add", BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", GROUP="usrp", MODE="0660"



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to