From owner-freebsd-questions Wed Oct 9 06:12:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA23494 for questions-outgoing; Wed, 9 Oct 1996 06:12:42 -0700 (PDT) Received: from meddle.Wittenberg.EDU (root@meddle.Wittenberg.EDU [136.227.1.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA23487 for ; Wed, 9 Oct 1996 06:12:39 -0700 (PDT) Received: from localhost (kuehn@localhost) by meddle.Wittenberg.EDU (8.8.0/8.8.0/meddle-961002) with SMTP id JAA20882; Wed, 9 Oct 1996 09:12:37 -0400 (EDT) Date: Wed, 9 Oct 1996 09:12:36 -0400 (EDT) From: Scott Kuehn To: camaro@erols.com cc: questions@freebsd.org Subject: Re: Setup... In-Reply-To: <325B21B5.7FA9@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 8 Oct 1996 camaro@erols.com wrote: > Ok..sorry about that message, I have a Pentium Pro/200, 64 MB ram, > etc. My modem is in COM 2. When I start the installion from the Boot > Floppy I select install via FTP. I have a PPP connection, but guess > what, my modem is COM 2 not COM 1...can I do anything about this? Say > in TERM can I switch COM ports? If so how? I'm new to UNIX and I want > and need to learn it...Any help would be great, thanks.. > When you get in to the PPP client before issuing the term command to dial try to add these: set line /dev/cuaa0 # This will set your port, cuaa0 is Com1 set line /dev/cuaa1 #This should work for com2. set speed 38400 disable lqr deny lqr disable pred1 # Some PPP hosts hate Pred1, play with this.. deny pred1 -Scott