Hey peapz,
Running On a Debian kernel 2.6.10
wlsscard Intel ipw2200 (duh)
I installed the driver and firmware and i think it's working fine.
HUGOL:~# dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
HUGOL:~# ifconfig
eth1 Link encap:Ethernet HWaddr 00:0E:35:35:45:81
inet6 addr: fe80::20e:35ff:fe35:4581/64 Scope:Link
UP BROADCAST ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:333 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:10524 (10.2 KiB)
wpa_supplicant v0.3.2
The problem is that I just can't use the card with WPA-PSK with TKIP encryption.
Error message of wpa_supplicant
wpa_driver_hostap_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
Failed to set encryption.
I thought that wpa was supported by now.
wpa_config_file:
ctrl_interface=/var/run/wpa_supplicant # for wpa_cli support
eapol_version=1
network={
proto=WPA
key_mgmt=WPA-PSK
ssid="***********"
psk="************"
}
Or do I have to wait just everyone else.
