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 75ADF1381F3 for ; Sat, 19 Oct 2013 23:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16637E0B44; Sat, 19 Oct 2013 23:38:25 +0000 (UTC) Received: from mail-bk0-f51.google.com (mail-bk0-f51.google.com [209.85.214.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C044FE0AEA for ; Sat, 19 Oct 2013 23:38:23 +0000 (UTC) Received: by mail-bk0-f51.google.com with SMTP id mx10so241181bkb.38 for ; Sat, 19 Oct 2013 16:38:22 -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=4FrURhZOHn0dfXtPj5yrSMXGfHEWXfJljy58kNsc36E=; b=QRlpyjlEHi7sD55iDVurTCvYQoYxbmhvUi4JRSXEcjVyNCOwdtcBh5sZNp/IRf62va yzZGILDAlVM4vjspSsnGK1l9z8LpMU37xpv98bY1DM9QJfCz/f7/LHYPIT6MKEWrraQG BL79z9z43Lta/eg0OLENbCLDfDnSnzL84pcG20fgovJwALC9MI45alxDQBWp1pn8XTop drZOnGJiQs7zag94pwluZhIMq7DWuZUhe8/MpN6pB/cvsfKVG3XA9NIwZPKQH977tPPH puRdhFBRIOYHUYZBjP+y2RY3i88SnjpzwnC83sUo+aa2831diANNDOgzeOarGfK0hqX7 PhLg== X-Received: by 10.204.168.133 with SMTP id u5mr92586bky.45.1382225902250; Sat, 19 Oct 2013 16:38:22 -0700 (PDT) Received: from [192.168.178.21] (p57A8532D.dip0.t-ipconnect.de. [87.168.83.45]) by mx.google.com with ESMTPSA id qe6sm4603575bkb.5.2013.10.19.16.38.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Oct 2013 16:38:21 -0700 (PDT) Message-ID: <526317ED.7030707@googlemail.com> Date: Sun, 20 Oct 2013 01:38:21 +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> In-Reply-To: <5260B108.1060108@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 35579dda-2ac8-4d98-8f60-30faa00df2f3 X-Archives-Hash: f4b0afeec534f6ba55866619707bce82 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. > <*> Generic EHCI driver for a platform device > <*> UHCI HCD (most Intel and VIA) support > > Under USB HID support, I have this enabled: > > <*> USB HID transport layer > [*] PID device support > [*] /dev/hiddev raw HID device support > > > This may help: > > root@fireball /usr/src/linux # cat .config | grep -i hid | grep =y > CONFIG_HID=y > CONFIG_HIDRAW=y > CONFIG_UHID=y > CONFIG_HID_GENERIC=y > CONFIG_HID_A4TECH=y > CONFIG_HID_APPLE=y > CONFIG_HID_BELKIN=y > CONFIG_HID_CHERRY=y > CONFIG_HID_CHICONY=y > CONFIG_HID_CYPRESS=y > CONFIG_HID_EZKEY=y > CONFIG_HID_KYE=y > CONFIG_HID_GYRATION=y > CONFIG_HID_KENSINGTON=y > CONFIG_HID_LOGITECH=y > CONFIG_HID_MICROSOFT=y > CONFIG_HID_MONTEREY=y > CONFIG_HID_NTRIG=y > CONFIG_HID_PANTHERLORD=y > CONFIG_HID_PETALYNX=y > CONFIG_HID_SAMSUNG=y > CONFIG_HID_SONY=y > CONFIG_HID_SUNPLUS=y > CONFIG_HID_TOPSEED=y > CONFIG_USB_HID=y > CONFIG_HID_PID=y > CONFIG_USB_HIDDEV=y > root@fireball /usr/src/linux # > > Right before I swapped back, I tried them all. ;-) Here is some more info: > > root@fireball /usr/src/linux # cat .config | grep -i hci > CONFIG_SATA_AHCI=y > # CONFIG_SATA_AHCI_PLATFORM is not set > # CONFIG_SATA_ACARD_AHCI is not set > # CONFIG_FIREWIRE_OHCI is not set > CONFIG_USB_ARCH_HAS_OHCI=y > CONFIG_USB_ARCH_HAS_EHCI=y > CONFIG_USB_ARCH_HAS_XHCI=y > CONFIG_USB_XHCI_HCD=y > # CONFIG_USB_XHCI_HCD_DEBUGGING is not set > CONFIG_USB_EHCI_HCD=y > CONFIG_USB_EHCI_ROOT_HUB_TT=y > CONFIG_USB_EHCI_TT_NEWSCHED=y > CONFIG_USB_EHCI_PCI=y > CONFIG_USB_OHCI_HCD=y > CONFIG_USB_OHCI_HCD_PLATFORM=y > CONFIG_USB_EHCI_HCD_PLATFORM=y > # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set > # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set > CONFIG_USB_OHCI_LITTLE_ENDIAN=y > CONFIG_USB_UHCI_HCD=y > CONFIG_PROVIDE_OHCI1394_DMA_INIT=y > root@fireball /usr/src/linux # > > > My thinking, there is some driver that is different from my old mobo to > this new mobo and I'm missing it or just missing something really > simple. I went by the Debian HCL site but maybe something got changed. > If I could boot the Sysrescue stick then I could likely figure it out > from that. I'm going to update that stick before the next test. > > Keep in mind, for me to test anything, I have to swap mobos again. > Naturally I don't want to do that any more times than I have to. Each > times runs the risk of me messing up something. :/ > > Thanks much to all. > > Dale > > :-) :-) >