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

I am new to Linux, I upgraded with from 11.10 to 12.04 and now my wifi doesn't work. When the wifi switch is turned on, the bluetooth works but not the wifi. I have a Dell XPS 15 L502x

share|improve this question
Had this Problem this may help. askubuntu.com/questions/130477/… – Mattlinux1 May 6 '12 at 16:13
Closed as too-localised since the OP has not revisited this question since posting. – fossfreedom Jul 30 '12 at 14:51

closed as too localized by fossfreedom Jul 30 '12 at 14:51

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

3 Answers

I resolved this issue by hooking up to a hard line (ethernet cable). Linux was able to update the appropriate Wifi drivers, and then Wifi worked just fine on its own.

share|improve this answer

Alex's solution (above) is probably the simplest fix; it's what I've always done, too.

However, this time I tried something different:

1) go to SourceForge and download ndiswrapper-1.58rc1.tar.gz (this is the beta version)

2) untar it (it doesn't seem to matter where; I did it in my home directory):

tar zxvf ndiswrapper-1.58rc1.tar.gz

3) go into the ndiswrapper-1.58rc1 directory it creates. There you'll find an INSTALL text file. Do everything it says and you should be running in fifteen minutes or less!

I had tried ndiswrapper-1.57, but it doesn't seem to work with 12.04. However, 1.58 does: it's how I'm sending this reply right now!

Hope this helps :)

share|improve this answer

You can use this command to unblock all wireless devices:

sudo rfkill unblock all
share|improve this answer

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