From owner-freebsd-mobile@FreeBSD.ORG Tue Feb 10 21:00:38 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6A616A4CE; Tue, 10 Feb 2004 21:00:38 -0800 (PST) Received: from jetspin.drizzle.com (jetspin.drizzle.com [216.162.192.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7365943D1F; Tue, 10 Feb 2004 21:00:38 -0800 (PST) (envelope-from kurpis@drizzle.com) Received: from kurpis (mud41.drizzle.com [216.162.193.56]) by jetspin.drizzle.com (8.12.8/8.12.8) with SMTP id i1B50MOa031846; Tue, 10 Feb 2004 21:00:23 -0800 Message-ID: <003801c3f053$9611b300$38c1a2d8@kurpis> From: "Peter Kurpis" To: "David Wolfskill" References: <200402101725.i1AHPok3009109@bunrab.catwhisker.org> Date: Tue, 10 Feb 2004 21:00:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: questions@freebsd.org cc: mobile@freebsd.org Subject: Re: Fw: problem with mouse driver during install / toshiba satellite 1135 laptop X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 05:00:38 -0000 > >I am installing FreeBSD 4.7 on my laptop, and when I get to > >the mouse configuration part, it seems I can't get any combination > >of protocol and port to test right (i.e. for mouse movement). > > Why such an old code base? I have some system-level software I want to play with that isn't tested to run at later versions, and will probably have problems at later versions. I would rather find out what I have to patch and rebuild than upgrade versions. [More below.] > >Windows says it's an Alps Pointing Device, on interrupt 12. > > >(1) What should work? > > Not sure, as I don't use that particular device. I have used "moused" > both for my Dell i5000e and for a ThinkPad 600E. > > >(2) If I disable the mouse driver, will this affect my X Windows > >installation? > > Yes. X won't work without a pointer device. Oh, so it doesn't have its own driver... Is there maybe another testing or probing utililty besides the one in /stand/sysinstall? Thanks for any suggestions or help!