Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Bryan Scaringe <bscaring@slpmbo.ed.ray.com>
To: linux-sound@vger.kernel.org
Subject: Re: burning CDs with an IDE CDR drive
Date: Thu, 24 Jun 1999 14:45:22 +0000	[thread overview]
Message-ID: <marc-linux-sound-93024469714596@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-93017612704123@msgid-missing>

Here's what I did, from memory:

I have IDE CD Drives:  a CD-ROM and a CD-RW
/dev/hdc is the CD-ROM
/dev/hdd is the CD-RW

Compile the kernel with:
	SCSI Support: built in
	SCSI CD-ROM support: built in
	SCSI Generic Support (sg): built in
 	SCSI Emulation (ide-scsi): as module
	IDE-CDROM support (ide-cd): as module
	LOOPBACK device: as module

I chose to build ide-scsi as a module so that I could still
use my CD-ROM as an IDE device.  Here's what I added to 
conf.modules:
	options ide-scsi ignore=hdc
	options ide-cd ignore=hdd

and to lilo.conf:
	append="hdc=ide-cd hdd=ide-scsi"

I need these since whichever of the modules (ide-scsi or ide-cd)
loads first, will attempt to control both drives.  The second
module gets squat.  If you don't mind having both drives under
SCSI emulation, then don't build ide-scsi support at all, and
build SCSI emulation directly into the kernel.

Again, this is from memory.  The thing that screwed me up
was that I was building some of the items like SCSI-generic
as modules, when support needed to be there during booting
process.  Loading sg as a module won't work.  The CD-Writing
HOWTO is (I believe) wrong in this case.                      


Bryan


> hi,
> 
> has anyone managed to burn CDs using an ATAPI/IDE drive? i've just
> installed RH6.0, and i've found several docs that mention that it's
> possible if you use IDE-SCSI emulation. but i can't seem to figure out how
> to get it to work.
> 
> thanks,
> 
> douglas
> 

      parent reply	other threads:[~1999-06-24 14:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-23 22:20 burning CDs with an IDE CDR drive douglas irving repetto
1999-06-23 23:32 ` Bill Schoolcraft
1999-06-24  1:32 ` Jeff Tranter
1999-06-24  2:26 ` Deirdre Saoirse
1999-06-24  5:11 ` logrus
1999-06-24 14:45 ` Bryan Scaringe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-93024469714596@msgid-missing \
    --to=bscaring@slpmbo.ed.ray.com \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox