1

I tried many solutions given for other BCM43 drivers and nothing helped me!! I saw one guy posted that WiFi wont work for Wubi Ubuntu of BCM43142.

I do not have ethernet connection too in my home!! I use my own mobile hotspot for this! So WiFi is must for me... Buh unfortunately nothing worked for me!!

Anyone using WiFi in BCM43142 hardware?

My ubuntu is Wubi. If anyone got solution please help me.

A.B.
  • 90,397
Shamshid
  • 111

1 Answers1

1

The package bcmwl-kernel-source is correct for your device. If you still have the install DVD or USB, then you can find it and its prerequisite there. Navigate to pool > restricted > b > bcmwl and drag and drop the deb file to your desktop. Now navigate to pool > main > d > dkms and drag and drop dkms to your desktop. Now install both with:

cd ~/Desktop
sudo dpkg -i *.deb

Load the driver:

sudo modprobe wl

Your wireless should now be working.

chili555
  • 60,188