steven111
Posts: 4
Joined: Sat Apr 13, 2013 3:14 pm

No Wifi Config Utility Found

Sat Apr 13, 2013 3:31 pm

Hi everyone,

I'm having difficulty setting up wifi on my Raspberry Pi. Here's the details:
-I bought an Airlink Fully compatible Wireless N 150 Ultra Mini-USB Adapter (AWLL5099), which Amazon reviews seemed to suggest worked fine with RPi
-I just ran

Code: Select all

sudo apt-get update && sudo apt-get upgrade
to get the latest software

-Linux kernal version:

Code: Select all

uname -a

Code: Select all

Linux raspberrypi 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux
-Firmware version:

Code: Select all

/opt/vc/bin/vcgencmd version

Code: Select all

Feb 7 2013 16:46:17 Copyright (c) 2012 Broadcom version 367974 (release)
-The apt sources.list:

Code: Select all

nano /etc/apt/sources.list

Code: Select all

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
So after upgrading everything and restarting, I still don't get the gui Wifi configuration utility (following this Adafruit tutorial: http://learn.adafruit.com/adafruits-ras ... h-raspbian), and thus, am having difficulty getting connected.

Any help is much appreciated. Thanks!

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5623
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: No Wifi Config Utility Found

Sat Apr 13, 2013 8:08 pm

Hi steven,
The adafruit link shows the "desktop link" to the wpa_gui . This is like an icon shortcut in Windows and (I assume) has (accidentally) been deleted in your case. There should be a similar link in the "others" sub-menu of the main utilities button ("swallow-like" on the task bottom left). NB. there are a lot of links/shortcuts there you wil have to scroll down). If it's not there, open a terminal window and on the command line try "/usr/sbin/wpa_gui" (that's what the short cuts link to).
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

steven111
Posts: 4
Joined: Sat Apr 13, 2013 3:14 pm

Re: No Wifi Config Utility Found

Sun Apr 14, 2013 12:08 am

Hey,

Thanks for the suggestion. I checked:

Code: Select all

cd /usr/sbin/
ls
But there was no wpa_gui listed. Is it possible to download it separately? Or is there another wifi config utility out there?

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5623
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: No Wifi Config Utility Found

Sun Apr 14, 2013 8:53 am

steven111 wrote:Hey,

Thanks for the suggestion. I checked:

Code: Select all

cd /usr/sbin/
ls
But there was no wpa_gui listed. Is it possible to download it separately? Or is there another wifi config utility out there?
Hi steven,
Was your original image (before you ran "sudo apt-get update" and "sud apt-get upgrade") a pre-installed one? If so, it probably was of an earlier wheezy image that didn't have the wpa_gui tools etc. Updates and upgrades ONLY affect software that's already installed. To get "completely new" software you need to use "sudo apt-get install foobar" where "foobar" is the "base name" of the software package. I'll check later, when I have more time, what that is for the wpa tools, meanwhile try something like "wpa" or "wpa_gui" or, install the apt-based GUI "synaptic" and use its search facility.
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

User avatar
A1i2T3R
Posts: 99
Joined: Sat Apr 13, 2013 1:08 pm
Location: England - Kent

Re: No Wifi Config Utility Found

Sun Apr 14, 2013 9:19 am

I did all that NO SUCCESS so i just opened up the gui then opened wifi config program and i connect. Although if your wifi dongle requires a driver i am not sure
Enthusiastic pi user, with a hoby for modding everyday objects and using the pi as the brain!

steven111
Posts: 4
Joined: Sat Apr 13, 2013 3:14 pm

Re: No Wifi Config Utility Found

Sun Apr 14, 2013 11:28 am

Hi Trev,
Thanks for the tip, it worked when I used "wpagui"! I entered the following:

Code: Select all

sudo apt-get install wpagui
However, now it's not recognizing my wifi dongle, so I suspect it's a driver issue, but that will be for another message.

Thanks,
Steven

elanie
Posts: 1
Joined: Sat Sep 29, 2018 5:04 am

Re: No Wifi Config Utility Found

Sat Sep 29, 2018 5:09 am

Here are some steps that maybe help you set up wifi Config utility:
Setting up Wifi with the Command Line must follow the above steps
1. Boot the Raspberry Pi without the WiFi adapter plugged in.
2. Open a Terminal session by clicking on the LXTerminal icon, and enter the following command into it.
3. This opens an editor screen of the wifi configuration file you need to change.
4. When you have finished press [ctrl]x.
For more steps and wifi issue visit here https://www.belkinroutersupportnumber.com/

Return to “Troubleshooting”