Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2000 16:17:42 -0800
From:      Greg Lehey <grog@lemis.com>
To:        Nate Puri <natepuri@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: neither acd0c or acd1c work on 4.0
Message-ID:  <20000316161742.H2841@mojave.worldwide.lemis.com>
In-Reply-To: <20000316224627.2146.qmail@web3301.mail.yahoo.com>; from natepuri@yahoo.com on Thu, Mar 16, 2000 at 02:46:27PM -0800
References:  <20000316224627.2146.qmail@web3301.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 16 March 2000 at 14:46:27 -0800, Nate Puri wrote:
> Hi all,
>
> I upgraded like many others, and like many other's I'm
> having problems.
>
> When I try to mount either /dev/acd0c or /dev/acd1c I
> get 'device not configured'; they're both visible in
> dmesg as acd0 and acd1.
>
> Some documentation that tells me how to fix this stuff would be
> helpful.  I thought configured my kernel correctly with the LINT
> devices as well, I left out the isa stuff for ide cdroms and just
> built with the ata atapi drivers that seems to say they should work
> on my system.  I have one ide/atapi cdrom and one ide/atapi cd-rw.

Hmm.  Does this mean you can't boot at all?  Grab the PicoBSD floppies
at ftp://ftp.lemis.com/pub/PicoBSD/disk[12].gz.  Copy them to
floppies:

  # gunzip -c disk1.gz | dd of=/dev/fd0c bs=36b
  # gunzip -c disk2.gz | dd of=/dev/fd0c bs=36b

Boot from the first disk, insert the second when prompted, and login
as root (no password).  Do:

  # disklabel wd0
  # disklabel wd1

You'll need to call them wd0 and wd1, because that's how the device
nodes are set up (I hope).  Send the output of disklabel starting
with the line

  #        size   offset    fstype   [fsize bsize bps/cpg]

Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
Finger grog@lemis.com for PGP public key
See complete headers for address and phone numbers


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?20000316161742.H2841>