From owner-freebsd-questions@FreeBSD.ORG Thu Nov 26 06:57:44 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 4AB151065670 for ; Thu, 26 Nov 2009 06:57:44 +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 3551C8FC15 for ; Thu, 26 Nov 2009 06:57:43 +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:57:42 -0800 Message-ID: <4B0E26DC.5030500@a1poweruser.com> Date: Thu, 26 Nov 2009 14:57:32 +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> <4B0E1B00.2090408@a1poweruser.com> <20091126072429.024f4eaa.freebsd@edvax.de> In-Reply-To: <20091126072429.024f4eaa.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Nov 2009 06:57:42.0544 (UTC) FILETIME=[BFFFB900:01CA6E65] 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:57:44 -0000 Polytropon wrote: > On Thu, 26 Nov 2009 14:06:56 +0800, Fbsd1 wrote: >> I checked /dev and there are no cuaa* or cuad* > > Confirmed, 8.0-RC1 with GENERIC kernel (my toyaround machine). > >> 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. > > That should have been the correct setting. On version 7, I > have /dev/cuad0, /dev/cuad0.init and /dev/cuad0.lock. On > version 8, there's /dev/cuau0, /dev/cuau0.init and > /dev/cuau0.lock instead. > > Maybe loading a kernel module is required to have the > serial ports available again? > > > >> /dev does have cuau0 & cuau1 for uucp dialer. could this be the names of >> the serial ports in 8.0? > > It seems that they don't work for the mouse because they're > something different. > > I think there's another problem rising: Assume you want to > have a serial dialin line (e. g. for a serial terminal), then > you would have something like > > ttyd0 "/usr/libexec/getty std.115200" vt320 on secure > > in /etc/ttys. The question would be: If /dev/ttyd0 does not > exist anymore, how to make this work again? > > > > From the 8.0 release notes is the following http://www.freebsd.org/releases/8.0R/relnotes-detailed.html [amd64, i386] The uart(4) is now the default driver for serial port devices in favor of the sio(4) driver. Note that the device nodes have been renamed with /dev/cuauN and /dev/ttyuN. tested these rc.conf statements moused_port="/dev/cuau0" moused_type="intellimouse" moused_enable="YES" serial mouse works again This means sysinstall mouse config needs to be changed to reflect the new dev names.