From owner-freebsd-current@FreeBSD.ORG Mon Mar 25 13:14:29 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C2A8C68A for ; Mon, 25 Mar 2013 13:14:29 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 82AC2CF7 for ; Mon, 25 Mar 2013 13:14:29 +0000 (UTC) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.6/8.14.6/NETPLEX) with ESMTP id r2PD7EqZ035903; Mon, 25 Mar 2013 09:07:14 -0400 X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.4.1 (mail.netplex.net [204.213.176.10]); Mon, 25 Mar 2013 09:07:14 -0400 (EDT) Date: Mon, 25 Mar 2013 09:07:14 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Erich Dollansky Subject: Re: X220 loses keyboard when Logitech USB wireless adaptor is unplugged In-Reply-To: <20130325195949.228c2dea@X220.ovitrap.com> Message-ID: References: <20130325192105.4e94db17@X220.ovitrap.com> <20130325195949.228c2dea@X220.ovitrap.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-current@freebsd.org" , Erich Dollansky X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 13:14:29 -0000 On Mon, 25 Mar 2013, Erich Dollansky wrote: > Hi, > > On Mon, 25 Mar 2013 19:21:05 +0700 > Erich Dollansky wrote: > >> As you can see, I took the adaptor connected to ugne0.3 out. In >> addition, the keyboard ukbd0 was disconnected too. When I put the >> adaptor back in, the keyboard comes back too. As you can imagine, it >> is a bit hard to unplug the built-in keyboard on a notebook. >> > the situation changes when I do not use X and KMS. I can do with the > Logitech adaptor what I want but the keyboard stays connected. The > moment I start X, it is back to the behaviour from above. Can you use, or are you using, moused? Tell X to use sysmouse. Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection -- DE