|
|
发表于 2004-5-6 23:32:43
|
显示全部楼层
比如我的声卡驱动为cs46xx,在2.6内核里编译为模块,要让他随系统自动加载,就要编辑/etc/modules.autoload.d/kernel-2.6这个文件把cs46xx加入该文件保持即可
- # /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
- # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.$
- #
- # Note that this file is for 2.6 kernels.
- #
- # Add the names of modules that you'd like to load when the system
- # starts into this file, one per line. Comments begin with # and
- # are ignored. Read man modules.autoload for additional details.
- # For example:
- # 3c59x
- pppoe
- 8139too
- 8139cp
- cs46xx
复制代码 |
|