My wifi has been working well for a few weeks, but maybe after some upgrades of software, it does not work now and I can not find the signal of wifi now. I have tried to reinstall 14.04 for several times but it still fails to connect wifi. The information of my problem is here
Asked
Active
Viewed 98 times
0
-
1Possible duplicate of Installing Broadcom Wireless Drivers – Pilot6 Jul 16 '16 at 08:45
1 Answers
0
It would help if you had specified what Ubuntu release and which hardware you are using, but you might:
Remember the current kernel version (
uname -r
).Reboot, holding the Shift key, and selecting an older (lower version number) kernel to boot. Select progressively older kernels until you find one under which your wifi works.
Install the
linux-kernel-extras
package for the kernel version remembered from step 1. It will be called something likelinux-image-extra-4.4.0-31-generic
, (if you remembered4.4.0-31
from step 1), YMMV.Reboot.
I'm using a wifi dongle supported by the rt2800usb
module, and had to do this recently.

waltinator
- 36,399
-
-
Read http://askubuntu.com/help/how-to-ask . What did you try? "does not work for me" gives me only enough information to say "Oh. That's unfortunate.", and go on to other problems. I surmise that neither one of us is happy with that answer. – waltinator Jul 16 '16 at 15:19