初装系统时,网卡能自动激活。
自从设置pppoeconf拨号上网后,网卡就不自动激活了。。
每次重启都要去激活网卡,然后再设置pppoeconf。实在麻烦。。
谁能帮帮我阿。。。
[问题]求助..如何让网卡自动激活。。
- laborer
- 帖子: 1016
- 注册时间: 2005-10-25 11:15
- 联系:
你看看/etc/network/interfaces是不是我这样的:
代码: 全选
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
iface eth0 inet dhcp
-
- 帖子: 11
- 注册时间: 2005-11-20 17:37