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.