hej, > I think newer Kernels have a new input layer. I can't really tell you the > details since Linux on a PowerMac is rather new for me, but the following > line in gpm.conf works for me (PowerMac 7600, stock Debian Kernel 2.2.19): > device=/dev/input/mice
you probably also want to create the devices first :) cd /dev mkdir input cd input mknod mice c 13 63 mknod mouse0 c 13 32 among others, check /usr/src/linux/Documentation/devices.txt for details. bye