Drivers for Broadcom BCM43142 wireless card of Ubuntu/Debian 64-bit Linux

1.Check the wireless card type

lspci | grep -i net

2.deb URL

https://github.com/kevinswat/downloads/raw/master/drivers/Linux/wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb

You can download this .deb by wired network or use the other PC then copy it into your laptop.

3.Linux shell

sudo apt-get update  
sudo apt-get install linux-headers-generic build-essential dkms  
sudo apt-get install linux-source  
sudo apt-get install --reinstall bcmwl-kernel-source  
sudo modprobe wl   
sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2021-12-14
  • 2021-12-13
  • 2021-12-15
  • 2022-12-23
  • 2021-04-06
  • 2021-12-04
猜你喜欢
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-06-10
  • 2022-12-23
  • 2021-04-26
相关资源
相似解决方案