Re: ide-scsi question - Sorry

2001-12-13 Thread Bill Davidsen
"Mike R. Cannon" <[EMAIL PROTECTED]> 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

Re: ide-scsi question

2001-12-11 Thread Peter Pilgrim
|| ! || Andrew Wiles _ Message History From: "Mike R. Cannon" <[EMAIL PROTECTED]>@herald.cc.purdue.edu on 10/12/2001 17:36 EST DELEGATED - Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc

Re: ide-scsi question - Sorry

2001-12-11 Thread Mike R. Cannon
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 work

Re: ide-scsi question

2001-12-11 Thread Bill Davidsen
"Mike R. Cannon" <[EMAIL PROTECTED]> 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: Before all the config, what error message do you get mounting /dev/sr0 (or ;/dev/scd0 depending on distro)? -- -bill d

Re: ide-scsi question - Sorry

2001-12-11 Thread Len Sorensen
On Tue, Dec 11, 2001 at 12:20:54AM -0500, 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'

Re: ide-scsi question

2001-12-11 Thread Giuseppe Corbelli
On Mon, Dec 10, 2001 at 05:36:39PM -0500, Mike R. Cannon wrote: ... > 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 ... The last

Re: ide-scsi question, need HELP

2001-12-10 Thread Adam J. Richter
Mike, I am pretty sure that your problem is ide-cd.o. If you remove ide-cd.o from your system and instead use ide-scsi.o, sr_mod.o (for CDROM support), and sg.o (for the CD burner interface), that you should be OK. As I understand ide-{cd,floppy,tape}.o, these modules ba

Re: ide-scsi question - Sorry

2001-12-10 Thread Mike R. Cannon
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

Re: ide-scsi question, need HELP

2001-12-10 Thread Mike R. Cannon
"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=

ide-scsi question

2001-12-10 Thread Mike R. Cannon
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