TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:11972] CDRW COmpatibility



Scott,

Until you get cdrecord -scanbus to work, it won't. 

Make sure your modules are getting loaded:

    # lsmod
    Module                  Size  Used by
    ide-scsi                7020   0  (autoclean)
    sg                     11672   0  (autoclean)
    scsi_mod               37892   2  (autoclean) [ide-scsi sg]

I needed to put the following entries into my /etc/conf.modules

    alias   scd0 sr_mod
    alias   scsi_hostadapter ide-scsi
    options ide-cd ignore=hdd

And in my lilo.conf file I needed the following 

    append="hdd=ide-scsi"

Regards

					- Karl


On Tue, 11 Jan 2000, Scott Donoho wrote:

> Callum Lerwick wrote:
> 
> > > Has anyone gotten a HP 8250i CDRW drive to RW in Linux?
> > > I just got one tonite and I was wondering if it was even worth trying to get
> > > it to work?
> >
> > Far as I know, HP's are well supported. Just nab cdrecord and RTFM.
> >
> > http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
> >
> > I have a Phillips IDE 4x4x16 CDRW drive myself. Works great. Looks
> > pretty cool too. :)
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> > For additional commands, e-mail: tclug-list-help@mn-linux.org
> 
> I have the same CDRW device. I have compiled all of the modules, can mount CDs and read. But
> I'm lost when it comes to writting CD-Rs with cdrecord. It wants to use SCSI device
> addresses. My CDRW is an IDE/ATAPI device.  I have the ide-scsi module loaded so it will
> treat is as a SCSI device. But how do I determine the SCSI address? the "cdrecord -scanbus"
> only shows my DAT device.
> 
>     -Scott
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>