From owner-freebsd-questions Wed Jan 22 17:38:57 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDFA937B401 for ; Wed, 22 Jan 2003 17:38:53 -0800 (PST) Received: from cs.rpi.edu (mumble.cs.rpi.edu [128.213.8.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174CD43F18 for ; Wed, 22 Jan 2003 17:38:53 -0800 (PST) (envelope-from crossd@cs.rpi.edu) Received: from [128.213.11.162] (d11-162.dyn.cs.rpi.edu [128.213.11.162]) by cs.rpi.edu (8.9.3/8.9.3) with ESMTP id UAA62073; Wed, 22 Jan 2003 20:38:50 -0500 (EST) Subject: Re: Mobo has six USB ports but FreeBSD seams to only work with two, help please From: "David E. Cross" To: olepe@cicese.mx Cc: questions@FreeBSD.ORG In-Reply-To: <200301221049.44268.oscar.lepe@acm.org> References: <200301221049.44268.oscar.lepe@acm.org> Content-Type: text/plain Organization: Department of Computer Science Laboratory Message-Id: <1043285931.46361.17.camel@gosalyn.crossd.priv.cs.rpi.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 20:38:51 -0500 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I didn't read your dmesg output in detail.. but I suspect what you may be running into is that the other USB ports are "USB2.0" See: pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 9 Right in the middle of a bunch of other USB stuff? And again with: pci0: (vendor=0x8086, dev=0x2445) at 31.5 irq 9 at the end. Vendor 0x8086 is intel (cute eh?), and you are running an intel chipset (the other USB ports were intel). I don't know what either dev 0x2443 or 0x2445 is, but I bet it is a USB2 controller. (Note: Intel has a 82443 controller, but its device identifier is 0x71988). I have no idea what the state of USB2 support is at this point. On Wed, 2003-01-22 at 13:49, Oscar Ivan Lepe Aldama wrote: > Hi, > I have an Intel D815EEA2 mobo with six integrated USB ports. > FreeBSD seams to only work with two of them, those besides > the integrated NIC connector. I have done "/dev/MAKEDEV usb2" > but when I do "/usr/sbin/usbd -f /dev/usb2" I get a > "usbd: Could not open /dev/usb2, Device not configured" > I'm guessing that I need to config(8) the kernel for it to work with the rest > of the USB ports. In fact the usb(4) page mentions it but does not explains > how. I didn't find a hint on how to do this neither in LINT nor in config(8). > Any help would be appreciated. > > My dmesg is this: > > Copyright (c) 1992-2002 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.7-RELEASE #0: Wed Jan 8 16:54:48 PST 2003 > oscar@pc-simula1.cicese.mx:/usr/src/sys/compile/GENERICplusAGP > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium III/Pentium III Xeon/Celeron (1394.83-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 > > Features=0x383fbff CM OV,PAT,PSE36,MMX,FXSR,SSE> > real memory = 132907008 (129792K bytes) > avail memory = 124125184 (121216K bytes) > Preloaded elf kernel "kernel" at 0xc0516000. > Pentium Pro MTRR support enabled > md0: Malloc disk > Using $PIR table, 12 entries at 0xc00f2cd0 > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > agp0: mem > 0xffa80000-0xffafffff,0xf800 0000-0xfbffffff irq 11 at device 2.0 on pci0 > pcib1: at device 30.0 on pci0 > pci1: on pcib1 > fxp0: port 0xde80-0xdebf mem 0xff8fe000-0xff8fefff > irq 11 at device 8.0 on pci1 > fxp0: Ethernet address 00:03:47:e8:e8:58 > inphy0: on miibus0 > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > fxp1: port 0xdf00-0xdf3f mem > 0xff700000-0xff7f ffff,0xff8ff000-0xff8fffff irq 11 at device 9.0 on pci1 > fxp1: Ethernet address 00:02:b3:3f:e4:e0 > inphy1: on miibus1 > inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > isab0: at device 31.0 on pci0 > isa0: on isab0 > atapci0: port 0xffa0-0xffaf at device 31.1 on > pci 0 ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: port 0xef40-0xef5f irq > 11 at device 31.2 on pci0 > 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 > pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 9 > uhci1: port 0xef80-0xef9f irq > 10 at device 31.4 on pci0 > 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 > uhub2: Standard Microsystems product 0x0140, class 9/0, rev 1.10/0.00, addr 2 > device_probe_and_attach: uhub2 attach returned 6 > uhub2: Standard Microsystems product 0x0140, class 9/0, rev 1.10/0.00, addr 2 > device_probe_and_attach: uhub2 attach returned 6 > pci0: (vendor=0x8086, dev=0x2445) at 31.5 irq 9 > orm0: