Nick Thompson wrote:
> 1) I have to manually load ide-scsi (modprobe ide-scsi). How can I make
> this happen on demand or at startup?
I don't know about on demand. I had to put "modprobe ide-scsi" in my
friends rc.local to get his to work.
> 2) An unexpected (by me :) side effect is that my ATAPI ZIP drive (was
> /dev/hdd) is now seen by cdrecord as the first device on scsibus0. I
> can't mount /dev/hdd4 anymore, but I'm happy to switch to a scsi device
> if that will work. What device should I be trying to mount? Do I need
> any other driver modules loaded and do I need to tell any driver to
> ignore hdd?
Really? How did you set up ide-scsi? It sounds like you turned off
support for ide cdroms and floppies and recomiled your kernel. That was
way more work than you needed to do :)
Try going back to your original kernel, and add the line
append = "hdc=ide-scsi"
to your /etc/lilo.conf, in the section for the kernel you're booting.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.