From owner-freebsd-questions@FreeBSD.ORG Sat Apr 19 00:28:11 2003 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 AE90537B401 for ; Sat, 19 Apr 2003 00:28:11 -0700 (PDT) Received: from ns1.interbgc.com (mail.interbgc.com [217.9.224.3]) by mx1.FreeBSD.org (Postfix) with SMTP id DBC3243F3F for ; Sat, 19 Apr 2003 00:28:08 -0700 (PDT) (envelope-from victor@cablebg.net) Received: (qmail 4598 invoked by uid 1008); 19 Apr 2003 07:28:05 -0000 Message-ID: <20030419072805.4597.qmail@ns1.interbgc.com> From: "Victor Poriazov" To: freebsd-questions@freebsd.org Date: Sat, 19 Apr 2003 10:28:05 +0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: usbd does not detect USB mouse at startup 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: Sat, 19 Apr 2003 07:28:12 -0000 Hello, I have recently installed FreeBSD 4.8 and I'm having prbolems with usbd not detecting my Logitech USB optic wheel mouse at startup.(the mouse is plugged in.) However, usbd detects the mouse if I plug it in after the system startup and runs moused and there are no problems at all. Here is what i have in my rc.conf: ============ moused_enable="NO" moused_type="auto" usbd_enable="YES" ============ and here is what dmesg shows about the usb devices: ============ uhci0: port 0xd400-0xd41f irq 10 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub chan 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ============ Strangely, I have ums0 compiled into the kernel ( I'm using the generic kernel) and ums0 is not initialised when the kernel loads. Any suggestions what to do to get the mouse initialise at startup? Thank you in advance, Victor Poriazov