From owner-freebsd-mobile@FreeBSD.ORG Mon Mar 15 10:30:14 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C1316A4CE for ; Mon, 15 Mar 2004 10:30:14 -0800 (PST) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518B043D2F for ; Mon, 15 Mar 2004 10:30:13 -0800 (PST) (envelope-from jilles@stack.nl) Received: from turtle.stack.nl (turtle.stack.nl [2001:610:1108:5010:2e0:81ff:fe22:51d8]) by mailhost.stack.nl (Postfix) with ESMTP id 4055F634#179AA1F006; Mon, 15 Mar 2004 19:30:12 +0100 (CET) Received: by turtle.stack.nl (Postfix, from userid 1677) id E8DE51CC2E; Mon, 15 Mar 2004 19:30:11 +0100 (CET) Date: Mon, 15 Mar 2004 19:30:11 +0100 From: Jilles Tjoelker To: Alejandro 'lanjoe9' Valenzuela Message-ID: <20040315183011.GA45612@stack.nl> References: <3fb4643d.f3.3c30.21812@prodigy.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3fb4643d.f3.3c30.21812@prodigy.net.mx> X-Operating-System: FreeBSD 5.2.1-RELEASE-p1 i386 User-Agent: Mutt/1.5.6i cc: freebsd-mobile@freebsd.org Subject: Re: Problems with a Toshiba 503 Satellite X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 18:30:14 -0000 On Thu, Nov 13, 2003 at 11:12:29PM -0500, Alejandro 'lanjoe9' Valenzuela wrote: > One last question: how do I "rescan" the USB ports so the > computer can detect when I plug in a generic mouse after > FreeBSD has started? If I connect or disconnect it after > FreeBSD has started, the computer simply ignores it (it > doesn't even supply power, the mouse's light does not turn > on) and it ignores the touchpad as well. The usbd(8) daemon is required for USB hot-plug to work. I know of at least one other problem: Probably, your machine has more than one USB bus. By default (FreeBSD 4.x), only the device node for the first bus (/dev/usb0) is created and usbd(8) will only service that first bus. To solve that, use MAKEDEV(8) to create the device nodes for the other buses (you can see in dmesg how many you need). -- Jilles Tjoelker