On 09/03/2011 02:25 PM, [email protected] wrote: > Upgrading /etc/modules, I notice it has 2_6 for all its examples; > should this be changed to 3_0 if running a 3.0 kernel? I am going to > expand it with both, for the time being, but all the gentoo.org docs > still show 2_6, and it made me think, always a confusing misstep. >
You can also drop the version number entirely, e.g.,
modules="${modules} powernow-k8"
module_powernow_k8_args=""
modules="${modules} r8169"
module_r8169_args=""
...

