From: bugzilla-daemon@kernel.org
To: linux-bluetooth@vger.kernel.org
Subject: [Bug 221140] New: 0000:00:14.7 btintel_pcie ibt-0190-0291 HP Omnibook Ultra Flip 14
Date: Wed, 25 Feb 2026 19:58:26 +0000 [thread overview]
Message-ID: <bug-221140-62941@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=221140
Bug ID: 221140
Summary: 0000:00:14.7 btintel_pcie ibt-0190-0291 HP Omnibook
Ultra Flip 14
Product: Drivers
Version: 2.5
Hardware: Intel
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Bluetooth
Assignee: linux-bluetooth@vger.kernel.org
Reporter: paolo.baruffa@protonmail.com
Regression: No
There are some problems on loading of bluetooth firmware on HP Omnibook Ultra
Flip 14
Here's the dmesg error:
[ 8.684465] Bluetooth: Core ver 2.22
[ 8.684492] NET: Registered PF_BLUETOOTH protocol family
[ 8.684494] Bluetooth: HCI device and connection manager initialized
[ 8.684498] Bluetooth: HCI socket layer initialized
[ 8.684500] Bluetooth: L2CAP socket layer initialized
[ 8.684503] Bluetooth: SCO socket layer initialized
[ 8.709513] Bluetooth: hci0: Device revision is 0
[ 8.709518] Bluetooth: hci0: Secure boot is enabled
[ 8.709519] Bluetooth: hci0: OTP lock is disabled
[ 8.709520] Bluetooth: hci0: API lock is enabled
[ 8.709520] Bluetooth: hci0: Debug lock is disabled
[ 8.709521] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 8.709522] Bluetooth: hci0: Bootloader timestamp 2023.33 buildtype 1 build
45995
[ 8.710085] Bluetooth: hci0: Found device firmware:
intel/ibt-0190-0291-iml.sfi
[ 8.710089] Bluetooth: hci0: Boot Address: 0x30098800
[ 8.710090] Bluetooth: hci0: Firmware Version: 15-3.26
[ 8.786307] Bluetooth: hci0: Waiting for firmware download to complete
[ 8.786311] Bluetooth: hci0: Firmware loaded in 74436 usecs
[ 8.788788] Bluetooth: hci0: Waiting for device to boot
[ 8.788790] Bluetooth: hci0: Device booted in 2413 usecs
[ 8.788790] Bluetooth: hci0: Waiting for device transition to d0
[ 8.788790] Bluetooth: hci0: Device moved to D0 in 0 usecs
[ 8.788940] Bluetooth: hci0: dsbr: enable: 0x01 value: 0x0b
[ 8.792639] Bluetooth: hci0: Found device firmware:
intel/ibt-0190-0291-pci.sfi
[ 8.792648] Bluetooth: hci0: Boot Address: 0x10000800
[ 8.792649] Bluetooth: hci0: Firmware Version: 15-3.26
[ 10.947311] Bluetooth: hci0: command 0xfc09 tx timeout
[ 10.947406] Bluetooth: hci0: Failed to send firmware data (-110)
[ 10.947458] Bluetooth: hci0: Firmware download retry count: 1
[ 10.993178] Bluetooth: hci0: Device revision is 0
[ 10.993184] Bluetooth: hci0: Secure boot is enabled
[ 10.993186] Bluetooth: hci0: OTP lock is disabled
[ 10.993187] Bluetooth: hci0: API lock is enabled
[ 10.993188] Bluetooth: hci0: Debug lock is disabled
[ 10.993190] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 10.993193] Bluetooth: hci0: Bootloader timestamp 2023.33 buildtype 1 build
45995
[ 10.993615] Bluetooth: hci0: Found device firmware:
intel/ibt-0190-0291-iml.sfi
[ 10.993619] Bluetooth: hci0: Boot Address: 0x30098800
[ 10.993623] Bluetooth: hci0: Firmware Version: 15-3.26
[ 11.053096] Bluetooth: hci0: Waiting for firmware download to complete
[ 11.053108] Bluetooth: hci0: Firmware loaded in 58096 usecs
[ 11.055474] Bluetooth: hci0: Waiting for device to boot
[ 11.055483] Bluetooth: hci0: Device booted in 2288 usecs
[ 11.055486] Bluetooth: hci0: Waiting for device transition to d0
[ 11.055488] Bluetooth: hci0: Device moved to D0 in 1 usecs
[ 11.055789] Bluetooth: hci0: dsbr: enable: 0x01 value: 0x0b
[ 11.062520] Bluetooth: hci0: Found device firmware:
intel/ibt-0190-0291-pci.sfi
[ 11.062551] Bluetooth: hci0: Boot Address: 0x10000800
[ 11.062554] Bluetooth: hci0: Firmware Version: 15-3.26
[ 12.513763] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.513766] Bluetooth: BNEP filters: protocol multicast
[ 12.513768] Bluetooth: BNEP socket layer initialized
[ 13.251304] Bluetooth: hci0: command 0xfc09 tx timeout
[ 13.251322] Bluetooth: hci0: Failed to send firmware data (-110)
[ 13.251406] Bluetooth: hci0: Received gp1 mailbox interrupt
[ 13.251450] Bluetooth: hci0: MSFT supported features length mismatch
kernel version: 6.18.9
linux-firmware version: 20260221-1
The only fix found for now is resetting the bluetooth device with this script:
#!/bin/sh
echo 1 > /sys/bus/pci/devices/0000:00:14.7/remove
sleep 1
echo 1 > /sys/bus/pci/rescan
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2026-02-25 19:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 19:58 bugzilla-daemon [this message]
2026-02-26 15:43 ` [Bug 221140] 0000:00:14.7 btintel_pcie ibt-0190-0291 HP Omnibook Ultra Flip 14 bugzilla-daemon
2026-02-26 15:44 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-221140-62941@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox