LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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
 
LinkBack Search this Thread
Old 01-29-2012, 03:40 PM   #1
tushargpt
LQ Newbie
 
Registered: Jan 2012
Posts: 2

Rep: Reputation: Disabled
cant connect to internet in ubuntu 11.10


hello every body....
I hv installed ubuntu 11.10 inside window 7(home basic 64 bit) and i m new user of linux os.I m not able to connect my laptop to the wireless network.though i m able to see the wireless networks but every time i click to connect to the desired network,the netwrk icon at the right top corner of the window changes for connection but after some time it shows msg "wireless netwrk dissconctd or u r offline." i have gone through the UBUNTU HELP option from the HELP menu and tried evry thing it suggested to me frm checking my wireless device status to ip address.In 1 help option i was suggested to enter my internal n external IP adress and to get the internal IP adress i was asked to go to the "connection information(which is gray in colour n not accessible.)" option frm the netwrk manager drop down menu.
I hv also gone through online to fix this problem but could'nt got any solution.i hv not intalled any drivers n how could i without internet connection?

The following are the discription of the netwrk manager:

From the drop down menu on the desktop it says 'Wired Network' and then underneath it 'disconnected'. Underneath that it says 'Wireless Networks' and below that it says 'disconnected'.The options below that are 'Connect to Hidden Wireless Network', 'Create New Wireless Network...', 'VPN Connections', 'Enable Networking' (with a check mark next to it), 'Enable Wireless' (with a check mark next to it), 'Connection Information' (which is greyed out) and 'Edit Connections'.

The following r my laptop configuration:

Model-DELL N-5110
Prosessor-Inter(R)core(TM)i3-2310M CPU@2.10ghz
RAM-3gb
System -64 bit

pls help me to solve my problem...i hv lot of expectation from ubuntu.pls guide me as i m new to ubuntu.

Last edited by tushargpt; 01-29-2012 at 03:42 PM.
 
Old 01-29-2012, 09:08 PM   #2
frankbell
Senior Member
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Debian
Posts: 3,746

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
It sounds as if you are using Wubi.

In Ubuntu, open a terminal and run the command lspci (list pci devices) here. It should show the wireless chipset (since that's a Dell, I'll give a dollar to a doughnut that it's Broadcom).

Post the lines about the wireless here (please remember to surround it with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the "Quick Reply" window).

That information will help persons help you.

Last edited by frankbell; 01-29-2012 at 09:11 PM.
 
Old 02-05-2012, 02:11 AM   #3
tushargpt
LQ Newbie
 
Registered: Jan 2012
Posts: 2

Original Poster
Rep: Reputation: Disabled
Hello.....Frankbell
here is the output of the command line that u suggested:

tushargupta@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
09:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
0b:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)


I can't connect my lapy to the internet .....so is there any body who can help me????????
 
Old 03-02-2012, 06:25 PM   #4
StratosHF
LQ Newbie
 
Registered: Nov 2009
Posts: 6

Rep: Reputation: 0
I've been given an old HP Compaq nx7400 and wanted to wipe it of WinXP & install Ubuntu 10.04LTS for my daughter to play with. Ubuntu installed OK but I struggled to get the Wi-Fi to work and eventually sorted it. I'm no expert and it took me hours to sort so I wanted to share my findings. My "Enable Wireless" was greyed out, I found lots of advice about changing lots of setting but nothing worked, it turned out to be a BIOS issue. By changing the WLAN switching setting in the BIOS all was sorted...

Built-In Device Options:
Embedded WLAN Device Radio > Enable
LAN/WLAN Switching > Disable

Note the following from terminal before BIOS changes:

~$ lspci...
10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)

~$ rfkill list...
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes

After BIOS change:

~$ rfkill list...
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


Andy.
 
Old 03-02-2012, 08:28 PM   #5
frankbell
Senior Member
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Debian
Posts: 3,746

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
I found a thread in the Ubuntu forums that might help:

http://ubuntuforums.org/showthread.php?t=1901104

Before trying that, though, try this: Open the synaptic package manager (if it's not on the menu, run sudo synaptic from a command line) and go to Settings-->Repositories-->Ubuntu, then open the Gnome Control Center (gnome-control-center from the command line) and click on the "Additional Drivers" item.

Sorry to be so long getting back to you. Life's gotten complicated. Good-complicated, but still complicated.
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not connect to internet with Ubuntu 11.04 hughedavid1 Linux - Newbie 8 06-09-2011 02:46 PM
Why Can't I Connect to the Internet in Ubuntu 9.04 Rainbowserpant Linux - Newbie 6 05-17-2010 02:59 AM
How to connect to Internet in Ubuntu 9.04 creativeeye1 Linux - Newbie 2 08-19-2009 08:38 AM
How to Connect ubuntu to internet _captain_ Linux - Newbie 14 08-17-2008 11:28 AM
connect to internet in ubuntu nancy25dec Ubuntu 13 05-01-2005 04:24 AM


All times are GMT -5. The time now is 05:04 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration