From owner-freebsd-current@FreeBSD.ORG Wed Dec 22 20:58:26 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 39BB1106567A for ; Wed, 22 Dec 2010 20:58:26 +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 C63F08FC08 for ; Wed, 22 Dec 2010 20:58:25 +0000 (UTC) Received: by wyf19 with SMTP id 19so5398892wyf.13 for ; Wed, 22 Dec 2010 12:58:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=v+ovK2eo7JUE40GMlYmzYLhSz8UT+vKItjD6eFwI9CE=; b=eyoCY3tsuRzP+w9+nabeR4q40P/RKISot0zG0x+C5ra1M9rAcsghURbWHBnItuX3Lu dBFcXk1tR5ez7LjwleZJz6tuhdnHkOsDFpMETDyz4n33VWdqkJcb9/Ohukctq8z2B3BG EeUtDtAIdBpM/n2M91spmKWRbI68jN4DED4U8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vlZdcgfEK/nyPVk8YNssLTLlgmhPR6R01we7A1q9v6S0ZXbxLxj72qPaP56WeUIdzn pCI8WF1FKyOtR+Dqc6MXuhV29H8ygebSDIGvLtR68BAUnZUwlCU4b903LgD2NJF1Ngy3 TkjXiyRfLA57tXf29Ck4FQpVbsndOvOYrXfJo= MIME-Version: 1.0 Received: by 10.227.157.207 with SMTP id c15mr4549467wbx.32.1293049879983; Wed, 22 Dec 2010 12:31:19 -0800 (PST) Received: by 10.227.23.203 with HTTP; Wed, 22 Dec 2010 12:31:19 -0800 (PST) Date: Wed, 22 Dec 2010 15:31:19 -0500 Message-ID: From: Kim Culhan To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Wed, 22 Dec 2010 20:58:26 -0000 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? -kim