All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt McKenzie <linuxknight@attbi.com>
To: linux-admin@vger.kernel.org
Subject: Re: goldstar cdrw drive
Date: 29 Dec 2002 15:43:04 -0800	[thread overview]
Message-ID: <1041205384.20386.10.camel@viper> (raw)
In-Reply-To: <Pine.LNX.4.33.0212291826540.752-100000@athame.gmpexpress.net>

If you have ide-scsi enabled (passed to the kernel as an option in
grub.conf or lilo.conf, i.e.: append="hdd=ide-scsi") then cdrecord
should work.

You can run cdrecord --scanbus to scan the SCSI bus, which includes
virtual SCSI devices such as an ide-scsi cdrw drive.

Without ide-scsi emulation, and the aforementioned modules (ide-scsi-,
scsi core, scsi generic, and scsi-cdrom) cdrecord will not detect the
cdrw drive, and the system as a whole will simply see a regular CDROM
drive.

I have a CDRW drive, hdd, and ide-scsi emulation.

When I run cdrecord --scanbus this is the output:


cdrecord --scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
        0,0,0     0) 'CD-R/RW ' 'CW079D CD-R/RW  ' '11SJ' Removable
CD-ROM
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

HTH

PS- RTFM ;)
The CD-Writing HOWTO might be of some help:
http://tldp.org/HOWTO/CD-Writing-HOWTO.html

You might also peruse the cdrecord man page:
http://linux.ctyme.com/man/man0196.htm


On Sun, 2002-12-29 at 15:30, Jude DaShiell wrote:
> I was afraid of that.  I had been trying to use cdrecord first to detect
> that drive with an aim to using cdrecord to burn cd's on it.  I hope
> cdwrite or some other console text interface program will be able to
> replace cdrecord's capabilities.On Sun, 29 Dec 2002, Boris Bezlaj wrote:
> 
> > Date: Sun, 29 Dec 2002 22:45:59 +0100
> > From: Boris Bezlaj <boris@bandit.kista.gajba.net>
> > To: Jude DaShiell <dashielljt@gmpexpress.net>
> > Cc: linux-admin@vger.kernel.org
> > Subject: Re: goldstar cdrw drive
> >
> > On Sun, Dec 29, 2002 at 02:08:59PM -0500, Jude DaShiell wrote:
> >
> > > hdd: HL-DT-ST GCE-8320B, ATAPI CDROM drive
> > > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > > ide1 at 0x170-0x177,0x376 on irq 15
> >
> > I never saw a goldstar drive, but according to this your model is on
> > ide interface and already detected.. gscd.o module is for a special
> > Goldstar interface adapter i belive.
> >
> > > Uniform CD-ROM driver Revision: 3.11
> > > hdd: ATAPI 40X CD-ROM CD-R/RW drive, 8192kB Cache
> >
> > Make sure you have ide-scsi(ide-scsi.o) emulation, scsi.o(scsi core), sg.o(scsi generic), sr.o(scsi cdrom) loaded. You also need to pass hdd=scsi to kernel.
> >
> > The manpage of cdrecord and it's documentation is also very helpfull.
> >
> >
-- 
Matt McKenzie <linuxknight@attbi.com>


  reply	other threads:[~2002-12-29 23:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-29 19:08 goldstar cdrw drive Jude DaShiell
2002-12-29 21:45 ` Boris Bezlaj
2002-12-29 23:30   ` Jude DaShiell
2002-12-29 23:43     ` Matt McKenzie [this message]
2002-12-29 23:59   ` Jude DaShiell
2002-12-30  0:04     ` CaT
2002-12-30  0:44       ` Jude DaShiell
2002-12-30  0:55         ` CaT
2002-12-30  2:06           ` Jude DaShiell
2002-12-30 14:00             ` Toby Fisher
2002-12-30 21:56               ` Jude DaShiell
2002-12-30  2:09           ` Jude DaShiell
2002-12-30  2:14             ` CaT
2002-12-30  2:29               ` Jude DaShiell
2002-12-30  2:38                 ` Jude DaShiell
2002-12-30  3:01                 ` Michael Talbot-Wilson
2002-12-30  3:19                   ` Jude DaShiell
2002-12-30 10:57                 ` Boris Bezlaj
2002-12-30 11:05                   ` Jude DaShiell
2002-12-30 11:18                     ` Boris Bezlaj

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=1041205384.20386.10.camel@viper \
    --to=linuxknight@attbi.com \
    --cc=linux-admin@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.