Menu
PHP BABA LOGO
  • Home
  • Interview Questions
    • PHP String Interview Question
    • PHP Array Interview Qutions
    • jQuery Interview Quetions
    • PHP Interviwe Question on php.ini file
    • htaccess File Interview Quetions
  • About
PHP BABA LOGO

Ubuntu 20.04 Bluetooth not working [Resolved]

Posted on January 22, 2021August 2, 2021

Bluetooth not working in ubuntu after update

If you have been using Linux for a while, you would know Bluetooth and Linux don’t go well. Whatever may be the reason, it’s always face problem when you update Linux versions. Recently, since my upgrade to Ubuntu 20.04, I have come to notice that Bluetooth devices stop working. I check my system not able to found Bluetooth adapter. I dug on it a lot and tried so many software and method to debug the issue I’m listing down one worked for me:

dmesg | grep -i bluetooth # Shows all Bluetooth driver info
dmesg | grep -i bluetooth | grep -i firmware # Shows Bluetooth firmware issues

In last command you can see this issue in firmware. As you can see, you need brcm/BCM20702A1-0b05-17cb.hcd firmware.

Down load this git repository and find file in to the downloaded folder BCM20702A1-0b05-17cb.hcd

Replace .hcd file to /lib/firmware/brcm and reboot your computer.

sudo cp BCM20702A1-0b05-17cb.hcd /lib/firmware/brcm/

That all after reboot you can see working Bluetooth.

Follow this link https://github.com/winterheart/broadcom-bt-firmware

Categories

  • Docker
  • Git
  • Interview Questions
  • Laravel
  • Linux
  • php
  • Salesforce

Recent Posts

  • How to check Salesforce current release version
  • Salesforce Certification Coupons / Vouchers
  • Nested / Cascade query in SOQL
  • Declarative tools in salesforce
  • SalesForce Questions

Recent Posts

  • How to check Salesforce current release version January 12, 2023
  • Salesforce Certification Coupons / Vouchers July 19, 2022
  • Nested / Cascade query in SOQL May 11, 2022
  • Declarative tools in salesforce September 24, 2021
  • SalesForce Questions September 24, 2021
©2023 The Tech Paper | Powered by Abhinav Trivedi