I've upgraded the kernel on an old machine to 2.6.32.
Now, I cannot get the ZIP drive (ATAPI) working.
There is a /dev/hdd device and dmesg is telling me about
an IOMEGA ZIP drive, but
trying to
fdisk /dev/hdd
or even mount it,
seems to make the kernel hang (at least these commands
never finish)
Has anybody any hint on what to try?
Many thanks,
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
--
Sent from my mobile device
Kyle
Are there any error messages in dmesg?
I have an old parallel-port ZIP and two 1GB JAZ drives that
are gathering dust because I've replaced all three of them
with one $15 USB stick, which is far more reliable.
I wish I had the $800 back that I spent on those Iomega drives
plus the required SCSI controller :( I was recently tempted
to buy an expensive Blu-Ray toy, but then I remembered those
JAZ drives and changed my mind.
The problem seem to be that beginning with kernel 2.6.30 the ide-scsi
interface (CONFIG_BLK_DEV_IDESCSI) has been dropped.
Probably the new kernels are broken with the ATAPI floppy support.
I'll have to find out how to use a PATA driver for the ZIP drive.
Helmut.
>
> On 1/4/10, Helmut Jarausch <jara...@igpm.rwth-aachen.de> wrote:
>> Hi,
>>
>> I've upgraded the kernel on an old machine to 2.6.32.
>> Now, I cannot get the ZIP drive (ATAPI) working.
>>
>> There is a /dev/hdd device and dmesg is telling me about
>> an IOMEGA ZIP drive, but
>> trying to
>>
>> fdisk /dev/hdd
>> or even mount it,
>> seems to make the kernel hang (at least these commands
>> never finish)
>>
>> Has anybody any hint on what to try?
>>
--