Giter Site home page Giter Site logo

fix-ubuntu-bluetooth-adapter's Introduction

Ubuntu's USB Bluetooth Adapter Fix (Easy Idea)

Script used to fix Ubuntu's recognition problem for USB Bluetooth 5.0 adapter (Easy Idea).

This adapter doesn't get recognized by default on Ubuntu 20.04. To fix this, plug the USB dongle, then execute:

sh project.sh fix

You will get one of the following messages:

  • Fix applied successfully (reboot your PC)
  • Fix not applied

Problem Explanation

This adapter doesn't get recognized by default on Ubuntu 20.04. Searching for a solution on the internet, I came across into this driver Bluetooth USB Adapter BH456A. Following its documentation, I've successfully compiled and installed, but the device remained unrecognizable.

After searching more, I've find out it misses a Realtek firmware file. To diagnose this problem, execute on terminal:

lsusb

# Bus 006 Device 003: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio

dmesg | grep -i bluetooth

# Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
# Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8761b_fw.bin not found

So I created this project (script) to just copy some missing files into Ubuntu's system. I believe this get fixed at Ubuntu 20.10.

References

USB Bluetooth V5? not recognized
Bluetooth USB Adapter BH456A
Martin's Unix StackExchange Answer

License

See the LICENSE file for license rights and limitations (MIT).

fix-ubuntu-bluetooth-adapter's People

Contributors

pedrozero-com avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.