From owner-freebsd-isp Thu Sep 4 18:17:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06128 for isp-outgoing; Thu, 4 Sep 1997 18:17:54 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA06120 for ; Thu, 4 Sep 1997 18:17:49 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id LAA19389; Fri, 5 Sep 1997 11:14:17 +1000 Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id KAA00555; Fri, 5 Sep 1997 10:44:11 +0930 (CST) Message-ID: <19970905104411.15583@lemis.com> Date: Fri, 5 Sep 1997 10:44:11 +0930 From: Greg Lehey To: Steve Mickeler Cc: "Tom T. Thai" , linuxisp@friendly.jeffnet.org, freebsd-isp@FreeBSD.ORG Subject: Re: Hung Modem References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Steve Mickeler on Thu, Sep 04, 1997 at 08:56:23AM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 04, 1997 at 08:56:23AM -0400, Steve Mickeler wrote: >> for some reason if my modem get stuck in Off Hook mode with no actual >> connection to it (ie. call the modem and you get a bz signal, but no one >> is connected to it). How can I reset it from remote? I tried getting in >> telneting to the box and load kermit to try to access the modem via >> command line mode but no response from the modem. >> >> box is running RocketPort, mgetty, pppd, external modem. Thanks. > > Try going into /etc/inittab, start the line with that modem with a # , > save the file, do an "init q" , then go back to inittab, take out the # > from that line, save the file and do another "init q" > > If that doesnt work, nothin will ! Well, that won't work, anyway. 'init q' is a System Vism. In BSD, do: # kill -SIGHUP 1 Greg