From owner-freebsd-bluetooth@FreeBSD.ORG Tue Dec 21 19:49:06 2004 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 17A6C16A4CE for ; Tue, 21 Dec 2004 19:49:05 +0000 (GMT) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1C843D2F for ; Tue, 21 Dec 2004 19:49:05 +0000 (GMT) (envelope-from yb@sainte-barbe.org) Received: from taz.hsc.fr (taz.hsc.fr [192.70.106.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "taz.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 37C8D2101D for ; Tue, 21 Dec 2004 20:49:04 +0100 (CET) Received: by taz.hsc.fr (Postfix, from userid 1001) id 624F842A4; Tue, 21 Dec 2004 20:49:12 +0100 (CET) Date: Wed, 22 Dec 2004 03:49:12 +0800 From: Yann Berthier To: bluetooth@freebsd.org Message-ID: <20041221194912.GA748@hsc.fr> Mail-Followup-To: bluetooth@freebsd.org References: <419B9EF8.2090401@savvis.net> <1103269957.974.7.camel@localhost> <41C32471.2050805@savvis.net> <866530fusa.fsf@kamino.rfc1149.org> <41C35B92.7080908@savvis.net> <1103489813.1721.14.camel@localhost> <41C63A62.20304@savvis.net> <1103527349.1024.18.camel@localhost> <41C72A9B.6090405@savvis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41C72A9B.6090405@savvis.net> X-Organization: Herve Schauer Consultants X-Web: http://www.hsc.fr/ X-Operating-System: FreeBSD 6.0-CURRENT User-Agent: Mutt/1.5.6i Subject: Re: Bluetooth mouse 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, 21 Dec 2004 19:49:06 -0000 On Mon, 20 Dec 2004, Maksim Yevmenkin wrote: [...] > ok, this does not make any sense. psm 25 ?! why the hell it tries to > connect to psm 25? of course mouse tells host to get lost, because it > does not want to talk on psm 25. > > wait, i know why. i just checked your older email and find out that you have > > "interrupt_psm 0x19;" > > line in your /etc/bluetooth/bthidd.conf file (mouse section). could you > please try to change it to > > "interrupt_psm 0x13;" It worked for me with a MS mouse. Other mouse brand, same symptom, same solution. Now, perhaps bthidcontrol is at fault actually. Do you need an hcidump trace ? Now, my 2nd and 3rd buttons are swapped (another poster on this thread had the same too, if i'm not mistaken). Could it be also related to an eroneous parsing of the SDP answer by bthidcontrol ? Regards, - yann