From owner-freebsd-bluetooth@freebsd.org Tue Sep 25 12:47:27 2018 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 064F510B141D for ; Tue, 25 Sep 2018 12:47:27 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 35AF770325 for ; Tue, 25 Sep 2018 12:47:24 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.15.2/8.15.2) with ESMTPS id w8PCdfC7076223 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 25 Sep 2018 21:39:51 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.15.2/8.15.2/Submit) id w8PCddmZ076222; Tue, 25 Sep 2018 21:39:39 +0900 (JST) (envelope-from takawata) Date: Tue, 25 Sep 2018 21:39:39 +0900 From: Takanori Watanabe To: Yuri Pankov , freebsd-bluetooth@freebsd.org Subject: Re: Lenovo P51 and Intel Bluetooth 8265 Message-ID: <20180925123939.GA76196@sana.init-main.com> References: <94a60594-fe69-f00c-d384-3e63575d4905@yuripv.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94a60594-fe69-f00c-d384-3e63575d4905@yuripv.net> User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 12:47:27 -0000 On Tue, Sep 25, 2018 at 10:40:47AM +0300, Yuri Pankov wrote: > Hi, > > I'm seeing the following problem on Lenovo P51 laptop with "Intel > Bluetooth 8265" (as identified by Linux): > > ubt0: ubt_ctrl_write_callback:782: control transfer failed: USB_ERR_TIMEOUT > ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command > OGF=0x3, OCF=0x3. Timeout > > The device in question: > > ugen0.7: at usbus0, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=ON (100mA) > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x00e0 > bDeviceSubClass = 0x0001 > bDeviceProtocol = 0x0001 > bMaxPacketSize0 = 0x0040 > idVendor = 0x8087 > idProduct = 0x0a2b > bcdDevice = 0x0010 > iManufacturer = 0x0000 > iProduct = 0x0000 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 I have never succeeded to use bluetooth on Intel WiFi. I used external USB dongle. > I noticed that if I boot into Windows, and then back in FreeBSD > *without* shutting down the laptop, errors seem to be gone (I haven't > tested that it actually work, and now the Windows partition is gone, sigh). I tried boot windows and select reboot and select FreeBSD partition, but I still receive HCI reset error. How did you do that?