|
我用的DELL D620的笔记本,现在wep加密的网络可以正常链接。但是公司的wpa2的网络链接不上
- zhGentoo ~ # wpa_supplicant -Dnl80211 -iwlan0 -c/root/1.conf
- Trying to authenticate with b0:48:7a:4a:5a:e4 (SSID='YEETEC' freq=2437 MHz)
- Trying to associate with b0:48:7a:4a:5a:e4 (SSID='YEETEC' freq=2437 MHz)
- Associated with b0:48:7a:4a:5a:e4
- CTRL-EVENT-DISCONNECTED bssid=b0:48:7a:4a:5a:e4 reason=4
- Failed to initiate AP scan.
- Failed to initiate AP scan.
- Trying to authenticate with b0:48:7a:4a:5a:e4 (SSID='YEETEC' freq=2437 MHz)
- Authentication with b0:48:7a:4a:5a:e4 timed out.
- Failed to initiate AP scan.
- Failed to initiate AP scan.
- Failed to initiate AP scan.
- Failed to initiate AP scan.
- ^CCTRL-EVENT-TERMINATING - signal 2 received
复制代码- zhGentoo ~ # wpa_supplicant -Dwext -iwlan0 -c/root/1.conf
- Trying to associate with b0:48:7a:4a:5a:e4 (SSID='YEETEC' freq=2437 MHz)
- Associated with b0:48:7a:4a:5a:e4
- CTRL-EVENT-DISCONNECTED bssid=b0:48:7a:4a:5a:e4 reason=0
- Trying to associate with b0:48:7a:4a:5a:e4 (SSID='YEETEC' freq=2437 MHz)
- Authentication with b0:48:7a:4a:5a:e4 timed out.
- ioctl[SIOCSIWSCAN]: Device or resource busy
- Failed to initiate AP scan.
- ioctl[SIOCSIWSCAN]: Device or resource busy
- Failed to initiate AP scan.
- ioctl[SIOCSIWSCAN]: Device or resource busy
- Failed to initiate AP scan.
- ioctl[SIOCSIWSCAN]: Device or resource busy
- Failed to initiate AP scan.
复制代码- zhGentoo ~ # eix -I madwifi
- [i] net-wireless/madwifi-ng
- Available versions: 0.9.3.3 0.9.4 (~)0.9.4-r1 0.9.4.4119.20100201 0.9.4.4133.20100621 (~)0.9.4.4136.20110203 {injection kernel_linux}
- Installed versions: 0.9.4.4136.20110203(17时00分15秒 2011年06月01日)(kernel_linux -injection)
- Homepage: http://www.madwifi-project.org/
- Description: Next Generation driver for Atheros based IEEE 802.11a/b/g wireless LAN cards
- [i] net-wireless/madwifi-ng-tools
- Available versions: 0.9.3.3 0.9.4 0.9.4.4119.20100201 0.9.4.4133.20100621 (~)0.9.4.4136.20110203
- Installed versions: 0.9.4.4136.20110203(16时58分57秒 2011年06月01日)
- Homepage: http://www.madwifi-project.org/
- Description: Next Generation tools for configuration of Atheros based IEEE 802.11a/b/g wireless LAN cards
- Found 2 matches.
复制代码- zhGentoo ~ # lspci | grep -i wlan
- 0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
复制代码- # CONFIG_AF_RXRPC is not set
- CONFIG_FIB_RULES=y
- CONFIG_WIRELESS=y
- CONFIG_WIRELESS_EXT=y
- CONFIG_WEXT_CORE=y
- CONFIG_WEXT_PROC=y
- CONFIG_WEXT_SPY=y
- CONFIG_WEXT_PRIV=y
- CONFIG_CFG80211=m
- # CONFIG_NL80211_TESTMODE is not set
- # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
- # CONFIG_CFG80211_REG_DEBUG is not set
- CONFIG_CFG80211_DEFAULT_PS=y
- # CONFIG_CFG80211_DEBUGFS is not set
- # CONFIG_CFG80211_INTERNAL_REGDB is not set
- CONFIG_CFG80211_WEXT=y
- CONFIG_WIRELESS_EXT_SYSFS=y
- CONFIG_LIB80211=y
- CONFIG_LIB80211_CRYPT_WEP=y
- CONFIG_LIB80211_CRYPT_CCMP=y
- CONFIG_LIB80211_CRYPT_TKIP=y
- # CONFIG_LIB80211_DEBUG is not set
- CONFIG_MAC80211=m
- CONFIG_MAC80211_HAS_RC=y
- CONFIG_MAC80211_RC_MINSTREL=y
- CONFIG_MAC80211_RC_MINSTREL_HT=y
- CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
- CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
- CONFIG_MAC80211_MESH=y
- CONFIG_MAC80211_LEDS=y
- # CONFIG_MAC80211_DEBUGFS is not set
- # CONFIG_MAC80211_DEBUG_MENU is not set
复制代码 |
|