LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Wireless disabled ! (https://www.linuxquestions.org/questions/linux-newbie-8/wireless-disabled-851449/)

paul.lebrun007 12-20-2010 04:54 PM

Wireless disabled !
 
hi, im new to linux, I downloaded wubi not so long ago to see what it was like and I loved it!
But after the first 2 days, the wifi got disabled, and since, i cant enable it because it is grayed out (i.e. I can't click on "enable wireless"). I have heard about drivers, but when I went and checked for any, there were none. I also tried to plug it in a Ethernet cord and then check if i could enable it from there but nothing... up to now, NOTHING WORKS! If someone could answer this question simple, it would be greatly appreciated! How do I enable it?
Thanks in advance.

markush 12-20-2010 05:17 PM

Hello paul.lebrun007 and welcome to LQ,

Code:

...after the first 2 days, the wifi got disabled...
this means that the wireless connection worked after the installation?
Well, this means that the driver is already installed.

If you have a laptop, is there a button to enable/disable the wireless adapter? please check this.

Wubi is installed inside Windows, does the wireless connection work with Windows?

Markus

frankbell 12-20-2010 09:58 PM

Quote:

Originally Posted by markush (Post 4198227)
If you have a laptop, is there a button to enable/disable the wireless adapter? please check this.

I second this.

On my Dell 1545n laptop, the F2 key toggles the wireless.

I must have hit it accidently and feared I was facing a warranty repair until I hit it accidently two months later and the wireless came back.

(Dell goofed. They made the F# work if you hit the "Fn" key and the other stuff on those keys default. They should have made the F# default and the other stuff require the "Fn" key. That goes into the "oh, well" department.)

paul.lebrun007 12-22-2010 11:45 AM

Thank you for your reply,
I have actually tried that already. My internet works on windows, but then, when I boot it with ubuntu, the internet is disabled. I actually also have a Dell laptop, (1545n) and i have tried the F2 key. This didn't work...
Thanks again for your concern

markush 12-22-2010 12:18 PM

Well, could you please post the output of
Code:

sudo lspci | grep -i network
Code:

lsmod
and
Code:

sudo iwconfig
Markus

rajasekhar19489 12-22-2010 12:31 PM

I had a similar problem ... Mine is also dell inspiron 15R

Actually the interface config file "/etc/network/interfaces" is not configured for my eth1(wireless) device . So i tried reading on ubuntu documentation about making wireless start at startup and then configured the modem ssid and key in the network connections settings and it made it happen as soon as my machine starts i get my wireless modem connection established (before establishing it asks for admin password) that's it i use the "sudo pon dsl-provider" command to connect to my broadband connection.

after starting your machine
So i suggest you to check the device status through "ifconfig" and then wireless connection established or not through "iwconfig" there you get essid name u set to your modem.

if ifconfig doesnt show ur ethX device other then eth0 and lo then it is the problem with interfaces file configuration problem

1nf3s73d 12-22-2010 12:42 PM

Um... hm this may sound a little dumb but I got to ask...
by any chance did you do any update in between the time you were able to use the wifi and it got disabled...
if so what patches did you get, and how did it alter your wifi if it did alter it...

paul.lebrun007 12-22-2010 04:27 PM

Well, iv tried all of those things, nothing works, I got so fed up that I simply uninstalled WUBI via windows. Then I simply reinstalled, the wifi seems to be working well, this was the only solution :S
Im guessing a modification happened that I wasn't aware of, I will post up something if the problem reoccurs. Thanks to all of You!

frankbell 12-22-2010 07:37 PM

If it's a Dell, it probably has a Broadcom chip. You may need the non-free Broadcom driver. Ubuntu has it in their repos.

My 1545n came with Ubuntu, so it contained the driver from the beginning. I recently updated my Dell desktop from the Ubuntu 10.10 CD and had to check something special to get the Broadcom driver, but I can't remember exactly what--it was a while ago.

This might help.

https://help.ubuntu.com/community/Wi...Driver/bcm43xx.


All times are GMT -5. The time now is 06:47 PM.