From owner-freebsd-hardware@FreeBSD.ORG Fri Nov 4 01:28:57 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70D4F1065670 for ; Fri, 4 Nov 2011 01:28:57 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 36BD08FC17 for ; Fri, 4 Nov 2011 01:28:56 +0000 (UTC) Received: by gyd5 with SMTP id 5so1345245gyd.13 for ; Thu, 03 Nov 2011 18:28:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=2h4Y7afaCkxNXNcWAYovtbGrSA0zFDviAOOuQlZ2d0g=; b=nQOc4Kh4v9gPibd2HS9G9CEI659Nx7Gx+3rvVYqQ5AUxWFyFJc5yJtsB6wycKv02dA k0vooFUvvL+19wbqrJ0RoWOYfMGe3wi05+Wm1fnYuqKLjypLjbSz45gZLNJzD9hVfupQ fx4C6I/dfToqWjAILxVHyzAlBRx5iVUtj1pLo= MIME-Version: 1.0 Received: by 10.101.116.14 with SMTP id t14mr3027899anm.145.1320368505122; Thu, 03 Nov 2011 18:01:45 -0700 (PDT) Received: by 10.100.163.1 with HTTP; Thu, 3 Nov 2011 18:01:45 -0700 (PDT) Date: Thu, 3 Nov 2011 20:31:45 -0430 Message-ID: From: Alberto Mijares To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: How to debug USB hardware issues X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 01:28:57 -0000 Hi, I have a SMS gateway with FreeBSD 8.2 RELEASE on old hardware (Pentium4). It has plugged a modem Enfora SA-EL, GSM-GPRS, via USB. The modem has been working fine for years. However, since it's plugged to this server, the application that manage the modem hangs every one or two days. I'd like to know if there is a way to know exactly if the problem is the USB ports or the modem failing (because has some years now). Some time I have to reset the USB port (using usbconfig) and it works again. Tha bad thing is that the application hangs and cannot reset the modem (using the %RESET AT command). Thanks in advance for your suggestions. Regards Alberto Mijares