linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: SCSI emulation - CD-R
@ 2004-03-17 21:09 Matthew Reppert
  2004-03-18 12:48 ` Karel Kulhavy
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Reppert @ 2004-03-17 21:09 UTC (permalink / raw)
  To: Karel Kulhavy, linux-kernel

On 17 Mar 2004, Karel Kulhavy <Karel Kulhavy
<clock@atrey.karlin.mff.cuni.cz>> wrote:
> Hello
> 
> When I want an ATAPI CD-writer to appear on device (21,0) (/dev/sg0)
> using the scsi emulation mechanisms, which bits have to be on and off
> from the following 4 config bits in make menuconfig?
> * IDE/ATAPI CDROM support
> * SCSI emulation support
> * SCSI CDROM support
> * SCSI generic support
> 
> How can this information be derived from linux kernel documentation? I
> would like to understand the mechanism beyond deriving this information
> from the linux kernel documentation so that next time, when solving some
> other problem, I could use the same approach and not need to write here
> on linux-kernel.

The first time I had to set up a CD writer to work with Linux, I checked
(what is now) the Linux Documentation Project http://www.tldp.org/ which
has a nice CD-writer HOWTO document, detailing not only how you need to
configure your kernel, but also how to use the userspace tools to burn
CDs.

However, with recent kernels and tools, you don't need to (and shouldn't)
use ide-scsi to use ATAPI CD writers. cdrecord dev=/dev/hdc (assuming
that's
the correct IDE device) works just fine.

Matt


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SCSI emulation - CD-R
  2004-03-17 21:09 SCSI emulation - CD-R Matthew Reppert
@ 2004-03-18 12:48 ` Karel Kulhavy
  0 siblings, 0 replies; 3+ messages in thread
From: Karel Kulhavy @ 2004-03-18 12:48 UTC (permalink / raw)
  To: Matthew Reppert; +Cc: linux-kernel

> The first time I had to set up a CD writer to work with Linux, I checked
> (what is now) the Linux Documentation Project http://www.tldp.org/ which
> has a nice CD-writer HOWTO document, detailing not only how you need to
> configure your kernel, but also how to use the userspace tools to burn
> CDs.
> 
> However, with recent kernels and tools, you don't need to (and shouldn't)
> use ide-scsi to use ATAPI CD writers. cdrecord dev=/dev/hdc (assuming
> that's
> the correct IDE device) works just fine.

Now it works. The trick was to disable the support for ATAPI CD-ROM

Cl<

^ permalink raw reply	[flat|nested] 3+ messages in thread

* SCSI emulation - CD-R
@ 2004-03-17 20:23 Karel Kulhavy
  0 siblings, 0 replies; 3+ messages in thread
From: Karel Kulhavy @ 2004-03-17 20:23 UTC (permalink / raw)
  To: linux-kernel

Hello

When I want an ATAPI CD-writer to appear on device (21,0) (/dev/sg0)
using the scsi emulation mechanisms, which bits have to be on and off
from the following 4 config bits in make menuconfig?
* IDE/ATAPI CDROM support
* SCSI emulation support
* SCSI CDROM support
* SCSI generic support

How can this information be derived from linux kernel documentation? I
would like to understand the mechanism beyond deriving this information
from the linux kernel documentation so that next time, when solving some
other problem, I could use the same approach and not need to write here
on linux-kernel.

Cl<

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-18 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-17 21:09 SCSI emulation - CD-R Matthew Reppert
2004-03-18 12:48 ` Karel Kulhavy
  -- strict thread matches above, loose matches on Subject: below --
2004-03-17 20:23 Karel Kulhavy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).