[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss-gnuradio] FC5 usrp install
From: |
David P. Reed |
Subject: |
[Discuss-gnuradio] FC5 usrp install |
Date: |
Mon, 21 Aug 2006 15:20:31 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060808 Fedora/1.5.0.5-1.1.fc5 Thunderbird/1.5.0.5 Mnenhy/0.7.4.0 |
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"