The Broadcom BCM43142. Some other Broadcom drivers sure are available in the Debian repos, but this one isn’t. So I did the only sensible thing to do: searched the Web. And here’s the solution.
Note: I assume that you know the basics of apt-get and cd commands.
What’s your chipset?
Open the terminal and run
$ lspci | grep BCM
and check if the output contains BCM43142. If it does, this post is for you.
Get the driver
Run
$ sudo apt-get install linux-headers-generic build-essential dkms broadcom-sta-modules
If it freaks out with the first package, just skip that one.
Download this deb package.
cd
into the directory containing the package.
Install it using
$ sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb
Activate it.
$ sudo modprobe wl
Done. It should work now.
This works perfect for my new envy I5.
I also install wavemon and walk around my house and now i have signal in places where I dont have it.