All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: Edward Vidal <develone@sbcglobal.net>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: wpa_supplicant on Raspberry Pi 2B
Date: Fri, 2 Oct 2015 10:56:37 -0400	[thread overview]
Message-ID: <560E9B25.5030303@balister.org> (raw)
In-Reply-To: <1006153332.270433.1443796078701.JavaMail.yahoo@mail.yahoo.com>

On 10/02/2015 10:27 AM, Edward Vidal wrote:
> Hello all,I am using a Wi-Pi wireless adapter. 
> My image has the following packages installed.
> wpa-supplicant-2.4-r0.cortexa7hf_vfp_vfpv4_neon
> wpa-supplicant-cli-2.4-r0.cortexa7hf_vfp_vfpv4_neon
> wpa-supplicant-dev-2.4-r0.cortexa7hf_vfp_vfpv4_neon
> wpa-supplicant-doc-2.4-r0.cortexa7hf_vfp_vfpv4_neon
> wpa-supplicant-passphrase-2.4-r0.cortexa7hf_vfp_vfpv4_neon
> Do I need any additional packages?
> My wired eth0 works okay.
> Which document has the most current information on setting up wireless networking?From the information at 
>  http://trac.gateworks.com/wiki/Yocto/Wireless
> 
> I modified my /etc/wpa_supplicant.conf as below without success.
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=0
> update_config=1
> 

Try modifying /etc/network/interfaces like this:

https://github.com/EttusResearch/meta-ettus/commit/da86e76d116798e386d073a18453aabb6179a09a#diff-063964fa6e41065c7868b13b1b1644eaR11

it seems wireless extensions are deprecated and you should use the
nl80211 driver now.

Philip


> network={
>         scan_ssid=1
>         ssid="myssid"
>         psk="mypsk"
>         proto=WPA
>         key_mgmt=WPA-PSK
> }Below is the results I get when I run iwconfig.
> iwconfig 
> wlan0     IEEE 802.11bgn  ESSID:off/any  
>           Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
>           Retry short limit:7   RTS thr:off   Fragment thr:off
>           Encryption key:off
>           Power Management:off
>           
> lo        no wireless extensions.
> 
> eth0      no wireless extensions.
> Thanks in advance.  Any help is appreciated.
> 
>  Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613
> 
> 
> 


  reply	other threads:[~2015-10-02 15:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 14:27 wpa_supplicant on Raspberry Pi 2B Edward Vidal
2015-10-02 14:56 ` Philip Balister [this message]
2015-10-02 15:08   ` Daniel.
     [not found] <mailman.2882.1443798513.7199.yocto@yoctoproject.org>
2015-10-02 15:34 ` Edward Vidal
2015-10-02 18:18   ` Daniel.
     [not found]     ` <1533093975.464421.1443812908982.JavaMail.yahoo@mail.yahoo.com>
2015-10-02 19:50       ` Daniel.
  -- strict thread matches above, loose matches on Subject: below --
2015-10-02 21:37 Edward Vidal
2015-10-03 16:50 ` Daniel.

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=560E9B25.5030303@balister.org \
    --to=philip@balister.org \
    --cc=develone@sbcglobal.net \
    --cc=yocto@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.