From owner-freebsd-usb@FreeBSD.ORG Tue Mar 23 20:59:20 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDBB1106566B for ; Tue, 23 Mar 2010 20:59:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 4F12D8FC16 for ; Tue, 23 Mar 2010 20:59:19 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=EyIkf90I47cA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=V_ZVke8TqqtepFZ81icA:9 a=dlHhC5fvx9_DE006tMDAf2AvGF4A:4 a=wPNLvfGTeEIA:10 a=gWmOFBW1Y4AA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 994339256; Tue, 23 Mar 2010 21:59:18 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 23 Mar 2010 21:57:30 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <539c60b91003231144n37cd3c3ct2dbd1f7f8f8bd953@mail.gmail.com> In-Reply-To: <539c60b91003231144n37cd3c3ct2dbd1f7f8f8bd953@mail.gmail.com> 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: <201003232157.30932.hselasky@c2i.net> Cc: Subject: Re: uslcom drops chars(?) when used with hub X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 20:59:20 -0000 On Tuesday 23 March 2010 19:44:55 Steve Franks wrote: > After my last 8-stable buildworld, I can't upgrade firmware on uslcom > devices plugged into a hub. I can still talk to them over a terminal, > but it seems anything that slams bits at them 'fast' dies an early > death. Works fine in motherboard usb slot, however. Also, had > identical hub that's rarely ever used, which has same behavior, so all > things point to an OS/quirks type issue. > > How do I even begin debugging this? This is a major problem for my > day to day workflow. I do *a lot* of firmware upgrades. Hi, You can try: sysctl hw.usb.uslcom.debug=15 What does usbconfig say about your device when you use the HUB and without HUB? Also check the version history for /sys/dev/usb/serial/uslcom.c at freebsd.org. --HPS