From owner-freebsd-current@freebsd.org Thu May 26 01:26:45 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F1F8B48FA5 for ; Thu, 26 May 2016 01:26:45 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a79.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3415B1745 for ; Thu, 26 May 2016 01:26:44 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a79.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTP id 929A27D4070 for ; Wed, 25 May 2016 18:26:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s= menhennitt.com.au; bh=yMEfmXllMNByMF3ov0rsr9WLUJ0=; b=jyXIGvQKz5 iVTTa+HpIkj5q6FOfMW1oRug76DTvJr9TcMH6gHxybX7Zf/gMpGzRh7uTC00P052 GAAJTbM6dzvzjReGMzJaIV/vnm8gsUOgJVkbdCIpvbktwcDmIZZAvBYXnsFafDsy vU5ZSwSsjZMynE305zlntgf/2Sqrgc9gE= Received: from [137.237.172.27] (unknown [192.160.117.156]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTPSA id D89EC7D406F for ; Wed, 25 May 2016 18:26:42 -0700 (PDT) Subject: Re: bluetooth not working in recent current To: freebsd-current@freebsd.org References: <5c480504-08e6-6d02-3123-9d66ba825426@menhennitt.com.au> <74db6c77-3080-6177-fbaa-250f884e5402@menhennitt.com.au> From: Graham Menhennitt Message-ID: Date: Thu, 26 May 2016 11:26:36 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 01:26:45 -0000 On 26/05/2016 7:24 AM, Maksim Yevmenkin wrote: > >>> can you also please try to start it manually and see where it stops? >>> i.e. something like >>> >>> # sh -x /etc/rc.d/bluetooth start ubt0 >> Thanks for responding. The output of that command is below. I'll do some >> more diagnosis when I get home tonight. > + /usr/sbin/hccontrol -n ubt0hci reset > + return 1 > so, "reset" command failed :( can you please tell me which exact > broadcom device you have, i.e. vendor id and product id? some broadcom > devices may require firmware download. you said it was working before, > can you please tell if you had to download firmware before? i.e. use > ubtbcmfw ? are you dual booting between freebsd and windows (or > linux)? > dmesg shows: ubt0: on usbus6 usbconfig dump_device_desc shows: ugen6.2: at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0110 bDeviceClass = 0x00e0 bDeviceSubClass = 0x0001 bDeviceProtocol = 0x0001 bMaxPacketSize0 = 0x0040 idVendor = 0x0a5c idProduct = 0x200a bcdDevice = 0x0001 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0003 <2035B0000001> bNumConfigurations = 0x0001 No, I don't dual boot anything. I have never loaded firmware - maybe it happened automatically in the past, but I've never used ubtbcmfw explicitly. Thanks for your help, Graham