Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 1998 18:06:40 -0400 (EDT)
From:      CyberPeasant <djv@bedford.net>
To:        zamy27@hsonline.net (Scott Myron)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: about the mouse..
Message-ID:  <199804252206.SAA01635@lucy.loco.net>
In-Reply-To: <35418F20.593D9CA9@hsonline.net> from Scott Myron at "Apr 25, 98 10:22:09 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> ok, now I know to get the mouse working at the console I've gotta edit
> the rc.conf. The only problem is, I don't know what to put where it says
> moused_type="NO" . once I tried to put "microsoft" there(because I have
> a microsoft ps/2 mouse) and I also changed the mouse port to /dev/psm0.
> the next time I rebooted, it couldn't take me to the login and it gave
> me one of those "Please enter path for shell or hit enter and use sh."
> or something like that... so can anyone tell me what I did wrong?(it did
> say something like ") expected" during the bootup). or can you just tell
> me what to put there? thanks again.

My freshly installed 2.2.6 has this in rc.conf:

moused_enable="YES"     # Run the mouse daemon.
moused_type="auto"      # See man page for rc.conf(5) for available settings.
moused_port="/dev/psm0" # Set to your mouse port.
moused_flags=""         # Any additional flags to moused.


If you're specifying the mouse_type directly, specify "ps/2" instead
of microsoft.  You might want some flags for moused_flags, man moused
for those.

Why you got kicked into single user, I can only guess.  I'd /guess/ it
had something to do with your changes :)  Like a missing closing /"/ maybe?

Dave
-- 
                <----. mailto/pgpfinger: djv@bedford.net
                <----|===================================
                <----'        Crathva fxrjre

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804252206.SAA01635>