Hello at all,
I try to run BATOCERA on a Intel Z83 V. It works well but there is an issue with onboard combo wifi / bluetooth.
I have no wifi and no Bluetooth and so,
I can’t pair my bluetooth controler.
Or with Ubuntu, with the same config, bluetooth run wery well. (I don’t try wifi)
I think it’s missing something like driver or firmware…
Here is what i found with some command in SHH :
With the command dmesg | grep Blue
dmesg | grep Blue
[ 16.042353] Bluetooth: Core ver 2.22
[ 16.042415] Bluetooth: HCI device and connection manager initialized
[ 16.042423] Bluetooth: HCI socket layer initialized
[ 16.042428] Bluetooth: L2CAP socket layer initialized
[ 16.042436] Bluetooth: SCO socket layer initialized
[ 41.169393] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 41.169405] Bluetooth: BNEP filters: protocol multicast
[ 41.169415] Bluetooth: BNEP socket layer initialized
With the command hciconfig :
hciconfig -a
hci0: Type: Primary Bus: SDIO
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
With the commands uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
[root@BATOCERA /userdata/system]# uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux BATOCERA 5.12.13 #1 SMP Mon Sep 20 15:29:51 Europe 2021 x86_64 GNU/Linux
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:0123]
Kernel driver in use: r8169
Kernel modules: r8169
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 248a:8367 Maxxter Wireless Receiver
Bus 001 Device 002: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 12.152689] Bluetooth: Core ver 2.22
[ 12.152748] Bluetooth: HCI device and connection manager initialized
[ 12.153023] Bluetooth: HCI socket layer initialized
[ 12.153034] Bluetooth: L2CAP socket layer initialized
[ 12.153046] Bluetooth: SCO socket layer initialized
[ 27.947275] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 27.947286] Bluetooth: BNEP filters: protocol multicast
[ 27.947295] Bluetooth: BNEP socket layer initialized
[ 0.000000] [Firmware Bug]: TPM Final Events table missing or invalid
[ 0.277297] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 11.742541] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 11.980109] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
bluetooth 741376 11 bnep,btsdio
ecdh_generic 16384 1 bluetooth
Any suggestions? Thanks