Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've just installed ubuntu on a laptop that came with Windows 7 pre-installed. In Windows 7 I was able to connect to the same wireless network that the other computers in my house are connected to but I can't do so in Ubuntu.

When I open Network through System Settings I don't have a wireless option, the only two options I have are Wired and Network Proxy.

I'm trying wireless troubleshooting on help.ubuntu and apparently the driver is unclaimed.

How can I fix this?

share|improve this question
Maybe you should start with stating the model of your laptop and the wireless card you are using. – January Sep 24 '12 at 11:05

1 Answer

At first go to Settings - Additional Drivers and try to install wireless driver.

If it's already installed and you still don't have wireless option try installing Wicd network manager. Install it by Ubuntu Software Center or by terminal

sudo apt-get install wicd-daemon

Then start it. Under Applications-Internet, or by terminal just type wicd.

Check now if you can see and connect to any wireless network.

**In case of problems while installing (just installed it via Ubuntu Software Center, so no problems there).. http://wicd.sourceforge.net/moinmoin/Wicd%20on%20Ubuntu

share|improve this answer
When I open Additional Drivers it gives me a message saying 'Downloading package indexes failed, please check your network status. Most drivers will not be available.' – joeqesi Sep 24 '12 at 11:30
In terminal type < sudo apt-get update > and then try Additional drivers.. – Alen T Sep 24 '12 at 11:37
I can't use Ubuntu Software Centre because without the wireless network I have no internet connection. – joeqesi Sep 24 '12 at 11:38
You have to connect temporary by cable to download and configure wireless conection.. – Alen T Sep 24 '12 at 11:44
I tried < sudo apt-get update > but all of the updates failed. – joeqesi Sep 24 '12 at 11:45
show 8 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.