From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 16 10:59:30 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 892CD1065674 for ; Sun, 16 Jan 2011 10:59:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 144B78FC12 for ; Sun, 16 Jan 2011 10:59:29 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=V/BmsFzUvwB31XiPFgiZP9ZGx4++v9AH3cfAZ6JEaj8= c=1 sm=1 a=kf_XjstXatAA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=KmZ2arK2X3fM58_jNygA:9 a=_-J18OKGbEUfS6NXWEYA:7 a=4-U7Gzy7VGPv7lVPD6NjSU_X2ZMA:4 a=wPNLvfGTeEIA:10 a=mQPT0gYxG-YxHJGG:21 a=TRTxitl6H9e8qLYs:21 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 74754498; Sun, 16 Jan 2011 11:49:26 +0100 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Sun, 16 Jan 2011 11:49:28 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101161149.28569.hselasky@c2i.net> Cc: Mark Felder , Aryeh Friedman Subject: Re: Android development (was Re: best way to run -RELEASE and -CURRENT on the same machine) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2011 10:59:30 -0000 On Saturday 15 January 2011 22:55:30 Aryeh Friedman wrote: > I am brand new to the whole android development thing... All I know is > the phone some how makes it self look like a Linux machine to the > outside world (how and such I have no clue)... when I connected it to > USB I got: > > ugen5.2: at usbus5 > umass0: on usbus5 > umass0: SCSI over Bulk-Only; quirks = 0x0000 > umass0:0:0:-1: Attached to scbus0 > (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error > (probe0:umass-sim0:0:0:0): SCSI status: Check Condition > (probe0:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power > on, reset, or bus device reset occurred) > (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error > (probe0:umass-sim0:0:0:0): SCSI status: Check Condition > (probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not > present) da0 at umass-sim0 bus 0 scbus0 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 40.000MB/s transfers > da0: Attempt to query device size failed: NOT READY, Medium not present > > My mother board has a built in NIC so I think no WiFi there but I go > through a NetGear 54g router so if you can tell me the default IP or > anything else that would be helpful (the phone is completely set to > factory defaults has no SIM card or service) You could try loading the if_cdce kernel, else if your ADB client is using LibUSB it should work. --HPS