|
在gnome中的network-admin(网络)程序无法配置我的x61t网络.
我只能采用修改 cat /etc/network/interfaces进行配置.
但是配置完毕后网络正常.配置文件如下:
art@ThinkPad:/etc$ cat /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
auto eth0
iface eth0 inet static
address 1xx.xx.xx.xx
netmask 255.255.0.0
gateway 1xx.xx.x.xx
auto wlan0
iface wlan0 inet static
wireless-essid art
wireless-key off
address 192.168.0.156
netmask 255.255.240.0
gateway 192.168.4.254
art@ThinkPad:/etc$
发现无法开机自动加载无线网络,需要手工执行
iwconfig wlan0 essid "art"
才可以联通网络.
不知道如何做到自动连接.
并且gnome的network-admin配置失效是什么原因导致的.
大家看看问题出在哪里. |
|