$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Find Bluetooth Device Name on Ubuntu 18.04

April 11, 2023 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu Bionic Getting Bluetooth Device Info Guide

Hi! The Tutorial shows you Step-by-Step How to Find Bluetooth Interface Name in Ubuntu 18.04 Bionic LTS GNU/Linux Command Line.

And to Get Bluetooth Adapter Info on Ubuntu I make use of the Command Line System Information Script inxi.

The inxi Script Shows System hardware, CPU, Drivers, Xorg, Desktop, Kernel, GCC version(s), Processes, RAM usage, and a wide variety of other useful Information.

Moreover, this guide include detailed instructions about to Installing Bluetooth Drivers on Ubuntu.

Finally, this Setup is valid for all the Ubuntu-based Distros like:

  • Linux Mint
  • Zorin OS
  • Lubuntu
  • Elementary OS
  • Kde Neon
  • Pop_OS!
  • Xubuntu
  • Linux Lite
  • Bodhi
  • Puppy
  • Kubuntu
  • LXLE
  • Trisquel
  • Voyager Ubuntu
  • feren OS
  • Peppermint
  • Linux Ultimate Edition
  • (You may just need to Discover what’s the Parent Release)
How to Find Bluetooth Device Name - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Ubuntu:

    Console Ubuntu QuickStart Guide
  2. 2. Installing Dependencies

    Then to Install Required Software
    Run:

    sudo apt install inxi
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
  3. 3. Getting Bluetooth Adapter Info

    Now to Find Bluetooth Device Info
    Simply play:

    inxi -Eaz
    And if your Setup is working on Output you should see the ID:
    Bluetooth device info

Contents