Thanks for all the responses.  I got it:


This machine has SCSI hard drives and my other linux based ide - cdr
does not have SCSI disks.  When I originally built this kernel, I
modularized everything to-do with the cdrom including ide support and
the generic SCSI stuff.  On the one that cdr works, all ide stuff is
compiled into the kernel, so that it can boot from the ide hard drive.

So I added the ide support directly into the kernel and not as a
module.  This worked.  I just burn my first cdrom on the new drive.
 
cdrecord -scanbus:

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) *
scsibus1:
        1,0,0   100) 'PLEXTOR ' 'CD-R   PX-W1610A' '1.00' Removable
CD-ROM
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *



"Mike R. Cannon" wrote:
> 
> 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]

-- 
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