From owner-freebsd-bluetooth@FreeBSD.ORG Tue May 17 21:55:52 2005 Return-Path: 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 C1ECC16A4CE for ; Tue, 17 May 2005 21:55:52 +0000 (GMT) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4ECF43D8A for ; Tue, 17 May 2005 21:55:51 +0000 (GMT) (envelope-from flag@oltrelinux.com) Received: from southcross.homeunix.org (host153-238.pool8256.interbusiness.it [82.56.238.153]) by mail.oltrelinux.com (Postfix) with ESMTP id 8325E11B221; Tue, 17 May 2005 23:55:49 +0200 (CEST) Received: by southcross.homeunix.org (Postfix, from userid 1001) id 8ABBF4151; Tue, 17 May 2005 23:55:57 +0200 (CEST) Date: Tue, 17 May 2005 23:55:57 +0200 From: Paolo Pisati To: Maksim Yevmenkin Message-ID: <20050517215557.GA1353@tin.it> References: <20050513165824.GA791@tin.it> <4284E1D8.7080006@savvis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4284E1D8.7080006@savvis.net> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com cc: FreeBSD_Bluetooth Subject: Re: Dell True Mobile 350 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 21:55:52 -0000 On Fri, May 13, 2005 at 10:20:24AM -0700, Maksim Yevmenkin wrote: > you need to load ng_ubt(4) driver. you can do it at loader prompt > > load ng_ubt > > or modify your /etc/loader.conf and add > > ng_ubt_load="YES" ok, loading ng_ubt in loader.conf did the trick... :) > >and i thought it's my bluetooth device so i added > > > >product DELL TRUEMOBILE350 0x8103 TrueMobile 350 (Bluetooth) > > > >recompiled & installed a new kernel and the next boot i got: > > > >ugen0: Dell TrueMobile 350 (Bluetooth), rev 2.00/16.57, addr 2 > > adding "product" line is only going to make usb to show device's human > readable name instead of id. of course, but at least you see that your OS at least know your hw. anyway, in my case the problem was ugen that claimed the bluetooth hw before ng_ubt. But now i've another problem: the connection between my mobile and my laptop is very fragile. as soon as i issue a couple of commands in obexapp, i got such a message in my logs: May 17 23:39:47 longino obexapp[1305]: obexapp_transport_write(): Could write(4) . Broken pipe (32) and if i try to browse the services offered by my mobile, OBEX is no more there... :O any idea? -- Paolo