Gentoo Archives: gentoo-user

From: Maxim Wexler <maxim.wexler@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] no x-mouse or console mouse bud gpm started and mouse found.
Date: Sun, 28 Oct 2012 16:52:12
Message-Id: CAN_TFxPPS_3EMtE-xfrPBJ6menm6_+9G-7C-Z75id1ZC5RjHuA@mail.gmail.com
In Reply to: Re: [gentoo-user] no x-mouse or console mouse bud gpm started and mouse found. by Neil Bothwick
1 On Sun, Oct 28, 2012 at 4:57 AM, Neil Bothwick <neil@××××××××××.uk> wrote:
2
3 > On Sat, 27 Oct 2012 16:34:39 -0600, Maxim Wexler wrote:
4 >
5 > > after a world update including 3.5.7 sources and nvidia-drivers-304.60 I
6 > > have no mouse. In the console or desktop. The kernel recognizes the
7 > > mouse and it appears in lsusb. I carried over the kernel from last time
8 > > w/make oldconfig. All the relevant services are started: gpm, udev,
9 > > dbus.
10 >
11 > Does it still work with the old kernel? If so, it is probably one of the
12 > new HID options like CONFIG_HID or CONFIG_USB_HID.
13 >
14
15 Here's a 'grep' for those terms from my present .config. Is there
16 something missing? BTW, I'm reporting from the Ubuntu side of my box
17 because of the difficulty of operating the desktop w/o a mouse.
18
19 Meanwhile, I'll boot to grub and try the former kernel.
20
21 cordyceps@gnubu:~$ grep CONFIG_HID
22 /media/0bd17520-483d-4915-a47b-76074c499b61/usr/src/linux/.config
23 CONFIG_HID=y
24 CONFIG_HIDRAW=y
25 # CONFIG_HID_GENERIC is not set
26 CONFIG_HID_A4TECH=y
27 # CONFIG_HID_ACRUX is not set
28 CONFIG_HID_APPLE=y
29 # CONFIG_HID_AUREAL is not set
30 CONFIG_HID_BELKIN=y
31 CONFIG_HID_CHERRY=y
32 CONFIG_HID_CHICONY=y
33 # CONFIG_HID_PRODIKEYS is not set
34 CONFIG_HID_CYPRESS=y
35 CONFIG_HID_DRAGONRISE=y
36 # CONFIG_HID_EMS_FF is not set
37 CONFIG_HID_EZKEY=y
38 # CONFIG_HID_HOLTEK is not set
39 # CONFIG_HID_KEYTOUCH is not set
40 CONFIG_HID_KYE=y
41 # CONFIG_HID_UCLOGIC is not set
42 # CONFIG_HID_WALTOP is not set
43 CONFIG_HID_GYRATION=y
44 CONFIG_HID_TWINHAN=y
45 CONFIG_HID_KENSINGTON=y
46 # CONFIG_HID_LCPOWER is not set
47 CONFIG_HID_LOGITECH=y
48 # CONFIG_HID_LOGITECH_DJ is not set
49 CONFIG_HID_MICROSOFT=y
50 CONFIG_HID_MONTEREY=y
51 # CONFIG_HID_MULTITOUCH is not set
52 # CONFIG_HID_NTRIG is not set
53 CONFIG_HID_ORTEK=y
54 CONFIG_HID_PANTHERLORD=y
55 CONFIG_HID_PETALYNX=y
56 # CONFIG_HID_PICOLCD is not set
57 # CONFIG_HID_PRIMAX is not set
58 # CONFIG_HID_ROCCAT is not set
59 # CONFIG_HID_SAITEK is not set
60 CONFIG_HID_SAMSUNG=y
61 CONFIG_HID_SONY=y
62 # CONFIG_HID_SPEEDLINK is not set
63 CONFIG_HID_SUNPLUS=y
64 CONFIG_HID_GREENASIA=y
65 CONFIG_HID_SMARTJOYPLUS=y
66 # CONFIG_HID_TIVO is not set
67 CONFIG_HID_TOPSEED=y
68 CONFIG_HID_THRUSTMASTER=y
69 CONFIG_HID_ZEROPLUS=y
70 # CONFIG_HID_ZYDACRON is not set
71 # CONFIG_HID_PID is not set
72 cordyceps@gnubu:~$ grep CONFIG_USB_HID
73 /media/0bd17520-483d-4915-a47b-76074c499b61/usr/src/linux/.config
74 CONFIG_USB_HID=y
75 CONFIG_USB_HIDDEV=y
76 cordyceps@gnubu:~$
77
78
79 > --
80 > Neil Bothwick
81 >
82 > Press every key to continue.
83 >

Replies

Subject Author
Re: [gentoo-user] no x-mouse or console mouse bud gpm started and mouse found. Maxim Wexler <maxim.wexler@×××××.com>