Quote Originally Posted by p.lavarre
1)

Kernel 2.4 may work better than 2.6, yes. But on the issue of connecting with an ATAPI Iomega Zip drive, I don't yet have any reason to believe a later 2.6 will work better than your 2.6.5.

-> I see the same behavior inder 2.4.26 kernel

2)

I see you say plscsi found your drive.

Now you can prove your disk is readable with a command like:

plscsi /dev/sg1 -i x200 -x "28 00 00:00:00:00 00 00:01 00" -t "" | hexdump -C

-> The above command produces output
Usage: plscsi

3)

I wonder if you understand, I meant for you to enter exactly: sudo plscsi /dev/sd[abcd]
That's bash shorthand for saying: sudo plscsi /dev/sda /dev/sdb /dev/sdc /dev/sdd

-> I tried the output is same (12 line concatenated to stdout)

I think I see you say you can reach your Zip via: sudo plscsi /dev/sg1
but not via: sudo plscsi /dev/sd[abcd]

-> Correct.

To my newbie eye, that's strange.

I wonder what you see at: lsmod | grep -i ide

-> output of the above command
ide_cd 39680 0
ide_scsi 17688 0

I wonder if a bootline cheatcode that would help is: hdd=ide-cd
-> Makes the entry for IOMEGA ZIP disparrear from plscsi -w output
lsmod | grep -i ide produces
ide_floppy 19840 0
ide_cd 39680 0
ide_scsi 17688 0

The problem does not seem to budge. Either I should pull the zip drive out or
go back to Mandrake distribution (I am trying to switch away from Mandrake)..

-ishwar