Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2000 20:46:28 -0800
From:      "Dan O'Connor" <dan@jgl.reno.nv.us>
To:        <mark@entropynet.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: IDE CDR support + SCSI emulation
Message-ID:  <001e01bf79cb$3112c960$0200000a@danco.home>

next in thread | raw e-mail | index | archive | help
>i need to figure out how to enable scsi emulation in my
>kernel for my HP IDE CDRW.

ATAPI CD-RW's work just fine without SCSI emulation...

1.    Make sure the following lines are in your kernel config file, and
recompile if necessary:

options         ATAPI           #Enable ATAPI support for IDE bus
options         ATAPI_STATIC    #Don't do it as an LKM
device          acd0            #IDE CD-ROM

2.    Install the 'mkisofs' port (/usr/ports/sysutils/mkisofs) so you can
make the CD file system.

3.    See the example scripts in /usr/share/examples/atapi and
/usr/share/examples/worm to see how to burn the CD.

It's a piece of cake. My HP 7200 works just fine...

--Dan

**  The thing I like most about Windows 98 is...
**  You can download FreeBSD with it!




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?001e01bf79cb$3112c960$0200000a>