From owner-freebsd-usb@FreeBSD.ORG Sat Oct 16 21:00:05 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 EB1541065670 for ; Sat, 16 Oct 2010 21:00:03 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id 556168FC0A for ; Sat, 16 Oct 2010 21:00:02 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=gl0LPzB4YDQuuzpDoHYit7deEV0cOo++Sg28kyvF6vg= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=6I5d2MoRAAAA:8 a=lMviq3mg4hBvDy1ShnEA:9 a=ZZPmDGDYzzl_gAeqUBUA:7 a=SP_zNArGj9v1zltqkOXFvPnSmHIA:4 a=wPNLvfGTeEIA:10 a=9aOQ2cSd83gA:10 a=SV7veod9ZcQA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 36053850; Sat, 16 Oct 2010 23:00:01 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 16 Oct 2010 23:01:19 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201010150916.45906.hselasky@c2i.net> 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: <201010162301.19179.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: Sat, 16 Oct 2010 21:00:05 -0000 This sounds like an ACPI problem. Does your hardware have ACPI? --HPS On Saturday 16 October 2010 19:35:02 rufina sarvarova wrote: > It looks like FreeBSD's pci bus code is failing to assign resources. > What can I do with it? > > *dmesg* > ohci0: mem 0x80000000-0x80000fff irq 19 at > device 19.0 on pci0 > ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 51 > ohci0: [MPSAFE] > ohci0: [ITHREAD] > usbus0: on ohci0 > ohci1: mem 0x80000000-0x80000fff irq 19 at > device 19.1 on pci0 > ohci1: Could not map memory > device_attach: ohci1 attach returned 6 > ehci0: mem 0x80000000-0x80000fff irq 19 at > device 19.2 on pci0 > ehci0: Could not map memory > device_attach: ehci0 attach returned 6 > > > *pciconf:* > ohci0@pci0:0:19:0: class=0x0c0310 card=0xd6018086 chip=0x43741002 rev=0x80 > hdr=0x00 > vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' > device = 'IXP SB400 OHCI USB Controller' > class = serial bus > subclass = USB > > ohci1@pci0:0:19:1: class=0x0c0310 card=0xd6018086 chip=0x43751002 rev=0x80 > hdr=0x00 > vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' > device = 'IXP SB400 OHCI USB Controller' > class = serial bus > subclass = USB > > ehci0@pci0:0:19:2: class=0x0c0320 card=0xd6018086 chip=0x43731002 rev=0x80 > hdr=0x00 > vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' > device = 'IXP SB400 EHCI USB 2.0 Controller' > class = serial bus > subclass = USB > > On Fri, Oct 15, 2010 at 11:16 AM, Hans Petter Selasky wrote: > > 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 > > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org"