From owner-freebsd-usb@FreeBSD.ORG Sat Feb 5 15:24:51 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E310016A4CE for ; Sat, 5 Feb 2005 15:24:51 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C3C943D1D for ; Sat, 5 Feb 2005 15:24:50 +0000 (GMT) (envelope-from euro@i.com.ua) Message-ID: <002701c50b96$d43525e0$8b33bb81@beast1000> From: "Eugene Rogoza" To: Date: Sat, 5 Feb 2005 16:24:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: by amavisd-new/sophie/sophos at mailrelay1.informatik.tu-muenchen.de Subject: RE: USB does not recognize any dynamically plugged devices - problem fixed X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Rogoza List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 15:24:52 -0000 > uhci0: port 0x1820-0x183f irq > 11 at device 29.0 on pci0 > uhci0: [GIANT-LOCKED] > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0x1840-0x185f irq > 10 at device 29.1 on pci0 > uhci1: [GIANT-LOCKED] > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > uhci2: port 0x1860-0x187f irq > 10 at device 29.2 on pci0 > uhci2: [GIANT-LOCKED] > usb2: on uhci2 > usb2: USB revision 1.0 > uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub2: 2 ports with 2 removable, self powered Dear all, To be able to detect USB devices after system startup one has to compile "device ehci" into kernel along with "device ohci" or "device uhci". Actually it may work without EHCI for a while (as it was with me), but further there is no guarantee. There is no string "device ehci" even in GENERIC kernel, so I guess one should be kept aware of turning this feature on either by some notice or by including that string into GENERIC configuration file in future releases. Sincerely, Eugene Rogoza