public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: New mobo change
Date: Thu, 17 Oct 2013 22:54:48 -0500	[thread overview]
Message-ID: <5260B108.1060108@gmail.com> (raw)
In-Reply-To: <20131018024315.GB29789@waltdnes.org>

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!



  reply	other threads:[~2013-10-18  3:55 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15  3:50 [gentoo-user] New mobo change Dale
2013-10-15  5:38 ` Pandu Poluan
2013-10-15  7:49   ` Dale
2013-10-15 15:02     ` Bruce Hill
2013-10-17 21:40 ` [gentoo-user] " Dale
2013-10-17 23:57   ` walt
2013-10-18  0:14     ` Bruce Hill
2013-10-18  3:29       ` Dale
2013-10-18  0:12   ` Bruce Hill
2013-10-18  3:33     ` Dale
2013-10-18 15:52       ` J. Roeleveld
2013-10-18 16:46         ` Pandu Poluan
2013-10-18  2:43   ` Walter Dnes
2013-10-18  3:54     ` Dale [this message]
2013-10-19 23:38       ` Volker Armin Hemmann
2013-10-20  5:39         ` Dale
2013-10-20  9:20           ` Volker Armin Hemmann
2013-10-20 21:19 ` Dale
2013-10-20 23:09   ` Edward M
2013-10-20 23:52     ` Dale
2013-10-21  1:27       ` William Kenworthy
2013-10-21  3:09         ` Dale
2013-10-21  3:38           ` William Kenworthy
2013-10-21  3:54             ` Dale
2013-10-21  4:27               ` Dale
2013-10-21  5:52                 ` J. Roeleveld
2013-10-21  9:18                   ` Dale
2013-10-21  6:07                 ` Edward M
2013-10-21  9:13                   ` Dale
2013-10-21 19:24                     ` Daniel Frey
2013-10-21 20:47                       ` Dale
2013-10-21 22:10                     ` Edward M
2013-10-21 23:24                       ` Dale
2013-10-21 15:07               ` Frank Steinmetzger
2013-10-21 17:45                 ` Dale
2013-10-21 23:35                   ` Neil Bothwick
2013-10-21 23:57                     ` Dale
2013-10-22  7:50                       ` Neil Bothwick
2013-10-22  9:04                         ` Dale
2013-10-22  9:20                           ` Neil Bothwick
2013-10-22 10:52                             ` Dale
2013-10-22 10:55                               ` Neil Bothwick
2013-10-22 11:09                                 ` Dale
2013-10-22 14:14                           ` Bruce Hill
2013-10-22 19:31                             ` Dale
2013-10-22 21:14                           ` Edward M
2013-10-22 21:34                             ` Dale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5260B108.1060108@gmail.com \
    --to=rdalek1967@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox