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 CAC431381F3 for ; Fri, 18 Oct 2013 03:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C07E0AE2; Fri, 18 Oct 2013 03:54:51 +0000 (UTC) Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA501E0A62 for ; Fri, 18 Oct 2013 03:54:50 +0000 (UTC) Received: by mail-yh0-f54.google.com with SMTP id b20so846987yha.41 for ; Thu, 17 Oct 2013 20:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mE/aq4khBxlvwcTaLmJo1VM8lHplFOVUCPlPgxh6bUM=; b=tkQIiEFtw5B54uQqO2V2p0Rnd3qo1Ea26GvHBxQuEF62lxtWHqhCAt2TsORssxKjM1 jQ+Z6lIh/Qa2jm+mtdgWS8uigkRYjkMQfclW0hacdErfJVU1ca/jbvdh19XzQzX2d3za fYIFyL6TgKwP+ptkHxfE669QYxCJnicjyE3fYd1isp1nsbzK0IF5zie+XC9NxD/7uLvH FtkE5nHLKUntARcfxVT1S2WkRPjFirYOGXQmmZlhdLhz6vj/xdMJViT/XkztZYGBL1gP gE17Z9jWzPWgHKc6VHceWMFlf2owbOYGISC49nAeeKyW/ueol3aeu56lojTckkDNBikQ cauw== X-Received: by 10.236.45.102 with SMTP id o66mr569628yhb.13.1382068489977; Thu, 17 Oct 2013 20:54:49 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-107-120.jan.bellsouth.net. [98.95.107.120]) by mx.google.com with ESMTPSA id s20sm134412436yhi.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Oct 2013 20:54:49 -0700 (PDT) Message-ID: <5260B108.1060108@gmail.com> Date: Thu, 17 Oct 2013 22:54:48 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 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> In-Reply-To: <20131018024315.GB29789@waltdnes.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b2f324e2-a811-4a31-8b4f-fe9f3f32d706 X-Archives-Hash: f1f4b1841d5f3ae6c52dda435e9d42ea 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 <*> 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 :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!