From owner-freebsd-arm@FreeBSD.ORG Thu Apr 26 22:00:51 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97FED1065670 for ; Thu, 26 Apr 2012 22:00:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 17EDF8FC0A for ; Thu, 26 Apr 2012 22:00:50 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 269833700; Fri, 27 Apr 2012 00:00:41 +0200 From: Hans Petter Selasky To: Fabien Thomas Date: Thu, 26 Apr 2012 23:59:46 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <39ED732B-A88A-4052-976D-CB13F0CB1C0C@netasq.com> <201204251715.19277.hselasky@c2i.net> <9A981356-92D4-4C5D-85CD-A3F3483206EB@netasq.com> In-Reply-To: <9A981356-92D4-4C5D-85CD-A3F3483206EB@netasq.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201204262359.46480.hselasky@c2i.net> Cc: freebsd-arm@freebsd.org Subject: Re: Dreamplug : USB support X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2012 22:00:51 -0000 On Wednesday 25 April 2012 17:26:35 Fabien Thomas wrote: > Le 25 avr. 2012 =E0 17:15, Hans Petter Selasky a =E9crit : > > On Wednesday 25 April 2012 17:05:47 Fabien Thomas wrote: > >> Le 25 avr. 2012 =E0 16:54, Hans Petter Selasky a =E9crit : > >>> On Wednesday 25 April 2012 16:15:55 Fabien Thomas wrote: > >>>> Hi, > >>>>=20 > >>>> It seems that sometimes USB works on Dreamplug and sometimes not. > >>>>=20 > >>>> I've included a working dmesg and a full debug output of the > >>>> non-working boot. I've tried to increase the timeout in usb.h but > >>>> without success. > >>>>=20 > >>>> Maybe someone will have a clue for this problem ? > >>>>=20 > >>>> Fabien > >>>>=20 > >>>> Success: > >>>>=20 > >>>> uhub0: 1 port with 1 removable, self powered > >>>> Root mount waiting for: usbus0 > >>>> ugen0.2: at usbus0 > >>>> uhub1: > >>>> on usbus0 Root mount waiting for: usbus0 > >>>> uhub1: 4 ports with 4 removable, self powered > >>>> Root mount waiting for: usbus0 > >>>> Root mount waiting for: usbus0 > >>>> ugen0.3: at usbus0 > >>>> umass0: > >>>> on usbus0 umass0: SCSI over Bulk-Only; quirks =3D 0x4000 > >>>> umass0:0:0:-1: Attached to scbus0 > >>>> da0 at umass-sim0 bus 0 scbus0 target 0 lun 0 > >>>> da0: Removable Direct Access SCSI-0 > >>>> device da0: 40.000MB/s transfers > >>>> da0: 3724MB (7626752 512 byte sectors: 255H 63S/T 474C) > >>>=20 > >>> Is this a hardware builtin USB device? > >>=20 > >> This is the SoC USB port that is connected to a hub and then USB to SD > >> controller > >> (https://www.globalscaletechnologies.com/t-dreamplugdetails.aspx#hw_bl= oc > >> k) . I've not included the info but it was on 8.3 release. > >=20 > > If it is possible to make a USB trace, that would probably give you the > > answer why it is not working. >=20 > Can you tell me how to do it ? You maybe need something like the Beagle USB analyzer. =2D-HPS