Date: Thu, 30 Mar 2006 12:48:13 -0300 From: JoaoBR <joao@matik.com.br> To: "Scot Hetzel" <swhetzel@gmail.com> Cc: wpaul@freebsd.org, sam@freebsd.org, freebsd-stable@freebsd.org Subject: Re: problem with ndis/wlan/pci since after 6.0-B5 to releng_6 Message-ID: <200603301248.14668.joao@matik.com.br> In-Reply-To: <790a9fff0603300731k164205dbob1fbaf928ecde4e4@mail.gmail.com> References: <200603301144.50612.joao@matik.com.br> <790a9fff0603300731k164205dbob1fbaf928ecde4e4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 30 March 2006 12:31, Scot Hetzel wrote: > > > > This button blinks normally when the radio is on but not > > connected/associates and stays on when connected > > > > This was so until 6.0-Beta5, after this the led is dead > > > > Are you useing wpa_supplicant (i.e. ifconfig_ndis=3D"WPA DHCP") for this > wireless connection? > no, I don't It doesn't even matter what kind of wireless settings (mode|media|wep) I use my radio is working and the button is also working (it's turn-off-function)= =20 but not the led thank's for answering Jo=E3o > > NDIS: Failed to get adapter list (PacketGetAdapterNames) > Failed to initialize driver interface > > This error is caused by the MFC of wpa_supplicant to version 0.4.8. > And the wrong return values being returned by PacketGetAdapterNames. > > In usr.sbin/wpa/wpa_supplicant/Packet32.c, the PacketGetAdapterNames > routine should be returning boolean value, but instead it is returning > a zero, EIO, ENOSPC, and ENOMEM. > > You need to replace the return(0) with return(TRUE), and you also > need to replace return([EIO,ENOSPC,ENOMEM]) with return(FALSE). A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603301248.14668.joao>