From owner-freebsd-current@FreeBSD.ORG Tue May 26 12:12:11 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E76121065700 for ; Tue, 26 May 2009 12:12:11 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 79ED98FC1B for ; Tue, 26 May 2009 12:12:10 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=6I5d2MoRAAAA:8 a=APNvjZhqeypVzmWGpZAA:9 a=mXE3WT4TUDx24X5ptO8A:7 a=TO5j_k_c211fwfSb6xK7uu0kXzMA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1146957933; Tue, 26 May 2009 14:12:09 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 26 May 2009 14:16:13 +0200 User-Agent: KMail/1.9.7 References: <1243288231.4621.90.camel@mvn-desktop> <200905261047.58476.hselasky@c2i.net> <1243338029.4558.41.camel@mvn-desktop> In-Reply-To: <1243338029.4558.41.camel@mvn-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905261416.13566.hselasky@c2i.net> Cc: Marten Vijn Subject: Re: uplcom write:Device not configured X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 12:12:12 -0000 Hi Marten! I see some CRC errors there, indicating some kind of cable problem: TD(0xc4a9c860) td_next=-VF td_status=-CRCTO-STALLED, errcnt=0, actlen=8 pid=2d,addr=2,endpt=0,D=0,maxlen=8 TD(0xc4a9c830) at 0x0269c834 = link=0x00000001 status=0x398003ff token=0xffe80269 buffer=0x00000000 Try the following patch: http://perforce.freebsd.org/chv.cgi?CH=162771 Not sure if it helps. Also try to use an external USB HUB. --HPS