i3 桌面上网的问题

同志们,最近听说 I3 效率很高,就想试试,没想到一开始就碰到怪问题,WIFI 没法连,以往我都是装的 BROADCOM 的一个驱动,在 KDE 下没什么问题的

# sudo iwconfig 

eth0      no wireless extensions.

eth1      IEEE 802.11abg  ESSID:"Rogers16548-5G"  
          Mode:Managed  Frequency:5.18 GHz  Access Point: F2:F2:49:5E:55:20   
          Bit Rate=866.5 Mb/s   Tx-Power=200 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=67/70  Signal level=-43 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

在 I3 中运行

sudo iwconfig 
eth0	   no wireless extentions.

eth1      IEEE 802.11abg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=200 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          

lo       no wireless extentions.

首先是没有 WLAN0,这个到好说,然后是按照任何网上的办法都没法上网,典型的办法是:

iwconfig eth1 on (这个名字首先就让我感觉烦,为什么我什么都要和别人不一样。。。)
iwlist eth1 scan | less
iwconfig eth1 essid xxx key xxx

这时跳出错误码:
Error for wireless request “Set Encode” (8B2A): SET failed on device eth1; Invalid argument.
有其他的办法吗?

搞了半天就我有这个问题?

在终端运行 nm-applet 试试。

多谢,我在 KDE 联网的状态下输入后结果为:

Unable to init server: Could not connect: Connection refused

(nm-applet:2851): Gtk-WARNING **: cannot open display:

到 i3 下面去运行试试,同时也试试用 root 去运行 nm-applet,一般在平铺桌面环境中我都是用的 nm-applet 来管理网络的。

不要意思,忙别的事一时忘了,在 I3 下结果是一样的。
如果是说进入 SU,再运行,两种的结果也一样,结果如下:

(nm-applet:4192): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:4192): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:4192): GLib-GObject-WARNING **: The property GtkMisc:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:4192): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:4192): nm-applet-WARNING **: Failed to initialize D-Bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

这样的错误提示好像也说明不了什么问题,不太清楚。不过关于 iwconfig 的那个错误我去查了一下,原因是 iwconfig 不支持 WPA/WPA2 加密,具体的可以看 这里 ](http://superuser.com/questions/42460/can-you-explain-how-to-understand-what-the-iwconfig-command-displays-in-ubuntu) ,你可以用 wpa_supplicant 这个命令替换试试。

多謝,我試試,請問各位都不用 I3 的嗎?因為我也是最近聽說 I3 非常少消耗資源才起了歹心的。

离不了鼠标啊
不会用它

感觉 LXDE 消耗的资源也很少,而且操作模式比较正常,稳定性也挺好的。