Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
安装步骤的一个疑问。
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese)
View previous topic :: View next topic  
Author Message
drongh
n00b
n00b


Joined: 08 Apr 2012
Posts: 1

PostPosted: Sun Apr 08, 2012 3:02 pm    Post subject: 安装步骤的一个疑问。 Reply with quote

Quote:
配置模块

您应该在/etc/modules.autoload.d/kernel-2.6中列出您需要自动加载的模块。如果您愿意,您也可以加上模块的选项。

要查看所有可用的模块,运行如下的find命令。不要忘记把“<kernel version>”替换成你刚编译好的内核版本:

代码 5.1: 查看所有可用的模块

# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less

例如,要自动加载3c59x.ko模块,编辑kernel-2.6文件然后写入模块的名字。

代码 5.2: 编辑/etc/modules.autoload.d/kernel-2.6

# nano -w /etc/modules.autoload.d/kernel-2.6

代码 5.3: /etc/modules.autoload.d/kernel-2.6

3c59x


上面这段在安装过程中怎么弄,我查了其他的,好像没必要搞这个。
Back to top
View user's profile Send private message
heroxbd
Developer
Developer


Joined: 11 Dec 2011
Posts: 31
Location: Kamioka, Hida, Japan

PostPosted: Tue Apr 24, 2012 2:33 am    Post subject: Reply with quote

hi 欢迎使用 gentoo :)

如果你没有需要自动加载的模块,就可以跳过
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum