gnewsense-users
[Top][All Lists]
Advanced

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

Re: [gNewSense-users] Compiling alsa drivers


From: Bake Timmons
Subject: Re: [gNewSense-users] Compiling alsa drivers
Date: Tue, 10 Jun 2008 12:19:22 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

> Because I had the source in /usr/src/ and usually I can't run ./
> configure properly in those locations.

Just add yourself to the src group, e.g.,

sudo adduser joeblow src

Since the /usr/src/ directory has group write permission and typically
is in the src group, joeblow would now be able to configure,
etc. without having to mess with sudo.

As far as I know, however, the new group membership would not take
effect until the next login--no big deal, since it is just a one-time
thing, and other groups can be added similarly, e.g.,

for x in group1 group2 group3 ; do sudo adduser joeblow $x; done

That would add joeblow to the three groups.  Membership to all three
would be recognized at the next login.

Finally, for anyone new to this stuff, only grant group membership
very sparingly--even to yourself. ;P




reply via email to

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