Intel Dual Band Wireless-AC 3168 - Debian 10의 Bluetooth가 작동하지 않습니다.

Intel Dual Band Wireless-AC 3168 - Debian 10의 Bluetooth가 작동하지 않습니다.

나는 기가바이트 브릭스 GB-BLCE-4105(http://www.gigabyte.pl/products/page/desktop_platform/gb-blce-4105rev_10#kf) Intel® Dual Band Wireless-AC 3168 카드 포함.

Debian 10을 설치했는데 Bluetooth에 문제가 있습니다.

시스템에는 표시되지 않습니다.

시스템 정보:

Debian version: 10
Kernel: 5.6.14-2~bpo10+1 (2020-06-09) x86_64 GNU/Linux
firmware-iwlwifi version: 20190717-2~bpo10+1

lspci:

00:00.0 Host bridge: Intel Corporation Device 31f0 (rev 03)
00:00.3 System peripheral: Intel Corporation Device 3190 (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03)
00:0e.0 Audio device: Intel Corporation Device 3198 (rev 03)
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 03)
00:12.0 SATA controller: Intel Corporation Device 31e3 (rev 03)
00:13.0 PCI bridge: Intel Corporation Device 31da (rev f3)
00:13.3 PCI bridge: Intel Corporation Device 31db (rev f3)
00:15.0 USB controller: Intel Corporation Device 31a8 (rev 03)
00:1c.0 SD Host controller: Intel Corporation Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller (rev 03)
00:1e.0 SD Host controller: Intel Corporation Device 31d0 (rev 03)
00:1f.0 ISA bridge: Intel Corporation Device 31e8 (rev 03)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 03)
01:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

답변1

@GAD3R 답변을 표시할 수 없으므로 지침이 있습니다.

  1. 다음에서 모든 작업을 수행하세요. https://unix.stackexchange.com/questions/403739/how-to-enable-the-wi-fi-network-adapter-intel-ac-3168-in-ubuntu/403752#403752

  2. sudo dmesg를 입력하고 다음이 표시되는지 확인하세요.

[   39.779681] iwlwifi 0000:01:00.0: loaded firmware version 22.361476.0 3168-22.ucode op_mode iwlmvm
[   39.817447] Bluetooth: Core ver 2.22
[   39.817469] NET: Registered protocol family 31
[   39.817470] Bluetooth: HCI device and connection manager initialized
[   39.817475] Bluetooth: HCI socket layer initialized
[   39.817482] Bluetooth: L2CAP socket layer initialized
[   39.817486] Bluetooth: SCO socket layer initialized

[   40.004841] Bluetooth: hci0: read Intel version: 370810225019140f34
[   40.004846] Bluetooth: hci0: Intel device is already patched. patch num: 34
  1. apt-get install bluez 설치
  2. 유형: hcitool scan - 스캐닝이 표시되면... 작동합니다 :)!

관련 정보