LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-09-2012, 11:40 PM   #1
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Rep: Reputation: Disabled
Unable to access wireless in Ubuntu 10.10


Hi All,

I bought a new Dell Vostro 3550 which has Ubuntu 10.10 pre-installled in it.

It was working fine since it was last updated. After the automatic update, when I enable the wireless on my laptop, Blue-tooth turns on but Wireless still not coming up. It gives a pop up saying wireless disconnected...

I there any service which needs to be runnig for this.

When I do iwconfig the following comes up..

lo no wireless extensions.

eth0 no wireless extensions.

I am very worried about this. Looking for your advise on this..
 
Old 06-09-2012, 11:50 PM   #2
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Do this:

$ lspci -vvv | less

hit the space bar until you get to the wireless adapter. Look what module it uses, or if it's even listed.

For bluetooth:

$ hcitool dev

lists local bluetooth devices. Determine which kernel module to use and load it.

$ modprobe module_name

I'm 99% sure the module for the wireless device is not loaded, but hardware failure can cause this thing also.
 
Old 06-14-2012, 09:58 AM   #3
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
What will I do if it a hardware issue
 
Old 06-14-2012, 09:57 PM   #4
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
When I do lspci it does not show any details about Wireless. What do I do now
 
Old 06-14-2012, 10:37 PM   #5
abi0909
Member
 
Registered: Jul 2009
Distribution: Ubuntu, RedHat, VMWare, CentOS, Windows, Android, Mac
Posts: 55

Rep: Reputation: 18
What version did you upgrade to? What version did you upgrade from? (I assume from 11.10 to 12.04 LTS) This clearly means that your wireless card is not being detected by the kernel.

I had the same issue on my Lenovo laptop ... I had reinstalled and then the driver for the wireless got installed and started working fine. Trust me nothing else worked - installing the driver manually, upgrading the kernel .. I almost wasted a day ...
 
Old 06-15-2012, 12:03 AM   #6
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
I Am using Ubuntu 10.10, It was saying Ubuntu 11 is available for Upgrade. for some reason Upgrade did not take place at all. But I do updated the updates that came for 10.10.
 
Old 06-15-2012, 12:32 AM   #7
abi0909
Member
 
Registered: Jul 2009
Distribution: Ubuntu, RedHat, VMWare, CentOS, Windows, Android, Mac
Posts: 55

Rep: Reputation: 18
Why dont you upgrade to 12.04 ??? I think do-release-upgrade will take care of everything. But for this, you need ti be connected to internet. Can you connect to internet via your ethernet port now that your wireless is not working?
 
Old 06-15-2012, 12:41 AM   #8
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Please post the output of:

$ lspci | grep -i network
 
Old 06-15-2012, 12:52 AM   #9
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
$ lspci | grep -i network

09:00.0 Network controller: Intel Corporation Device 008a (rev 34)

$

This is wat I get

Last edited by thirstonlinux; 06-15-2012 at 07:10 AM. Reason: need log
 
Old 06-18-2012, 02:57 AM   #10
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
$ lspci | grep -i network

09:00.0 Network controller: Intel Corporation Device 008a (rev 34)

$

This is wat I get
 
Old 06-18-2012, 03:29 PM   #11
abi0909
Member
 
Registered: Jul 2009
Distribution: Ubuntu, RedHat, VMWare, CentOS, Windows, Android, Mac
Posts: 55

Rep: Reputation: 18
This is your onboard ethernet card. Reinstall is my choice - from my past experience.


I leave it to others to jump in here though.
 
Old 06-18-2012, 08:19 PM   #12
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
How to do it. Could you let me know
 
Old 06-18-2012, 11:12 PM   #13
abi0909
Member
 
Registered: Jul 2009
Distribution: Ubuntu, RedHat, VMWare, CentOS, Windows, Android, Mac
Posts: 55

Rep: Reputation: 18
How fast is your internet connection? You will need to do the following:

1) http://www.ubuntu.com/download/desktop --> Download Ubuntu 12.04 ISO from here.
2) http://www.ubuntu.com/download/help/...tick-on-ubuntu --> Use these instructions to burn that ISO into an USB.
3) http://www.ubuntu.com/download/help/...re-you-install --> Boot off from the USB and then "Install" from there.

Remember that you will need internet to download the ISO.
 
Old 06-19-2012, 09:01 PM   #14
thirstonlinux
Member
 
Registered: Jul 2011
Posts: 62

Original Poster
Rep: Reputation: Disabled
I ll try and let you know
 
  


Reply

Tags
wirelessnetworking


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
unable to access net using wireless adapter in Ubuntu 9.10 pr5439 Linux - Wireless Networking 7 02-13-2010 02:01 PM
unable to associate with wireless access point at home qanopus Linux - Wireless Networking 11 03-15-2008 02:33 AM
unable to access wireless connection using fedora 7 jaycee4u Linux - Newbie 3 01-28-2008 11:58 PM
Unable to connect to private wireless access point jwholey Linux - Wireless Networking 1 04-24-2007 04:55 AM
ipw2200 - Unable to obtain IP address from Wireless Access point. tguha Linux - Wireless Networking 1 02-20-2007 12:53 PM

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

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