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 F38C01381F3 for ; Sun, 20 Oct 2013 09:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E13BBE0BAB; Sun, 20 Oct 2013 09:20:07 +0000 (UTC) Received: from mail-bk0-f42.google.com (mail-bk0-f42.google.com [209.85.214.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC3B5E0B94 for ; Sun, 20 Oct 2013 09:20:05 +0000 (UTC) Received: by mail-bk0-f42.google.com with SMTP id my10so322417bkb.29 for ; Sun, 20 Oct 2013 02:20:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ID0Yzx+C0yzjvqH1WTkOpYkHpYlOtKei74bj8zvmegU=; b=P4ow/eiZLA2iUQQrDbmrWXgYGLPmR6MHYb+SqOZoB8urXSi494TIArjbuipF6jfBlQ +0yT00SZ537E8r46yClaspPRnTs83gqT+rYYZWvxmrpa0lbhMH4IeDEBx9h8ssQTMiAv wpSAyd3unn3nOw9auXBJZvx1/305PdQgFe6iQkIY1TYL3FVfXXv/BkJysKQ2lUkyB4C/ +YZJaUioQVjO2thtBFPp9/9ky6N4bdySJ3o+OkF6U+zdRjYnNFi72IXWksPaQULn+qtI 05MFSvLzsxHO5ko7jCCCUsu0sna5LkFg/XL6f2QeKGDwaqbyPBgky18DvkpEnejqGJrk SL4g== X-Received: by 10.204.71.133 with SMTP id h5mr4001816bkj.0.1382260804162; Sun, 20 Oct 2013 02:20:04 -0700 (PDT) Received: from [192.168.178.21] (p57B546A6.dip0.t-ipconnect.de. [87.181.70.166]) by mx.google.com with ESMTPSA id rj5sm5678428bkb.9.2013.10.20.02.20.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 20 Oct 2013 02:20:03 -0700 (PDT) Message-ID: <5263A042.5050802@googlemail.com> Date: Sun, 20 Oct 2013 11:20:02 +0200 From: Volker Armin Hemmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: New mobo change References: <525CBB88.3070202@gmail.com> <52605964.3040102@gmail.com> <20131018024315.GB29789@waltdnes.org> <5260B108.1060108@gmail.com> <526317ED.7030707@googlemail.com> <52636C9C.7020809@gmail.com> In-Reply-To: <52636C9C.7020809@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 34730044-8793-4528-8cb5-99bba7e6f7ac X-Archives-Hash: 023a1c1d223a0f736fbf199a402c15de Am 20.10.2013 07:39, schrieb Dale: > Volker Armin Hemmann wrote: >> Am 18.10.2013 05:54, schrieb Dale: >>> Walter Dnes wrote: >>>> 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. >>>> >>> Mine is AMD based. I have this right now but tried every other version >>> I could find too. >>> >>> <*> xHCI HCD (USB 3.0) support >>> <*> EHCI HCD (USB 2.0) support >>> <*> OHCI HCD support >>> [*] Generic OHCI driver for a platform device >> there you go. platform driver. Take that one out. >> Make the rest modules. >> Amd board? kill uhci while you are at it. > Change made. I plan to give this a shot again before to long. I got a > few thigns to try out now. I updated sysrecue and Knoppix. I also put > them both on CD/DVD to just in case it is a USB issue. At least I can > test some things and hopefully find one that works. > > Thanks for all the help. I'll post back what happens. If it doesn't > work next time or fails from sysrescue/Knoppix, I plan to RMA the board > for another one. If it doesn't work with either of those, then I > suspect hardware issues again. no, the mouse works in bios - so it is not a hardware issue, but in worst case a bios setting issue.