public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] USB mouse and keyboard stopped working
@ 2013-01-16  0:40 Allan Gottlieb
  2013-01-16  2:09 ` Canek Peláez Valdés
  0 siblings, 1 reply; 3+ messages in thread
From: Allan Gottlieb @ 2013-01-16  0:40 UTC (permalink / raw
  To: gentoo-user

The external (USB) mouse on one of my laptops stopped working.
I tried a keyboard and that failed as well.

There are two USB ports and the mouse fails on both (only tried the
keyboard on one).

I can dual boot into windows and there the mouse does work on both
ports.

The kernel is unchanged (3.5.4).  This seems to have happened around the
last udev update (now 197-r2), which caused other problems (these have
been repaired using suggestions from this group).

I would appreciate any help.

allan



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] USB mouse and keyboard stopped working
  2013-01-16  0:40 [gentoo-user] USB mouse and keyboard stopped working Allan Gottlieb
@ 2013-01-16  2:09 ` Canek Peláez Valdés
  2013-01-16 15:22   ` [gentoo-user] USB mouse and keyboard stopped working--WORKS! Allan Gottlieb
  0 siblings, 1 reply; 3+ messages in thread
From: Canek Peláez Valdés @ 2013-01-16  2:09 UTC (permalink / raw
  To: gentoo-user

On Tue, Jan 15, 2013 at 6:40 PM, Allan Gottlieb <gottlieb@nyu.edu> wrote:
> The external (USB) mouse on one of my laptops stopped working.
> I tried a keyboard and that failed as well.
>
> There are two USB ports and the mouse fails on both (only tried the
> keyboard on one).
>
> I can dual boot into windows and there the mouse does work on both
> ports.
>
> The kernel is unchanged (3.5.4).  This seems to have happened around the
> last udev update (now 197-r2), which caused other problems (these have
> been repaired using suggestions from this group).
>
> I would appreciate any help.

The usual info is necessary: do you mean they stopped working on X? Do
you use a xorg.conf? Do you use xf86-input-evdev?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] USB mouse and keyboard stopped working--WORKS!
  2013-01-16  2:09 ` Canek Peláez Valdés
@ 2013-01-16 15:22   ` Allan Gottlieb
  0 siblings, 0 replies; 3+ messages in thread
From: Allan Gottlieb @ 2013-01-16 15:22 UTC (permalink / raw
  To: gentoo-user

On Tue, Jan 15 2013, Canek Peláez Valdés wrote:

> On Tue, Jan 15, 2013 at 6:40 PM, Allan Gottlieb <gottlieb@nyu.edu> wrote:
>> The external (USB) mouse on one of my laptops stopped working.
>> I tried a keyboard and that failed as well.
>>
>> There are two USB ports and the mouse fails on both (only tried the
>> keyboard on one).
>>
>> I can dual boot into windows and there the mouse does work on both
>> ports.
>>
>> The kernel is unchanged (3.5.4).  This seems to have happened around the
>> last udev update (now 197-r2), which caused other problems (these have
>> been repaired using suggestions from this group).
>>
>> I would appreciate any help.
>
> The usual info is necessary: do you mean they stopped working on X? Do
> you use a xorg.conf? Do you use xf86-input-evdev?
>
> Regards.

Yes, under X.

No xorg.conf.  I just have /usr/share/X11/xorg.conf.d/10-evdev.conf (see
below).

Yes, xf86-input-evdev is installed.

thanks,
allan

... I just went to re-confirm that tail -f /var/log/messages shows
nothing when the mouse is inserted/removed (I did that test yesterday)
and all-of-a-sudden IT WORKS!  The mouse is fine.  I looked at what was
emerged today (~amd64) and don't see anything relevant.  Thanks for your
interest.


================================================================

I believe this is the default, but here is 10-evdev.conf

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-16 15:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16  0:40 [gentoo-user] USB mouse and keyboard stopped working Allan Gottlieb
2013-01-16  2:09 ` Canek Peláez Valdés
2013-01-16 15:22   ` [gentoo-user] USB mouse and keyboard stopped working--WORKS! Allan Gottlieb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox