discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] usb rights on FC5 and udev


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] usb rights on FC5 and udev
Date: Sun, 18 Jun 2006 11:02:22 -0700
User-agent: Thunderbird 1.5.0.2 (X11/20060522)

Matteo Campanella wrote:

> Simply, change the MODE="0644" to 0666 or 0664 (if you want to use
> groups) and, upon creation the udev subsystem will use these rigths to
> create /dev/bus/usb/xxx/xx.

On my (Debian-based) Ubuntu system, I added a single line file to the
/etc/udev/rules.d directory.

90-usb.rules:

SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", MODE="0666"

This then only gives the 666 mode to the specific device that gets
created when the USRP is plugged in.

I'm not familiar with FC5 but I'd expect something very similar would work.

-Johnathan, AE6HO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]