Winfried Truemper <[EMAIL PROTECTED]> writes:
> Quick first answer:
>       (1) What happens when you load the ide-scsi module?
> 
>               modprobe ide-scsi
> 
>       (2) If the above works, "cdrecord -scanbus" would
>       show "scsibus1" in addition to your real scsibus.

That was embarassingly easy. Thank you!

  anchor:/etc/modutils# modprobe ide-scsi
  anchor:/etc/modutils# cdrecord -scanbus
  Cdrecord release 1.8a25 Copyright (C) 1995-1999 Jörg Schilling
  scsibus0:
                    0) 'SEAGATE ' 'ST34371N        ' '0338' Disk
                    1) 'MATSHITA' 'CD-ROM CR-506   ' '8S05' Removable CD-ROM
                    2) *
                    3) *
                    4) *
                    5) *
                    6) *
                    7) *
  scsibus1:
                  100) 'HP      ' 'CD-Writer+ 8100 ' '1.0g' Removable CD-ROM
                  101) *
                  102) *
                  103) *
                  104) *
                  105) *
                  106) *
                  107) *

Looks like it's /dev/scd1. I just need to get ide-scsi to autoload at
the right time. Thanks again!

morgan

Reply via email to