From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 08:51:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D2916A474 for ; Mon, 19 Jun 2006 08:51:40 +0000 (UTC) (envelope-from anrays@gmail.com) Received: from tor.farlep.net (tor.farlep.net [213.130.1.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D86C43D48 for ; Mon, 19 Jun 2006 08:51:39 +0000 (GMT) (envelope-from anrays@gmail.com) Received: from santinel.home.ua (nas-6-202.dialup.farlep.net [213.130.9.203]) by tor.farlep.net with ESMTP id k5J8pSY6030095; Mon, 19 Jun 2006 11:51:28 +0300 Received: from anray by santinel.home.ua with local (Exim 4.62; FreeBSD) id 1FsFTA-000JL5-BN; Mon, 19 Jun 2006 11:50:52 +0300 To: "Bak - Bitcare.dk" References: <200606191039.13118.bak@bitcare.dk> Organization: Santinel From: Andrey Slusar Date: Mon, 19 Jun 2006 11:50:52 +0300 In-Reply-To: <200606191039.13118.bak@bitcare.dk> (bak@bitcare.dk's message of "Mon, 19 Jun 2006 10:39:13 +0200") Message-ID: <86odwpv89f.fsf@santinel.home.ua> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-SMTP-Vilter-Version: 1.1.8 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean Cc: freebsd-questions@freebsd.org Subject: Re: USB 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: Mon, 19 Jun 2006 08:51:40 -0000 Mon, 19 Jun 2006 10:39:13 +0200, Bak - Bitcare.dk wrote: > Hi everybody, > I'm having trouble getting my USB mouse to work on my FreeBSD 6.0.... It > worked fine before on Windows XP and Ubuntu Linux. > My laptop is a Fujitsu-Siemens Amilo A7640. > The mouse is Microsoft Comfort Optical Mouse 3000. > dmesg gives the following results: > [...] > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model IntelliMouse, device ID 3 > ppc0: parallel port not found. > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 8250 or not responding > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > uhid0: Microsoft Microsoft Optical Mouse with Tilt Wheel, rev 2.00/1.20, addr > [...] > ------------------------------------------------- > As far as I can tell (and I am new to FreeBSD) psm0 is my fingertouch mouse > and uhid0 is my USB mouse. Other than that I am clueless as to where I edit > the settings to make the USB mouse functional. `kldload ums' and use the ums* devices. -- Regards, Andrey.