Re: problem with ndis/wlan/pci since after 6.0-B5 to releng_6
- From: JoaoBR <joao@xxxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 12:48:13 -0300
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="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)
but not the led
thank's for answering
João
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
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- References:
- problem with ndis/wlan/pci since after 6.0-B5 to releng_6
- From: JoaoBR
- Re: problem with ndis/wlan/pci since after 6.0-B5 to releng_6
- From: Scot Hetzel
- problem with ndis/wlan/pci since after 6.0-B5 to releng_6
- Prev by Date: Re: ntpdate
- Next by Date: Re: ntpdate
- Previous by thread: Re: problem with ndis/wlan/pci since after 6.0-B5 to releng_6
- Index(es):