Hi,
Sorry to respond to this so late. I only had the chance to try out these
suggestions this morning. Busy schedule these days!
Well, I finally got it to work! I tried looking at /proc/modules (a neat
trick, thanks!), and didn't see it there. The fdisk command didn't work,
either, but that's also very nice to know about. Joe's reply turned out to
nail it -- I had a typo in my lilo.conf file. According to others, an
entry in lilo.conf shouldn't help or be necessary. But I think that in my
case it was, because when I re-compiled my kernel earlier, I not only
included SCSI support (and SCSI disk support, and SCSI generic support
which someone else told me I might need), I added built-in support for the
aha152x module ('y' instead of 'm' in the xconfig program). This was
probably not the smartest thing to do. But by the time I was preparing to
re-compile the kernel (a scary thing for me, being the first time) I was so
desperate that I went for a little overkill.
I'm guessing that the following is true:
What I should have done is to re-compile the kernel with SCSI support,
and SCSI disk support, leaving the other SCSI options alone.
With the aha152x driver as a module, I could put the necessary
information, the base addr and IRQ in /etc/conf.modules. This is perhaps a
nicer solution than a special lilo configuration.
With built-in support for aha152x, I have to provide the hardware
information another way, and AFAIK, lilo is the only way.
After fixing this typo in my lilo.conf file, when I rebooted I saw a
message flash by indicating that it found the zip drive, and went into some
kind of "detected new hardware" screen, where I pressed a button to
configure it. I have no idea what that did, but I was amused -- nice
"autodetect" feature! After logging in, I was able to mount zip disks and
read them.
BTW, I've been looking for a way to read all those messages that fly across
my screen during bootup. I thought they were saved to a file, but I can't
seem to find them. I did see a file, /var/tmp/boot.log which looked very
promising. But it didn't have the lines I was looking for. Do you know,
off-hand, how to save these messages?
Thank you for your help!
- Topher
<snipping out my original post>
> Greetings:
> I'll give ya alot of credit :) Most of the postings I've delt with this
> weekend (other groups) have not been as thoughtfully researched as yours :)
> First, let's check to see if you have any support for your SCSI adapter at
> all by typing "cat /proc/interrupts" (*should* show "aha152x=11"), or by
> typing in "/cat /proc/modules" (*should* show "aha152x: ##").
> Next, check to see if the problem isn't with the ZIP cartridges
> themselves! Type in "fdisk /dev/sda", but do NOT make any changes!!! This
> will tell ya beyond a shadow of a doubt, whether or not you can "see" your
> cartridge at all. It will also show you what partition(s), if any, are
> accessable to Linux :)
> Let me(us) know what happens,
> Daniel W. Erskine