-1

I had tried every code every idea every thing but I failed wireless driver Broadcom BCM43412, but when I checked pci-id it show not supported. my pci id is 14e4:4365 and chip id is BCM43142. I tried edit connection myself to also but I can't what to put in clone mac address place? device mac address is the router mac adress but what is clone mac address? I had placed my laptop mac address in place of clone mac address but it doesn't work. tried every thing but it not work checked additional driver by going system settings it doesn't contain any drivers, tried internet by cable then it connects then how should I correct this? my ubuntu version is 13.10

2 Answers2

0

Ok lets follow this steps: Firt Upgrade your Ubuntu 13.10 to New release version because it's reached end of life on 27 January 2014 , follow official Ubuntu Documentation

If you have previously installed the bcmwl-kernel-source package, you will need to remove it by using the purge method:

sudo apt-get purge bcmwl-kernel-source

Run folow line to preparing the system to install and also to update the Ubuntu list of PCI.IDs:

sudo apt-get update
sudo update-pciids

Then install your wierless driver with following line:

sudo apt-get install bcmwl-kernel-source

and then reboot

sudo reboot

I hope this helps

αғsнιη
  • 35,660
0

Try to Upgrade your Ubuntu 13.10(Saucy Salamander) to Ubuntu 14.04.1 LTS. As it has reaches to EOL(End of Life) on July 17 2014.