Re: SCSI emulation for IDE CD-writer

2002-12-31 Thread Martin McCormick
Steve Doerr wrote >I overlooked the SCSI cd support when I built my kernel. > >It's working perfectly now. I did almost the same thing on a system at work except I forgot the Generic SCSI support. I had a system that looked like it should work if you did the cat /proc/scsi/scsi tests, a

RE: SCSI emulation for IDE CD-writer

2002-12-31 Thread Narins, Josh
Doerr [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 7:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: SCSI emulation for IDE CD-writer Thanks for the info, Bob! I overlooked the SCSI cd support when I built my kernel. It's working perfectly now. Steve -

Re: SCSI emulation for IDE CD-writer

2002-12-30 Thread Steve Doerr
Thanks for the info, Bob! I overlooked the SCSI cd support when I built my kernel. It's working perfectly now. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Mark L. Kahnt
On Sun, 2002-12-29 at 13:18, Rob Weir wrote: > On Sat, Dec 28, 2002 at 11:33:10AM -0800, Bill Moseley wrote: > > On Sat, 28 Dec 2002, Bob Proulx wrote: > > > In /etc/lilo.conf place the following: > > > > > > append="hdc=ide-scsi hdd=ide-scsi" > > > > Now this confuses me. I assumed that if th

Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Hanasaki JiJi
I used to compile ide-scsi as modules and had problems with the CD-RW-Drive locking closed . Since compiling the modules into the kernel, there have been no lock problems. Shawn Lamson wrote: On Sun, 29 Dec 2002 20:12:48 -0500 Shawn Lamson <[EMAIL PROTECTED]> wrote: On Sun, 29 Dec 2002 11:27

Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Shawn Lamson
On Sun, 29 Dec 2002 20:12:48 -0500 Shawn Lamson <[EMAIL PROTECTED]> wrote: > On Sun, 29 Dec 2002 11:27:38 -0800 (PST) > Bill Moseley <[EMAIL PROTECTED]> wrote: > > > On Mon, 30 Dec 2002, Rob Weir wrote: > > > > > On Sat, Dec 28, 2002 at 11:33:10AM -0800, Bill Moseley wrote: > > > > Another quest

Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Shawn Lamson
On Sun, 29 Dec 2002 11:27:38 -0800 (PST) Bill Moseley <[EMAIL PROTECTED]> wrote: > On Mon, 30 Dec 2002, Rob Weir wrote: > > > On Sat, Dec 28, 2002 at 11:33:10AM -0800, Bill Moseley wrote: > > > Another question: I have everything compiled into the kernel > > > instead of as modules. I have two

Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Bill Moseley
On Mon, 30 Dec 2002, Rob Weir wrote: > On Sat, Dec 28, 2002 at 11:33:10AM -0800, Bill Moseley wrote: > > Another question: I have everything compiled into the kernel instead of > > as modules. I have two IDE drives and I'm *not* using the append line, > > yet the drives are still setup correctly

Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Rob Weir
On Sat, Dec 28, 2002 at 11:33:10AM -0800, Bill Moseley wrote: > On Sat, 28 Dec 2002, Bob Proulx wrote: > > In /etc/lilo.conf place the following: > > > > append="hdc=ide-scsi hdd=ide-scsi" > > Now this confuses me. I assumed that if the ide-scsi was built as a > module you would use options in

Re: SCSI emulation for IDE CD-writer

2002-12-28 Thread Bill Moseley
On Sat, 28 Dec 2002, Bob Proulx wrote: > First you need the kernel to load the ide-scsi module at boot > time. Put the name of that driver in /etc/modules. > > In /etc/modules place the following: > > ide-scsi > > The ide-scsi module can only adapt an IDE device to a SCSI if it has > not alr

Re: SCSI emulation for IDE CD-writer

2002-12-28 Thread Bob Proulx
Steve Doerr <[EMAIL PROTECTED]> [2002-12-28 14:27:14 -0600]: > I just installed and burned a cd per the cd writing howto, but now I > can't find what to mount to read it. > > It's not at scd0 or scsi0 and I'm not sure how to find it. Run cdrecord -scanbus And post the output of that command.

SCSI emulation for IDE CD-writer

2002-12-28 Thread Steve Doerr
I just installed and burned a cd per the cd writing howto, but now I can't find what to mount to read it. It's not at scd0 or scsi0 and I'm not sure how to find it. Does anyone know how to find it or see anything wrong with how I set this up? Thanks for any input, Steve relevant info: kern.l

Re: SCSI Emulation for IDE ???

1998-05-22 Thread Greg Norris
One of the kernel options (for 2.0.33 at least) is SCSI-emulation support, and the help description sounds like it might be what you want. Look under "Floppy, IDE, and other block devices" when you generate your new kernel-configuration. I've not used it myself, so I can't really say how reliable

SCSI Emulation for IDE???

1998-05-22 Thread XRDLAB
I too had faced this problem when I wanted to burn a cd on my ide cd-rw (hp7100i). One of the suggestions was to use a kernel later than 2.1.74. Since I could not compile the kernel 2.1.94 on my bo system, I compiled the 2.0.32 kernel with scsi emulation enabled. If you are planning to burn the cd

SCSI Emulation for IDE ???

1998-05-22 Thread Kevin Traas
Someone once mentioned to me that there was a package available that would configure an IDE device (i.e. CDROM) to appear as a SCSI device to the kernel - or at least any running applications If you know what this is, or where I can find more info on it, I would much appreciate it. Regards, K