![]() |
Bluetooth audio "connection refused" - Printable Version +- OpenELEC Forum (https://forum.openelec.tv) +-- Forum: Generic Forum (https://forum.openelec.tv/forumdisplay.php?fid=5) +--- Forum: AUDIO (https://forum.openelec.tv/forumdisplay.php?fid=53) +--- Thread: Bluetooth audio "connection refused" (/showthread.php?tid=56487) |
[SOLVED] Bluetooth audio "connection refused" - HamiltonCompany - 12-06-2012 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? Code: pcm.btheadset { Solution is in Post #6 Re: Bluetooth audio "connection refused" - ericab - 12-06-2012 can you provide the make and model of both the bluetooth receiver, and the bt headset ? **edit also, what is the output from 'lsusb' Re: Bluetooth audio "connection refused" - lrusak - 12-07-2012 http://wiki.openelec.tv/index.php?title=Config_sound_over_bluetooth Re: Bluetooth audio "connection refused" - ancalex - 12-07-2012 Hi HC Try to remove and pair again your headset, also you can try with another bluetooth dongle. What OE build are you using? Regards Re: Bluetooth audio "connection refused" - HamiltonCompany - 12-07-2012 So this is being used on a Zotac AD10 with built in Bluetooth. I am connecting it to a pair of Creative WP-350 Headphones. Not only have I tried pairing and repairing and removing, I have formatted the device and started from scratch. I have tried both 2.0 Final and 3 Beta 3. I had it working in one of the BETA builds of OE about 6 months ago. The wiki entry just does not work as far as I can tell. I used a post (click here) to configure it back then. I am using the same post now and it is giving me the "connection refused" when I try to play it on XBMC or connect to it with alsamixer. It seems like a simple access rights thing. Here is my lsusb listing: Code: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Seems like a set of pretty standard devices and a pretty standard install. Oh and one more thing. It pairs just fine. I can hear a tone in the headphones when it pairs and I connect it to bt-audio both from the command line and bt-gui. Re: Bluetooth audio "connection refused" - HamiltonCompany - 12-07-2012 Something changed between OE 2.0 Beta 3 and OE 2.0 Final that caused this. I was able to fix this by editing the /etc/bluetooth/audio.conf. I found the fix on this post (click here) This fix requires unsqashing OE, editing the file and then squashing a new build, producing a new MD5 and updating OE with this custom build. edit /etc/Bluetooth/audio.conf and under the [General] section add: Code: Enable=Source,Sink,Headset,Gateway,Control,Socket,Media Here is a complete listing of my audio.conf so there is no confusion: Code: # Configuration file for the audio service How do I submit a bug report or change request for this? Re: Bluetooth audio "connection refused" - ericab - 12-07-2012 Hi Hamilton; you can submit a bug report here: https://github.com/OpenELEC/OpenELEC.tv/issues/new (youll need a github account) |