|
发表于 2003-4-2 09:02:45
|
显示全部楼层
gentoo的installation guide21.Final Network Configuration
Add the names of any modules that are necessary for the proper functioning of your system to /etc/modules.autoload file (you can also add any options you need to the same line.) When Gentoo Linux boots, these modules will be automatically loaded. Of particular importance is your ethernet card module, if you happened to compile it as a module:
Code listing 21.1: /etc/modules.autoload
This is assuming that you are using a 3com card.
Check /lib/modules/`uname -r`/kernel/drivers/net for your card.
3c59x
Edit the /etc/conf.d/net script to get your network configured for your first boot:
Code listing 21.2: Boot time Network Configuration
# nano -w /etc/conf.d/net
# rc-update add net.eth0 default
其他问题参考我的签名档... |
|