* [Bug 221339] New: AX200 -19 errors on boot after firmware 20260313-1.1
@ 2026-04-09 16:53 bugzilla-daemon
2026-04-10 7:36 ` [Bug 221339] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-04-09 16:53 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221339
URL: https://bugzilla.suse.com/show_bug.cgi?id=1260599
Bug ID: 221339
Summary: AX200 -19 errors on boot after firmware 20260313-1.1
Product: Drivers
Version: 2.5
Kernel Version: 6.19.9
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Bluetooth
Assignee: linux-bluetooth@vger.kernel.org
Reporter: pallaswept@proton.me
CC: tiwai@suse.de
Regression: Yes
Bisected 81608d9216ce1fe954e205aa867655b1a5bce1c5
commit-id:
Since updating my firmware recently I started to see these -19 errors on boot:
> journalctl -b 0 -g hci0
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: Found device firmware:
intel/ibt-20-1-3.sfi
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: Boot Address: 0x24800
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: Firmware Version: 255-255.255
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: FW download error recovery
failed (-19)
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: sending frame failed (-19)
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: Reading supported features
failed (-19)
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: Error reading debug features
Mar 26 13:40:39 Pallas kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is
set, but its usage is not supported.
Mar 26 13:40:41 Pallas kernel: Bluetooth: hci0: Failed to read MSFT supported
features (-110)
Mar 26 13:40:42 Pallas kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0
week 24 2017
...
These errors are present with firmware 20260313-1.1 but are not with
20260206-1.1. I also see failures to mount USB drives during boot, and this
device is USB connected. Bluetooth and USB in general do seem to be working OK
after I'm logged in.
Thanks for any help
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 221339] AX200 -19 errors on boot after firmware 20260313-1.1
2026-04-09 16:53 [Bug 221339] New: AX200 -19 errors on boot after firmware 20260313-1.1 bugzilla-daemon
@ 2026-04-10 7:36 ` bugzilla-daemon
2026-04-10 9:16 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-04-10 7:36 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221339
--- Comment #1 from Takashi Iwai (tiwai@suse.de) ---
FWIW, the original report on the distro bugzilla:
https://bugzilla.suse.com/show_bug.cgi?id=1260599
20260313 corresponds to the linux-firmware commit 57303edc4101
- Update to version 20260313 (git commit 57303edc4101):
* linux-firmware: Update firmware file for Intel Quasar core
* Intel Bluetooth: Update firmware file for Intel Bluetooth AX201
* linux-firmware: Add firmware file for Intel ScorpiusGfp2 core
* linux-firmware: Update firmware file for Intel Scorpius core
* linux-firmware: Update firmware file for Intel BlazarIGfP core
* linux-firmware: Update firmware file for Intel BlazarI core
* linux-firmware: Update firmware file for Intel BlazarU-HrPGfP core
* linux-firmware: Update firmware file for Intel BlazarU core
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 221339] AX200 -19 errors on boot after firmware 20260313-1.1
2026-04-09 16:53 [Bug 221339] New: AX200 -19 errors on boot after firmware 20260313-1.1 bugzilla-daemon
2026-04-10 7:36 ` [Bug 221339] " bugzilla-daemon
@ 2026-04-10 9:16 ` bugzilla-daemon
2026-04-10 9:18 ` bugzilla-daemon
2026-04-10 9:21 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-04-10 9:16 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221339
Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kiran.k@intel.com,
| |pmenzel+bugzilla.kernel.org
| |@molgen.mpg.de
--- Comment #2 from Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) ---
This could be the commit below:
```
commit 81608d9216ce1fe954e205aa867655b1a5bce1c5
Author: Ravindra <ravindra@intel.com>
Date: Wed Mar 11 15:21:05 2026 +0530
linux-firmware: Update firmware file for Intel Quasar core
This patch contains firmware files for
- Cyclone Peak2 (CcP2) - AX200
FW Build: BT_Quasar_REL53843_22.180.2607.53843
FSEQ: 0x89.3.35.37
Release Version: 24.30.0.4
Signed-off-by: Ravindra <ravindra@intel.com>
intel/ibt-20-1-3.sfi | Bin 801016 -> 800036 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
```
I [commented on the linux-firmware merge
request](https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/955#note_3239391259),
but it’d be great if you verified that changed `ibt-20-1-3.sfi` is really the
reason.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 221339] AX200 -19 errors on boot after firmware 20260313-1.1
2026-04-09 16:53 [Bug 221339] New: AX200 -19 errors on boot after firmware 20260313-1.1 bugzilla-daemon
2026-04-10 7:36 ` [Bug 221339] " bugzilla-daemon
2026-04-10 9:16 ` bugzilla-daemon
@ 2026-04-10 9:18 ` bugzilla-daemon
2026-04-10 9:21 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-04-10 9:18 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221339
--- Comment #3 from Paul Menzel (pmenzel+bugzilla.kernel.org@molgen.mpg.de) ---
I missed the Bugzilla tag:
> Bisected commit-id: 81608d9216ce1fe954e205aa867655b1a5bce1c5
It’s always good to also mention it in the comment.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 221339] AX200 -19 errors on boot after firmware 20260313-1.1
2026-04-09 16:53 [Bug 221339] New: AX200 -19 errors on boot after firmware 20260313-1.1 bugzilla-daemon
` (2 preceding siblings ...)
2026-04-10 9:18 ` bugzilla-daemon
@ 2026-04-10 9:21 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2026-04-10 9:21 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=221339
--- Comment #4 from pallaswept@proton.me ---
Sorry Paul I'm not very experienced with filing kernel bugs but I'll keep it in
mind for next time.
Yes I have confirmed that it was that file, if I roll back to the previous
version the issues are resolved.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-04-10 9:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 16:53 [Bug 221339] New: AX200 -19 errors on boot after firmware 20260313-1.1 bugzilla-daemon
2026-04-10 7:36 ` [Bug 221339] " bugzilla-daemon
2026-04-10 9:16 ` bugzilla-daemon
2026-04-10 9:18 ` bugzilla-daemon
2026-04-10 9:21 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox