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, 2021January 22, 2021

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

Recent Posts

  • Ubuntu 20.04 Bluetooth not working [Resolved]
  • Git Log Commands
  • Create a swap memory in Linux
  • Hide protected files in Laravel
  • Make a bootable pendrive in Linux

Archives

  • 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

  • Ubuntu 20.04 Bluetooth not working [Resolved] January 22, 2021
  • Git Log Commands January 22, 2021
  • Create a swap memory in Linux December 2, 2020
  • Hide protected files in Laravel September 21, 2020
  • Make a bootable pendrive in Linux September 10, 2020

Contact Us

©2021 The Tech Paper | Powered by SuperbThemes & WordPress