Re: ide-scsi support

1999-06-16 Thread John Pearson
On Tue, Jun 15, 1999 at 05:30:00PM +0100, Alisdair McDiarmid wrote > On Tue, Jun 15, 1999 at 10:54:52AM -0400, Peter S Galbraith wrote: > > > > Alisdair McDiarmid wrote: > > > > > I'm trying (again) to make my IDE CD-RW work. > > > > Have you done this this way successfully before? > > Somethin

Re: ide-scsi support

1999-06-15 Thread Stephen Pitts
On Tue, Jun 15, 1999 at 05:31:09PM +0200, Armin Wegner wrote: > > SCSI support > > SCSI disk support > > SCSI CD-ROM support > > SCSI generic support > > Don't compile them as modules. Compile them into the kernel. I've never > managed even to compile these modul

Re: ide-scsi support

1999-06-15 Thread Stephen Pitts
On Tue, Jun 15, 1999 at 01:15:10PM -0400, Peter S Galbraith wrote: > > I really need ATAPI CDROM support though. One of the main uses of > > my PC is as a CD rip/encoder, and emulated SCSI doesn't appear to > > support cooked ioctl, so cdparanoia doesn't work. > cdparanoia does work. I, too, have

Re: ide-scsi support

1999-06-15 Thread Alisdair McDiarmid
On Tue, Jun 15, 1999 at 03:11:27PM -0400, Peter S Galbraith wrote: > > Alisdair McDiarmid wrote: > > > > > [root%letdown /home/alisdair] # mount -t iso9660 /dev/scd0 /mnt/cdrw > > > > mount: block device /dev/scd0 is write-protected, mounting read-only > > > > mount: wrong fs type, bad option, ba

Re: ide-scsi support

1999-06-15 Thread Peter S Galbraith
Alisdair McDiarmid wrote: > > > [root%letdown /home/alisdair] # mount -t iso9660 /dev/scd0 /mnt/cdrw > > > mount: block device /dev/scd0 is write-protected, mounting read-only > > > mount: wrong fs type, bad option, bad superblock on /dev/scd0, > > >or too many mounted file systems > > >

Re: ide-scsi support

1999-06-15 Thread Seth M. Landsman
I've gotten the IDE-SCSI emulation working in a 2.2 (2.2.9?) kernel and have a lilo append line which allows the CDRW (a new Smart and Friendly, JVC repackaged) to live on sg0 while the CD-ROM lives on hdd. This works flawlessly. I've burned to this drive under linux (only a couple of ti

Re: ide-scsi support

1999-06-15 Thread Alisdair McDiarmid
On Tue, Jun 15, 1999 at 05:31:09PM +0200, Armin Wegner wrote: > > SCSI support > > SCSI disk support > > SCSI CD-ROM support > > SCSI generic support > > Don't compile them as modules. Compile them into the kernel. I've never > managed even to compile these modul

Re: ide-scsi support

1999-06-15 Thread Peter S Galbraith
Alisdair McDiarmid wrote: > > On 2.0.x kernels, the SCSI emulation help specifically says to > > disable ATAPI CDROM support beacuse it will be used over SCSI > > emulation. Thus it's my understanding that a device _already_ > > detected as ATAPI CDROM will never be detected as SCSI emulated. >

Re: ide-scsi support

1999-06-15 Thread Alisdair McDiarmid
On Tue, Jun 15, 1999 at 10:54:52AM -0400, Peter S Galbraith wrote: > > Alisdair McDiarmid wrote: > > > I'm trying (again) to make my IDE CD-RW work. > > Have you done this this way successfully before? Something along these lines, yes. > On 2.0.x kernels, the SCSI emulation help specifically s

Re: ide-scsi support

1999-06-15 Thread Armin Wegner
> SCSI support > SCSI disk support > SCSI CD-ROM support > SCSI generic support Don't compile them as modules. Compile them into the kernel. I've never managed even to compile these modules. I got errors. Armin

Re: ide-scsi support

1999-06-15 Thread Peter S Galbraith
Alisdair McDiarmid wrote: > I'm trying (again) to make my IDE CD-RW work. I compiled my > kernel 2.3.5 (I haven't had time to download 2.2.10 yet) with > SCSI emulation as a module and the following SCSI options: > > SCSI support > SCSI disk support > < > SCSI tape support > SCSI CD-ROM suppo