On Tue, Oct 30, 2012 at 6:31 PM, Xiaofan Chen wrote:
> On Wed, Oct 31, 2012 at 9:29 AM, Xiaofan Chen wrote:
>> On Wed, Oct 31, 2012 at 2:25 AM, David Grant wrote:
>>> Could someone with write access to the libusbx wiki add this to the
>>> "Can I run Linux libusbx applications without root privil
On Wed, Oct 31, 2012 at 9:29 AM, Xiaofan Chen wrote:
> On Wed, Oct 31, 2012 at 2:25 AM, David Grant wrote:
>> Could someone with write access to the libusbx wiki add this to the
>> "Can I run Linux libusbx applications without root privilege?"
>> section?
>>
>> Example udev rules file, call it "1
On Wed, Oct 31, 2012 at 2:25 AM, David Grant wrote:
> Could someone with write access to the libusbx wiki add this to the
> "Can I run Linux libusbx applications without root privilege?"
> section?
>
> Example udev rules file, call it "10-libusb.rules"
> SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device
On Tue, Oct 30, 2012 at 3:29 PM, Peter Stuge wrote:
> David Grant wrote:
>> Rebooting is necessary for the "add user to group" change to take effect.
>
> Once the user has been added to the group, it's very easy to "upgrade"
> a running shell to use the new gid:
>
> exec su "${USER}"
>
> (What it
David Grant wrote:
> Rebooting is necessary for the "add user to group" change to take effect.
Once the user has been added to the group, it's very easy to "upgrade"
a running shell to use the new gid:
exec su "${USER}"
(What it does is of course to *replace* the current shell with a new
shell,
On Tue, Oct 30, 2012 at 2:43 PM, Tormod Volden wrote:
> On Tue, Oct 30, 2012 at 7:25 PM, David Grant wrote:
>> Could someone with write access to the libusbx wiki add this to the
>> "Can I run Linux libusbx applications without root privilege?"
>> section?
>>
>> Example udev rules file, call it "1
On Tue, Oct 30, 2012 at 2:43 PM, Tormod Volden wrote:
> On Tue, Oct 30, 2012 at 7:25 PM, David Grant wrote:
>> cp $SCRIPT_DIR/10-libusb.rules /etc/udev/rules.d/
>> echo "In order for these changes to take effect you must restart your
>> computer"
>
> No, rebooting is not necessary. The rules.d di
er 30, 2012 2:44 PM
To: libusbx-devel@lists.sourceforge.net
Subject: Re: [Libusbx-devel] Example udev rules file
On Tue, Oct 30, 2012 at 7:25 PM, David Grant wrote:
> Could someone with write access to the libusbx wiki add this to the
> "Can I run Linux libusbx applications withou
On Tue, Oct 30, 2012 at 7:25 PM, David Grant wrote:
> Could someone with write access to the libusbx wiki add this to the
> "Can I run Linux libusbx applications without root privilege?"
> section?
>
> Example udev rules file, call it "10-libusb.rules"
> SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device"
Could someone with write access to the libusbx wiki add this to the
"Can I run Linux libusbx applications without root privilege?"
section?
Example udev rules file, call it "10-libusb.rules"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="libusbusers", MODE="0664"
Example script "setup.sh" i
10 matches
Mail list logo