From owner-freebsd-current@FreeBSD.ORG Thu Dec 23 01:07:15 2010 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 E72C11065675 for ; Thu, 23 Dec 2010 01:07:14 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2058FC15 for ; Thu, 23 Dec 2010 01:07:14 +0000 (UTC) Received: by wyf19 with SMTP id 19so5566867wyf.13 for ; Wed, 22 Dec 2010 17:07:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2beJPB/XjRMrPDqxmXJPTeiaUNf+YbUhrUqyXAfth6s=; b=i/ZpBCZZLSBZGe6q3GYnG+vcbTxd50ShDgONuaTllzjPz9NFmQ1swr3gLVgumQnyQ5 njlJeq34g/b3maOQoaQakgR2hryQiPB8VAiTdaZ6qXGmH/UvK8U0uxUJ5EMZmk3k5mjJ yyB7m2BzqvKNSXQ42Tnpy6EK0Gj5eGmJoyoBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Saf94kSPchiFQ4cyvSSDI2EU0/iGnSYMLoHkqLp4GteBlCMk3DSkXNVN3zb7sWkuQj RFctaBWUSsLYBoa5BYUYuNlpxvxpeNH4wOb3N3MKxIFM+yywuoQiq4cWbQvE2kLzOnFz eu97Jox0jDL5wTMyPjy3bzQm2Z/rBtJzJwxxA= MIME-Version: 1.0 Received: by 10.227.195.203 with SMTP id ed11mr4656681wbb.206.1293066433430; Wed, 22 Dec 2010 17:07:13 -0800 (PST) Received: by 10.227.23.203 with HTTP; Wed, 22 Dec 2010 17:07:13 -0800 (PST) In-Reply-To: <201012230011.52236.hselasky@c2i.net> References: <201012230011.52236.hselasky@c2i.net> Date: Wed, 22 Dec 2010 20:07:13 -0500 Message-ID: From: Kim Culhan To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: usb issues 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: Thu, 23 Dec 2010 01:07:15 -0000 On Wed, Dec 22, 2010 at 6:11 PM, Hans Petter Selasky wrote: > On Wednesday 22 December 2010 21:31:19 Kim Culhan wrote: > > On Wed, December 22, 2010 3:00 am, Hans Petter Selasky wrote: > > > On Wednesday 22 December 2010 07:15:53 justin v wrote: > > >> Hi, > > >> > > >> Any advice on how to deal with this USB trouble.. ? > > >> > > >> > > >> This is scrolling through messages.. and when i plug in my USB > device, > > >> ANY, it is not recognized, when normally it is... > > > > > > What version of FreeBSD are you using? > > > > > > Have you tried using an external USB HUB? > > > > Seeing this on 8.2-BETA1: > > > > kernel: uhub_reattach_port: device problem (USB_ERR_TIMEOUT), disabling > > port 4 > > > > Also seeing some problems with hostapd and rum device at startup, could > > this be related? > > Could you try to apply this patch? > > http://svn.freebsd.org/changeset/base/216249 > > --HPS Thanks very muchly HPS, the patch has fixed various problems with USB devices. Please let me know if you would like any additional work on this. FWIW the problems were observed on an Intel Atom motherboard with ICH7 chipset. regards -kim --