public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Niggli <m.niggli@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ath5k and wpa_supplicant
Date: Tue, 02 Jun 2009 00:32:05 +0200	[thread overview]
Message-ID: <4A2456E5.2020905@gmail.com> (raw)
In-Reply-To: <200906011951.39944.michaelkintzios@gmail.com>

Mick wrote:
> On Monday 01 June 2009, Michael Niggli wrote:
>   
>> Mick wrote:
>>     
>>> Hi All,
>>>
>>> Until gentoo-sources-2.6.29-r5 came out I was able to use my ath5 card
>>> with wpa_supplicant.  My /etc/conf.d/net contained:
>>> =============================================
>>> modules=( "wpa_supplicant" )
>>> wpa_supplicant_ath0="-Dmadwifi"
>>> =============================================
>>> [snip]
>>>       
>> Hi Mick
>>
>> You might want to try and change
>>      wpa_supplicant_ath0="-Dmadwifi"
>> to
>>      wpa_supplicant_ath0="-Dwext"
>>
>> Works like a charm over here :-)
>>     
>
> Thanks Michael, I did try it, but I am not sure if wpa_supplicant is meant to 
> work with kernel modules or with external modules ... or with both?
>   
It should work with both - from its perspective, there shouldn't be any
difference between in-kernel or an external module, actually :-)

So if it doesn't work already with -Dwext, you might want to make sure
/etc/wpa_supplicant/wpa_supplicant.conf is properly configured
(wpa_supplicant usually doesn't automatically pick up networks it is not
configured for).

man wpa_supplicant.conf helps here :-)

A minimal configuration for an unencrypted network might look like

   ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
   network={
           ssid="your-essid"
           key_mgmt=NONE
   }


Hope that helps.

Regards
Michael



  reply	other threads:[~2009-06-01 22:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-01 14:46 [gentoo-user] ath5k and wpa_supplicant Mick
2009-06-01 17:15 ` Michael Niggli
2009-06-01 18:51   ` Mick
2009-06-01 22:32     ` Michael Niggli [this message]
2009-06-01 22:55   ` Neil Bothwick
2009-06-02  5:31     ` Mick
2009-06-02 10:18       ` Stroller
2009-06-02 10:22       ` Neil Bothwick
2009-06-02 10:35         ` Mick
2009-06-02 12:24           ` Mick
2009-06-02 16:09             ` Neil Bothwick
2009-06-03  6:14               ` Mick
2009-06-03  7:54                 ` Neil Bothwick
2009-06-03 15:56             ` Paul Hartman
2009-06-05 14:06               ` Mick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A2456E5.2020905@gmail.com \
    --to=m.niggli@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox