From owner-freebsd-current@FreeBSD.ORG Mon Mar 25 14:25:09 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6E5CD38A; Mon, 25 Mar 2013 14:25:09 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 367A3231; Mon, 25 Mar 2013 14:25:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=yfT+UgEwocTvMBSnsee1ahZv7D5ocTOzdpkonWtbhjA=; b=uYTrhqc33JJ9vi58GLOKHJaWcHlACEwx9m9L/CjdGXrb5wOQIaj9WQBwVk1SIN8heON7vCKZ4rpnlZ9t6qA0uI3DG2JzhtCidyPe4I65TDuAoVCo9Gvtb7EI8xULQSbVsSwMRNchWDKygbAIK3UpQrRGUhV4XtSMpoXypCCZzRk=; Received: from [122.129.203.50] (port=62938 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1UK8Kc-002jjY-8c; Mon, 25 Mar 2013 08:25:02 -0600 Date: Mon, 25 Mar 2013 21:24:58 +0700 From: Erich Dollansky To: Daniel Eischen Subject: Re: X220 loses keyboard when Logitech USB wireless adaptor is unplugged Message-ID: <20130325212458.15241453@X220.ovitrap.com> In-Reply-To: References: <20130325192105.4e94db17@X220.ovitrap.com> <20130325195949.228c2dea@X220.ovitrap.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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 14:25:09 -0000 Hi, On Mon, 25 Mar 2013 09:07:14 -0400 (EDT) Daniel Eischen wrote: > 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 > I did this and do not see a difference. The log file says: Mar 25 21:17:09 X220 kernel: ugen1.2: at usbus1 (disconnected) Mar 25 21:17:09 X220 kernel: ukbd0: at uhub1, port 3, addr 1 (disconnected) Mar 25 21:17:09 X220 kernel: ums0: at uhub1, port 3, addr 1 (disconnected) Mar 25 21:17:09 X220 kernel: uhid0: at uhub1, port 3, addr 1 (disconnected) Mar 25 21:17:25 X220 kernel: ugen1.2: at usbus1 Mar 25 21:17:25 X220 kernel: ukbd0: on usbus1 Mar 25 21:17:25 X220 kernel: kbd2 at ukbd0 Mar 25 21:17:25 X220 kernel: ums0: on usbus1 Mar 25 21:17:25 X220 kernel: ums0: 16 buttons and [XYZT] coordinates ID=2 Mar 25 21:17:25 X220 kernel: uhid0: on usbus1 Still, the keyboard ukdb0 gets disconnected together with the mouse. Erich