私は Bluetooth スピーカーを持っていて、それを動作させました。しかし、オーディオはひどく、何度もスキップします。
Aug 28 21:02:25 test pulseaudio[2537]: [bluetooth] module-bluez5-device.c: Skipping 309976 us (= 54676 bytes) in audio stream
Aug 28 21:02:25 test pulseaudio[2537]: [bluetooth] module-bluez5-device.c: Skipping 84982 us (= 14988 bytes) in audio stream
Aug 28 21:02:26 test pulseaudio[2537]: [bluetooth] module-bluez5-device.c: Skipping 208448 us (= 36768 bytes) in audio stream
Wi-Fi と BT は一緒に来るので、しばらく Wi-Fi 接続をオフにすることを検討しました。ビンゴ!Wi-Fi を無効にすると、BT オーディオは完璧に聞こえます。
lucas@test:~$ sudo lshw -c Network
*-network
description: Wireless interface
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlo1
version: 01
serial: d8:5d:e2:cc:38:5d
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=192.168.0.2 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:b5500000-b5507fff
lucas@test:~$ sudo lsusb -v | grep Blue
Bus 001 Device 005: ID 0a5c:216c Broadcom Corp. BCM43142A0 Bluetooth Device
idProduct 0x216c BCM43142A0 Bluetooth Device
この途切れ途切れの音声が出ずに、BT+Wi-Fi の両方をアクティブにする方法はありますか?
私は...を使用しています。
lucas@test:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
lucas@test:~$ uname -a
Linux test 4.10.0-32-generic #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
ありがとう!
答え1
Wi-Fi AP が 2.4GHz で 802.11n をサポートしている場合は、20MHz チャネルのみを使用するように設定されていることを確認してください。2.4GHz で 40MHz チャネルでは、Bluetooth に十分なスペースがありません。より狭いチャネルを使用すると、Wi-Fi スループットが半分に低下するため、より高速な Wi-Fi が必要な場合は、802.11ac をサポートする 5GHz Wi-Fi 機器に投資してください。
Ubuntu マシンの Wi-Fi クライアント カード/ドライバーに、2.4GHz で 20MHz チャネルのみを使用するように設定できる機能がある場合は、そのように設定してください。関連する Wi-Fi フレームに「40MHz 許容外」ビットを設定できる機能がある場合は、そのように設定してください。Bluetooth デバイスが Wi-Fi/Bluetooth 共存モードをサポートしている場合は、それを有効にしてください。Bluetooth デバイスがアダプティブ周波数ホッピングをサポートしている場合は、それを有効にしてください。