Skip to content

Instantly share code, notes, and snippets.

@debborafernandess
Last active January 6, 2023 15:14
Show Gist options
  • Save debborafernandess/68f6c61c78436961bf8123119a78aa60 to your computer and use it in GitHub Desktop.
Save debborafernandess/68f6c61c78436961bf8123119a78aa60 to your computer and use it in GitHub Desktop.
Conectar headset bluetooth no Linux

Configurar a conexão bluetooth

O que fazer quando um headseat não é listado para conexão bluetooth no Linux.

Instalar pacotes adicionais

  1. Instale os pacotes bluetooth, bluez, bluez-tools e rfkill via terminal:
sudo apt-get install bluetooth bluez bluez-tools rfkill -y
  1. verifique se o dispositivo Bluetooth não está bloqueado usando o utilitário rfkill:
sudo rfkill list

image

Note: caso o bluetooth esteja bloqueado, rode sudo rfkill unblock bluetooth para desbloquear

  1. verifique se o serviço Bluetooth está ativo, executando o seguinte comando.
sudo service bluetooth start

Configurar o bluetooth para buscar novos dispositivos bluetooth

  1. instale o pacote blueman e execute o gerenciador blueman-manager
sudo apt-get install blueman -y 
blueman-manager

Importante: se nesse ponto o dispositivo não aparecer, é necessário reiniciar o computador e executar o passo anterior novamente para que o dispositivo apareça na lista.

Plus

Se o fone não aparecer como device em Sound, pode ser preciso trocar o serviço de audio de PulseAudio para Pipewire Bluetooth headset mic not working/detected in Ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment