LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-01-2015, 08:48 PM   #1
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Rep: Reputation: Disabled
Unhappy Setting up WIFI with Belkin AC1200 router


I am trying to get WIFI to work on my Raspberry PI and seem to hit a brick wall. The wireless router works fine with Windows 7 computers, and I can connect the Raspberry through Ethernet, but not through WiFi. So far, I have not been able to get much help. The setup instructions on Ubuntu Linux did not work either. Still trying to get answers from Belkin, but it could be that the cheap USB wireless stick that came with the Raspberry kit could be a problem as well. Anyone successfully mastered this?
 
Old 10-02-2015, 07:34 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Welcome to LinuxQuestions.

If you just purchased the kit then I assume it is a model 2 and came with a compatible wireless adapter? Did you also purchase a memory card with a NOOBS setup or did you install something else? The latest version of Raspian does have a GUI wireless setup wizard that works. The adapter could be bad but without knowing what operating system is installed and what steps you have tried it is difficult to say where the problem lies. I doubt it is a router problem.
 
Old 10-02-2015, 08:00 AM   #3
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
I purchased the Raspberry Pi model B about December last year with the memory card and the wireless adapter included in the complete kit. At that time I tried to get the WiFi going, but had more important things to do since the Ethernet connection worked fine, but that cable on the floor is a pain. The operating system is the Raspian Linux that came with the memory card. I concur that the router is most likely not the problem, even though the setup might be. The wireless adapter at least shows some life because there is some blinking going on in it. I would be more than happy to purchase another wireless adapter if there is a better one, or install a new version of the operating system. For that I would need some serious instructions, though; I purposely avoided that by buying a kit that included the memory card to get started.
 
Old 10-02-2015, 08:51 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Was the memory card a NOOBS setup? The latest version of Raspian does have a wifi configuration wizard that can be accessed from the desktop. If there isn't an icon on the desktop then try updating.

sudo apt-get update
 
Old 10-02-2015, 10:10 AM   #5
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Yes, the memory card was a NOOBS setup. I just tried the update and there were obviously some updates, but I am confused, does sudo apt-get update actually install those updates as well, or does it just download them? At any rate, there is no change to the wireless connection, the WPA-GUI says WPS-AP-AVAILABLE and scanning after I pushed the button "connect" but that's where it stays with the blue LED in the wireless adapter blinking. With Ethernet cable I have no problems, but without it I just get error messages from Internet sites. By the way, my version Raspian must have been OK, since I was using that WIFI configuration all along. It does recognize my home network, but that's where we are and no further.
 
Old 10-02-2015, 10:26 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
It installs the updates.
The wireless can "see" your network but is not associated i.e. connected?
What do you mean by using the wifi all along?

Have you tried manually configuring the wireless via the GUI i.e. just entering the SSID and WPA key?

Check out this video
https://www.bing.com/videos/search?q...B8D5B868FEFBC1

Last edited by michaelk; 10-02-2015 at 10:27 AM.
 
Old 10-02-2015, 12:53 PM   #7
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Wrong choice of words, what I was trying to say is that I have used the WIFI config wizard from the beginning but did not get anywhere.

On the tab "current status" it says that the adapter is "wlan0" and the network is "@HomeE70D". The status is "scanning" and the last message is "WPS-AP-AVAILABLE". The scanning started when I pushed the "connect" button, but that did not get me any results in the past. Eventually, the scanning stopped after a long time, but it did not connect and I forgot what the message was after that.
The "manage networks" tab shows the available networks, which is one instance of my network enabled and the other disabled. I don't know when my flailing caused the second instance of the network to appear, but removing it last night caused the other instance to be removed as well and I let it slide for right now since the second instance is disabled.
The "WPS" tab has the fields for PIN and AP PIN grayed out and when I pushed the "PBC-push button" I got the message to push the button on the AP, which I had done before and now did again, but that only got me back to the home screen of the WPA-GUI, just as yesterday, with no other changes.

I very much appreciate your patience, but if this is getting nowhere because you are not sitting at my computer, please let me know, since I don't want to wear out my welcome. I have been troubleshooting industrial machines for many years and I know that sometimes remote troubleshooting just is not possible.

Thanks
 
Old 10-02-2015, 02:38 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
No worries. I understand.

I've had my Pi for about 3 months. It runs headless so my only access is via ssh. When I set it up the wifi wizard found my network,I selected it and entered my WPA key. My router does have WPS but I did not use it. If the GUI is not working we can go the command line configuration route.
 
Old 10-02-2015, 06:06 PM   #9
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Looks like going the command line route is the last best hope, Michael. Can you point me to the proper instructions for that?

Welcome to the wonderful world of Raspberry PI; it is really a nice addition to Arduino and I am trying to learn more about its strengths and weaknesses. The PI is definitely undernourished for Internet stuff but should be a wonderful platform for Python programs and data acquisition. I set up my main computer as a dual boot system for Windows 7 and Linux Mint, but have not been able to spend a lot of time on this. I am very suspicious of Windows 10 and will definitely make more time learning Linux.
 
Old 10-02-2015, 07:58 PM   #11
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks for the info, Michael. I will have to come back to this Monday night since my whole weekend is completely booked (I am a pastor). I will let you know after I try these links.
Have a nice weekend, and thanks again.
 
Old 10-05-2015, 09:10 PM   #12
kmeyer5063
LQ Newbie
 
Registered: Oct 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Success! The problem was twofold. First, I saw that I had not properly upgraded the Raspberry by forgetting the command sudo apt-get upgrade in addition to the "update". I got that from one of the links you sent me.

In the meantime I found out that I had not secured my new router, assuming that the password that came with the router was secure. The rude awakening came when I my Internet access slowed down to a snail's pace on Saturday and I found out that someone was mooching my WiFi. After I secured my router and got all my PC's updated I had to quit since my schedule for the weekend was already messed up. Tonight, I tackled the WiFi configuration wizard on the Raspberry, removed all existing networks and then started scanning again, entering the required information into the wizard. Bingo. I am on the Internet with the WiFi connection.

Thanks for your help and for your patience, Michael. I hope that the sweet feeling of success makes up for the frustration of dealing with a newbie.

Have a wonderful evening
Klaus
 
Old 10-05-2015, 09:41 PM   #13
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Just a note for the future, first step with ANY network device, change the passwords immediately upon verifying it works.
 
Old 10-06-2015, 05:27 AM   #14
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Well done.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ADSL WIFI ROUTER, SETTING DIFERENT IP RANGES BETWEEN WIRED and WIFI Corsari Linux - Networking 12 12-12-2012 08:27 AM
Belkin F5D7050 v3 rt73 USB wifi on Debian, can't connect to router cmschuster Linux - Wireless Networking 3 06-23-2012 07:27 AM
LXer: The Small Wonder: Belkin's Connect N150 Wifi Router is Linux-Friendly LXer Syndicated Linux News 0 10-25-2010 02:31 AM
cannot connect to Belkin WiFi Router from laptop network card crmpicco General 2 05-19-2007 04:52 PM
setting up Belkin PCI WiFi card Hotfeet Linux - Wireless Networking 9 03-15-2004 02:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration