usb doesn't work

rufina sarvarova rufina.sarvarova at gmail.com
Sat Oct 16 17:35:36 UTC 2010


It looks like FreeBSD's pci bus code is failing to assign resources.
What can I do with it?

*dmesg*
ohci0: <ATI SB400 USB Controller> 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: <ATI SB400 USB Controller> on ohci0
ohci1: <ATI SB400 USB Controller> mem 0x80000000-0x80000fff irq 19 at device
19.1 on pci0
ohci1: Could not map memory
device_attach: ohci1 attach returned 6
ehci0: <ATI SB400 USB 2.0 controller> mem 0x80000000-0x80000fff irq 19 at
device 19.2 on pci0
ehci0: Could not map memory
device_attach: ehci0 attach returned 6


*pciconf:*
ohci0 at 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 at 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 at 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 <hselasky at c2i.net>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: <ATI SB400 USB Controller> on ohci0
> > usbus0: 12Mbps Full Speed USB v1.0
> > ugen0.1: <ATI> at usbus0
> > uhub0: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
> > uhub0: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> 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
>


More information about the freebsd-usb mailing list