Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: openrc : autoload kernel modules
Date: Thu, 14 Dec 2017 19:10:44
Message-Id: CAJ1xhMXUs1Zjx7yrt4Y7FOiUT90HtfYOBK_63Fwys-6SPUQEmw@mail.gmail.com
In Reply to: [gentoo-user] Re: openrc : autoload kernel modules by Hartmut Figge
1 On Thu, Dec 14, 2017 at 8:11 PM, Hartmut Figge <h.figge@×××.de> wrote:
2 > Helmut Jarausch:
3 >
4 >>I have added the following lines to /etc/conf.d/modules
5 >>
6 >>modules="enhanceio"
7 >>modules="enhanceio_lru"
8 >>modules="enhanceio_fifo"
9 >>modules="enhanceio_rand"
10 >>
11 >>
12 >>but these modules don't get loaded at boot time.
13 >
14 > Looking in my /etc/conf.d/modules there are
15 >
16 > # for a list of modules and their options.
17 > modprobe vboxdrv
18 > modprobe vboxnetflt
19 > modprobe vboxnetadp
20 > modprobe vboxpci
21 >
22 > Hm? ;)
23 >
24 > Hartmut
25 >
26 >
27
28 You want to verify the way you built and installed your external
29 modules against this doc,
30 https://www.kernel.org/doc/Documentation/kbuild/modules.txt.
31 See if you overlooked anything.