Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bluez5 and bluetooth headset
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Sun Mar 09, 2014 1:40 pm    Post subject: bluez5 and bluetooth headset Reply with quote

Hi! After updating to bluez5 my bluetooth headset (Philips SBH9000) doesn't work any more... anybody here with different devices experience similar problems? Is this a regression, or did some behavior change that needs a different configuration? My ~/.asoundrc config is

Code:
pcm.softvol
{
        type softvol
        slave.pcm "default:CARD=0"
        slave
        {
                pcm "bluetooth"
        }

        control
        {
                name "SoftMaster"
                card 0
        }

        hint
        {
                show on
                description "BlueTooth Headset"
        }
}

pcm.bluetooth
{
        type bluetooth
        device 00:1E:7C:02:14:53
        profile "auto"
}

pcm.!default {
    type plug
        slave {
                pcm bluetooth
        }
}

ctl.!default {
   type bluetooth
   device 00:1E:7C:02:14:53
}
Back to top
View user's profile Send private message
hephooey
n00b
n00b


Joined: 24 Feb 2003
Posts: 74

PostPosted: Sun Mar 09, 2014 4:46 pm    Post subject: Reply with quote

Not sure alsalibs has gained support bluez5 yet, and bluez5 only support A2DP, not HFP, so I guess it is best to stay with bluez4 at this moment.
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Sun Mar 09, 2014 10:33 pm    Post subject: Reply with quote

I've found an already existing bug entry here: https://bugs.gentoo.org/show_bug.cgi?id=499908
Seems for headset usage with bluez5, one has to use pulseaudio. Blerch. So bluez-4 it is...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum