From owner-freebsd-questions@FreeBSD.ORG Thu Nov 26 06:07:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE031065670 for ; Thu, 26 Nov 2009 06:07:15 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4B98FC15 for ; Thu, 26 Nov 2009 06:07:15 +0000 (UTC) Received: from [10.0.10.3] ([202.69.174.192]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 25 Nov 2009 22:07:06 -0800 Message-ID: <4B0E1B00.2090408@a1poweruser.com> Date: Thu, 26 Nov 2009 14:06:56 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Polytropon References: <4B0DF955.50707@a1poweruser.com> <20091126053651.e4ac2766.freebsd@edvax.de> In-Reply-To: <20091126053651.e4ac2766.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Nov 2009 06:07:07.0026 (UTC) FILETIME=[AEB06F20:01CA6E5E] X-Sender: fbsd1@a1poweruser.com Cc: FreeBSD Questions Subject: Re: 8.0 release serial mouse not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 06:07:15 -0000 Polytropon wrote: > On Thu, 26 Nov 2009 11:43:17 +0800, Fbsd1 wrote: >> Been using the same serial mouse since release 7.0 through 7.1 and 7.2. >> Just installed release 8.0 and the rc.conf statements >> dont work any longer. >> >> >> # serial port radioshack 2 button mouse >> moused_port="/dev/cuad0" >> moused_type="intellimouse" >> moused_enable="YES" >> >> Nothing has changed on the box hardware. >> Mouse worked in 7.2 but not in 8.0 >> >> I even tried sysinstall/configure/mouse to test other options and none >> worked. >> >> Has serial mouse support been dropped in release 8.0 and not removed >> from sysinstall????? > > I'm not sure about the moused_port, it's some time ago that > I've used a serial mouse, but I had > > moused_enable="YES" > moused_port="/dev/cuaa0" > moused_type="mousesystems" > moused_flags="-r 300 -a 2.0" > > in /etc/rc.conf - cuaa0 instead of cuad0. > > For some checking, why not use > > moused -f -i all -p /dev/cuad0 > > and > > moused -f -d -t auto -p /dev/cuad0 > > for some checking? > > > I checked /dev and there are no cuaa* or cuad* In 7.2 used the sysinstall/configur/mouse menu and it was the one that crated the moused_port="/dev/cuad0" rc.conf statment as showen in first post. /dev does have cuau0 & cuau1 for uucp dialer. could this be the names of the serial ports in 8.0?