From owner-freebsd-current@FreeBSD.ORG Mon Feb 21 21:15:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B9AE106564A for ; Mon, 21 Feb 2011 21:15:54 +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 439168FC08 for ; Mon, 21 Feb 2011 21:15:53 +0000 (UTC) Received: by iwn33 with SMTP id 33so1011374iwn.13 for ; Mon, 21 Feb 2011 13:15:53 -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=3aq0G8LsAXRZUYaq2+KRQgUdnNpYr7IOUfRYgyVpgF4=; b=w/aHTmDOhOJlV+dvUGncEb/pkEUYABtd9aNituyLzF99CSqDLGGTNFe3mxoIg+Fm1J MzUQY8kuuzMr9YvLLZeKYnH1RwUwHWu9LlZybvzO+ym0FnEfjPGGBcD3L5RKOzdtafG2 t5nQQyUbQ5p1tsF1bPeL3Mgo5vOERM6ynLduM= 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=Ea8dqKPa+BaMfC6e05GlHmw3Sf53wGalqyf7GHrob/WJ0llvb4pBEADD0Z5CFytKlW 4VE5aUOzk9CCfHXm8fpTHQdYfrf3KvSUrkTi+za2sHlA7Jwqi9H/kyzxHgDf9DFiTvn7 cNu/xUjYsEtAVKzzkqq1Phv7sVAygoAGPxUps= MIME-Version: 1.0 Received: by 10.231.32.129 with SMTP id c1mr1456410ibd.145.1298321487995; Mon, 21 Feb 2011 12:51:27 -0800 (PST) Received: by 10.231.208.19 with HTTP; Mon, 21 Feb 2011 12:51:27 -0800 (PST) In-Reply-To: <20110221070630.125E6A624E@smtp3-g21.free.fr> References: <20110221070630.125E6A624E@smtp3-g21.free.fr> Date: Mon, 21 Feb 2011 12:51:27 -0800 Message-ID: From: Maksim Yevmenkin To: rmgls@free.fr Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: Dell 370 bluetooth minicard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 21 Feb 2011 21:15:54 -0000 Hello, > On a Dell E6400 the bluetooth wireless minicard (Dell 370 => BCM2046B1 > if i am right) does not attach to any driver. > Is this ship supported by the btbcmfw driver? > Any comment would be helpfull. did you try to load ng_ubt(4) driver? also freebsd-bluetooth@ is probably more appropriate for those type of questions. thanks max