LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-29-2010, 01:39 PM   #1
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Rep: Reputation: 5
Thumbs up Unable to connect to internet from ubuntu


Hi All,

I have a new laptop with me and I am unable to connect to internet from It.
i have a wireless router with WLAN connection. I am able to connect from windows 7
But in ubuntu the network manager doesnt show any WLAN connections at all..
I am a newbie and dont know how to start debugging this Issue.
I may like to know,
1. How to ensure that my linux distro has detected network card on my system as the first step
2.Then how to make the wireless connection UP and running.

Thanks in advance
 
Old 09-29-2010, 02:58 PM   #2
janhe
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: slackware64 14.2, slackware 13.1
Posts: 371

Rep: Reputation: 54
Look if the card is working:
Code:
iwconfig
If it isn't working, run this to find which chipset it uses:
Code:
lsusb
or
Code:
lspci
Maybe you need to put "sudo" in front of some of these commands.

Please post the output from these commands
 
Old 09-30-2010, 01:21 PM   #3
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Original Poster
Rep: Reputation: 5
Thanks ..
Please see the output.. It seems it is not detecting anything
Quote:
h@p:~$ iwconfig
lo no wireless extensions.

h@p:~$ lsusb
Bus 002 Device 002: ID 8087:0020
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 413c:8162 Dell Computer Corp.
Bus 001 Device 006: ID 413c:8161 Dell Computer Corp.
Bus 001 Device 005: ID 0bda:0138 Realtek Semiconductor Corp.
Bus 001 Device 004: ID 0c45:641d Microdia
Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 001 Device 002: ID 8087:0020
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
h@p:~$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
02:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]
02:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]
04:00.0 Network controller: Broadcom Corporation Device 4727 (rev 01)
05:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
h@p:~$
 
Old 09-30-2010, 02:14 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by sree_ec View Post
Thanks ..
Please see the output.. It seems it is not detecting anything
It would help if you told us what version/distro of Linux you're using, and what KIND of laptop. And the lspci clearly DID show something:
Quote:
Originally Posted by sree_ec
05:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
Looks like an ethernet/wifi interface to me. Again, tell us what version/distro of Linux, and perhaps we can help. Google might also be able to tell you how to get it working too.
 
Old 09-30-2010, 02:20 PM   #5
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
The Atheros network interface is a problem child. Install the package called MadWifi.
 
Old 09-30-2010, 03:07 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by enyawix View Post
The Atheros network interface is a problem child. Install the package called MadWifi.
Only if you need it. openSUSE works just fine with it, without the MadWifi.
 
Old 09-30-2010, 03:37 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Maybe I am puzzled here, but the Atheros AR8152 is a fast ethernet controller, so why madwifi? It's cable.
The Wireless-Interface in this machine seems to be this:
Quote:
Network controller: Broadcom Corporation Device 4727 (rev 01)
The Broadcom-driver for this chip is not installed by default, it has to be installed using Ubuntus tool for proprietary drivers (sorry, don't know the name, as I'm not using Ubuntu). To do this, your laptop has to be connected to the Internet, so you have to use a wired connection to install the wireless driver.
 
1 members found this post helpful.
Old 09-30-2010, 11:15 PM   #8
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by TB0ne View Post
It would help if you told us what version/distro of Linux you're using, and what KIND of laptop. And the lspci clearly DID show something:


Looks like an ethernet/wifi interface to me. Again, tell us what version/distro of Linux, and perhaps we can help. Google might also be able to tell you how to get it working too.
It is Ubuntu Ultimate Edition
My laptop is DELL Inspiron 14R
I also think that the Broadcom is the WIFI controller in my system. I dont have laptop with me now. So I will confirm looking at the specs as soon as I get near to It

Will MadWifi help?

Last edited by sree_ec; 09-30-2010 at 11:18 PM.
 
