On Fri, 3 Nov 2000, Christoph Klempau wrote:

> > You might see if the ide-scsi module is loading, use 'lsmod' to get a
> > list of loaded modules.  If it isn't loaded try 'modprobe ide-scsi' and
> > then see if cdrecord -scanbus works.
> >
> >
> 
> Hi !
> 
> lsmod said that its loaded, but cdrecord -scanbus still says: Cannot open
> SCSI Driver. Is there anything else?

hi.  for my own benefit, i once made up a cheat sheet for how to get
CD writing under red hat.  any comments or suggestions for improvement
on the following would be appreciated.


ADDING SCSI EMULATION FOR IDE/ATAPI DRIVE

  Rebuild the kernel:

       Sect.  Description                 Module   SCSI  IDE   PP
       ------------------------------------------------------------
  y    BLOCK  Enhanced IDE/MFM/RLL...                     Y
  y    BLOCK  IDE/ATAPI CDROM             ide-cd          M
  y    BLOCK  SCSI emulation support      ide-scsi        M
  y    BLOCK  Loopback device             loop       M    M     M

  y    SCSI   SCSI support                scsi_mod  Y/M  Y/M
  y    SCSI   SCSI CD-ROM support         sr_mod    Y/M  Y/M
  y    SCSI     Enable vendor-specific               Y    Y
  y    SCSI   SCSI generic support        sg        Y/M  Y/M
       SCSI   (select a low-level driver)            Y

  y    FS     ISO 9660 CDROM filesystem   iso9660   Y/M  Y/M   Y/M
  y    FS     Microsoft Joliet cdrom...   joliet     Y    Y     Y

  Add the append line to /etc/lilo.conf:

       image=/boot/zImage-2.2.14
         label=Linux
         read-only
         append="hdc=ide-scsi"

  Rerun lilo.

  Add to /etc/conf.modules:

       options ide-cd ignore=hdc            # tell the ide-cd module to ignore hdc
       alias scd0 sr_mod                    # load sr_mod upon access of scd0

  After, reboot, "cdrecord -scanbus".


rday



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to