[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bluetooth speakers



On Sun, 16 Aug 2015 16:16:44 +0200
François Patte <francois.patte@mi.parisdescartes.fr> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Bonjour,
> 
> I try to have speakers connected through bluetooth. Everything seems
> ok: bluetooth connection succeeded, I can see the speakers in
> pavu-control and choose this option as playback but.... no sound from
> the speakers if I disconnect the wire connection!
> 
> What did I miss?
> 

probably you have to tell pulse-audio what the sink is.

try "pacmd list-sinks", and make sure AFTER you disconnect the wire the sink is still there.

you'll still have to tell pulse-audio which sink to use though.

pacmd --help

for example if i do pacmd list-sinks

  * index: 2
        name: <alsa_output.usb-Audioengine_Audioengine_2_-00-A2.analog-stereo>

then in my /etc/pulse/default.pa file:

set-default-sink alsa_output.usb-Audioengine_Audioengine_2_-00-A2.analog-stereo

you should be able to do the same thing with pacmd, e.g.

pacmd set-sink [name of your sink]

Brian


Reply to: