web-dev-qa-db-ja.com

Kubuntu 13.10およびBose Mini SoundlinkでBluetoothオーディオシンクを使用する

Kubuntu 13.10とBose Mini Soundlinkを使用しています。外部スピーカーの発見、ペアリング、信頼は問題ありません。それどころか、オーディオシンク機能を介してコンピュータから直接スピーカーにサウンドをストリーミングするのに大きな問題があります。

タイムアウトするたびに、および/または「Stream Setup Failed」エラーを返します。 BlueDevil KDE Bluetoothスタックだけでなく、デフォルトのBluetoothマネージャーでも試しましたが、今のところ運はありません。

Dmesgが言うことは次のとおりです。

$ dmesg | grep -i blue
[    5.484915] Bluetooth: Core ver 2.16
[    5.484938] Bluetooth: HCI device and connection manager initialized
[    5.484944] Bluetooth: HCI socket layer initialized
[    5.484945] Bluetooth: L2CAP socket layer initialized
[    5.484957] Bluetooth: SCO socket layer initialized
[    5.487753] Bluetooth: RFCOMM TTY layer initialized
[    5.487762] Bluetooth: RFCOMM socket layer initialized
[    5.487763] Bluetooth: RFCOMM ver 1.11
[    5.523001] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.523004] Bluetooth: BNEP filters: protocol multicast
[    5.523012] Bluetooth: BNEP socket layer initialized
[21576.258783] Bluetooth: Wrong link type (-14)
[21576.260000] Bluetooth: Wrong link type (-2)

これを(* buntuで)動作させることができましたか?はいの場合、どのように動作させましたか?

3
anavarre

私の問題を解決したのは、ヘッドセットサービスに接続することでした。その後、pulseaudioの制御下で、オーディオシンクが公開されました。また、/ etc/bluetooth/audio.confの下に私が設定しました:

HFP=false 

コメントなし

#[A2DP]
SBCSources=1
MPEG12Sources=0

次に、Pulseオーディオの下で、サウンドカードを無効にし、プロファイルをA2DPに切り替えることができました。

2
rick

私はubuntu 12.04を使用していますが、Bluetoothヘッドセットにも問題がありました。私は今ブルーマンを使用していますが、うまく動作します。

Sudo apt-get install blueman

2つのBluetoothシンボルがバーに表示されますが、うまくいけばうまくいきます。適切に接続するには、メニューの下の「サービスの更新」を使用する必要がある場合があります。それが役に立てば幸い。

1
Xepost