Menu
The Tech Paper
  • 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
The Tech Paper

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

  • Nested / Cascade query in SOQL
  • Declarative tools in salesforce
  • SalesForce SU21 mind dumps
  • PHP Interview Question 2021
  • Ubuntu 20.04 Bluetooth not working [Resolved]

Archives

  • May 2022
  • September 2021
  • April 2021
  • January 2021
  • December 2020
  • September 2020
  • July 2020
  • January 2020
  • July 2019
  • August 2018
  • June 2018
  • April 2018
  • September 2017
  • June 2017
  • May 2017

Recent Posts

  • Nested / Cascade query in SOQL May 11, 2022
  • Declarative tools in salesforce September 24, 2021
  • SalesForce SU21 mind dumps September 24, 2021
  • PHP Interview Question 2021 April 24, 2021
  • Ubuntu 20.04 Bluetooth not working [Resolved] January 22, 2021

Contact Us

©2022 The Tech Paper | Powered by Abhinav Trivedi