LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-17-2013, 08:19 AM   #1
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Rep: Reputation: Disabled
Question Network connection problems


I recently got Ubuntu using Linux Pendrive, and all features are perfect, except for one small thing, I can't connect to the internet. In reference to the replies I will probably get I did go into the network dialog box, type in all the information and my network isn't secured (I live in the country 400 yards away from the road.) So it should connect. Long story short, I had my genius computer brothers come over and still it won't work. Both my brothers tried a whole bunch of stuff in the terminal and MC but I still wouldn't work. I am on a Dell Inspiron 1520. What I believe it is, is that Ubuntu doesn't know that the network driver exists. Thanks for looking into this for me!
 
Old 08-17-2013, 12:14 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,670

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Welcome to LinuxQuestions.

Do you know what stuff your brothers tried?

There are many threads that show how to install the latest drivers for the broadcom wireless chipsets.

http://ubuntuforums.org/showthread.php?t=2154459
 
Old 08-17-2013, 12:34 PM   #3
climaxnix
LQ Newbie
 
Registered: Nov 2004
Distribution: Debian GNU/Linux
Posts: 12

Rep: Reputation: 2
is the problem at wired and/or wireless connection?
 
Old 08-17-2013, 08:59 PM   #4
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Original Poster
Rep: Reputation: Disabled
phisical connection/old driver stuff

There is no connection problem due to the fact that I am using Windows installed on my C: drive and wireless is working fine. As to the commands my brothers performed in the Terminal I am not sure. I will send them an Email asking them what it was.
 
Old 08-17-2013, 09:03 PM   #5
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Original Poster
Rep: Reputation: Disabled
I believe I have found my problem thanks to the the Ubuntu forum. I appreciate it and will see when I try it. I will keep you posted. Thanks for the fast feedback!
 
Old 08-19-2013, 02:25 PM   #6
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Original Poster
Rep: Reputation: Disabled
Ok...I tried this stuff...and it didn't work...
 
Old 08-19-2013, 02:43 PM   #7
climaxnix
LQ Newbie
 
Registered: Nov 2004
Distribution: Debian GNU/Linux
Posts: 12

Rep: Reputation: 2
when i asked

Quote:
is the problem at wired and/or wireless connection?
i was not trying to figure out if the connection from a windows machine is ok or not.

what i was trying to figure out was if you were able to connect to your network with a wired connection from Ubuntu?

if it is so then you problem will not be named as Network connection problem but Wireless Network connection problem .

and this is most probably due to a firmware problem.
 
Old 08-21-2013, 08:28 PM   #8
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Original Poster
Rep: Reputation: Disabled
Oh, sorry, misunderstood. I can't connect in Ubuntu. Wireless or wired. So...yeah...
 
Old 08-27-2013, 09:53 PM   #9
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Post the output of:
Code:
lspci
This will list all of the devices on your computer, including your ethernet and wireless devices.
Also post the output of:
Code:
lsmod
This will list all of the drivers that are in use on your system.
This way we can determine if you have the proper drivers installed on your system for your internet connection to work.

You should try to connect via a wired connection first if you can, since this has fewer variables. Then once you are online with a wired connection you can work on the wireless if that is what you prefer to use.
 
1 members found this post helpful.
Old 08-28-2013, 07:20 AM   #10
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks Tommcd, I did what you told me and it said that the wired driver was there but the wireless one was missing and it told me the link right to download it. I plugged in with an Ethernet cable and installed it and wireless works great! Thanks for the help everybody!!
 
Old 09-03-2013, 08:19 AM   #11
mikinator
LQ Newbie
 
Registered: Aug 2013
Location: A hop, skip, and a jump from somewhere!
Distribution: Ubuntu, Mint, Xbuntu, Debian, Lubuntu, Windows XP, Windows Vista, Windows 7, Windows 8/8.1
Posts: 7

Original Poster
Rep: Reputation: Disabled
Ok...I did some research and I found the problem and soulution...
-Open terminal type in
sudo apt-get update
sudo apt-get install bcmwl-kernel-source

and that did it for me, it connected with no problem...
 
Old 09-03-2013, 08:25 AM   #12
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,670

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Thanks for posting back that you resolved your problem. You can mark it solved via thread tools pull down menu at the top of the page.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
wireless connection problems & now lost lan connection & network manager wont work Rainbowserpant Linux - Wireless Networking 2 09-02-2009 04:00 AM
network connection problems adelin2 Linux - Networking 2 11-26-2008 07:33 AM
Wireless Network Connection Problems moger Fedora 1 09-04-2005 07:51 PM
sporadic network problems on direct connection pfunk Linux - Networking 0 10-14-2004 03:09 PM
internet/network connection problems denster23 Linux - Networking 3 06-07-2002 09:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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