Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /etc/modules, 2.6, and 3.0
Date: Sun, 04 Sep 2011 13:10:33
Message-Id: 4E637883.2090309@orlitzky.com
In Reply to: [gentoo-user] /etc/modules, 2.6, and 3.0 by felix@crowfix.com
1 On 09/03/2011 02:25 PM, felix@×××××××.com wrote:
2 > Upgrading /etc/modules, I notice it has 2_6 for all its examples;
3 > should this be changed to 3_0 if running a 3.0 kernel? I am going to
4 > expand it with both, for the time being, but all the gentoo.org docs
5 > still show 2_6, and it made me think, always a confusing misstep.
6 >
7
8 You can also drop the version number entirely, e.g.,
9
10 modules="${modules} powernow-k8"
11 module_powernow_k8_args=""
12
13 modules="${modules} r8169"
14 module_r8169_args=""
15
16 ...