使用命令查看系统日志:less /var/log/syslog
May 22 16:20:04 lan-PC console-kit-daemon[7092]: console-kit-daemon[7092]: GLib-CRITICAL: Source ID 16 was not found when attempting to remove it
May 22 16:20:04 lan-PC console-kit-daemon[7092]: GLib-CRITICAL: Source ID 16 was not found when attempting to remove it
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) starting connection 'English'
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
May 22 16:20:08 lan-PC NetworkManager[813]: (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
May 22 16:20:08 lan-PC NetworkManager[813]: (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0/wireless): access point 'English' has security, but secrets are required.
May 22 16:20:08 lan-PC NetworkManager[813]: (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
May 22 16:20:08 lan-PC NetworkManager[813]: (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
May 22 16:20:08 lan-PC NetworkManager[813]: (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0/wireless): connection 'English' has security, and secrets exist. No new secrets needed.
May 22 16:20:08 lan-PC NetworkManager[813]: Config: added 'ssid' value 'English'
May 22 16:20:08 lan-PC NetworkManager[813]: Config: added 'scan_ssid' value '1'
May 22 16:20:08 lan-PC NetworkManager[813]: Config: added 'key_mgmt' value 'WPA-PSK'
May 22 16:20:08 lan-PC NetworkManager[813]: Config: added 'auth_alg' value 'OPEN'
May 22 16:20:08 lan-PC NetworkManager[813]: Config: added 'psk' value ''
May 22 16:20:08 lan-PC NetworkManager[813]: Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
May 22 16:20:08 lan-PC NetworkManager[813]: Couldn't disconnect supplicant interface: This interface is not connected.
May 22 16:20:08 lan-PC NetworkManager[813]: Couldn't disconnect supplicant interface: This interface is not connected.
May 22 16:20:08 lan-PC NetworkManager[813]: Config: set interface ap_scan to 1
May 22 16:20:34 lan-PC NetworkManager[813]: Activation (wlan0/wireless): association took too long, failing activation.
May 22 16:20:34 lan-PC NetworkManager[813]: (wlan0): device state change: config -> failed (reason 'ssid-not-found') [50 120 53]
May 22 16:20:34 lan-PC NetworkManager[813]: Activation (wlan0) failed for connection 'English'
May 22 16:20:34 lan-PC NetworkManager[813]: (wlan0): device state change: failed -> disconnected (reason 'none') [120 30 0]
May 22 16:20:34 lan-PC NetworkManager[813]: (wlan0): deactivating device (reason 'none') [0]
May 22 16:20:34 lan-PC NetworkManager[813]: (wlan0): supplicant interface state: scanning -> disconnected
May 22 16:20:34 lan-PC NetworkManager[813]: Couldn't disconnect supplicant interface: This interface is not connected.
解决办法:sudo gedit /etc/modprobe.d/iwlwifi.conf
在文件末尾加入:options iwlwifi 11n_disable=1即可。