On Sat, Mar 18, 2000 at 10:12:13PM -0800, James wrote:
>
> I am guessing it is, but when I do ps -aux my screen scrolls too fast and
> I can't view the full output.. how do I pause each page? Or view a "wide"
> view?
>
Try either "ps ax | grep gpm" or "ps ax | less".
On Sat, Mar 18, 2000 at 10:36:35PM -0800, James wrote:
> Here is something I get when I reboot:
>
> Mar 18 22:05:58 mydomain gpm: gpm startup succeeded
> Mar 18 22:05:58 mydomain gpm: gpm startup succeeded
> Mar 18 22:05:59 mydomain modprobe: can't locate module char-major-10-1
> Mar 18 22:05:59 mydomain modprobe: can't locate module char-major-10-1
> Mar 18 22:05:59 mydomain gpm[427]: oops() invoked from gpm.c(903)
> Mar 18 22:05:59 mydomain gpm[427]: oops() invoked from gpm.c(903)
> Mar 18 22:05:59 mydomain gpm[427]: /dev/mouse: No such device
> Mar 18 22:05:59 mydomain gpm[427]: /dev/mouse: No such device
>
> My mouse works on my NT box, so I don't think anything is wrong with the
> mouse. What is modprobe?
>
Modprobe loads a kernel module, usually a driver. Char-major-10-1 is
the ps/2 mouse port. Is your mouse connected to the PS/2 port?
--
R.