On Sun, 18 Aug 2013 18:57:14 -0800 Richard Coffee <[email protected]> wrote:
> My setup is virtually identical, except POLLDEV was set to Module. Am > recompiling kernel now for it. Hope it makes a difference. Thanks. > > > richard Hello Richard, You can cat each device in /dev/input/ while you move your trackball and see which device is used. /dev/input/mice is input from all mice. Then you have separate mouse devices or if your mouse somehow gets an event device then it is with an event device and number. If you get no terminal output when catting /dev/input/mice or /dev/input/mouse0 mouse1... then still a kernel issue. Can always view your kernel log and see what is being loaded. William Harrington <[email protected]> -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
