在 Ubuntu 19.10 中与 Intel Wireless-AC 9560 的错误蓝牙连接

McSuperbX1

我与以下计算机的蓝牙连接有问题

  • 机器:HP Pavilion 14 ce2065tx
  • WiFi/蓝牙芯片:Intel Wireless-AC 9560
  • 操作系统:Ubuntu 19.10

问题:
糟糕的蓝牙连接。与我的扬声器的蓝牙连接经常断开,除非我重新启动机器,否则我无法重新连接它们。简而言之,蓝牙连接非常不可靠。

我注意到了一些奇怪的东西;显然,甚至没有使用 WiFi/蓝牙?(虽然 WiFi 工作完美),请看下面的截图:

(截图链接)

的输出lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f2:b627 Chicony Electronics Co., Ltd HP Wide Vision HD Camera
Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

输出 dmesg | grep -i blue

[    3.252039] Bluetooth: Core ver 2.22
[    3.252052] Bluetooth: HCI device and connection manager initialized
[    3.252054] Bluetooth: HCI socket layer initialized
[    3.252056] Bluetooth: L2CAP socket layer initialized
[    3.252062] Bluetooth: SCO socket layer initialized
[    3.282179] Bluetooth: hci0: Firmware revision 0.1 build 199 week 48 2017
[    4.188336] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.188338] Bluetooth: BNEP filters: protocol multicast
[    4.188341] Bluetooth: BNEP socket layer initialized
[   15.254269] Bluetooth: RFCOMM TTY layer initialized
[   15.254272] Bluetooth: RFCOMM socket layer initialized
[   15.254294] Bluetooth: RFCOMM ver 1.11
[  147.659673] Bluetooth: hci0: unexpected event for opcode 0x0500
[  150.198335] Bluetooth: hci0: urb 00000000cf7901c5 failed to resubmit (113)
[  168.721340] Bluetooth: hci0: urb 0000000000f1e476 failed to resubmit (113)
[  187.484624] Bluetooth: hci0: urb 00000000e27374bc failed to resubmit (113)
[  198.107762] Bluetooth: hci0: urb 000000008f587935 failed to resubmit (113)
[  208.342270] Bluetooth: hci0: urb 00000000e891c73d failed to resubmit (113)
[  306.916278] Bluetooth: hci0: urb 000000009907dbc4 failed to resubmit (113)

的输出lspci

00:00.0 Host bridge: Intel Corporation Device 3e34 (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (Whiskey Lake) (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
00:12.0 Signal processing controller: Intel Corporation Cannon Point-LP Thermal Controller (rev 30)
00:14.0 USB controller: Intel Corporation Cannon Point-LP USB 3.1 xHCI Controller (rev 30)
00:14.2 RAM memory: Intel Corporation Cannon Point-LP Shared SRAM (rev 30)
00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 30)
00:16.0 Communication controller: Intel Corporation Cannon Point-LP MEI Controller #1 (rev 30)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 30)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device 9dc5 (rev 30)
00:1c.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #1 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #5 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #9 (rev f0)
00:1d.1 PCI bridge: Intel Corporation Device 9db1 (rev f0)
00:1d.4 PCI bridge: Intel Corporation Cannon Point-LP PCI Express Root Port #13 (rev f0)
00:1e.0 Communication controller: Intel Corporation Device 9da8 (rev 30)
00:1e.2 Serial bus controller [0c80]: Intel Corporation Device 9daa (rev 30)
00:1f.0 ISA bridge: Intel Corporation Cannon Point-LP LPC Controller (rev 30)
00:1f.3 Audio device: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 30)
00:1f.4 SMBus: Intel Corporation Cannon Point-LP SMBus Controller (rev 30)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Point-LP SPI Controller (rev 30)
02:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX250] (rev a1)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
05:00.0 Non-Volatile memory controller: Intel Corporation SSDPEKNW020T8 [660p, 2TB] (rev 03)

我能做些什么来解决这个问题?

飞行员6

如果您在同时使用 2.4 GHz Wi-Fi 和 Intel 组合芯片上的蓝牙时遇到问题,我建议为iwlwifi内核模块设置一个选项

在终端中运行:

sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi bt_coex_active=N"

