Install
-
2. Downloading Broadcom BCM4350c5 Firmware
Download Broadcom BCM4350c5 Firmware for GNU/Linux
Then extract it with:
unzip -d /tmp/ ~/Downloads/broadcom-bt-firmware.zip
-
3. Installing Broadcom BCM4350c5 Driver
Then to Install Broadcom BCM4350c5 Firmware
First, access the Download location with: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/bcrm/
Next fix Ownership with:
sudo chown -r root:root /lib/firmware/bcrm/
Last, Restart:
sudo reboot
Contents