From owner-freebsd-bluetooth@FreeBSD.ORG Mon Jun 2 21:09:23 2014 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 902EF92D for ; Mon, 2 Jun 2014 21:09:23 +0000 (UTC) Received: from forward4h.mail.yandex.net (forward4h.mail.yandex.net [IPv6:2a02:6b8:0:f05::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E60E2522 for ; Mon, 2 Jun 2014 21:09:22 +0000 (UTC) Received: from web20h.yandex.ru (web20h.yandex.ru [84.201.186.49]) by forward4h.mail.yandex.net (Yandex) with ESMTP id 564551B206FA; Tue, 3 Jun 2014 01:09:07 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web20h.yandex.ru (Yandex) with ESMTP id 8FC43E40B8E; Tue, 3 Jun 2014 01:09:06 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1401743346; bh=/W7xHY3v9DhPWqyMCsURYLxxsTNeb9nb4RBEYZ8+11w=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=YYPFboxLd1JBkDkMyGzKGATrRWdQh3SJ0GM1MtXK4ne7+z3OUwXvFR4C2z6eVA5Yz waguyV59R1l8nPtxFe6nSEJ0QQ3SncFhI/lxwopDFs2sentmO8GFy8IgW5ftgvxZP/ obIdGIzC5LIfBaguKCDwZw6oNQ8C4rrYJInlxnA4= Received: from kdsnbg238-216.ptt.rs (kdsnbg238-216.ptt.rs [89.110.238.216]) by web20h.yandex.ru with HTTP; Tue, 03 Jun 2014 01:09:06 +0400 From: Ivan Rokotov Envelope-From: ivan-rokotov-bsd@yandex.ru To: maksim yevmenkin In-Reply-To: <2801957D-8649-453C-A52D-762D1218E651@gmail.com> References: <1264001401737738@web8h.yandex.ru> <1342851401740792@web20h.yandex.ru> <2801957D-8649-453C-A52D-762D1218E651@gmail.com> Subject: Re: Bluetooth mouse paired, but doesn't work MIME-Version: 1.0 Message-Id: <1395151401743346@web20h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 02 Jun 2014 23:09:06 +0200 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-bluetooth@freebsd.org X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 21:09:23 -0000 02.06.2014, 22:33, "maksim yevmenkin" : >> šI am using vt. > > I think might be your problem. Please try original driver and see if it works. I tried the old driver and it didn't work. However, I tried to start moused in the console (with old console driver) and bluetooth mouse begun to work. Then I tried vt kernel again. With moused on the vt console both touchpad and bluetooth mouse worked. But, when I started X with moused running, neither touchpad nor mouse worked. What am I missing? I.