Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19117C433F5 for ; Fri, 10 Dec 2021 13:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241666AbhLJN0z (ORCPT ); Fri, 10 Dec 2021 08:26:55 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:56326 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238220AbhLJN0x (ORCPT ); Fri, 10 Dec 2021 08:26:53 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 5BD3A1F3A1; Fri, 10 Dec 2021 13:23:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1639142597; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UukKNe8s3kw52iaVXTrsFvvPIdEJe65NFYa97yPi3Vg=; b=ZpBH+BqUvDU5O07JuozPlEbqlqBFL1blX6i4jrdxNO/+0dA0P8eN38WVErrqJpoqUyRB1B O+zJjvBU2fDlKJiQBBw38i0LOh12hBSf4XVNz9UE5M2TmVIlLr4FO1I0U0Uw6BE+ugsIZw hmbq6tvmNSwJURq80BfjBv5gIHnEtf0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1639142597; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UukKNe8s3kw52iaVXTrsFvvPIdEJe65NFYa97yPi3Vg=; b=7tFH6a7zRjq11BuAgJGAQR+rlLiFOfSgpnvNVwI4gUSSrLPJ5CgcYz/Ia16f2IulaJluAC 0LVu0yg6c2n5aJCA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 18054A3B81; Fri, 10 Dec 2021 13:23:17 +0000 (UTC) Date: Fri, 10 Dec 2021 14:23:17 +0100 Message-ID: From: Takashi Iwai To: Marcel Holtmann Cc: Fernando Ramos , Takashi Iwai , Paul Menzel , Johan Hedberg , Luiz Augusto von Dentz , Tedd Ho-Jeong An , Linux Kernel Mailing List , linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Bluetooth: Apply initial command workaround for more Intel chips In-Reply-To: <1D49EE9C-42D4-45C9-AE37-F4C508FD2D64@holtmann.org> References: <20211202162256.31837-1-tiwai@suse.de> <1D49EE9C-42D4-45C9-AE37-F4C508FD2D64@holtmann.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 07 Dec 2021 17:14:02 +0100, Marcel Holtmann wrote: > > Hi Fernando, > > >> Thanks, so this seems depending on the hardware, maybe a subtle > >> difference matters. As far as I read the code changes, the workaround > >> was applied in the past unconditionally, so it must be fairly safe > >> even if the chip works as is. > >> > >> Or, for avoiding the unnecessarily application of the workaround, > >> should it be changed as a fallback after the failure at the first > >> try...? > > > > I don't know if this helps, but I started experiencing this same issue ("hci0: > > command 0xfc05 tx timeout") yesterday after a kernel upgrade. > > > > My controller is a different one: > > > > 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth Adapter > > ^^^^^^^^^ > > > > I tried with different (older) versions of the v5.15.x kernel but none worked. > > > > Now, this is the interesting (?) part: today, when I switched on the computer > > to keep testing, the bluetooth was *already* working once again. > > > > I have reviewed my bash history to try to figure out what is it that I did, and > > the only thing I see is that yesterday, before going to sleep, I did a full > > poweroff instead of a reset (which is what I used yesterday to try different > > kernels). > > > > This does not make any sense... but then I found this [1] post from someone else > > who experienced the same. > > > > Is there any reasonable explanation for this? Could this be the reason why you > > seem to have different results with the same controller (8087:0a2a)? > > we trying to figure out what went wrong here. This should be really only an issue on the really early Intel hardware like Wilkens Peak. However it seems it slipped into later parts now as well. We are investigating what happened and see if this can be fixed via a firmware update or if we really have to mark this hardware as having a broken boot loader. The upstream bugzilla indicates that 8087:0aa7 seems hitting the same problem: https://bugzilla.kernel.org/show_bug.cgi?id=215167 OTOH, on openSUSE Bugzilla, there has been a report that applying the workaround for 8087:0026 may cause another issue about the reset error, so the entry for 8087:0026 should be dropped. Takashi