Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4348332pxj; Tue, 8 Jun 2021 12:06:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwHpke7pIcsGOjqAam2MEVfac1yd4Qc8Ro8pWT/XVk/AmnVbMn52LLTY4287fe1jfelCgst X-Received: by 2002:a05:6402:343:: with SMTP id r3mr26526210edw.22.1623179178485; Tue, 08 Jun 2021 12:06:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623179178; cv=none; d=google.com; s=arc-20160816; b=PRKk4YDaciPFKTuE7Zf77BUzk3uu3Ee4mRGE8MsakAPcbiQMIGCHuRh5qe51qVI7Fg TLkeWa5MkgxlkIoZZp699Ocdw8pJ4NAHeeqodoFUEnog7EQkfw2OHuzxPsthuqkZhG+j 8QZ/lhJTZPVazp9hTIjug++05ltjWTkQVTSTng8cEHZ2siWgjiyHRoqJTj6wyjIjxf9b 8vwMcQdgS89mshVDXP0amQGvNc7JeC5dgKNsAWd7sPHFRmxdCYEhUrr3dlnoKC51FYE5 4mjBa+sqmiwTr2ucZusTxG6UeAjPeq4A9d4RRm8WlaA2vHR0uO2nlXoItag1UmntBTUd Hzng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=O2++edDZe5VKQuRwe8+Rs5n8HnnUI4iLaC1Yg6i52WM=; b=mvxRk7Ml33Pu/IVQPRa/kcOuvUDpdUViLvk71C6Ny5ElK+Ne5RgrlJuS3qs1WRrcty Yz7hYzNgppOzaCqY/jhgim0CQhVEUuaJyS7jQGrYC5+3H+XT+8Dmy2/qS9M1JsyHMbo7 q47DxoToIYvUoH9NqW4hGgeOQRSxcAIdVOALAxSjuBO1ChiqxLqylfasTWgW9saOBAuv E2DIhhWo6kuJOm1npDw3n5shay7xo68H1TNTFc4C+kQtILl2SDX5nckjmBmCAH/k9O0W OYH0LE8SOMAwFDHxOkERboAGR4kamsNnI3VFz+izV3AhVioQZIEPwGHFhOwqGBDk5v8i SUrg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m5si375150edr.557.2021.06.08.12.05.55; Tue, 08 Jun 2021 12:06:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236912AbhFHTDd (ORCPT + 99 others); Tue, 8 Jun 2021 15:03:33 -0400 Received: from netrider.rowland.org ([192.131.102.5]:60965 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S236736AbhFHSzI (ORCPT ); Tue, 8 Jun 2021 14:55:08 -0400 Received: (qmail 1814829 invoked by uid 1000); 8 Jun 2021 14:53:14 -0400 Date: Tue, 8 Jun 2021 14:53:14 -0400 From: Alan Stern To: Larry Finger Cc: linux-usb@vger.kernel.org, LKML , ierturk@ieee.org Subject: Re: Strange problem with USB device Message-ID: <20210608185314.GB1812516@rowland.harvard.edu> References: <20210608182038.GA1812516@rowland.harvard.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 08, 2021 at 01:37:07PM -0500, Larry Finger wrote: > On 6/8/21 1:20 PM, Alan Stern wrote: > > One thing you might try is to turn on USB debugging before > > plugging in the device: > > > > echo 'module usbcore =p' >/sys/kernel/debug/dynamic_debug/control > > > > The additional information this adds to the dmesg log may be > > helpful. > > The BT device is part of the same card as the PCIe wifi device, thus > there is no "plugging" it in a conventional sense. I don't get it. If this is a PCIe device, why should it appear on a USB bus? Wouldn't you expect it to show up as a PCI device on a PCI bus instead? > Is there some way to > add the usbcore debugging statement to the kernel options line at boot > time? Yes. Use the kernel boot-line parameter: usbcore.dyndbg="=p" FYI, how to use dynamic debugging is explained at length in the kernel source file Documentation/admin-guide/dynamic-debug-howto.rst. Alan Stern > As I told GregKH, I am having the person with the problem try a rescue > system with a 5.12 kernel. > > Larry >