You are not logged in.
Pages: 1
I have a D-Link DWL-510 pcmcia wireless card that uses rtl8180 driver. By now i got it working using ndiswrapper + windows drivers (with some changes). Its ok for simple connections, but if i try to connect to WPA network it fails.
heres the output in /var/log/messages:
Oct 24 20:05:00 metalgear NetworkManager: <info> Activation (wlan0) Stage 2 of
5 (Device Configure) scheduled...
Oct 24 20:05:00 metalgear NetworkManager: <info> Activation (wlan0) Stage 1 of
5 (Device Prepare) complete.
Oct 24 20:05:00 metalgear NetworkManager: <info> Activation (wlan0) Stage 2 of
5 (Device Configure) starting...
Oct 24 20:05:00 metalgear NetworkManager: <info> Activation (wlan0/wireless): a
ccess point 'HOTSPOTUNIT-SEGURO' is encrypted, and a key exists. No new key nee
ded.
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'INTERFAC
E_ADD wlan0 wext /var/run/wpa_supplicant '
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'AP_SCAN
1'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'ADD_NETW
ORK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was '0'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'SET_NETW
ORK 0 ssid 484f5453504f54554e49542d53454755524f'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'SET_NETW
ORK 0 proto WPA'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'SET_NETW
ORK 0 key_mgmt WPA-PSK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'SET_NETW
ORK 0 psk <key>'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: sending command 'ENABLE_N
ETWORK 0'
Oct 24 20:05:00 metalgear NetworkManager: <info> SUP: response was 'OK'
Oct 24 20:05:00 metalgear NetworkManager: <info> Activation (wlan0) Stage 2 of
5 (Device Configure) complete.
Oct 24 20:05:20 metalgear NetworkManager: <info> Activation (wlan0/wireless): a
ssociation took too long (>20s), failing activation.
I tried to build/use the rtl-wifi-svn and rtl8180 packages from AUR but none of them worked.
Does anybody knows how can i fix it?
Offline
Pages: 1