Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2011 09:41:28 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-hardware@freebsd.org
Cc:        Alberto Mijares <amijaresp@gmail.com>
Subject:   Re: How to debug USB hardware issues
Message-ID:  <201111040941.28413.hselasky@c2i.net>
In-Reply-To: <CAGZBXN8gAuGfxmWJr6JV4JYtZPbDXghXwwRVZXttc8p38Gr_TQ@mail.gmail.com>
References:  <CAGZBXN8gAuGfxmWJr6JV4JYtZPbDXghXwwRVZXttc8p38Gr_TQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 04 November 2011 02:01:45 Alberto Mijares wrote:
> 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

Hi,

What does dmesg say when this failure occurs?

Do you see the following sysctl:

sysctl hw.usb.no_cs_fail

I would start turn on debugging in the modem driver, compile kernel with 
options USB_DEBUG, and then see what is printed at the time of failure.

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111040941.28413.hselasky>