From owner-freebsd-bluetooth@FreeBSD.ORG Fri Nov 18 17:30:08 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF60D16A479 for ; Fri, 18 Nov 2005 17:30:08 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EEF43D46 for ; Fri, 18 Nov 2005 17:30:05 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id jAIHToJ26383; Fri, 18 Nov 2005 12:29:50 -0500 Message-ID: <437E0F8D.6050506@savvis.net> Date: Fri, 18 Nov 2005 09:29:49 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vijay Kiran References: <437CBFF8.7070709@savvis.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD_Bluetooth Subject: Re: Bluetooth on Laptop 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: Fri, 18 Nov 2005 17:30:08 -0000 Hello, > I've added the ng_ubt_load="YES" and rebooted. It fixed the problem, > hcccontrol inquiry command finds my Nokia 3230 phone via bluetooth :-) > But I dont know why it didn't work when I used plain kldload ng_ubt, did you load ng_ubt(4) module while bluetooth dongle was _attached_? if so, then it would not work, because other driver (i suspect ugen(4)) already claimed the device. you need to unplug the device _after_ you kldload ng_ubt(4) or do what you did and load ng_ubt(4) from loader. this way ng_ubt(4) will attach to the device. thanks, max