Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2000 20:21:29 -0700
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Nate <sm0ke@sybercom.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: A Couple questions...
Message-ID:  <20000729202129.K21967@fw.wintelcom.net>
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
References:  <4.2.0.58.20000729200513.00970c70@mail.sybercom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Nate <sm0ke@sybercom.net> [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




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