I am using ubuntu 14.04. My wifi was working fine but after sudden it did not worked. I have googled over thousands of fixes and made as like the suggestion. But still I am not getting my wifi in working condition. I have made several restart the system but still its not working.
I have made this script in my terminal
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
and the output what I got was like this
can someone tell me what exactly the issue is? How to solve this?
If this is a laptop, check for a wireless switch. You probably have already checked this, but it has caught many people by surprise. It is usually on the side or front edge of your laptop. Make sure the switch is turned on for wireless, or try moving it around to see if it brings the wifi card back online. You may have to reboot before Ubuntu will see it again depending on your install.
Some laptops, like Dell, handle wifi by pressing a function key plus one of the F keys at the top. Look for one that looks like it has an antenna or wireless signals coming off it. On most Dells I've worked on it was Function + F2.
On other laptops, wifi can be turned off in the bios when first booting up, but you said wireless stopped suddenly, so this is probably not what happened. If you are handy inside a laptop and good with a screw driver, a lot of wifi cards can be replaced by just taking off a little panel under the laptop and unplugging the card. Drop in a new one and get going. If you don't feel comfortable opening up a laptop, then please take it to a service center or a friend who works on them.
One easy fix, if you cannot get yours working, is to buy a USB wifi adapter. They can be slower than an internal adapter, but it is much easier to get working, and they are pretty cheap and small now. Just make sure you research one that works well with Linux.
If you are using a desktop with wifi, then you most likely have a card that blew, and you will need to replace it.
Good luck!
Its looks to be temporary or permanent hardware failure. There's seems to be no detection of wireless adapter in the log you have attached.
To check the adapters available and network connectivity that is possible in the system try this command.
In my laptop i got the output as below.
This shows the adapter and its details along with the drivers for the adapter. The adapter name, its type whether wireless or wired and the vendor details is given as,
The driver name and its version is given in configuration section as below.
If the above doesn't give any good output then there might be possible hardware problem. Note, only possiblity, not confirm.
You can also try:
this gives the current loaded driver for your wlan card with output like this:
If you don't have ethtool you can install it by:
If this too doesn't work try out Ubuntu live CD by flashing in a USB and give Try Ubuntu.
Try to connect with your wifi there.
If there seems to be no wifi in the notification area then there must be a Adapter failure for sure.