From owner-freebsd-usb@FreeBSD.ORG Fri Oct 15 07:15:29 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27270106564A for ; Fri, 15 Oct 2010 07:15:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id AF1AE8FC1B for ; Fri, 15 Oct 2010 07:15:28 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=4dE6tNKVm/0afO7MQGRPv7y2YwMo4emTIiDjbh74onY= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=mr3tJ2D5_bb_IEkG_EkA:9 a=rD0rKGSsS-TbOHL4suBHAHO2TLYA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 35434093; Fri, 15 Oct 2010 09:15:26 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 15 Oct 2010 09:16:45 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010150916.45906.hselasky@c2i.net> Cc: Subject: Re: usb doesn't work X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 07:15:29 -0000 On Thursday 14 October 2010 21:10:21 rufina sarvarova wrote: > Hello, > I can't find out what's wrong with my configs/computer.. > All my USB devices doesn't work in freebsd 8.1. I had windows/ubuntu at > this computer and all works well. > But here.. At bios usb enable, before loading freebsd usb indicator > light-on, but during loading it's turns off. > my dmesg here: > > usbus0: on ohci0 > usbus0: 12Mbps Full Speed USB v1.0 > ugen0.1: at usbus0 > uhub0: on usbus0 > uhub0: on usbus0 > usbus0: Root HUB problem, error=USB_ERR_NO_ROOT_HUB > > System does not see any usb devices. > at rc.conf I enabled hald and dbus.. Try to boot with verbose. Probably an error happens during OHCI attach, and then the driver aborts. You can also try -current as of today. --HPS