From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 08:39:20 2006 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> 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 BB22D16A47B for <freebsd-questions@freebsd.org>; Mon, 19 Jun 2006 08:39:20 +0000 (UTC) (envelope-from bak@bitcare.dk) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3610F43D5E for <freebsd-questions@freebsd.org>; Mon, 19 Jun 2006 08:39:19 +0000 (GMT) (envelope-from bak@bitcare.dk) Received: from x1-6-00-03-0d-1a-eb-0c.k431.webspeed.dk (x1-6-00-03-0d-1a-eb-0c.k431.webspeed.dk [83.89.16.142]) by pfepb.post.tele.dk (Postfix) with ESMTP id 66266A50049 for <freebsd-questions@freebsd.org>; Mon, 19 Jun 2006 10:39:18 +0200 (CEST) From: "Bak - Bitcare.dk" <bak@bitcare.dk> To: freebsd-questions@freebsd.org Date: Mon, 19 Jun 2006 10:39:13 +0200 User-Agent: KMail/1.8.2 Organization: www.bitcare.dk MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606191039.13118.bak@bitcare.dk> Subject: USB mouse not working... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 19 Jun 2006 08:39:20 -0000 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: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 ppc0: parallel port not found. sc0: <System console> 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: <Generic ISA VGA> 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. I tried googling but didn't find an answer... Hope someone can help. -- Saeed