Hallo,
bin nach sehr langer zeit wieder dabei mich in Linux etwas einzuarbeiten. Nun habe ich hier einen Thin Client von HP mit einer Intel 8260 WLAN + Bluetooth. Das WLAN hat auch ohne Probleme funktioiert, doch wenn ich im System schaue unter Bluetooth sagt er es wäre kein Adapter vorhanden.
Was muß ich machen damit ich auch das Bluetooth der Karte nutzen kann?
Hier mal was mir lspci ausgibt:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | hajo@Kodi-Batocera:~$ lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Complex 00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) I/O Memory Management Unit 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev 88) 00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio 00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge 00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port 00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Root Port 00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Host Bridge 00:08.0 Encryption controller: Advanced Micro Devices, Inc. [AMD] Carrizo Platform Security Processor 00:09.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Carrizo Audio Dummy Host Bridge 00:09.2 Audio device: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Audio Controller 00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 20) 00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 49) 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 49) 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 4a) 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11) 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Function 0 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Function 1 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Function 2 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Function 3 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Function 4 00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) Processor Function 5 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) 02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a) |
Hier auch mal was mir der Befehl service bluetooth status ausgibt:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | hajo@Kodi-Batocera:~$ service bluetooth status ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2023-02-13 20:08:50 CET; 22min ago Docs: man:bluetoothd(8) Main PID: 616 (bluetoothd) Status: "Running" Tasks: 1 (limit: 3971) Memory: 2.0M CPU: 324ms CGroup: /system.slice/bluetooth.service └─616 /usr/lib/bluetooth/bluetoothd Feb 13 20:21:59 Kodi-Batocera bluetoothd[616]: Endpoint unregistered: sender=:1.81 path=/MediaEndpoint/A2DPSink/sbc_xq_552 Feb 13 20:21:59 Kodi-Batocera bluetoothd[616]: Endpoint unregistered: sender=:1.81 path=/MediaEndpoint/A2DPSource/sbc_xq_552 Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSink/sbc Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSource/sbc Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSink/sbc_xq_453 Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSource/sbc_xq_453 Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSink/sbc_xq_512 Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSource/sbc_xq_512 Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSink/sbc_xq_552 Feb 13 20:22:43 Kodi-Batocera bluetoothd[616]: Endpoint registered: sender=:1.164 path=/MediaEndpoint/A2DPSource/sbc_xq_552 |