From: Allan Gottlieb <gottlieb@nyu.edu>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] USB mouse and keyboard stopped working--WORKS!
Date: Wed, 16 Jan 2013 10:22:34 -0500 [thread overview]
Message-ID: <yu9txqhup8l.fsf_-_@nyu.edu> (raw)
In-Reply-To: <CADPrc82X_xpYuex4jPQjb-LB7D6r846MYG4jUiSZ=X4gu+3r3A@mail.gmail.com> ("Canek Peláez Valdés"'s message of "Tue, 15 Jan 2013 20:09:36 -0600")
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
prev parent reply other threads:[~2013-01-16 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Allan Gottlieb [this message]
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=yu9txqhup8l.fsf_-_@nyu.edu \
--to=gottlieb@nyu.edu \
--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