并重新启动。

该命令创建/etc/modprobe.d/iwlwifi-opt.confiwlwifi内核模块设置选项的文件它禁用了有问题的“蓝牙共存”技术。

您可以为文件指定一个更有意义的名称,例如intel-btfix.conf. 唯一的要求是.conf最后有。您还可以向文件添加评论,例如

#Manually created file to fix bluetooth issues

如果您将来忘记此文件的来源。

您可以通过删除此文件来恢复此设置:

sudo rm /etc/modprobe.d/iwlwifi-opt.conf

关于该芯片的专有驱动程序。如果该芯片受 in-tree 内核模块支持,则不需要。

关于此问题的其他信息:

如今,蓝牙和 Wi-Fi 在大多数情况下由一个组合芯片处理。在您的情况下,它是英特尔 9560。

问题是 2.4 GHz Wi-Fi 和蓝牙工作在相同的频率上。这就是为什么您的案例中的 Wi-Fi 内核模块iwlwifi具有处理 Wi-Fi 和 BT 之间(严重)冲突的内置技术的原因。它可以通过内核选项启用或禁用。

iwlwifibt_coex_active默认情况下启用此选项并优先使用 Wi-Fi。这就是用户在使用 BT 时遇到问题的原因。通常,英特尔在其模块中使用的共存技术看起来非常难看,因为在大多数情况下,BT 无法用于来自 Wi-Fi 的音频流。

这个问题的另一个例子是高通 Atheros 旧芯片(ath9k),这并不明显。

没有为同一目的的选项btcoex_enableath9k禁用默认。如果您从 2.4 GHz Wi-Fi 流式传输音频,可能会出现同样的问题。在这种情况下,应该启用该选项但是 QCA 选项优先使用蓝牙,即使您根本不使用蓝牙,Wi-Fi 上也可能会出现数据包丢失。因此,建议仅在非常需要时才启用它。

新的ath10kQCA芯片没有这个选项,看起来他们完美地解决了问题,因为我从来没有遇到过任何投诉。

无论如何,如果您使用蓝牙流媒体,强烈建议切换到 5 GHz Wi-Fi。

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Intel Wireless-AC 9560 在 Ubuntu 18.04 上运行缓慢

来自分类Dev

驱动程序 Intel Wireless-AC 9560 突然停止工作

来自分类Dev

Ubuntu 18.04中的Intel Dual Band Wireless-AC 7260问题

来自分类Dev

Ubuntu 18.04 Intel wireless-AC 9260 连接问题/在 Dell Precision 5530 上死机

来自分类Dev

Ubuntu 18.04 无法识别 Intel Wireless-AC 9260

来自分类Dev

Intel 3160 AC wifi-Ubuntu 16.04.1中没有WPA连接

来自分类Dev

在Ubuntu 16.04 LTS Live CD下禁用了Intel Wireless AC3165

来自分类Dev

带有Ubuntu 16.04.3 LTS的Intel Dual Band Wireless-AC 7260

来自分类Dev

Ubuntu 19.10 Intel Wireless AC 3160 工作正常,但其他驱动程序说不

来自分类Dev

Wifi连接不适用于Intel NUC + Wireless AC 7620

来自分类Dev

Wifi连接不适用于Intel NUC + Wireless AC 7620

来自分类Dev

WIFI Intel Corporation Wireless-AC 9260 的更多问题:检测到网络但未连接

来自分类Dev

Ubuntu 18.04 无法加载 Intel 9560 无线固件

来自分类Dev

Ubuntu 18.04 intel wireless ac 9260 在附加驱动程序下“此设备无法正常工作”,但 wifi 正在工作

来自分类Dev

Acer Aspire 7上的Debian 9无法检测到wifi(Intel AC 9560)

来自分类Dev

Ubuntu 20.04 Intel 网络连接问题,igc 中的错误?

来自分类Dev

Wifi 禁用:Ubuntu 19.10 - Intel Wireless 7265

来自分类Dev

使用Ubuntu 19.10 netboot时未创建wlan0(带有Intel Wireless-AC 9461的HP笔记本14-cf1599sa)

来自分类Dev

如何在Ubuntu中启用Wi-Fi网络适配器“ Intel AC 3168”?

来自分类Dev

装有Intel Centrino Wireless N 1000的Ubuntu 16.04中的Wifi速度极慢

来自分类Dev

装有Intel Centrino Wireless N 1000的Ubuntu 16.04中的Wifi速度极慢

来自分类Dev

Ubuntu 20.04 LTS Intel 7260 Wireless-无法连接到Wifi网络

来自分类Dev

Ubuntu 20.04 LTS Intel 7260 Wireless-无法连接到Wifi网络

来自分类Dev

Ubuntu 17.10拒绝在Dell XPS 15 9560中关闭

来自分类Dev

使Killer Wireless-AC 1535可用于安装Ubuntu 16.04

来自分类Dev

英特尔 AC 9560 不工作

来自分类Dev

更改Intel(R)Dual Band Wireless-AC 7260的MAC地址

来自分类Dev

在Ubuntu 15.10,Asus ZenBook UX305上无法将wifi与Intel AC 7265连接

来自分类Dev

Ubuntu 15.04 + Intel 3160 wireless,内核版本是否太低?

Related 相关文章

  1. 1

    Intel Wireless-AC 9560 在 Ubuntu 18.04 上运行缓慢

  2. 2

    驱动程序 Intel Wireless-AC 9560 突然停止工作

  3. 3

    Ubuntu 18.04中的Intel Dual Band Wireless-AC 7260问题

  4. 4

    Ubuntu 18.04 Intel wireless-AC 9260 连接问题/在 Dell Precision 5530 上死机

  5. 5

    Ubuntu 18.04 无法识别 Intel Wireless-AC 9260

  6. 6

    Intel 3160 AC wifi-Ubuntu 16.04.1中没有WPA连接

  7. 7

    在Ubuntu 16.04 LTS Live CD下禁用了Intel Wireless AC3165

  8. 8

    带有Ubuntu 16.04.3 LTS的Intel Dual Band Wireless-AC 7260

  9. 9

    Ubuntu 19.10 Intel Wireless AC 3160 工作正常,但其他驱动程序说不

  10. 10

    Wifi连接不适用于Intel NUC + Wireless AC 7620

  11. 11

    Wifi连接不适用于Intel NUC + Wireless AC 7620

  12. 12

    WIFI Intel Corporation Wireless-AC 9260 的更多问题:检测到网络但未连接

  13. 13

    Ubuntu 18.04 无法加载 Intel 9560 无线固件

  14. 14

    Ubuntu 18.04 intel wireless ac 9260 在附加驱动程序下“此设备无法正常工作”,但 wifi 正在工作

  15. 15

    Acer Aspire 7上的Debian 9无法检测到wifi(Intel AC 9560)

  16. 16

    Ubuntu 20.04 Intel 网络连接问题,igc 中的错误?

  17. 17

    Wifi 禁用:Ubuntu 19.10 - Intel Wireless 7265

  18. 18

    使用Ubuntu 19.10 netboot时未创建wlan0(带有Intel Wireless-AC 9461的HP笔记本14-cf1599sa)

  19. 19

    如何在Ubuntu中启用Wi-Fi网络适配器“ Intel AC 3168”?

  20. 20

    装有Intel Centrino Wireless N 1000的Ubuntu 16.04中的Wifi速度极慢

  21. 21

    装有Intel Centrino Wireless N 1000的Ubuntu 16.04中的Wifi速度极慢

  22. 22

    Ubuntu 20.04 LTS Intel 7260 Wireless-无法连接到Wifi网络

  23. 23

    Ubuntu 20.04 LTS Intel 7260 Wireless-无法连接到Wifi网络

  24. 24

    Ubuntu 17.10拒绝在Dell XPS 15 9560中关闭

  25. 25

    使Killer Wireless-AC 1535可用于安装Ubuntu 16.04

  26. 26

    英特尔 AC 9560 不工作

  27. 27

    更改Intel(R)Dual Band Wireless-AC 7260的MAC地址

  28. 28

    在Ubuntu 15.10,Asus ZenBook UX305上无法将wifi与Intel AC 7265连接

  29. 29

    Ubuntu 15.04 + Intel 3160 wireless,内核版本是否太低?

热门标签

归档