From: Matthew F. <mf...@ci...> - 2001-12-26 12:48:00
|
> I always seem to get errors insmoding the mousedev.o and other mouse > modules. Is there one for a PS/2 mouse or am I missing it in /usr/lib? > Also to create a /dev/mouse do I have to mknod /dev/mouse b,c,u? I've > loaded mouse pkg and even all the gpm pkgs but still cannot get my mouse > running... help? > I updated the 2.4.5/modmice package last night (still need to fix the init script) adding the input.o module which is needed by mousedev.o and it works with X (X isn't fully functional yet). With gpm I was able to move the cursor but I never tested it with any apps. If you create a symlink ln -sf /dev/psaux /dev/mouse then you don't need to create a new device file. - mdf |