Tamer Higazi wrote, at 01/06/2012 11:14 AM: > People! > I am not a bluetooth expert.... how do I configure bluez to make a > permanent connection with the bluez headset??? > > > I did: > > pcm.jabra { > type bluetooth > }
[snip] .asoundrc is an audio part of configuration. bebore that you have to: * configure the kernel to support audio over bluetooth (these settings are for 3.x kernel, for earlier versions these are slightly deffer from showed): CONFIG_BT=m CONFIG_BT_L2CAP=y CONFIG_BT_SCO=y * install net-wireless/bluez * configure and pair your headset with host bluetooth adapter using desktop applet - net-wireless/blueman in my case, or manually - hcitool etc * enjoy the result :) hth victor