Install
-
2. Downloading Broadcom BCM4335c0 Firmware
Download Broadcom BCM4335c0 Firmware for GNU/Linux
Then extract it with:
unzip -d /tmp/ ~/Downloads/broadcom-bt-firmware.zip
-
3. Installing Broadcom BCM4335c0 Driver
Then to Install Broadcom BCM4335c0 Firmware
First, access the Download location with:cd /tmp/broadcom-bt-firmware
To Check 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