Thnx Pedro,<br>
<br>
The hwcrypto=0 worked perfectly, the patch didn't btw<br><br><div><span class="gmail_quote">On 11/8/05, <b class="gmail_sendername">Pedro Ramalhais</b> <<a href="mailto:ramalhais@serrado.net">ramalhais@serrado.net</a>
> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Theetjuh wrote:<br>> Hi,<br>><br>><br>> I've got a new laptop, ipw2200 instead of an atheros card, but using the
<br>> same ap's.<br>><br>> slackware 10.2 - kernel 2.6.14<br>> ieee80211 1.1.6<br>> ipw2200 1.0.8<br>> ipw2200-fw 2.4<br>> wpa_supplicant 0.4.6<br>><br>> I'm using wpa-psk with the same router as before, so i copied the
<br>> wpa_supplicant.conf , authentication succees, but dhcp doesn't work,<br>> setting a static ip works.<br>><br>> Disabled the encryption on the router, no wpa_supplicant .... good to go !!<br>><br>> I've tried a few different drivers and kernels, but no go :(
<br>><br>> wpa_cli :<br>> <2>Trying to associate with rr:oo:uu:tt:ee:rr (SSID='blabla' freq=0 MHz)<br>> <2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys<br>> <2>Authentication with 00:00:00:00:00:00 timed out.
<br>> <2>Trying to associate with rr:oo:uu:tt:ee:rr (SSID='blabla' freq=0 MHz)<br>> <2>Associated with rr:oo:uu:tt:ee:rr<br>> <2>WPA: Key negotiation completed with rr:oo:uu:tt:ee:rr [PTK=CCMP GTK=TKIP]
<br>> <2>CTRL-EVENT-CONNECTED - Connection to rr:oo:uu:tt:ee:rr completed (auth)<br>><br>> wpa_supplicant -c/etc/wpa_supplicant.conf -Dwext -ieth0 -dd :<br>> ioctl[SIOCSIWPMKSA]: Operation not supported<br>
> l2_packet_receive - recvfrom: Network is down<br>><br>> Do you guys have any suggestions ?<br>><br>><br>> --<br>><br>><br>> Greetz<br>> Theetjuh<br><br>Try the attached patch, or try loading the ipw2200 module with parameter
<br>hwcrypto=0.<br>--<br>Pedro Ramalhais<br><br><br>--- ipw2200.c 2005-11-06 03:59:14.000000000 +0000<br>+++ ipw2200.c.broadcast_fix 2005-11-08 22:25:16.000000000 +0000<br>@@ -7982,8 +7982,8 @@ static void ipw_rebuild_decrypted_skb(st
<br><br> static inline int ipw_is_broadcast_ether_addr(const u8 * addr)<br> {<br>-
return (addr[0] & 0xff && addr[1] & 0xff &&
addr[2] & 0xff &&<br>-
addr[3] & 0xff && addr[4] & 0xff && addr[5]
& 0xff);<br>+ return ((addr[0] & addr[1] & addr[2] &<br>+
addr[3] & addr[4] & addr[5]) == 0xff);<br> }<br><br> static void ipw_handle_data_packet(struct ipw_priv *priv,<br><br><br></blockquote></div><br><br clear="all"><br>-- <br><br><br>Greetz<br>Theetjuh