Re: Problem with loading kernel modules

2000-07-07 Thread Leonard den Ottolander
Hi Steve, > Presumably this is so that one can use the native drivers for reading cd- > roms and the scsi for writing them. You use them for different drives, or at different times. You can't load both modules to access one drive. > redundant. Why not use just scsi adapter emu

Re: Problem with loading kernel modules

2000-07-06 Thread Steve Manuel
Leonard den Ottolander wrote: > > Hi Steve, > > > I create a initrd image for the > > IDE cdrom module (mkinitrd --preload ide-cd initrd-2.2.16.img 2.2.16) > > You don't mention that you have an extra CD player. You should only use ide- > cd for CD *readers*. You use the writer

Re: Problem with loading kernel modules

2000-07-05 Thread Leonard den Ottolander
Hi Steve, > I create a initrd image for the > IDE cdrom module (mkinitrd --preload ide-cd initrd-2.2.16.img 2.2.16) You don't mention that you have an extra CD player. You should only use ide- cd for CD *readers*. You use the writer as a pseudo SCSI device. You don't necessaril

Problem with loading kernel modules

2000-07-05 Thread Steve Manuel
Here's the scenario: I am trying to get my CD-RW working. So I have recompiled my kernel with support for ide cdrom and scsi emulation (both modules). After compiling the kernel and installing the modules, I create a initrd image for the IDE cdrom module (mkinitrd --preload ide-cd initrd-2.2.16.i