Date: Mon, 15 Mar 2004 19:30:11 +0100 From: Jilles Tjoelker <jilles+fbsd-mobile@stack.nl> To: Alejandro 'lanjoe9' Valenzuela <lanjoe9@prodigy.net.mx> Cc: freebsd-mobile@freebsd.org Subject: Re: Problems with a Toshiba 503 Satellite Message-ID: <20040315183011.GA45612@stack.nl> In-Reply-To: <3fb4643d.f3.3c30.21812@prodigy.net.mx> References: <3fb4643d.f3.3c30.21812@prodigy.net.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040315183011.GA45612>
