Score:0

Hi there, I'm a newbie to ubuntu and just installed ubuntu 20.04 and after the install I noticed that my wifi driver was unrecognized

us flag

I was using windows 7 before the update and before the update the driver was working good it was detecting all the WiFi networks but after the update there is a notification which is 'NO WIFI - ADAPTER FOUND'. My WIFI driver model is -07:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)

Please help me, I have to attend my classes, so please help me as soon.

Thank you!

vanadium avatar
cn flag
Please edit the title of your question to just reflect the question. This site is aimed to gather knowledge in a format useable in the future, so question should be properly formatted.
Score:1
in flag

You'll need to install the Broadcom STA driver for this device. So long as you have a wired network connection, you can do it like this:

  1. Open Terminal (if it's not already open)
  2. Update Apt:
    sudo apt update
    
  3. Remove the current wireless driver (if it's installed):
    sudo apt purge bcmwl-kernel-source
    
  4. Install the Broadcom STA drivers:
    sudo apt install broadcom-sta-source broadcom-sta-dkms broadcom-sta-common
    
  5. Reboot

This should allow you to use the wireless device.

Akshith Thota avatar
us flag
Thank you so much!!!!...This helped me..Thank you once again!
us flag
@AkshithThota You can acccept the answer (by clicking on the check mark), since it worked for you.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.