gentoo linux上自动加载内核模块

如果想加入到自动启动的内核模块
看看可用的模块
[ccn lang="bash" tab_size="4" theme="blackboard" width="800"]
find /lib/modules/2.6.31-gentoo-r10/ -type f -iname '*.o' -or -iname '*.ko' | less
nano -w /etc/modules.autoload.d/kernel-2.6
[/ccn]