From owner-freebsd-bluetooth@FreeBSD.ORG Fri Sep 9 18:56: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 013AB16A41F for ; Fri, 9 Sep 2005 18:56: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 9B97243D49 for ; Fri, 9 Sep 2005 18:56:07 +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 j89Itfg30252; Fri, 9 Sep 2005 14:55:41 -0400 Message-ID: <4321DAAC.3030905@savvis.net> Date: Fri, 09 Sep 2005 11:55:40 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kurt Jaeger References: <20050903212613.GD76888@home.c0mplx.org> <20050903213035.GE76888@home.c0mplx.org> In-Reply-To: <20050903213035.GE76888@home.c0mplx.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: 3Com PCMCIA 3CRWB6096B ? 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, 09 Sep 2005 18:56:08 -0000 Kurt, >>Had anyone luck with the 3Com PCMCIA 3CRWB6096B under fbsd 5.4p6 ? >> >>I've put the dmesg output of my experiment with it on >>http://c0mplx.org/backup/status-btccc0 > > One thing: I added > > PCMCIA_CARD(3COM, 3CRWB6096B, 0), > to > > /usr/src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c > > to force the detection as btccc0. Before that, it was always > detected as sio5, but rc.bluetooth would not be able to > use that if I used > > rc.bluetooth start sio5 did the card work after your changes? from what i know there are at least two versions of the 3com bluetooth card. i just tries mine and got pccard0: CIS version PC Card Standard 5.0 pccard0: CIS info: 3COM, 3CRWB60-A, Bluetooth PC Card pccard0: Manufacturer code 0x101, product 0x40 so the card i have is apparently version 1 card (product id 0x40), and according to your dmesg pccard1: CIS version PC Card Standard 7.1 pccard1: CIS info: 3Com, 3CRWB6096B Bluetooth PC Card, , pccard1: Manufacturer code 0x101, product 0x41 so it looks like you have version 2 (or other?) card - product id 0x41. ng_bt3c(4) driver was only tested with version 1 card (the one i have - product id 0x40). i do not own other version(s) of the card. if you could please tell me how to identify the card i can try to find and purchase it locally. you could also try to look at linux bluez mailing lists and try to figure out what is the difference between version 1 and version 2 cards. thanks, max