LinuxQuestions.org
Review your favorite Linux distribution.
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 05-09-2015, 05:23 PM   #1
nukkkinz
LQ Newbie
 
Registered: May 2015
Posts: 1

Rep: Reputation: Disabled
Network Manager States That I Am Connected, But I Cannot Connect To Any Webpage


Hey all,

I just did a Debian minimal install and am using the package network-manager-gnome to manage wifi. I should also mention I'm running OpenBox. Anyway, network-manager shows up just fine in my systemtray and it lets me connect and displays that I am connected in the system tray. However, when I try to connect to a website it will just say "connecting" for a very long time before timing out. Note that my ethernet works perfectly.

If it helps, this is what shows up in iwconfig after I've "connected" to a network through network-manager:

Code:
wlan0     IEEE 802.11abgn  ESSID:"The Stack Resident Wifi"  
          Mode:Managed  Frequency:5.24 GHz  Access Point: 54:3D:37:02:A5:CC   
          Bit Rate=13 Mb/s   Tx-Power=15 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=33/70  Signal level=-77 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:154   Missed beacon:0
I've searched in many places and I couldn't find someone who had a similar problem. Any help would be awesome. Thanks!
 
Old 05-09-2015, 07:55 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,806

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Some more information would be useful to get a more definitive picture
Code:
ip addr
Code:
netstat -r
Code:
grep -i name /etc/resolv.conf
 
Old 05-09-2015, 08:27 PM   #3
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
How far away are you from the access point? Post the output of ifconfig. It would give you your gateway. Try pinging that directly from the terminal to see if it is reachable.
 
Old 05-09-2015, 08:58 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
When I installed Debian I had the same problem until I installed the firmware.
After I installed the non-free firmware for my chipset and rebooted my wifi connection worked.

https://wiki.debian.org/WiFi
https://packages.debian.org/wheezy/f...-linux-nonfree
 
1 members found this post helpful.
Old 05-09-2015, 10:16 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Are you using a static or DHCP ip address?

As DJ Shaji suggested, post the output of ifconfig, being sure to surround them with "Code" tags which become available when you click the "Go Advanced" button at the bottom of the "compose post" window. That will give us some concrete information to go on.
 
Old 05-10-2015, 02:06 PM   #6
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
Actually post the output of lspci as well. Seeing that it is a wifi card, a firmware issue could very well be the cause. I'll be an uncle's monkey if it isn't a BCM 4313 chipset
 
Old 05-10-2015, 02:46 PM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,806

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
The OP's first post showed that the station was associated. That won't happen without firmware AFAIU.
 
Old 05-10-2015, 05:56 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ferrari View Post
The OP's first post showed that the station was associated. That won't happen without firmware AFAIU.
Is this the indication that the station is associated thus leading you to know that the firmware is already installed?

Code:
 Mode:Managed  Frequency:5.24 GHz  Access Point: 54:3D:37:02:A5:CC   
          Bit Rate=13 Mb/s   Tx-Power=15 dBm
 
Old 05-10-2015, 06:26 PM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,806

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Yes, that is what I was referring to.
 
Old 05-10-2015, 06:47 PM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,806

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Like others have since suggested, I wanted to see IP configuration and DNS information, since it may just be a name server that is required.
 
  


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
[SOLVED] Can not connected to a AP use Slackware 14.1 network manager zw963 Slackware 6 11-16-2013 05:20 AM
Fedora 13 Network Interface fails to connect after starting network manager crazy eddy Linux - Networking 2 06-15-2010 09:47 AM
want ubuntu 8.10 to connect to network on BOOT, but still have Network Manager work monkeyman2000 Ubuntu 0 02-13-2009 03:22 PM
Unable to connect to wifi network with network manager. Poss authorization issue openSauce Linux - Networking 14 12-13-2008 10:05 AM
How do i connect to www? (get connected to network) kveldalf Amigo 15 02-10-2005 09:14 AM

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

All times are GMT -5. The time now is 07:08 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