CAD CAM EDM DRO - Yahoo Group Archive

Re: I made a bol***cks of it!

on 1999-07-20 00:36:56 UTC
On Mon, 19 Jul 1999, Ian W. Wright wrote:

> 1. What is missing to start up the mouse - it is still attached to
> 'COM1' and, when linux boots I notice that it still claims to be loading
> 'gmu' mouse driver but it is totally unresponsive.

Probably you are refering to gpm, which is a program that adds mouse
functionality when you work in console mode (no X windows). gpm can be
configured by itself to work with a serial mouse, do man gpm to find out
the suported mouse types.

If the problem comes from the fact that your kernel has no mouse suport
compiled in, then the best thing to do is compile it again (never be
afraid of re-compiling a kernel in linux):

goto /usr/src/linux

make config (and answer the questions, read them), pay attention to the
config serial and config mouse options, then

make dep
make zImage or make boot (depending on the system)

you should find a freshly compiled kernel at /usr/src/linux/arch/i386/zImage,
copy it to /vmlinux and reboot.

hope this helps

carles

Discussion Thread

Ian W. Wright 1999-07-19 11:00:27 UTC I made a bol***cks of it! Tim Goldstein 1999-07-19 11:12:55 UTC Re: I made a bol***cks of it! Carles Perello 1999-07-20 00:36:56 UTC Re: I made a bol***cks of it! Ian W. Wright 1999-07-20 15:18:47 UTC Re: Re: I made a bol***cks of it! Tim Goldstein 1999-07-20 15:35:55 UTC Re: Re: I made a bol***cks of it! Ian W. Wright 1999-07-21 10:22:20 UTC Re: Re: I made a bol***cks of it! Tim Goldstein 1999-07-21 11:24:43 UTC Re: Re: I made a bol***cks of it! Ian W. Wright 1999-07-22 04:55:04 UTC Re: Re: I made a bol***cks of it! Tim Goldstein 1999-07-22 08:01:22 UTC Re: Re: I made a bol***cks of it!