Old 09-30-2010, 11:17 PM   #9
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by TobiSGD View Post
Maybe I am puzzled here, but the Atheros AR8152 is a fast ethernet controller, so why madwifi? It's cable.
The Wireless-Interface in this machine seems to be this:
The Broadcom-driver for this chip is not installed by default, it has to be installed using Ubuntus tool for proprietary drivers (sorry, don't know the name, as I'm not using Ubuntu). To do this, your laptop has to be connected to the Internet, so you have to use a wired connection to install the wireless driver.
Thanks for the reply.
Will I be able to download it with Windows 7 and then install later in ubuntu?
 
Old 09-30-2010, 11:39 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by sree_ec View Post
Thanks for the reply.
Will I be able to download it with Windows 7 and then install later in ubuntu?
Sorry, I don't know, as I am not an Ubuntuist. I also have Broadcomm wireless (bcm4312-lpphy) in my laptop, but using Debian I only had to apt-get the firmware-installer from the non-free repos. Installation was done automatically. I think, easiest way to install it is getting your laptop wired.
 
Old 10-01-2010, 01:11 AM   #11
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by TobiSGD View Post
Sorry, I don't know, as I am not an Ubuntuist. I also have Broadcomm wireless (bcm4312-lpphy) in my laptop, but using Debian I only had to apt-get the firmware-installer from the non-free repos. Installation was done automatically. I think, easiest way to install it is getting your laptop wired.
What did you mean by non-free repos?
Can you give me the link from which you tried or the command you tried?

I think apt-get is available in ubuntu....
 
Old 10-01-2010, 08:48 AM   #12
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by sree_ec View Post
What did you mean by non-free repos?
Can you give me the link from which you tried or the command you tried?

I think apt-get is available in ubuntu....
I checked my windowss 7 configuration to see which is my wireless card.

Win7 says it is Broadcom Dw1501 Wireless-N WLAN Half Mini card on PCI 4
 
Old 10-01-2010, 09:38 AM   #13
sree_ec
Member
 
Registered: Sep 2010
Location: world
Distribution: Ubuntu 12.04LTS
Posts: 76

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by TB0ne View Post
Only if you need it. openSUSE works just fine with it, without the MadWifi.
Sorry All, for a quick change over. I changed my OS to OpenSuse 11.3 hoping that something good will happen.. But no change in the state of internet/wlan. Any OpenSuse experts here to help???
 
Old 10-01-2010, 10:39 AM   #14
janhe
Member
 
Registered: Jul 2007
Location: Belgium
Distribution: slackware64 14.2, slackware 13.1
Posts: 371

Rep: Reputation: 54
You will need the driver for your wireless card.

You will need the "802.11 Linux STA driver" according to broadcom's site: http://www.broadcom.com/support/802.11/linux_sta.php

You'll need to use the Opensuse package manager to install that.

Can you plug in a network cable to temporarily get a internet connection?
 
Old 10-01-2010, 08:11 PM   #15
enyawix
Member
 
Registered: Sep 2003
Location: ky
Distribution: gentoo
Posts: 409

Rep: Reputation: 32
Quote:
Originally Posted by sree_ec View Post
It is Ubuntu Ultimate Edition
My laptop is DELL Inspiron 14R
I also think that the Broadcom is the WIFI controller in my system. I dont have laptop with me now. So I will confirm looking at the specs as soon as I get near to It

Will MadWifi help?
A google for Broadcom and MadWifi showed MadWifi supporting the broadcom device. MadWifi should solve your problem.
 
  


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
Tried to connect to internet through Wvdial in Ubuntu 10.04 unable to get connection dalfish Ubuntu 6 06-20-2010 07:29 PM
I have installed the Ubuntu os on my XP computer , but unable to connect to internet. rob007clarke Linux - Newbie 2 07-30-2009 07:47 PM
Able to connect to default Gateway, Unable to connect to internet Dumb.Coder Linux - Newbie 11 04-14-2009 04:22 AM
how do i connect my blue tooth headset to Ubuntu, it is unable to connect. salfuser Linux - Hardware 2 01-12-2009 10:28 AM
Unable to connect to internet. Moocat SUSE / openSUSE 7 09-09-2007 05:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:44 AM.

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