From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 17:13:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 780CD16A4CE for ; Mon, 15 Nov 2004 17:13:46 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ACD843D58 for ; Mon, 15 Nov 2004 17:13:46 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 15 Nov 2004 11:10:12 -0600 Message-ID: <4198E3D2.1010607@daleco.biz> Date: Mon, 15 Nov 2004 11:13:54 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard References: <000801c4ca94$0794a850$35569904@PC321527988155> In-Reply-To: <000801c4ca94$0794a850$35569904@PC321527988155> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Nov 2004 17:10:12.0608 (UTC) FILETIME=[F7E7B800:01C4CB35] cc: freebsd-questions@freebsd.org Subject: Re: internal US Robotics 56k modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 17:13:46 -0000 Richard wrote: >What is the procedure for setting up an internal modem in shell >(sio1 moved to sio4) and configuring under GNOME. The modem itself >is recognised when booting. > >Thx, Richard > > I'm not sure if I understand the question. If you want to use the modem, check out the handbook section on ppp (I believe it's chapter 21). I'd call it "required reading" IMHO. I use the same procedure for both terminal and GNOME, with the difference being, of course, the actual interface. For terminal, I have a shell alias to dial the ppp connection: alias dial 'ppp -nat -background myisp' in GNOME, I have a panel icon which calls the same command. Kevin Kinsey