Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 10:31:39 +0200
From:      Polytropon <freebsd@edvax.de>
To:        David Benfell <benfell@parts-unknown.org>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: operation not permitted on entropy file
Message-ID:  <20140813103139.ec75155d.freebsd@edvax.de>
In-Reply-To: <20140813011849.GC25757@home.parts-unknown.org>
References:  <20140810124433.da498898.freebsd@edvax.de> <20140810224038.GD24036@home.parts-unknown.org> <20140811101822.41851cc7.freebsd@edvax.de> <20140811142707.GA10186@home.parts-unknown.org> <CA%2BtpaK2RC0w7Y4etxs%2Byx59_gAURNEtB38h=sV8pEFkBRWVFWQ@mail.gmail.com> <20140811171653.b7c60e58.freebsd@edvax.de> <20140811153535.GA30506@home.parts-unknown.org> <20140811183912.ef0f20a6.freebsd@edvax.de> <20140812023229.GB84770@home.parts-unknown.org> <alpine.BSF.2.11.1408121837430.66504@wonkity.com> <20140813011849.GC25757@home.parts-unknown.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 12 Aug 2014 18:18:49 -0700, David Benfell wrote:
> But actually, this may be simpler than that. It *finally* occurred to
> me to look in the rc.conf man page for moused options. I now have:
> 
> moused_enable="YES"
> moused_nondefault_enable="YES"
> moused_type="AUTO"

As I said, for USB mice this shouldn't be needed.



> But I don't currently have a mouse plugged into the system to test it
> with. It looks like the moused_type option requires the mouse to be
> plugged in, whereas supposedly the moused_nondefault_enable option
> allows moused to recognize the mouse when it is plugged in.

You can use "moused -d -f <other options>" for testing.
Basically, you need to specify _type for non-"normal" mice,
and maybe even _flags to make them work as intended.

Here's an example:

	moused_enable="YES"
	moused_port="/dev/cuaa0"
	moused_type="mousesystems"
	moused_flags="-r 300 -a 2.0 -z 4"

Is is for a "MouseSystems" serial mouse with the additional
feature of emulating the wheel with the middle mouse button.

Nothing of this "strange stuff" should be needed for USB mice,
as they are typically detected and configured automatically
by devd or devfs, which invokes moused with the required options
(if any).


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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