From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: modprobe on guix Date: Wed, 25 Mar 2015 22:01:57 +0100 Message-ID: <87384shjui.fsf@gnu.org> References: <28d5ac82436d5e625eb926b6544fc1fe@hcoop.net> <87lhilp73u.fsf@netris.org> <87lhilrl75.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YasR9-0001ks-8j for guix-devel@gnu.org; Wed, 25 Mar 2015 17:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YasR6-0006VN-4Z for guix-devel@gnu.org; Wed, 25 Mar 2015 17:02:03 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YasR6-0006VJ-1H for guix-devel@gnu.org; Wed, 25 Mar 2015 17:02:00 -0400 In-Reply-To: <87lhilrl75.fsf@gmail.com> (Alex Kost's message of "Wed, 25 Mar 2015 21:22:38 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > I'm on GuixSD (and LINUX_MODULE_DIRECTORY is set properly) but: > > $ sudo modprobe ... > > doesn't load a module for me, however when I try it under root: > > # modprobe ... > > it works. No idea why that happens. Could it be that =E2=80=98sudo=E2=80=99 creates an environment that lacks LINUX_MODULE_DIRECTORY? That may well be the case. Ludo=E2=80=99.