Quote:
|
Originally Posted by TheLK
-
I tried wlassistant, no luck
wpa_supplicant - 1:0.5.10-4.fc8.i386 (installed) (and running in the services)
|
Well, you said that you can perfectly connect to unencrypted WLAN (DHCP) networks, right ?
Then lets make one thing clear: your DHCP settings are ok.
So lets focus at the problems with the encryption layer:
That wpa is running as a service does not necessarily mean that wlassistent (or any other WLAN tool) is actualy using it ...
my tip is:
- make sure you have the right security settings (WPA password etc.) made inside the wlassistent
- start wlassistent as root
- start it in a shell and do not force it into background- so you can see what messages the wlassistent is producing (actualy the tool shows all the wlan-commands it is using in the background)
- check for the call of the wpa-suplicant
- check for error messages
here is like it looks at my laptop ( note the 3 lines:
Using wpa_supplicant driver: wext
WPA client started. Waiting for status...
WPA Authorisation successful.)
cheers
/h.
[root@schleppix heiko]# wlassistant
Loaded application options.
All interfaces: eth0, wlan0, wmaster0
Wireless interface(s): wlan0
Permissions checked.
DHCP Client: dhclient
All executables found.
scan: /sbin/iwlist wlan0 scan
Networks found: 1
Running DHCP client found.
kill_dhcp: /sbin/dhclient -r wlan0
==>stderr: Internet Systems Consortium DHCP Client V3.0.6-Fedora
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:18:de:8b:de:2a
Sending on LPF/wlan0/00:18:de:8b:de:2a
Sending on Socket/fallback
DHCPRELEASE on wlan0 to 192.168.1.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
No pre-connection command specified.
iwconfig_set: /sbin/iwconfig wlan0 mode managed channel 6 key off essid mntlab
iwconfig_ap: /sbin/iwconfig wlan0 ap 00:1A:70

F:F4:34
==>stderr: Failed to connect to wpa_supplicant - wpa_ctrl_open: No such file or directory
Using wpa_supplicant driver: wext
WPA client started. Waiting for status...
WPA Authorisation successful.
ifconfig_dhcp: /sbin/dhclient wlan0
==>stderr: Internet Systems Consortium DHCP Client V3.0.6-Fedora
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:18:de:8b:de:2a
Sending on LPF/wlan0/00:18:de:8b:de:2a
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPOFFER from 192.168.1.1
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.102 -- renewal in 39835 seconds.
No post-connection command specified.