On Wed, Mar 06, 2002 at 07:55:39PM -0800, Harry Putnam wrote: > Carel Fellinger <[EMAIL PROTECTED]> writes: > > > That depends. Is your ps/2 driver compiled in or compiled as a > > seperate module? Look through /boot/config-.... for the awnser. > > Its not clear what any of that means and the only entry seems to be > related to mouse is this: > CONFIG_BLK_DEV_PS2=y > I'm guessing the `y' means its compiled in. An `m' would have meant > it was a module.
Right. So you won't see psaux in lsmod's output. But you could try: # cat /proc/misc On my system it gives me: 144 nvram 134 apm 135 rtc 1 psaux So there it shows up. -- groetjes, carel