|
I have never used kwifi. What happens if you (as root) type
# ifconfig wlan0 up # or whatever is your wlan interface
# iwconfig wlan0 mode Managed
# iwconfig wlan0 essid <your essid>
# dhclient wlan0 # given you have dhcp in the wlan.
You should get different messages about the attempt to get an ip address from servers dhcp daemon, and the ip address itself at the end.
if it fails, type
# iwlist wlan0 scan
and post the output.
Best,
Ott
|