DHCP failing with -Dwext and kernel 2.6.14

Theetjuh theetjuh
Tue Nov 8 15:45:11 PST 2005


Thnx Pedro,

The hwcrypto=0 worked perfectly, the patch didn't btw

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


--


Greetz
Theetjuh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20051109/1a7372b2/attachment.htm 



More information about the Hostap mailing list