According to Andrew Robert Burgess II: While burning my CPU.
>
> How do I get rid of the complaint about gpm using the old /dev/ca0. when I
> switch over to the now required tt thing the mouse no longer works. other
> than that the only other complain I'm getting now from the system is that my
> NFS is older than the kernel or something like that.
> =-)
> thanks for all the help.
GPM wants to see /dev/ttyS0 instead of /dev/cua0
Quite possably you need to remove the old link in /dev/ for the mouse which
would be 'mouse -> cua0' shown with 'ls -al mouse' and make a new link to
ttyS0 with the following commands. Of course killing gpm first "might" be a
good idea.
kill `pidof gpm`
cd /dev
rm mouse
ln -s ttyS0 mouse
gpm can also be started as 'gpm -R -m /dev/mouse -t msc'
the option above is -t (type) Mouse Systems.
As to the nfs problem you will need to give more details, i use nfs between
two machines here, one with 2.0.36 and the other 2.2.4 and no problems.
(kernel versions of course).
> that depmod -a worked like a charm. =-)
Ah!, shots in the dark do work wonders sometimes. ;-)
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Adams
> Sent: Sunday, May 09, 1999 8:37 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Kernel problem
>
>
> According to Andrew Robert Burgess II: While burning my CPU.
> >
> > Thanks, I'll try the rename and see if that will work. I'm tired of
> > reinstalling the whole system. it shouldn't have been this hard to do.
>
> What, install everything "again" over and over. ?? in my opinion there is
> NEVER the need to reinstall.
>
> > *sigh* I'll get this figured out sooner or later.
>
> Keep in touch.
>
> > Andrew.
> >
>
> --
> Regards Richard.
> [EMAIL PROTECTED]
>
--
Regards Richard.
[EMAIL PROTECTED]