Install
-
2. Downloading Broadcom BCM4356a2 Firmware
Download Broadcom BCM4356a2 Firmware for GNU/Linux
Then extract it with:
unzip -d /tmp/ ~/Downloads/broadcom-bt-firmware.zip
-
3. Installing Broadcom BCM4356a2 Firmware
Then to Install Broadcom BCM4356a2 Firmware
First, access the Download location:cd /tmp/broadcom-bt-firmware
To Check List the contents:
ls . | grep hcd
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
And then to Setup it:sudo mv *.hcd /lib/firmware/brcm/
Next fix Ownership with:
sudo chown -r root:root /lib/firmware/brcm/
Last, Restart:
sudo reboot
Contents