From owner-freebsd-bluetooth@FreeBSD.ORG Tue Jun 14 23:47:25 2011 Return-Path: Delivered-To: bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 774AC1065675 for ; Tue, 14 Jun 2011 23:47:25 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id F18998FC15 for ; Tue, 14 Jun 2011 23:47:24 +0000 (UTC) Received: by bwz12 with SMTP id 12so84462bwz.13 for ; Tue, 14 Jun 2011 16:47:23 -0700 (PDT) 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 :content-transfer-encoding; bh=OPX2lxMgHJXXYc/lTK2KBSCCKFBCjJ88d8d8evgLoyc=; b=Al2kzEXo+00sO2ni1/mFuVqvzfHi8jwcn1FLQMJLGnCoc+V8ALdhIiu1Y3r9O3azgk sSIkJYWgVboa9zn2GEXj+DmhY0heKOXM2RPZgknYVb4zPiT/XWPBAI1PFD38VlIfN2O+ xxQT/WQu5vRxic5svad2b8zVH3sOx+iuXrGFM= 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:content-transfer-encoding; b=mIpt1CzM/+tMjqJ8pM8+tGUPWxntg0liwzqzzi0gSXguNXQCnYxGn+Ze+62SIiy1Qf uQsSyJ08kj7ZATn+HoEKeNF1V3zQbQc78R7Zi/COT1AFSgqLDNo2P/HY/aKew2hpp+Bm wtfO2U0/CbFYLjVKG2fz/eIAsOlQ3kqgIsc0s= MIME-Version: 1.0 Received: by 10.204.172.66 with SMTP id k2mr2596803bkz.125.1308095243663; Tue, 14 Jun 2011 16:47:23 -0700 (PDT) Received: by 10.204.36.12 with HTTP; Tue, 14 Jun 2011 16:47:23 -0700 (PDT) In-Reply-To: <4DF7F13C.6090208@herveybayaustralia.com.au> References: <4DF46049.6080206@herveybayaustralia.com.au> <4DF53A6F.9080701@herveybayaustralia.com.au> <4DF705C9.7020606@herveybayaustralia.com.au> <4DF7F13C.6090208@herveybayaustralia.com.au> Date: Tue, 14 Jun 2011 16:47:23 -0700 Message-ID: From: Maksim Yevmenkin To: Da Rock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: bluetooth@freebsd.org Subject: Re: Asus bluetooth device - 0x1712 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, 14 Jun 2011 23:47:25 -0000 On Tue, Jun 14, 2011 at 4:39 PM, Da Rock wrote: > On 06/15/11 06:17, Iain Hibbert wrote: >> >> On Tue, 14 Jun 2011, Da Rock wrote: >> >> >>>> >>>> first, question: did you load ng_ubt(4) driver? >>>> >>>> >>> >>> Naturally. Its in the handbook, and you never discount the handbook :) >>> >>>> >>>> if you did =A0and device is still not recognized, could you please dum= p >>>> device descriptor, i.e. use usbconfig(8) dump_device_desc command >>>> >>>> >>> >>> ugen5.2: =A0at usbus5, cfg=3D0 md=3DHOST = spd=3DFULL >>> (12Mbps) pwr=3DON >>> >>> =A0 bDeviceClass =3D 0x00e0 >>> =A0 bDeviceSubClass =3D 0x0001 >>> =A0 bDeviceProtocol =3D 0x0001 >>> >> >> seems like the ng_ubt driver should attach to this directly.. >> > > Probably would if it recognised the product then. What is the correct way= to > do this then? I know about usbdevs, and the awk script to run, but does > anything then need to be added to the driver to pick it up, or should tha= t > be all thats needed? it does not look at the product. it looks at interface class, subclass and protocol. are you sure you are loading ng_ubt(4) from loader.conf? are there any error messages from ng_ubt(4) in /var/log/messages? >> >> >>>>>> >>>>>> I'm currently learning about this technology (I know, late bloomer >>>>>> and all... :) ) and its various features- which are why I'm >>>>>> looking carefully at it now for my current needs. Unfortunately >>>>>> its the advanced features which I really need :( So if I can help >>>>>> advance things I will. >>>>>> >>>>>> >>>>> >>>>> what advanced features do you need? >>>>> >>>>> >>> >>> I'm a little new to jargon, but the features are stereo audio, better >>> bitrates, remote control, phone control, etc (HSP, EDR, AV-something or >>> rather >>> I think at least). Basically all the cool media stuff available now tha= t >>> wasn't around with 1.x. Thats what has grabbed my interest now anyway, >>> file >>> transfer, dun... meh- I can do that with wifi. >>> >> >> better bitrates should be supported natively (not sure about the 3.0 HS >> speeds, perhaps that requires extra work?) and the parts that would not = be >> supported from the top of my head would be "Secure Simple Pairing" and >> reliable L2CAP channels, most of the rest is just operating over >> normal L2CAP/RFCOMM sockets anyway.. >> >> the Advanced Audio I have wanted to do for some time as an audio daemon >> but never got around to starting (not sure actually, how complex it will >> be - for FreeBSD it would require something like the NetBSD pad(4) drive= r >> to be added also).. the Heaset will actually use SCO sockets for audio, >> which I think FreeBSD does support and there is some code in NetBSD that >> handles it (via a special kernel audio device, but it should be converte= d >> to use pad(4)). Similarly for Handsfree (there is a bthfp program that I >> wrote, basically a proof-of-concept rather than being greatly useful) >> >> not sure how the AV?TP profiles/protocols work, I don't think they are a= ll >> that complex, it might be that they can represent as a HID profile or if >> it needs to be tied somewhat into a media player software. It does sound >> interesting, but I rarely use media from my computer and have never foun= d >> a need.. >> > > I'll have a look at all that then, the media control is a HID profile > btw(found that by accident looking into a IR remote and HID keyboard oddl= y > enough). >> >> I was actually looking at a Bluetooth capable printer (HP 470) on ebay t= he >> other day, because I'm sick of using a BJ10 and I hate wires, though the >> price seemed a little out of my range.. >> >> btw all the specifications are available from www.bluetooth.com :) >> > > Thanks Iain, I'll check it out :) >> >> iain >> > > _______________________________________________ > freebsd-bluetooth@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth > To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@freebsd.o= rg" >