From owner-freebsd-hackers Wed Sep 12 3:17:19 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 3AA2537B406 for ; Wed, 12 Sep 2001 03:17:09 -0700 (PDT) Received: from nantai.utsunomiya-u.ac.jp by nasu.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/26Jan01-1134AM) id f8CAFN538532; Wed, 12 Sep 2001 19:15:23 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp by nantai.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/30Jan01-0241PM) id f8CAFNu519173; Wed, 12 Sep 2001 19:15:23 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:XEwuUXITw0IMgyNgDzetxGBK/HCeGdOn@zodiac.mech.utsunomiya-u.ac.jp [160.12.43.7]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id TAA22063; Wed, 12 Sep 2001 19:25:00 +0900 (JST) Message-Id: <200109121025.TAA22063@zodiac.mech.utsunomiya-u.ac.jp> To: "glenn gombert" Cc: freebsd-hackers@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: FreeBSD-Current Install / Mouse Problem In-reply-to: Your message of "Wed, 12 Sep 2001 02:48:58 MST." <20010912094858.WBPX12015.mta06.onebox.com@onebox.com> References: <20010912094858.WBPX12015.mta06.onebox.com@onebox.com> Date: Wed, 12 Sep 2001 19:24:59 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I have just upgraded to FreeBSD-Current, from FreeBSD-4.3 Release and >have a problem getting my mouse working again. I did the buildworld, >installworld, buildkernel, installkernel, etc and everything seems fine, >except for my mouse daemon not working anymore.... > > Could someone tell me how to reinstall my mouse device (maybe in the >/dev directory) and what I need to do to get my PS2 mouse working with >X-Windows again?? > >Thanks in advance, >Glenn Gombert >Dayton, Ohio Please do the following and send me two copies of dmesg output. Step 1. Start your system by typing "boot -v" at the loader prompt. I expect the PS/2 mouse is not recognized this time. Step 2. After the system is up, run dmesg. Step 3. Reboot the system. This time type unset acpi_load boot -v at the loader prompt. The PS/2 mouse MAY be recognized. Step 4. After the system is up, run dmesg. Send dmesg output obtained in the step 2 and 4. If your PS/2 mouse is recognized in step 3, put the following line in /boot/device.hints until ACPI issues are resolved. hint.acpi.0.disable=1 Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message