From owner-freebsd-bluetooth@FreeBSD.ORG Fri Apr 8 00:32:39 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 A6B29106564A for ; Fri, 8 Apr 2011 00:32:39 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9F38FC1A for ; Fri, 8 Apr 2011 00:32:37 +0000 (UTC) Received: by iyj12 with SMTP id 12so3635288iyj.13 for ; Thu, 07 Apr 2011 17:32:37 -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; bh=abGkc+ES1rS2n6gG4SC2fju4TMYr1Ip1NofmL/A3qR4=; b=pJ9Y+Ap5ILu78F47gY1wvdAOGoMtcDFyz9pTPa71gzuuOFzk+EjcgZ7p7azaHu/D/H DZeroWMDu9YtMti5RFiHptlhlUa7tolbe6u5XSLvlszuVnKlzva8tJeZQdgeFWz0Gd4P o/Shymtp/Yn+CZNNNqBE6sn/4EAH2yDALW2CM= 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; b=pTfT4HXgBz5BYtmke1YcpTKUj8s54vXeXx9wQ6vHRZlWg5Bzdh4Tc0XBUp5gQjB1KB JVZE01YQpC9LTkaeqvuCU6AQ2ks8tW518YEDrERbKMWEwByR9HGXGDKvATPUYECxNbAP AxsmUzPlycNbTnSVwMBZp2OpQxu6dgrIhlWUo= MIME-Version: 1.0 Received: by 10.42.140.193 with SMTP id l1mr2441559icu.119.1302222757199; Thu, 07 Apr 2011 17:32:37 -0700 (PDT) Received: by 10.42.166.71 with HTTP; Thu, 7 Apr 2011 17:32:37 -0700 (PDT) In-Reply-To: <201104072136.11680.dudevitch@englerllc.com> References: <201104061206.30624.dudevitch@englerllc.com> <201104072136.11680.dudevitch@englerllc.com> Date: Thu, 7 Apr 2011 17:32:37 -0700 Message-ID: From: Maksim Yevmenkin To: Arkadyi Dudevitch Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth Logitech M555B 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, 08 Apr 2011 00:32:39 -0000 On Thu, Apr 7, 2011 at 11:36 AM, Arkadyi Dudevitch wrote: > Good day, Maksim! > On Wednesday 06 April 2011 20:35:29 you wrote: >> can you please check how many moused(8) processes are running >> > 1) before you connect wired usb mouse > 0 process > > 2) after you connect wired usb mouse > 1 process > 1597 ?? Ss 0:00.00 /usr/sbin/moused -p /dev/ums0 -t auto -I > > 3) After disconnect wired usb mouse > 0 process >> >> your configuration looks fine, imo. thanks! like i said, your configuration looks fine. have you tried to run moused(8) always? i.e. pretend there is a "remote" mouse though its actually not there? does it help? it appears that moused(8) has to be running or else Xorg does not see the events. thanks, max