|
|

楼主 |
发表于 2006-7-13 17:27:10
|
显示全部楼层
Post by inness2006
第二个问题,是不是应该先检查一下
/etc/conf.d/net
/etc/modules.autoload.d/kernel-2.6
这两个文件的设置?
两个文件如下:
[PHP]# cat /etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=("192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255")
routes_eth0=("default via 192.168.0.1")[/PHP]
[PHP]# cat /etc/modules.autoload.d/kernel-2.6
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
#
# 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
[/PHP]
我的网卡:
[PHP]# lspci |grep net
00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)[/PHP]
网卡我已经编译进内核了! |
|