View previous topic :: View next topic |
Author |
Message |
tnt Veteran
Joined: 27 Feb 2004 Posts: 1227
|
Posted: Wed Jan 04, 2006 4:26 am Post subject: [SOLVED] evdev stoped working on 2.6.15 |
|
|
I've just installed 2.6.15 gentoo-sources and my /dev/input/mouse0 and /dev/input/event1 are missing.
Code: | cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=402000000 3802078f840d001 f2ffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0003 Vendor=046d Product=c025 Version=9802
N: Name="B16_b_02 USB-PS/2 Optical Mouse"
P: Phys=usb-0000:00:02.0-2/input0
S: Sysfs=/class/input/input1
H: Handlers=mouse0 event1
B: EV=7
B: KEY=ff0000 0 0 0 0
B: REL=103
|
Code: | ls -lah /dev/input/
total 0
drwxr-xr-x 2 root root 240 Jan 4 05:10 .
drwxr-xr-x 22 root root 28K Jan 4 04:11 ..
crw-rw---- 1 root root 13, 66 Dec 22 2004 event2
crw-rw---- 1 root root 13, 67 Dec 22 2004 event3
crw-rw---- 1 root root 13, 0 Dec 22 2004 js0
crw-rw---- 1 root root 13, 1 Dec 22 2004 js1
crw-rw---- 1 root root 13, 2 Dec 22 2004 js2
crw-rw---- 1 root root 13, 3 Dec 22 2004 js3
crw-r--r-- 1 root root 13, 63 Jan 4 05:10 mice
crw-r--r-- 1 root root 13, 33 Dec 22 2004 mouse1
crw-rw---- 1 root root 13, 34 Dec 22 2004 mouse2
crw-rw---- 1 root root 13, 35 Dec 22 2004 mouse3 |
although I've made "make oldconfig" and evdev is enabled in kernel just like it was before.
Any ideas? _________________ gentoo user
Last edited by tnt on Wed Jan 04, 2006 9:04 pm; edited 1 time in total |
|
Back to top |
|
|
labba Apprentice
Joined: 01 Oct 2004 Posts: 178 Location: 127.0.0.1
|
Posted: Wed Jan 04, 2006 5:40 pm Post subject: |
|
|
I had the same problem, after upgrading to vanilla-sources 2.6.15.
Unfortunately I don't know what exactly solved my problem, because I upgraded to latest stable udev and also built evdev as a module instead compiling it directly into the kernel.
For me it works again. |
|
Back to top |
|
|
VValdo Guru
Joined: 08 Jan 2005 Posts: 395
|
Posted: Wed Jan 04, 2006 6:46 pm Post subject: |
|
|
FWIW, evdev works fine for me w/gentoo sources..
frame buffer is slow on boot tho.
W |
|
Back to top |
|
|
Voltago Advocate
Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
|
Back to top |
|
|
tnt Veteran
Joined: 27 Feb 2004 Posts: 1227
|
Posted: Wed Jan 04, 2006 9:03 pm Post subject: |
|
|
Updating baselayout and udev solved the problem:
Code: | [ebuild R ] sys-apps/baselayout-1.12.0_pre13 -bootstrap -build -static +unicode 0 kB
[ebuild R ] sys-fs/udev-079 (-selinux) 0 kB |
Code: | ls -lah /dev/input/
total 0
drwxr-xr-x 2 root root 120 Jan 4 2006 .
drwxr-xr-x 19 root root 14K Jan 4 21:59 ..
crw------- 1 root root 13, 64 Jan 4 2006 event0
crw------- 1 root root 13, 65 Jan 4 2006 event1
crw-r--r-- 1 root root 13, 63 Jan 4 2006 mice
crw-r--r-- 1 root root 13, 32 Jan 4 2006 mouse0 |
Thank you all! _________________ gentoo user |
|
Back to top |
|
|
|