Problems using usb wireless adapter

PseudoCylon moonlightakkiy at yahoo.ca
Tue Apr 17 05:37:02 UTC 2012


> ------------------------------
>
> Message: 4
> Date: Sun, 15 Apr 2012 23:44:11 +0900
> From: fake fake <four.troublesome.heads at gmail.com>
> Subject: Re: Problems using usb wireless adapter
> To: Erich Dollansky <erichfreebsdlist at ovitrap.com>
> Cc: freebsd-questions at freebsd.org
> Message-ID:
>        <CA+rxiGD2dggApC=NPK13LqcS-nsiM-d=Yy9a6jKfeKTaMexkQA at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
>>> then I configed the several files.
>>> (I use WEP to connect to the internet.)

If you are using WEP, can you try this patch (missing "ic_cipher" at line 2037)?

2037c2037
<               if (k->wk_cipher == IEEE80211_CIPHER_WEP) {
---
>               if (k->wk_cipher->ic_cipher == IEEE80211_CIPHER_WEP) {



AK


More information about the freebsd-questions mailing list