Getting a Jabra BT-2020 headset to work with Linux ALSA

Setup

Configure ALSA

Add pcm entry to asoundrc:

pcm.bluetooth {
    type bluetooth
    device xx:xx:xx:xx:xx:xx
}

Pair headset

Test

mplayer -ao alsa:device=bluetooth test.ogg

VOIP

  • Ekiga doesn't currently support ALSA pcm plugins.

Links