From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E210A67B51 for ; Wed, 3 May 2006 04:19:21 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: USB on MPC8349EMDS Date: Tue, 2 May 2006 13:19:12 -0500 To: "Prashant Viswanathan" Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 2, 2006, at 12:57 PM, Prashant Viswanathan wrote: > Hi, > > I have linux kernel (2.6.11) from Freescale running on the > MPC8349EMDS. > I am using the BSP from Freescale which is supposed to have USB > support. > > However, I seem to be having problems with USB host support. > > When I insert a USB Mass storage device (thumb drive), I get the > following errors > > / # usb 1-2: new high speed USB device using fsl-usb2-mph and > address 8 > usb 1-2: khubd timed out on ep0in > usb 1-2: new high speed USB device using fsl-usb2-mph and address 9 > usb 1-2: khubd timed out on ep0in > > It does not show up in /proc/bus/usb/devices (I do have usbfs > mounted). > > I also have usb-utils installed and lsusb fails to list the device. > > I have also tried other USB devices and get similar errors. > > Has anybody else experience similar problems? Any pointers/help > will be > appreciated. I know there are some bugs in the Freescale driver that was released as part of their BSP. Are you using a PMC2USB module or just the USB ports on the SYS card? - k