Sorry about the last mail.  I have more information on my problem.  On
the machine where I have ide cdrom writers working, a cdrecord -scanbus
provides:

scsibus0:
        0,0,0     0) 'MATSHITA' 'UJDA330         ' '1.04' 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) *

On the machine where it is NOT working, a cdrecord -scanbus provides:
scsibus0:
        0,0,0     0) 'COMPAQPC' 'DDYS-T18350N    ' 'B93E' Disk
        0,1,0     1) *
        0,2,0     2) 'COMPAQPC' 'DDYS-T18350N    ' 'B93E' Disk
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

On the machine where it does not work I have a couple of scsi hard
drives.  I think by default the ide-scsi part is pointing to /dev/scd0
which could conflict with where the scsi disk is?  Do I need to point
the ide-scsi driver to a location and if so, how do I do that?

"Mike R. Cannon" wrote:
> 
> I am trying to write cdroms with my IDE drive.   At this point I can't
> even mount a cdrom in it.  Below is my configuration:
> 
> more /boot/grub/grub.conf | grep ide
>         kernel /vmlinuz-2.4.7-10 ro root=/dev/sda3 hdc=ide-scsi
>         kernel /vmlinuz ro root=/dev/sda3 hdc=ide-scsi
> 
> /sbin/lsmod
>         Module                  Size  Used by
>         vmnet                  16864   6
>         vmmon                  17856   0 (unused)
>         eepro100               16032   1
>         af_packet              11872   0 (autoclean)
>         ide-scsi                7648   0
>         ide-cd                 26544   0
>         cdrom                  27552   0 [ide-cd]
>         ide-mod                65008   0 [ide-scsi ide-cd]
>         rtc                     5536   0 (autoclean)
> 
> more /etc/fstab | grep cdrom1
>         /dev/cdrom1             /mnt/cdrom1             iso9660
> noauto,owner,kudzu,ro 0 0
> 
> ls -al /dev/cdrom1
>         lrwxrwxrwx    1 root     root            9 Dec  3 22:31 /dev/cdrom1 ->
> /dev/scd0
> 
> more /etc/modules.conf
>         options ide-cd ignore=hdc
>         alias scd0 sr_mod
>         pre-install sg  modprobe ide-scsi
>         pre-install sr_mod modprobe ide-scsi
>         pre-install ide-scsi modprobe ide-cd
> 
> cdrecord -scanbus
>         Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg
> Schilling
>         Linux sg driver version: 3.1.20
>         Using libscg version 'schily-0.5'
>         scsibus0:
>                 0,0,0     0) 'COMPAQPC' 'DDYS-T18350N    ' 'B93E' Disk
>                 0,1,0     1) *
>                 0,2,0     2) 'COMPAQPC' 'DDYS-T18350N    ' 'B93E' Disk
>                 0,3,0     3) *
>                 0,4,0     4) *
>                 0,5,0     5) *
>                 0,6,0     6) *
>                 0,7,0     7) *
> 
> --
> Mike Cannon
> Infrastructure Systems Administrator
> Vice President for Information Technology
> Purdue University
> 1061 Freehafer Hall (FREH)
> West Lafayette, IN  47907-1061
> 
> office phone: 765.494.6357
> office fax: 765.496.1380
> email: [EMAIL PROTECTED]
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Mike Cannon
Infrastructure Systems Administrator
Management Information
Purdue University
1061 Freehafer Hall (FREH)
West Lafayette, IN  47907-1061

office phone: 765.494.6357
office fax: 765.496.1380
email: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to