12-06-2012, 09:45 PM
(This post was last modified: 12-07-2012, 05:00 PM by HamiltonCompany.)
We have used bt-gui to connect a Bluetooth headset. The headset connects properly.
We have also made an asound.conf. When we try to play a movie in XBMC it logs a connection refused error. It does the same thing if we try to connect to btheadset in alsamixer. Does anyone know what would cause this error?
Solution is in Post #6
We have also made an asound.conf. When we try to play a movie in XBMC it logs a connection refused error. It does the same thing if we try to connect to btheadset in alsamixer. Does anyone know what would cause this error?
Code:
pcm.btheadset {
type plug
slave {
pcm {
type bluetooth
device 00:02:3C:37:07:BA
profile "auto"
}
}
hint {
show on
description "Twister"
}
}
ctl.btheadset {
type bluetooth
}
Solution is in Post #6