From owner-freebsd-questions Sat Jul 29 20:21:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 04E5D37B875 for ; Sat, 29 Jul 2000 20:21:32 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6U3LTo24963; Sat, 29 Jul 2000 20:21:29 -0700 (PDT) Date: Sat, 29 Jul 2000 20:21:29 -0700 From: Alfred Perlstein To: Nate Cc: questions@FreeBSD.ORG Subject: Re: A Couple questions... Message-ID: <20000729202129.K21967@fw.wintelcom.net> References: <4.2.0.58.20000729200513.00970c70@mail.sybercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <4.2.0.58.20000729200513.00970c70@mail.sybercom.net>; from sm0ke@sybercom.net on Sat, Jul 29, 2000 at 08:08:29PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Nate [000729 17:10] wrote: > Question 1: > I have a Kenwood 42x CD-ROM and I just bought FreeBSD powerpac version 4.0 > from the store... and for some reason, I can't seem to mount the CDRom to > the /cdrom directory. Can you please tell me how to do this? First, what are you trying to do to mount the drive? Second, what kind of cdrom is it? SCSI or IDE? if it's scsi then this should work: mount -t cd9660 /dev/cd0 /cdrom if it's IDE then replace cd0 with acd0. > Question 2: > I have 2 56k modems installed in my machine, Is there a way to make them > both dial into my ISP? And how do I make the first one dial? I have gotten > it to open a connection, so I hear a dial tone, but I can't make it dial. > > This is my first time setting up FreeBSD on any machine, So any help would > be great. See /etc/ppp/*.sample -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message