From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-140228-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 45F7B13800E
	for <garchives@archives.gentoo.org>; Sat, 28 Jul 2012 09:06:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6B9DBE07F8;
	Sat, 28 Jul 2012 09:05:54 +0000 (UTC)
Received: from mail-gh0-f181.google.com (mail-gh0-f181.google.com [209.85.160.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7428FE002C
	for <gentoo-user@lists.gentoo.org>; Sat, 28 Jul 2012 09:04:14 +0000 (UTC)
Received: by ghbz13 with SMTP id z13so4212377ghb.40
        for <gentoo-user@lists.gentoo.org>; Sat, 28 Jul 2012 02:04:14 -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:x-enigmail-version:content-type
         :content-transfer-encoding;
        bh=kvkot44MWK9gc8+Bmdv0NDyvl9Pd9Xx9pq19V2NZT7A=;
        b=Zydtg22uai1j+ORfHdf5x1xIVH2+LrwCR1FNeX1wuJoQ2PAy2TaNB2UBqT+s9ciCvZ
         vKpgfak1vGjtA9N14l7m9Y4ACExIgxLSAcGpVhjMXXcPXT13XhhOwE/24mvJm1Ba7EVp
         SHsTcw/M/Xe6p0+x6FnxAmbq1WV46BmcDT7DkKLlu557FEqsYupi9NuqQSORePPxFa2N
         /XxKYIrZ1K6+e9lu8p4QbipNlcMo09AZhpFjnK9YQTuS+fxYpj/XA+lIDOJ0bgoj8VPU
         SGoIfLcS8GP1DwjxqDUpSA0B2cz1On6KQyYjVzA3pK05QdleITjZcLRnP8ZoWAFeLChe
         T5/A==
Received: by 10.236.103.100 with SMTP id e64mr4907982yhg.5.1343466253990;
        Sat, 28 Jul 2012 02:04:13 -0700 (PDT)
Received: from [192.168.2.5] (adsl-98-95-149-202.jan.bellsouth.net. [98.95.149.202])
        by mx.google.com with ESMTPS id v8sm8487107yhi.15.2012.07.28.02.04.11
        (version=SSLv3 cipher=OTHER);
        Sat, 28 Jul 2012 02:04:12 -0700 (PDT)
Message-ID: <5013AB09.5090904@gmail.com>
Date: Sat, 28 Jul 2012 04:04:09 -0500
From: Dale <rdalek1967@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Firefox/14.0.1 SeaMonkey/2.11
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
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] Mouse does not work with kernel-3.5.0
References: <20120726123038.0f3281d2746152a8fc66f23d@ukr.net> <20120726103623.27ac08d3@hactar.digimed.co.uk> <20120726125512.7f0f45ed47cdc66cbc9c59e8@ukr.net> <20120727233514.7385b6aa@khumba.net>
In-Reply-To: <20120727233514.7385b6aa@khumba.net>
X-Enigmail-Version: 1.4.3
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: bdcf20eb-2f00-4ebb-b856-100c1fc7a7a8
X-Archives-Hash: df2ad5a810e1c4123431b764326a3f6d

Bryan Gardiner wrote:
> On Thu, 26 Jul 2012 12:55:12 +0300
> v_2e@ukr.net wrote:
>
>>   Hello!
>>
>> On Thu, 26 Jul 2012 10:36:23 +0100
>> Neil Bothwick <neil@digimed.co.uk> wrote:
>>
>>> On Thu, 26 Jul 2012 12:30:38 +0300, v_2e@ukr.net wrote:
>>>
>>>>   After upgrading to sys-kernel/gentoo-sources-3.5.0 my mouse
>>>> stopped working in X-session.
>>> You haven't provided much information to go on so you're not going
>>> to get much more than guesses and "it works for me" responses.
>>>
>>> Have a look for errors, marked EE, in /var/log/Xorg.0.log.
>>>
>>   Yes, I did 
>>       grep EE /var/log/Xorg.0.log
>> before posting. And there was no mention of a mouse.
>>
>>> How did you compile your new kernel, from scratch or with make
>>> oldconfig? I suspect you may have missed something needed for evdev.
>>>
>>   I did 'make oldconfig' as usual.
>>> Did you update anything else at the same time?
>>>
>>   Yes, I upgraded several packages. Among relevant are:
>>     x11-base/xorg-server-1.12.99.902
>>     x11-drivers/xf86-input-evdev-2.7.1
>>     x11-drivers/xf86-input-synaptics-1.6.2
>>     x11-drivers/xf86-input-mouse-1.7.2
>>     x11-drivers/xf86-input-keyboard-1.6.1
>>     x11-drivers/xf86-input-evdev-2.7.1
>>     sys-fs/udev-186
>>
>> I also removed the previously existing
>> '/etc/X11/xorg.conf.d/25-mouse.conf' file and tried without it.
>> However it did not help.
>>
>>   I have just booted my previous kernel-3.4.5, and the mouse works
>> fine with the very same set of X-related programs and settings.
>>
>> ----- 
>>  <v_2e@ukr.net>
>>
> Does the mouse work if you try starting X with /etc/X11/xorg.conf.d
> empty?  Or maybe re-emerge xf86-input-evdev, -synaptics, -mouse?
>
> You should be able to check whether your kernel recognizes your mouse
> with something like:
>
> ~ $ grep -ie mouse -e synaptics -e touch /proc/bus/input/devices
> N: Name="SynPS/2 Synaptics TouchPad"
> H: Handlers=mouse0 event5 
> N: Name="USB Optical Mouse"
> H: Handlers=mouse1 event7
>
> Though I would think it's more likely a problem with upgrading your X
> packages.  The driver packages all need to be upgraded after the
> server itself, and while I've always seen emerge get this right, I'm
> not sure whether that's deliberate or a coincidence.
>
> Cheers,
> Bryan
>
>


It may not help but I just configed my new kernel with make oldconfig
and noticed there was a new/different driver for mice and keyboards. 
Could it be that either the wrong one was used OR that the new one
should have been used instead of the old one? 

Just thought I would mention this just in case.

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!