From owner-freebsd-config@FreeBSD.ORG Wed Jul 9 12:48:52 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A7537B404 for ; Wed, 9 Jul 2003 12:48:52 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 447BE43FA3 for ; Wed, 9 Jul 2003 12:48:51 -0700 (PDT) (envelope-from alexander.pohoyda@gmx.net) Received: (qmail 25011 invoked by uid 65534); 9 Jul 2003 19:48:49 -0000 Received: from p508BE467.dip.t-dialin.net (EHLO oak.pohoyda.family) (80.139.228.103) by mail.gmx.net (mp021) with SMTP; 09 Jul 2003 21:48:49 +0200 Received: from oak.pohoyda.family (oak.pohoyda.family [127.0.0.1]) by oak.pohoyda.family (8.12.9/8.12.6) with ESMTP id h69JmmJD001525; Wed, 9 Jul 2003 21:48:48 +0200 (CEST) (envelope-from alexander.pohoyda@gmx.net) Received: (from apog@localhost) by oak.pohoyda.family (8.12.9/8.12.9/Submit) id h69Jmkre001522; Wed, 9 Jul 2003 21:48:46 +0200 (CEST) X-Authentication-Warning: oak.pohoyda.family: apog set sender to alexander.pohoyda@gmx.net using -f Sender: alexander.pohoyda@gmx.net To: Cristophe Coutand References: From: Alexander Pohoyda Date: 09 Jul 2003 21:48:46 +0200 In-Reply-To: Message-ID: <873chfa3c1.fsf@oak.pohoyda.family> Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-config@freebsd.org Subject: Re: rebuild kernel X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 19:48:53 -0000 Cristophe Coutand writes: > My problem is about the usb port, I have a usb hub on which I have > connected my mouse Do you know which chipset is used in the hub? > kernel: ohci0: mem > 0xfedde000-0xfeddefff irq 9 at device 19.0 on pci0 > kernel: usb0: OHCI version 1.0, legacy support > kernel: usb0: on ohci0 > kernel: usb0: USB revision 1.0 > kernel: uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > kernel: uhub0: 2 ports with 2 removable, self powered > kernel: uhub0: device problem, disabling port 1 OK, let's try to get some more info. Please recompile your kernel with option USB_DEBUG and add these entries into your /etc/sysctl.conf file: # USB debugging hw.usb.ohci.debug=1 hw.usb.debug=1 hw.usb.uhub.debug=1 Now, reboot the system without the hub attached. When system is running, attach the hub without any other USB devices and watch messages on the console. It would be interesting to know what you see. -- Alexander Pohoyda