Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3527 - On-Board Intel Bluetooth firmware not working due to two missing files #8558

Closed
openwrt-bot opened this issue Dec 23, 2020 · 0 comments · Fixed by #12984
Closed
Labels
core packages pull request/issue for core (in-tree) packages flyspray

Comments

@openwrt-bot
Copy link

saket424:

Environment: Openwrt x86_64 snapshot Dec 22, 2020

ibt-firmware - 20201118-3

Description:
bluetooth finally works with openwrt snapshot on the odyssey https://www.seeedstudio.com/ODYSSEY-X86J4105864-p-4447.html

I had to copy the two missing files from ubuntu 20.04 intel firmware to /lib/firmware/intel instead of /usr/lib/firmware/intel

root@OpenWrt:~# grep -i bluetooth dmesg.log

[ 10.977163] Bluetooth: Core ver 2.22

[ 10.980827] Bluetooth: HCI device and connection manager initialized

[ 10.982803] Bluetooth: HCI socket layer initialized

[ 10.984697] Bluetooth: L2CAP socket layer initialized

[ 10.986626] Bluetooth: SCO socket layer initialized

[ 10.989246] Bluetooth: BNEP (Ethernet Emulation) ver 1.3

[ 10.991006] Bluetooth: BNEP filters: protocol multicast

[ 10.992754] Bluetooth: BNEP socket layer initialized

[ 11.073509] Bluetooth: HCI UART driver ver 2.3

[ 11.075399] Bluetooth: HCI UART protocol H4 registered

[ 11.077318] Bluetooth: HCI UART protocol BCSP registered

[ 11.079240] Bluetooth: HCI UART protocol ATH3K registered

[ 11.081567] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

[ 11.083526] Bluetooth: HIDP socket layer initialized

[ 11.288000] Bluetooth: RFCOMM TTY layer initialized

[ 11.289894] Bluetooth: RFCOMM socket layer initialized

[ 11.291778] Bluetooth: RFCOMM ver 1.11

[ 11.340970] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015

[ 11.345008] Bluetooth: hci0: Device revision is 2

[ 11.348458] Bluetooth: hci0: Secure boot is enabled

[ 11.350346] Bluetooth: hci0: OTP lock is enabled

[ 11.352222] Bluetooth: hci0: API lock is enabled

[ 11.354100] Bluetooth: hci0: Debug lock is disabled

[ 11.355948] Bluetooth: hci0: Minimum firmware build 1 week 10 2014

[ 11.401913] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi

[ 12.961480] Bluetooth: hci0: Waiting for firmware download to complete

[ 12.964139] Bluetooth: hci0: Firmware loaded in 1585771 usecs

[ 12.966825] Bluetooth: hci0: Waiting for device to boot

[ 12.979960] Bluetooth: hci0: Device booted in 12897 usecs

[ 12.982705] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-17-16-1.ddc

[ 12.988010] Bluetooth: hci0: Applying Intel DDC parameters completed

I also did

opkg install ibt-firmware

root@OpenWrt:/lib/firmware/intel# ls -l

-rw-r--r-- 1 root root 14 Dec 22 23:15 ibt-17-16-1.ddc

-rw-r--r-- 1 root root 664012 Dec 22 23:15 ibt-17-16-1.sfi

-rw-r--r-- 1 root root 22069 Nov 28 17:19 ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq

-rw-r--r-- 1 root root 25853 Nov 28 17:19 ibt-hw-37.7.10-fw-1.0.2.3.d.bseq

-rw-r--r-- 1 root root 23105 Nov 28 17:19 ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq

-rw-r--r-- 1 root root 25775 Nov 28 17:19 ibt-hw-37.7.10-fw-1.80.2.3.d.bseq

-rw-r--r-- 1 root root 96 Nov 28 17:19 ibt-hw-37.7.bseq

-rw-r--r-- 1 root root 31056 Nov 28 17:19 ibt-hw-37.8.10-fw-1.10.2.27.d.bseq

-rw-r--r-- 1 root root 39295 Nov 28 17:19 ibt-hw-37.8.10-fw-1.10.3.11.e.bseq

-rw-r--r-- 1 root root 45954 Nov 28 17:19 ibt-hw-37.8.10-fw-22.50.19.14.f.bseq

-rw-r--r-- 1 root root 96 Nov 28 17:19 ibt-hw-37.8.bseq

root@OpenWrt:/lib/firmware/intel# opkg list-installed | grep ibt-firmware

ibt-firmware - 20201118-3

root@OpenWrt:/lib/firmware/intel#

root@OpenWrt:~# hciconfig hci0 up

@aparcar aparcar added the core packages pull request/issue for core (in-tree) packages label Feb 22, 2022
openwrt-bot pushed a commit that referenced this issue Jul 2, 2023
When using an Intel AX210 card, the Bluetooth hci interface failed
to start due to a missing "ibt-0041-0041.sfi" file.

Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-0041-0041.sfi (-2)

A device specific configuration file (DDC) is also required:
Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Bluetooth: hci0: Waiting for firmware download to complete
...
Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0041-0041.ddc
Bluetooth: hci0: Applying Intel DDC parameters completed
Bluetooth: hci0: Firmware timestamp 2023.13 buildtype 1 build 62562

Fixes: #8558
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit fff6833)
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this issue Aug 1, 2023
When using an Intel AX210 card, the Bluetooth hci interface failed
to start due to a missing "ibt-0041-0041.sfi" file.

Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-0041-0041.sfi (-2)

A device specific configuration file (DDC) is also required:
Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Bluetooth: hci0: Waiting for firmware download to complete
...
Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0041-0041.ddc
Bluetooth: hci0: Applying Intel DDC parameters completed
Bluetooth: hci0: Firmware timestamp 2023.13 buildtype 1 build 62562

Fixes: openwrt#8558
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core packages pull request/issue for core (in-tree) packages flyspray
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants