Hi,
I'm using debian squeeze (debian 6) and trying to add a Planet WNL-U555HA high power wifi dongle:
http://www.planet.com.tw/en/product/...t.php?id=37435
The problem I have is that the adapter doesnt connect to wifi networks, except for my android mobile's hotspot.
lsusb gives:
Code:
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 044e:3017 Alps Electric Co., Ltd BCM2046 Bluetooth Device
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 0bda:8171 Realtek Semiconductor Corp. RTL8188SU 802.11n WLAN Adapter
Bus 001 Device 003: ID 05ca:18b6 Ricoh Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
so the dongle uses the RTL8188SU cheapset.
Following the debian wiki, I've installed the realtek nonfree firmware. The module is r8192s_usb.
The dongle is detected and the LED goes on, but as mentioned it doesnt connect to any wifi network around, EXCEPT for my android mobile when set to be a hotspot.
Below is the relevant excerpt from /var/log/syslog when trying to connect to a wifi network "wifi1":
Code:
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) starting connection 'Auto wifi1'
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> (wlan1): device state change: 3 -> 4 (reason 0)
Aug 1 22:10:13 mylap kernel: [ 868.087803] rtl819xU:==>SetBWModeCallback8192SUsbWorkItem() Switch to 20MHz bandwidth
Aug 1 22:10:13 mylap kernel: [ 868.087809]
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) Stage 1 of 5 (Device Prepare) scheduled...
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) Stage 1 of 5 (Device Prepare) started...
Aug 1 22:10:13 mylap kernel: [ 868.102471] rtl819xU:<==SetBWModeCallback8192SUsbWorkItem()
Aug 1 22:10:13 mylap kernel: [ 868.102487] =================>ieee80211_authentication_req():auth->algorithm is 0
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) Stage 2 of 5 (Device Configure) scheduled...
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) Stage 1 of 5 (Device Prepare) complete.
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> (wlan1): supplicant connection state: completed -> disconnected
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) Stage 2 of 5 (Device Configure) starting...
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> (wlan1): device state change: 4 -> 5 (reason 0)
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1/wireless): connection 'Auto wifi1' requires no security. No secrets needed.
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Config: added 'ssid' value 'wifi1'
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Config: added 'scan_ssid' value '1'
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Config: added 'key_mgmt' value 'NONE'
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Activation (wlan1) Stage 2 of 5 (Device Configure) complete.
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> Config: set interface ap_scan to 1
Aug 1 22:10:13 mylap kernel: [ 868.134759] Association response status code 0xc
Aug 1 22:10:13 mylap kernel: [ 868.134790] ===>ieee80211_associate_procedure_wq(), chan:6
Aug 1 22:10:13 mylap NetworkManager[1298]: <info> (wlan1): supplicant connection state: disconnected -> scanning
Aug 1 22:10:13 mylap kernel: [ 868.184814] rtl819xU:==>SetBWModeCallback8192SUsbWorkItem() Switch to 20MHz bandwidth
Aug 1 22:10:13 mylap kernel: [ 868.184819]
Aug 1 22:10:13 mylap kernel: [ 868.199364] rtl819xU:<==SetBWModeCallback8192SUsbWorkItem()
Aug 1 22:10:13 mylap kernel: [ 868.199386] =================>ieee80211_authentication_req():auth->algorithm is 0
Aug 1 22:10:13 mylap kernel: [ 868.254372] Association response status code 0xc
Aug 1 22:10:13 mylap kernel: [ 868.259731] Association response status code 0xc
Aug 1 22:10:13 mylap kernel: [ 868.259731] Association response status code 0xc
Aug 1 22:10:15 mylap kernel: [ 869.674826] ===>ieee80211_associate_procedure_wq(), chan:6
Aug 1 22:10:15 mylap kernel: [ 869.714851] rtl819xU:==>SetBWModeCallback8192SUsbWorkItem() Switch to 20MHz bandwidth
Aug 1 22:10:15 mylap kernel: [ 869.714857]
Aug 1 22:10:15 mylap kernel: [ 869.729617] rtl819xU:<==SetBWModeCallback8192SUsbWorkItem()
Aug 1 22:10:15 mylap kernel: [ 869.729640] =================>ieee80211_authentication_req():auth->algorithm is 0
Aug 1 22:10:15 mylap kernel: [ 869.729670] ===>ieee80211_associate_procedure_wq(), chan:6
Aug 1 22:10:15 mylap kernel: [ 869.751370] rtl819xU:rtl8192_qos_association_resp: network->flags = 2,0
Aug 1 22:10:15 mylap kernel: [ 869.751378]
Aug 1 22:10:15 mylap kernel: [ 869.768596] rtl819xU:==>SetBWModeCallback8192SUsbWorkItem() Switch to 20MHz bandwidth
Aug 1 22:10:15 mylap kernel: [ 869.768605]
Aug 1 22:10:15 mylap kernel: [ 869.768623] rtl819xU:qos active process with associate response received
Aug 1 22:10:15 mylap kernel: [ 869.768629]
Aug 1 22:10:15 mylap kernel: [ 869.783356] rtl819xU:<==SetBWModeCallback8192SUsbWorkItem()
Aug 1 22:10:15 mylap kernel: [ 869.783377] =================>ieee80211_authentication_req():auth->algorithm is 0
Aug 1 22:10:15 mylap kernel: [ 869.783402] Associated successfully
Aug 1 22:10:15 mylap kernel: [ 869.783411] Using G rates:108
Aug 1 22:10:15 mylap kernel: [ 869.783420] Successfully associated, ht not enabled(0, 1)
Aug 1 22:10:15 mylap kernel: [ 869.783429] =====>rtl8192SU_link_change 1
Aug 1 22:10:15 mylap wpa_supplicant[1314]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Aug 1 22:10:15 mylap kernel: [ 869.784618] <=====rtl8192SU_link_change 2
Aug 1 22:10:15 mylap kernel: [ 869.784631] ============>normal associate
Aug 1 22:10:15 mylap NetworkManager[1298]: <info> (wlan1): supplicant connection state: scanning -> disconnected
Aug 1 22:10:15 mylap kernel: [ 869.852140] rtl819xU:rtl8192_qos_association_resp: network->flags = 2,0
Aug 1 22:10:15 mylap kernel: [ 869.852148]
Aug 1 22:10:15 mylap kernel: [ 869.852194] rtl819xU:qos active process with associate response received
Aug 1 22:10:15 mylap kernel: [ 869.852201]
Aug 1 22:10:15 mylap kernel: [ 869.852228] Associated successfully
Aug 1 22:10:15 mylap kernel: [ 869.852237] Using G rates:108
Aug 1 22:10:15 mylap kernel: [ 869.852246] Successfully associated, ht not enabled(0, 1)
Aug 1 22:10:15 mylap kernel: [ 869.852255] =====>rtl8192SU_link_change 1
Aug 1 22:10:15 mylap kernel: [ 869.855742] =============>ARFR0+rate_index*4:0x5
Aug 1 22:10:15 mylap wpa_supplicant[1314]: No network configuration found for the current AP
Aug 1 22:10:15 mylap wpa_supplicant[1314]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Aug 1 22:10:15 mylap kernel: [ 869.865116] <=====rtl8192SU_link_change 2
Aug 1 22:10:15 mylap kernel: [ 869.865129] ============>normal associate
Aug 1 22:10:15 mylap kernel: [ 869.866197] Linking with wifi2,channel:6, qos:0, myHT:1, networkHT:1, mode:10
So after some events, the connection is dropped and the the adapter connects to the mobile hotspot wifi ("wifi2").
I am able to connect to "wifi1" with the laptop onboard adapter, so that network is functioning. It is an open network (no encryption).
Any suggestions how to get the adapter to connect?
TIA