El día Friday, October 29, 2010 a las 07:07:18AM +0000, Paul B Mahol escribió:
> On Fri, Oct 29, 2010 at 6:34 AM, Scot Hetzel <[email protected]> wrote: > > On Fri, Oct 29, 2010 at 12:59 AM, Matthias Apitz <[email protected]> wrote: > >> I booted the 8-CURRENT this morning, loaded the module with kldload(8) and > >> wlan0 came up by its own (I did not realized this yesterday). I have in > >> rc.conf: > >> > >> wlans_ndis0="wlan0" > >> ifconfig_wlan0="WPA DHCP" > >> > >> wpa_supplicant(8) started after kldload, and associated the > >> interface with my AP; had to do the DHCP by hand, don't know why? > >> > > The problem is that the Broadcom NDIS driver is generating connection > > events, but nothing is relaying that information to the wpa_supplicant > > daemon. Since the wpa_supplicant daemon doesn't see a connection > > event, it retries connecting > > > > I had created a patch in PR 113915 which solves this problem: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=113915 > > > > Give it a try, if it solves your problem submit a followup to the PR. > > Hmm, ndis_events are required if you use -Dndis and wpa/rsn and need > to get event of PMKIDs. > For other uses it is of no use. The wpa_supplicant(8) which comes up after loading the NDIS kmod with kldload(8) is launched with -Dndis; I checked this this morning; will try the patch proposed by Scott; matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e <[email protected]> - w http://www.unixarea.de/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
