[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: modprobe on guix
From: |
Alex Kost |
Subject: |
Re: modprobe on guix |
Date: |
Thu, 26 Mar 2015 16:06:33 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ludovic Courtès (2015-03-26 00:01 +0300) wrote:
> Alex Kost <address@hidden> 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 ‘sudo’ creates an environment that lacks
> LINUX_MODULE_DIRECTORY? That may well be the case.
Ah indeed, "sudo -E modprobe …" works.
--
Alex