I just received a brand new pc with Intel Raptor CPU. Nearly everything is working with Manjaro 22.0.4 with the kernel 6.1, except Bluetooth, because scanning won’t find any device and I wonder why. I’m also wondering why Manjaro is showing me a lot of unknown devices in the hardware overview, even when lspci -v will show me that for all devices, a driver was found and loaded. This is really some irritating. Why can the hardware list in Manjaro not be show correctly, since it seems that the devices are known devices.
The issue was also mentioned here #119866.
The problem with bluetooth is, that I can scan for devices with bluetoothctl but it will not find any of my devices
lscpi wikk show me this output
00:14.3 Network controller: Intel Corporation Device 7a70 (rev 11)
Subsystem: Intel Corporation Device 0094
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at 6001114000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [80] MSI-X: Enable+ Count=16 Masked-
Capabilities: [100] Latency Tolerance Reporting
Capabilities: [164] Vendor Specific Information: ID=0010 Rev=0 Len=014 <?>
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
There is no extra bluetooth module, but I think than Wlan controller also offers Bluetooth.
inxi will report this information about Bluetooth
Bluetooth:
Device-1: Intel type: USB driver: btusb v: 0.8 bus-ID: 1-14:9
chip-ID: 8087:0033 class-ID: e001
Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter>
Info: acl-mtu: 1021:4 sco-mtu: 96:6 link-policy: rswitch sniff
link-mode: peripheral accept service-classes: rendering, capturing, object
transfer, audio, telephony
Any ideas, what the issue could be? Thank you in advance.