发新话题
打印

debian4上网问题。高手帮帮忙

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都可以上网      

TOP

我也遇到过,http://blog.chinaunix.net/u2/60565/showart_475505.html      

TOP

是虚拟拨号的,还是路由上网的?如果是虚拟拨号的应该把那个网关给去掉,以前我用虚拟拨号加那个网关就上不了了,去掉之后就可以,好像是路由的问题。路由的话检查网卡驱动程序加载了没有,lsmod命令可以列出所以加载的驱动。还不行的话载检查其他的问题了。。      

TOP

呵呵解决了,都不是上面提到的问题。原来我的网卡在windows下的一个设置有问题。在网卡的高级属性设置里有一个wake-on-line after shutdown的选项原来是disable的,改成enable就没有问题了。windows关闭的时候自动把网卡激活给关闭了。所以linux就没法激活网卡了。      

TOP

发新话题