|
发表于 2004-2-1 19:49:07
|
显示全部楼层
回复: modules.conf如何写啊?
最初由 qhgary 发表
我看了看我主系统里面的,好多东西啊
这怎么写呢?有哪些module都不知道啊,总不会make menuconfig,用笔一个一个抄下来吧
All compiled modules lie in direcotry /lib/modules/<kernel-version>/kernel.
For example, you can have a look at ext3 filesystems modules running:
ls /lib/modules/2.4.22-1.2115.nptl/kernel/fs/ext3/
You should make some module auto-loaded by system adding a line in below format:
alias <device> <module>
To confirm a specific device name, refer to device.txt in kernel source directory. |
|