From owner-freebsd-bluetooth@FreeBSD.ORG Tue Feb 22 01:31:11 2011 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD83106566C for ; Tue, 22 Feb 2011 01:31:11 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1321C8FC14 for ; Tue, 22 Feb 2011 01:31:10 +0000 (UTC) Received: by iwn33 with SMTP id 33so1177905iwn.13 for ; Mon, 21 Feb 2011 17:31:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=NWB3eYzXLT1qwzPiVT2ix77S+8vqRCGSSSB+jlXcYd8=; b=yIZDeHf7KC12BxnH/GFNYcsdqBnckmdt4ZfTDARUySpiuDxQZWYh5pAIyCdJH6wnwI nyYefqz6Se7uTvEHkrh55vau5sgjc948yIOZ5bwagNm+Q9vHVsuRfs2jKqadBun6gYPo 6m+GxSj3j/z+VddZikNvYtPuEijExFunJ1jJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bhE7WR/f2bmM6Vb0KA/7n4pPmwaYBg2W43KOVeNCFC3ABUlyaWF/YzGrTdRQ1dzMgt Ql2X2KJ1OAKQ/6RY9LBPInLUat+1/JqN6MhGTd19vQjwAZ+hJIJl6GZ+Y5+po7Utzh7f 1h9vjyERk4uVZa4WRgPfvwZctPoHtWRRXNdYc= MIME-Version: 1.0 Received: by 10.42.241.132 with SMTP id le4mr2759187icb.356.1298338270385; Mon, 21 Feb 2011 17:31:10 -0800 (PST) Received: by 10.231.208.19 with HTTP; Mon, 21 Feb 2011 17:31:10 -0800 (PST) In-Reply-To: <20110221222921.BC416A6291@smtp3-g21.free.fr> References: <20110221222921.BC416A6291@smtp3-g21.free.fr> Date: Mon, 21 Feb 2011 17:31:10 -0800 Message-ID: From: Maksim Yevmenkin To: Raoul Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Dell 370 bluetooth minicard X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 01:31:11 -0000 On Mon, Feb 21, 2011 at 2:29 PM, Raoul wrote: > > On my Dell E6400 the Dell bluetooth 370 wireless minicard (a CBM2046B&?) i assume its bcm2046b :) > if i am right, does not attach to any driver. > i tried several drivers and of course loaded ng_ubt. > but rc.bluetooth start ubt0 reply > ngctl: send msg: No such file or directory > FreeBSD current r218726. > It never attached, it is not a version problem. is device recognized at all? i assume it presents itself as usb device. if its the case ugen(4) should attach to it. do you see any ugen(4) related messages? what does usbconfig(8) output look like? also, if you put ng_ubt_load="YES" in your loader.conf you dont need to manually call rc.bluetooth start ubt0. when bluetooth device is recognized, devd(8) will automatically call rc.bluetooth and will start everything. > Is this ship supported by the btbcmfw driver? i assume you mean ubtbcmfw(4). if so, then no, its not. ubtbcmfw(4) is a firmware driver for bcm2033 chips. > Any comment would be helpfull. lets start and see if card is recognized at all, i.e. ugen(4) should be attaching to all usb devices by default. thanks, max