You are not logged in.
Pages: 1
I'm trying to setup bluetooth audio using ALSA and the Logitech Wireless Speaker Adapter.
My /etc/asound.conf looks like that:
pcm.bt {
type plug
slave {
pcm {
type bluetooth
device 00:23:78:3D:69:2D
profile :"auto"
}
}
hint {
show on
description "BT Headset"
}
}
ctl.bt {
type bluetooth
}
pcm.!default pcm.bI did the pairing and trust-setting using blueman.
I tested it using another bluetooth-device, and it worked, but the Logitech device seems to perform no autoconnect. On my mobile phone, I manually have to press connect, to use the Logitech device, while the other device works, after I only enable bluetooth.
So I may have to initiate the bluetooth-connection with the Logitech device from the pc.
How can I do that?
Offline
Pages: 1