View previous topic :: View next topic |
Author |
Message |
glassjos n00b

Joined: 26 Jul 2003 Posts: 12
|
Posted: Sun Nov 23, 2003 8:16 pm Post subject: event device w/ kernel 2.6-test9 |
|
|
Hello fellow gentoo-ers. I compiled in event device support into my kernel but I'm not seeing anything show up as /dev/input/eventXXX. I am trying to get my synaptics touchpad drivers working (it works fine now, but I like the synaptics driver for the options it supports.). I do get the /dev/input/mouse0 device, but like I said it looks like the event devices aren't working for whatever reason. I compiled the support into the kernel. ANy ideas?
Thanks!! |
|
Back to top |
|
 |
TheCoop Veteran


Joined: 15 Jun 2002 Posts: 1814 Location: Where you least expect it
|
Posted: Sun Nov 23, 2003 10:18 pm Post subject: |
|
|
are you using the correct eventxxx node? also why do you need the event drivers when /dev/input/mice works fine? _________________ 95% of all computer errors occur between chair and keyboard (TM)
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Change the world - move a rock |
|
Back to top |
|
 |
glassjos n00b

Joined: 26 Jul 2003 Posts: 12
|
Posted: Mon Nov 24, 2003 4:32 am Post subject: |
|
|
Hey, thanks for the reply. I'm not getting any device nodes in /dev/input/eventXXX.
The /dev/input/mice devices do exist, at this point I'm trying to get the event devices to show up. I haven't had success with the 2.6.0 Synaptics Howto thread, and 90% of those who have seem to use the event device interface.
Thanks. |
|
Back to top |
|
 |
crazy-bee Apprentice


Joined: 03 Jan 2003 Posts: 170
|
Posted: Mon Nov 24, 2003 9:49 am Post subject: |
|
|
Hmm the synaptics toucpad I have works fine with 2.6.0-test9.
What I did was:
- emerge x11-misc/synaptics
(I had to change the ebuild, it said it wont work wth xfree 4.3.0, and is masked, but I figured it works well)
- compiled event device as module; select synaptics touchpad compiled in
- changed the X11config file, according to the synaptics readme that came with when "emerge synaptics"
- modprove evdev before starting x11.
Thats it. Works perfect. |
|
Back to top |
|
 |
glassjos n00b

Joined: 26 Jul 2003 Posts: 12
|
Posted: Mon Nov 24, 2003 2:03 pm Post subject: |
|
|
Hey, thanks for the reply. It looks like the synaptics driver has a dependency on the masked xfree86-4.3.0-r4. I'm using r3, did you say the driver works with r3 and I should just force install it?
Currently I've just used a self compiled synaptics driver with 4.3.0-r3, and I haven't made any progress yet.
Thanks!! |
|
Back to top |
|
 |
|