From owner-freebsd-questions@FreeBSD.ORG Tue May 11 13:38:44 2004 Return-Path: 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 7F18916A4CF for ; Tue, 11 May 2004 13:38:44 -0700 (PDT) Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F28D43D55 for ; Tue, 11 May 2004 13:38:43 -0700 (PDT) (envelope-from schweikh@schweikhardt.net) Received: by bremen.shuttle.de (Postfix, from userid 10) id 85F083BBC7; Tue, 11 May 2004 22:38:41 +0200 (CEST) Received: from hal9000.schweikhardt.net (localhost [127.0.0.1]) i4BKLp0Z002425 for ; Tue, 11 May 2004 22:21:51 +0200 (CEST) (envelope-from schweikh@hal9000.schweikhardt.net) Received: (from schweikh@localhost)i4BKLpip002424 for freebsd-questions@freebsd.org; Tue, 11 May 2004 22:21:51 +0200 (CEST) (envelope-from schweikh) Date: Tue, 11 May 2004 22:21:51 +0200 From: Jens Schweikhardt To: freebsd-questions@freebsd.org Message-ID: <20040511202151.GA2256@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: uhci0 / usb problems: Could not setup irq, 22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 20:38:44 -0000 Hello world, I admit it. I'm a FreeBSD developer with a question. I got a brand new shiny supermicro P4SCT board which has an intel USB chip and thus needs the uhci (as opposed to ohci) driver. My mouse (logitech first/pilot wheel mouse) is an usb mouse. It does not work (it worked in my old ASUS A7N8X with ohci). I think I have traced it down to this part in dmesg indicating a failed attach: schweikh@hal9000:~ $ dmesg|grep uhci uhci0: port 0xc400-0xc41f irq 9 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xc400 uhci0: Could not setup irq, 22 device_probe_and_attach: uhci0 attach returned 6 uhci0: port 0xc000-0xc01f irq 11 at device 29.1 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xc000 uhci0: [GIANT-LOCKED] usb0: on uhci0 uhci1: port 0xc400-0xc41f irq 9 at device 29.0 on pci0 uhci1: Could not setup irq, 22 device_probe_and_attach: uhci1 attach returned 6 uhci0: port 0xc400-0xc41f irq 9 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xc400 uhci0: Could not setup irq, 22 device_probe_and_attach: uhci0 attach returned 6 uhci0: port 0xc000-0xc01f irq 11 at device 29.1 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xc000 uhci0: [GIANT-LOCKED] usb0: on uhci0 uhci1: port 0xc400-0xc41f irq 9 at device 29.0 on pci0 uhci1: Could not setup irq, 22 device_probe_and_attach: uhci1 attach returned 6 Does anyone know how to remedy the situation and get a successful attach? Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped)