Categories: TutorialsUbuntu

How To Fix Poor Sound Quality on Bluetooth Headset on Ubuntu 22.04

When using a Bluetooth headset with Ubuntu 22.04, you may experience subpar sound quality. Common reasons include the audio profile in use or Bluetooth service issues.

In this guide, we’ll provide solutions to enhance your Bluetooth headset’s sound quality on Ubuntu 22.04.

Verifying and Adjusting the Audio Profile

In order to check ande change the Audio profile, follow the steps below :

  1. Check the Audio Profile: Verify the audio profile used by your Bluetooth headset. Ubuntu might default to the HSP/HFP profile, optimized for voice calls, but not ideal for music or other audio content.
  2. Sponsored
  3. Navigate to Sound Settings: Open your sound settings in Ubuntu.
  4. Identify Your Bluetooth Headset: Locate your Bluetooth headset in the list of output devices.
  5. Profile Adjustment: If it’s set to HSP/HFP, switch it to A2DP. A2DP (Advanced Audio Distribution Profile) is optimized for streaming stereo audio, resulting in improved sound quality.

Read: Setting up Bluetooth on Ubuntu 22.04

Restarting the Bluetooth Service

Restarting the Bluetooth service can be accomplished by executing the following command in your terminal:

sudo systemctl start bluetooth.service

Upon running this command, you’ll be prompted to enter your system password, and the Bluetooth service will be restarted.

If the aforementioned procedures fail to rectify the problem, it’s plausible that the Bluetooth connection might have been disrupted and requires a restart. To accomplish this, adhere to the instructions below.

Initiate the process by rebooting Bluetooth using the command:

sudo service bluetooth restart

Read: How to troubleshoot sound issues in Ubuntu 22.04

Editing the Bluetooth Configuration

If the preceding strategies prove ineffective, consider modifying the Bluetooth settings. This involves altering the /etc/bluetooth/main.conf file by appending the lines below under the [General] section:

Sponsored

AutoConnect=true

MultiProfile=multiple

The line AutoConnect=true guarantees automatic connection of your Bluetooth device when within reach. Conversely, MultiProfile=multiple permits the utilization of various audio profiles.

Upon inclusion of these lines, ensure to save the changes made to the file. Subsequently, reboot the Bluetooth service using the command :

sudo systemctl restart bluetooth.

Read: How to display your sound card details using the terminal on Ubuntu 22.04

Installing Additional Packages

In certain scenarios, it might be necessary to add more packages to your system to fully support PulseAudio and Bluetooth. This can be achieved by executing the command below:

sudo apt install pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth

This command facilitates the installation of PulseAudio, a sound server compatible with POSIX and Win32 systems. It also installs some utility programs (pulseaudio-utils), a volume control application (pavucontrol), and a Bluetooth module specifically for PulseAudio (pulseaudio-module-bluetooth).

For more details on Pulseaudio, refer to our articles on How to manage sounds using PulseAudio on Ubuntu 18.04.

 

The post How To Fix Poor Sound Quality on Bluetooth Headset on Ubuntu 22.04 appeared first on net2.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

3 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

4 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

4 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

5 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

5 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago