debian4上网问题。高手帮帮忙
我安装了debian4.0r2,安装时用的是网络镜像安装的。网卡没有问题,网络设置也正确。可就是上不了网,提示说没有网络连接,而且网卡指示灯也不亮。下面是我的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
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
我的网卡是8139d芯片的,在ubuntu和slackware都可以上网