Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Loading, modules, via, /ec/conf.d/modules, minimalisticly
Date: Sun, 10 May 2015 09:12:19
Message-Id: 20150510091208.GA4144@solfire
1 Hi,
2
3 I need to load some extra modules "manually" when
4 my Linux box boots to get access to an embedded
5 system. These modules need to be added to
6 /etc/conf.d/modules for various reasons.
7
8 The modules are:
9
10 ipt_MASQUERADE 1037 2
11 nf_nat_masquerade_ipv4 1785 1 ipt_MASQUERADE
12 iptable_nat 1578 1
13 nf_nat_ipv4 4811 1 iptable_nat
14 nf_nat 11442 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
15 nf_conntrack_ipv4 11964 1
16 nf_defrag_ipv4 1395 1 nf_conntrack_ipv4
17 nf_conntrack 61998 4 nf_nat,nf_nat_ipv4,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
18
19
20 How can I distinguish those modules from this list, which need
21 to be listed in /etc/conf.d/modules from those, which get pulled in by
22 these?
23
24 Best regards
25 mcc

Replies

Subject Author
Re: [gentoo-user] Loading, modules, via, /ec/conf.d/modules, minimalisticly "Stephan Müller" <fruktopus@×××××.com>