From owner-freebsd-bluetooth@FreeBSD.ORG Wed Jan 19 14:24:57 2011 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCBA6106564A for ; Wed, 19 Jan 2011 14:24:57 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id F03C98FC13 for ; Wed, 19 Jan 2011 14:24:55 +0000 (UTC) Received: by wyf19 with SMTP id 19so952824wyf.13 for ; Wed, 19 Jan 2011 06:24:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=o+2yHUiP3F03GWjKSjcUpL9azKGfsYlzYv3UGQXH8Cc=; b=ZdAPGAb7tm5cFgtxwfZxUarYzx8r6RD+OPv08TDLLbg2o/agPdF+3qUjclYYlMzTnK sAUcTJpDF6g1Hd3Tw+EXIRtsepz8QXEOAw7AROn2+Ve6e5b5I2rHrl6OV6rChkgmRMit +TLAEt4mCPovyrf6jRDX4koNdtNLpY8BvXBUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=tvBMkRWEZ1BkExxHMG+h8LmPg7kc8LLncoCrU++i6hi1tEbF66I65+xGCluI8mkK+r WarWL0YenTZjZIqFtitMHwS0wYgauYPHwO4tsKnVF009H4SFVYqJQLMRZkz1L4fUUwE4 IllGOC7DmJmsSKFEvWknCZYwJLH4jrS7zOpss= Received: by 10.227.141.129 with SMTP id m1mr822779wbu.68.1295445332672; Wed, 19 Jan 2011 05:55:32 -0800 (PST) Received: from Melon.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id 11sm5126561wbj.1.2011.01.19.05.55.31 (version=SSLv3 cipher=RC4-MD5); Wed, 19 Jan 2011 05:55:31 -0800 (PST) Message-ID: <4D36ED39.7070807@gmail.com> Date: Wed, 19 Jan 2011 14:55:05 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110111 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Bluetooth mouse does not connect after reboot 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: Wed, 19 Jan 2011 14:24:57 -0000 Hello, I've successfully setup a Logitech v470 mouse using bthidd / hcsecd. The problem is each time /var/db/bthidd.hids is created the mouse does not connect anymore and if I remove this file and restart bthidd it works, thing which is quite boring. In hcsecd.conf I have : device { bdaddr 00:1f:20:0f:62:31; name "Logitech V470"; key nokey; pin "0000"; } and in bthidd.conf : device { bdaddr 00:1f:20:0f:62:31; control_psm 0x11; interrupt_psm 0x13; reconnect_initiate true; battery_power true; normally_connectable false; hid_descriptor { 0x05 0x01 0x09 0x02 0xa1 0x01 0x85 0x02 0x09 0x01 0xa1 0x00 0x05 0x09 0x19 0x01 0x29 0x08 0x15 0x00 0x25 0x01 0x75 0x01 0x95 0x08 0x81 0x02 0x05 0x01 0x09 0x30 0x09 0x31 0x16 0x01 0xf8 0x26 0xff 0x07 0x75 0x0c 0x95 0x02 0x81 0x06 0x09 0x38 0x15 0x81 0x25 0x7f 0x75 0x08 0x95 0x01 0x81 0x06 0x05 0x0c 0x0a 0x38 0x02 0x75 0x08 0x95 0x01 0x81 0x06 0xc0 0xc0 0x06 0x00 0xff 0x09 0x01 0xa1 0x01 0x85 0x10 0x75 0x08 0x95 0x06 0x15 0x00 0x26 0xff 0x00 0x09 0x01 0x81 0x00 0x09 0x01 0x91 0x00 0xc0 }; } If you have any clue how to fix this. Thanks. -- David Demelier