From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 20F901381F3 for ; Fri, 18 Oct 2013 02:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0547FE0B24; Fri, 18 Oct 2013 02:43:20 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by pigeon.gentoo.org (Postfix) with ESMTP id 09BC5E0B17 for ; Fri, 18 Oct 2013 02:43:18 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCqed/2dsb2JhbABEvw4Xc4IfAQUnExwzCyETEg8FJTeIEcEtjWGCSGEDjX6IDoV+iHCBXoMT X-IPAS-Result: Av4EABK/CFFMCqed/2dsb2JhbABEvw4Xc4IfAQUnExwzCyETEg8FJTeIEcEtjWGCSGEDjX6IDoV+iHCBXoMT X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="35775709" Received: from 76-10-167-157.dsl.teksavvy.com (HELO waltdnes.org) ([76.10.167.157]) by ironport2-out.teksavvy.com with SMTP; 17 Oct 2013 22:43:17 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Thu, 17 Oct 2013 22:43:15 -0400 From: "Walter Dnes" Date: Thu, 17 Oct 2013 22:43:15 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: New mobo change Message-ID: <20131018024315.GB29789@waltdnes.org> References: <525CBB88.3070202@gmail.com> <52605964.3040102@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52605964.3040102@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 25d47105-462c-43bf-80ab-34b104f8ea9d X-Archives-Hash: 32ee9fab44ebd2b7b0ef79742f254ac3 On Thu, Oct 17, 2013 at 04:40:52PM -0500, Dale wrote > > Well, this is interesting. I swapped out the mobo. First, it has the > UEFI BIOS thing. That was interesting for sure. I'm not complaining > but not used to it and wasn't expecting it either. Second, it works > except for the third part. Third thing is, no mouse worky. It works in > the BIOS but not in the OS. I have gpm set to start and it doesn't work > in a console or a GUI. I tried everything I can think of, no mouse. I > had to swap again. I'm back to my old mobo. Here is the kicker. I > plugged the USB mouse into the old mobo, it works just fine. It works > in KDE, console etc. It just works. The only kernel change I made was > for the chipset on the mobo. I left the USB stuff alone. I've run into this in the past. The USB 2.0 drivers are *SUPPOSED* to provide support for lowspeed USB 1.X devices, like mice and keyboards. But it doesn't always work that way. There is direct USB 1.X driver support in the kernel. In "make menuconfig", got to... Device Drivers ---> [*] USB support ---> < > OHCI HCD support < > UHCI HCD (most Intel and VIA) support I don't see any mention in your message whether the motherboard cpu is AMD or Intel. Generally, build UHCI for Intel+VIA, OHCI for AMD. Try it out and see what happens. -- Walter Dnes I don't run "desktop environments"; I run useful applications