From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LctnI-000789-6P for garchives@archives.gentoo.org; Fri, 27 Feb 2009 03:53:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E237E03CA; Fri, 27 Feb 2009 03:53:47 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.246]) by pigeon.gentoo.org (Postfix) with ESMTP id BDF0BE03CA for ; Fri, 27 Feb 2009 03:53:46 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id f25so857354rvb.46 for ; Thu, 26 Feb 2009 19:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=TPmSPLqBGwAI83LeiB/TjPz9o9hLNFhdRT0hMGL2q0Q=; b=fYqtMBp0vdkPnSJ5dSFY57ipnH5W8ARwyBFTfUyoRgrtd5B5MH6GVlNrHzyap4wSVA CmnvDrHZ0BK5nrX6ZhTFKcxMXx3S81EB1KJduNb22ibS8cWnoudwBY8NbMLX4HtPga1z tq8dlMFZIjpobJt/1aoDf8XwnnK7hQ5MkcJtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=jfNR8TS6L0Oz9CivWmuQAicIsnZqupKeSG9rUxAP5Q6+q/7cAU4XVFhwpX4FRMFm66 AsaX9dLpxJRkahZvYmDxiNdHb4zXitm9IYSI9uaZcUqTmUuPloF2E1AG9ejeTB2iijuN CqqllBF1r69ZXMPCGYEoo+BJCurFb+iBxg2qE= Received: by 10.142.44.11 with SMTP id r11mr1031760wfr.145.1235706826141; Thu, 26 Feb 2009 19:53:46 -0800 (PST) Received: from ?4.231.88.77? (dialup-4.231.88.77.Dial1.Houston1.Level3.net [4.231.88.77]) by mx.google.com with ESMTPS id k37sm8007520rvb.1.2009.02.26.19.53.43 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Feb 2009 19:53:45 -0800 (PST) Message-ID: <49A763C4.5010201@gmail.com> Date: Thu, 26 Feb 2009 21:53:40 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081227 SeaMonkey/1.1.14 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Which USB device on which controller? References: <49bf44f10902261934l1d33ff17nd64fbfaff4d5b1a3@mail.gmail.com> In-Reply-To: <49bf44f10902261934l1d33ff17nd64fbfaff4d5b1a3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: ca0761b4-20a4-4fad-8b25-dfb44fd4b8de X-Archives-Hash: 47112a4f8881b78d556c80646f4d430d Grant wrote: > My system seems to have 2 USB controllers, one 1.1 controller (OHCI) > and one 2.0 controller (EHCI): > > 00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev > a3) (prog-if 10 [OHCI]) > Subsystem: Micro-Star International Co., Ltd. Device 7309 > Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21 > Memory at dfe7f000 (32-bit, non-prefetchable) [size=4K] > Capabilities: [44] Power Management version 2 > Kernel driver in use: ohci_hcd > > 00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev > a3) (prog-if 20 [EHCI]) > Subsystem: Micro-Star International Co., Ltd. Device 7309 > Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22 > Memory at dfe7ec00 (32-bit, non-prefetchable) [size=256] > Capabilities: [44] Debug port: BAR=1 offset=0098 > Capabilities: [80] Power Management version 2 > Kernel driver in use: ehci_hcd > > I have 2 Philips USB webcams attached to this system and controlled by > media-video/motion. One of the webcams is not functioning, and I'm > supposed to make sure I don't have both of them attached to the USB > 1.1 controller. How can I do that? I have: > > # lsusb > Bus 001 Device 003: ID 04f9:002a Brother Industries, Ltd > Bus 001 Device 001: ID 1d6b:0002 > Bus 002 Device 003: ID 0471:0329 Philips > Bus 002 Device 002: ID 0471:0329 Philips > Bus 002 Device 001: ID 1d6b:0001 > > Is there any way to find out? > > - Grant > > > I !think! mine has that too. This is the usb part of my config: root@smoker / # cat /usr/src/linux/.config | grep USB | grep =y CONFIG_USB_HID=y CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y CONFIG_USB_DEVICEFS=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_ACM=y CONFIG_USB_PRINTER=y CONFIG_USB_STORAGE=y root@smoker / # With mine, it tries 2.0 first then goes to the first version. My printer is 2.0 but my camera is the old version, or maybe it is the other way around. I got a memory stick that connects 2.0 to. Anyway, that works here and it may work for you. Dale :-) :-)